img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
button {
    border: 0;
}
figure {
    margin: 0;
}
.clear::before,
.clear::after {
    content: "";
    display: table;
}
.clear::after {
    clear: both;
}
@media screen and (min-width: 1250px) {
    .hide-above-1250 {
        display: none;
    }
}
@media screen and (max-width: 1249px) {
    .hide-below-1249 {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .hide-992 {
        display: none;
    }
}
@media screen and (min-width: 641px) {
    .hide-641 {
        display: none;
    }
}
@media screen and (min-width: 481px) {
    .hide-481 {
        display: none;
    }
}
.hide-1 {
    display: none;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
html,
body,
button {
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
button {
    background-color: transparent;
    cursor: pointer;
}
html {
    background: #fff;
    overflow-x: hidden;
}
body {
    font-family: "Overpass", sans-serif;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    color: #1d1d1d;
    overflow-x: hidden;
}
@media screen and (min-width: 1025px) {
    body.page-scale-down {
        zoom: 0.8;
    }
}
@media screen and (max-width: 1023px) {
    body.lock-scroll,
    body.nav-open,
    body.sidebar-open {
        position: fixed;
        overflow-y: scroll;
        width: 100%;
    }
}
@media (min-width: 200px) and (max-width: 1440px) {
    body {
        font-size: 16px;
    }
}
ul,
li {
    padding: 0;
    margin: 0;
}
a:not([class]) {
    color: #1e2e54;
    text-decoration: underline;
    transition: all 0.2s ease;
}
a:not([class]):hover {
    text-decoration: none;
}
a:not(.text-underline):not(.icon-item--link):not(.icon-item__link) {
    text-decoration: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
main {
    position: relative;
    z-index: 1;
}
#js-quiz {
    min-height: 200px;
}
[style*="--aspect-ratio"] > :first-child {
    width: 100%;
}
[style*="--aspect-ratio"] > img {
    height: auto;
}
@supports (--custom: property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }
    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
    }
}
.btnheadernumune{
    display: none!important;
}
.l-navbar {
    --menuBgColor: #fff;
    --menuTopBgColor: #e8e9ed;
    --menuTopLinkColor: #1e2e54;
    --menuLinkHoverColor: #e50748;
    --menuItemOpenBgColor: #e50748;
    --menuItemOpenFontColor: #fff;
    --menuBottomLinkColor: #1e2e54;
    --menuBottomLinkHoverColor: #fff;
    --linkRowFontColor: #1d1d1d;
    --linkRowHoverFontColor: #e50748;
    --linkBannerBgColor: #e50748;
    --topIconWrapperBg: #1e2e54;
    --notificationBgColor: #ecb500;
    --submenuBgColor: #e50748;
    --submenuWideBgColor: #f2f2f2;
    --submenuBorderColor: #fff;
    --submenuHeadingColor: #1e2e54;
    --autocompleteBgColor: #e50748;
    width: 100%;
    height: 150px;
    background: var(--menuBgColor);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: top 0.4s ease-out, -webkit-transform 0.5s;
    transition: transform 0.5s, top 0.4s ease-out;
    transition: transform 0.5s, top 0.4s ease-out, -webkit-transform 0.5s;
}
.l-navbar--dark {
    --menuBgColor: #101010;
    --menuTopBgColor: #1d1d1d;
    --menuTopLinkColor: #fff;
    --menuBottomLinkColor: #fff;
    --submenuWideBgColor: #fff;
}
@media screen and (max-width: 1024px) {
    .l-navbar {
        height: 64px;
    }
}
.l-navbar--loading {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.l-navbar--scrolled {
    -webkit-transform: translateY(-160%);
    /* transform: translateY(-100%); */
}
.l-navbar--dark .l-navbar__logo-link {
    no-repeat;
    background-size: contain;
}
.l-navbar--dark .l-navbar__logo-link img {
    visibility: hidden;
}
@media screen and (max-width: 360px) {
    .l-navbar__logo-link {
        max-width: 90px;
    }
    .btnheadernumune{
        padding: 10px!important;
        font-size: 14px!important;
        float: right;
        margin-left: 84px;
    }
}
@media screen and (min-width: 361px) and (max-width: 1024px) {
    .l-navbar__logo-link {
        max-width: 120px;
    }
    
.block--tile label {
    font-size: 12px!important;
}
    .btnheadernumune{
        padding: 10px!important;
        font-size: 14px!important;
        float: right;
        margin-left: 50px;
        display: block !important;
        border-radius: 10px !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1310px) {
    .l-navbar__logo-link {
        max-width: 140px;
    }
.block--tile label {
    font-size: 12px!important;
}
    .btnheadernumune{
        padding: 10px!important;
        font-size: 14px!important;
        float: right;
        margin-left: 50px;
        display: block !important;
        border-radius: 10px !important;
    }
}
.l-navbar__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background-color: var(--menuTopBgColor);
}
@media screen and (max-width: 1024px) {
    .l-navbar__top {
        background-color: transparent;
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        height: 64px;
    }
}
.l-navbar__top-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
    .l-navbar__top-menu {
        height: 64px;
    }
}
.l-navbar__top-menu-item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    transition: background-color 0.3s;
}
.l-navbar__top-menu-item.open {
    background-color: var(--menuItemOpenBgColor);
}
.l-navbar__top-menu-item.open .l-navbar__top-menu-link {
    color: var(--menuItemOpenFontColor);
}
.l-navbar__top-menu-item.open .l-navbar__top-menu-link:hover {
    color: rgba(var(--menuItemOpenFontColor), 0.7);
}
.l-navbar__top-menu-item.open svg {
    fill: var(--menuItemOpenFontColor);
}
.l-navbar__top-menu-item:last-child .l-navbar__sub-menu {
    left: auto;
    right: 0;
}
@media screen and (max-width: 360px) {
    .l-navbar__top-menu-item:last-child .l-navbar__top-menu-link {
        padding: 0 0 0 12px;
    }
}
.l-navbar__top-menu-item:not(.l-navbar__top-menu-item--account-basket):hover
.shopping-bag {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
    .l-navbar__top-menu-item:not(.l-navbar__top-menu-item--account-basket):hover
    .shopping-bag {
        display: none;
    }
}
.shopping-bag-off
.l-navbar__top-menu-item:not(.l-navbar__top-menu-item--account-basket):hover
.shopping-bag {
    display: none !important;
}
.l-navbar__top-menu-item.l-navbar__top-menu-item--account-basket .shopping-bag {
    display: none !important;
}
.l-navbar__top-menu-item-basket
.l-navbar__top-menu-link
.l-navbar__top-menu-icon-wrapper {
    display: block;
}
@media screen and (max-width: 1024px) {
    .l-navbar__top-menu-item-basket
    .l-navbar__top-menu-link
    .l-navbar__top-menu-icon-wrapper
    span {
        display: block;
        padding: 4px 5px 2px 5px;
        right: -10px;
        top: -6px;
        line-height: 1;
    }
}
@media screen and (min-width: 1025px) {
    .l-navbar__top-menu-item--mobile-show {
        display: none;
    }
}
.l-navbar__top-menu-item--mobile-show .l-navbar__top-menu-link svg {
    width: 20px;
    height: 20px;
}
.l-navbar__top-menu-link,
.l-navbar__top-menu-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: transparent;
    padding: 0 20px;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    color: var(--menuTopLinkColor);
    transition: 0.3s color;
}
@media screen and (max-width: 1024px) {
    .l-navbar__top-menu-link,
    .l-navbar__top-menu-btn {
        padding: 0 12px;
    }
}
.l-navbar__top-menu-link:focus,
.l-navbar__top-menu-btn:focus {
    outline: 0;
}
.l-navbar__top-menu-link:hover,
.l-navbar__top-menu-btn:hover {
    color: var(--menuLinkHoverColor);
}
.l-navbar__top-menu-link svg,
.l-navbar__top-menu-btn svg {
    transition: 0.3s fill;
}
.l-navbar__top-menu-link svg:first-child,
.l-navbar__top-menu-btn svg:first-child {
    margin-right: 9px;
}
@media screen and (max-width: 1024px) {
    .l-navbar__top-menu-link svg:first-child,
    .l-navbar__top-menu-btn svg:first-child {
        margin-right: 0;
    }
}
@media screen and (max-width: 1024px) {
    .l-navbar__top-menu-link svg,
    .l-navbar__top-menu-btn svg {
        width: 24px;
        height: 24px;
    }
}
@media screen and (max-width: 1024px) {
    .l-navbar__top-menu-link span,
    .l-navbar__top-menu-btn span {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .l-navbar__top-menu-link:after,
    .l-navbar__top-menu-btn:after {
        content: " ";
        position: absolute;
        left: 6px;
        width: 36px;
        height: 36px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transform: scale(0);
        transform: scale(0);
        z-index: 0;
        will-change: transform;
        transition: 0.3s transform;
    }
}
.l-navbar__top-menu-link--notifications,
.l-navbar__top-menu-btn--notifications {
    position: relative;
    padding: 0 10px;
}
.l-navbar__top-menu-link--notifications svg:first-child,
.l-navbar__top-menu-btn--notifications svg:first-child {
    margin: 0;
}
@media screen and (max-width: 480px) {
    .l-navbar__top-menu-link--notifications svg:first-child,
    .l-navbar__top-menu-btn--notifications svg:first-child {
        width: 16px;
        height: 16px;
    }
}
.l-navbar__top-menu-link--notifications.show .l-navbar__notification,
.l-navbar__top-menu-btn--notifications.show .l-navbar__notification {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.l-navbar__top-menu-link.active,
.l-navbar__top-menu-btn.active {
    position: relative;
}
@media screen and (max-width: 1024px) {
    .l-navbar__top-menu-link.active:after,
    .l-navbar__top-menu-btn.active:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #e50748;
    }
}
.l-navbar__top-menu-link.active svg,
.l-navbar__top-menu-btn.active svg {
    position: relative;
    z-index: 1;
    fill: #fff;
}
.l-navbar__top-menu-link.l-navbar__top-menu-btn svg,
.l-navbar__top-menu-btn.l-navbar__top-menu-btn svg {
    fill: #e50748;
}
.l-navbar__top-menu-link.l-navbar__top-menu-btn.active:after,
.l-navbar__top-menu-btn.l-navbar__top-menu-btn.active:after {
    border-radius: 8px;
    background-color: #1d1d1d;
}
.l-navbar__top-menu-link.l-navbar__top-menu-btn.active svg,
.l-navbar__top-menu-btn.l-navbar__top-menu-btn.active svg {
    fill: #fff;
}
.l-navbar__top-menu-icon-wrapper {
    position: relative;
}
.l-navbar__top-menu-icon-wrapper span {
    position: absolute;
    top: -4px;
    right: 2px;
    background-color: var(--topIconWrapperBg);
    color: #fff;
    font-size: 8px;
    padding: 3px 6px;
    border-radius: 20px;
}
@media screen and (max-width: 1024px) {
    .l-navbar__top-menu-icon-wrapper span {
        font-size: 12px;
    }
}
.l-navbar__notification {
    display: none;
    position: absolute;
    top: 12px;
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 14px;
    background-color: var(--notificationBgColor);
    font-weight: 700;
    border-radius: 50%;
}
.l-navbar__separator {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.l-navbar__container {
    position: static;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media screen and (max-width: 1024px) {
    .l-navbar__container {
        height: 64px;
    }
}
.l-navbar__container[class*="container"] {
    position: static;
}
.l-navbar__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background-color: var(--menuBgColor);
}
@media screen and (max-width: 1024px) {
    .l-navbar__main {
        height: 64px;
    }
}
@media screen and (min-width: 1025px) {
    .l-navbar__main-menu {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: 100px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 1024px) {
    .l-navbar__main-menu {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 130px;
        background-color: var(--menuBgColor);
        height: auto;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        overflow: auto;
        max-height: calc(100vh - 64px);
    }
    @supports (-webkit-overflow-scrolling: touch) {
        .l-navbar__main-menu {
            max-height: calc(var(--vh, 1vh) * 100 - 64px);
        }
    }
}
.l-navbar__main-menu-item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
    .l-navbar__main-menu-item {
        display: block;
        height: auto;
    }
}
.l-navbar__main-menu-item--static {
    position: static;
}
.l-navbar__main-menu-item.open {
    background-color: var(--menuItemOpenBgColor);
}
.l-navbar__main-menu-item.open .l-navbar__main-menu-link {
    color: var(--menuBottomLinkHoverColor);
}
.l-navbar__main-menu-item.open .l-navbar__main-menu-link:hover {
    color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1024px) {
    .l-navbar__main-menu-item.open .l-navbar__main-menu-link:hover {
        color: var(--menuBottomLinkHoverColor);
    }
}
.l-navbar__main-menu-item.open svg {
    fill: #fff;
}
.l-navbar__main-menu-item:last-child .l-navbar__sub-menu {
    left: auto;
    right: 0;
}
@media screen and (max-width: 1024px) {
    .l-navbar__main-menu-item .l-navbar__sub-menu {
        position: static;
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .l-navbar__main-menu-item .l-navbar__sub-menu-link,
    .l-navbar__main-menu-item .product-range__link {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (min-width: 1025px) {
    .l-navbar__main-menu-item--mobile-show {
        display: none;
    }
}
.l-navbar__main-menu-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: transparent;
    padding: 0 20px;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
    color: var(--menuBottomLinkColor);
    transition: 0.3s color, 0.3s background-color;
}
@media screen and (min-width: 1206px) and (max-width: 1235px) {
    .l-navbar__main-menu-link {
        padding: 0 15px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1205px) {
    .l-navbar__main-menu-link {
        padding: 0 8px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .l-navbar__main-menu-link {
        height: auto;
        width: 100%;
        padding: 14px 40px;
    }
}
.l-navbar__main-menu-link:focus {
    outline: 0;
}
.l-navbar__main-menu-link:hover,
.l-navbar__main-menu-link:active,
.l-navbar__main-menu-link.active {
    color: var(--menuBottomLinkHoverColor);
    background-color: #e50748;
}
.l-navbar__main-menu-link:hover svg,
.l-navbar__main-menu-link:active svg,
.l-navbar__main-menu-link.active svg {
    fill: var(--menuBottomLinkHoverColor);
}
.l-navbar__main-menu-link svg {
    transition: 0.3s fill;
}
.l-navbar__main-menu-link svg:first-child:not(:last-child) {
    margin-right: 9px;
}
.l-navbar__main-menu-link svg:last-child {
    margin-left: 6px;
}
@media screen and (max-width: 1024px) {
    .l-navbar__main-menu-link.dropdown {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.l-navbar__main-menu-link.dropdown span {
    pointer-events: none;
}
@media screen and (max-width: 1024px) {
    .l-navbar__main-menu-item.open .l-navbar__main-menu-link {
        background-color: rgba(0, 0, 0, 0.1);
        opacity: 1;
    }
}
.l-navbar__main-menu-icon-wrapper {
    position: relative;
}
.l-navbar__main-menu-icon-wrapper span {
    position: absolute;
    top: -4px;
    right: 2px;
    background-color: var(--topIconWrapperBg);
    color: #fff;
    font-size: 8px !important;
    padding: 3px 6px;
    border-radius: 20px;
}
@media screen and (max-width: 1024px) {
    .l-navbar__main-menu-icon-wrapper span {
        font-size: 12px;
    }
}
.l-navbar__columns-wrap {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 92%;
    max-width: 1540px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.l-navbar__columns-wrap:before {
    content: "";
    position: absolute;
    width: 100vw;
    top: 0;
    left: calc((100vw - 100%) / 2 * -1);
    height: 1px;
    box-shadow: 0 2px 10px #000;
    z-index: -1;
}
.l-navbar__columns-wrap > .l-navbar__sub-menu-column:after {
    content: none !important;
}
@media screen and (min-width: 1008px) {
    .l-navbar__columns-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .l-navbar__columns-wrap > .l-navbar__sub-menu-column {
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
    }
}
.l-navbar__link-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    transition: color 0.4s;
    color: var(--linkRowFontColor);
}
.l-navbar__link-row img {
    width: 56px;
    margin-right: 10px;
}
.l-navbar__link-row:hover {
    color: var(--linkRowHoverFontColor);
}
.l-navbar__link-banner {
    padding-bottom: 40%;
    /* background-color: var(--linkBannerBgColor); */
    border-radius: 24px;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    transition: box-shadow 0.4s;
    height: auto;
    padding: 0;
}

.l-navbar__link-banner span {position: absolute;z-index: 999;top: 0;left: 0;color: #fff;font-weight: bold;text-align: center;width: 100%;height: auto;line-height: 5;font-size: 26px;text-shadow: 0px 0px 20px black;}
.l-navbar__sub-menu-item:last-child .l-navbar__link-banner  span,.l-navbar__sub-menu-item:nth-child(5) .l-navbar__link-banner  span {
    line-height: 3;
}
.l-navbar__link-banner img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    z-index: 5;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.l-navbar__link-banner:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.l-navbar__link-banner:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.l-navbar__sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    padding: 10px 0;
    min-width: 200px;
    background-color: var(--submenuBgColor);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.open .l-navbar__sub-menu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
@media screen and (min-width: 1025px) {
    .open .l-navbar__sub-menu {
        display: block !important;
    }
}
@media screen and (max-width: 1024px) {
    .open .l-navbar__sub-menu {
        position: static;
    }
}
@media screen and (max-width: 1024px) {
    .l-navbar__top-menu-item.open .l-navbar__sub-menu {
        position: absolute;
    }
}
.l-navbar__main-menu-item--static .l-navbar__sub-menu {
    width: 100%;
    padding: 0;
}
.l-navbar__main-menu-item--static .l-navbar__sub-menu .container-large,
.l-navbar__main-menu-item--static .l-navbar__sub-menu .container-fluid,
.l-navbar__main-menu-item--static .l-navbar__sub-menu .container-fluid-20 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.l-navbar__main-menu-item--static .l-navbar__sub-menu .l-navbar__sub-menu-item,
.l-navbar__main-menu-item--static .l-navbar__sub-menu .product-range__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 1024px) {
    .l-navbar__main-menu-item--static
    .l-navbar__sub-menu
    .l-navbar__sub-menu-item,
    .l-navbar__main-menu-item--static .l-navbar__sub-menu .product-range__item {
        width: 33%;
    }
}
.l-navbar__main-menu-item--static .l-navbar__sub-menu .l-navbar__sub-menu-link,
.l-navbar__main-menu-item--static .l-navbar__sub-menu .product-range__link {
    padding: 20px 10px;
    white-space: normal;
}
@media screen and (max-width: 1024px) {
    .l-navbar__main-menu-item--static
    .l-navbar__sub-menu
    .l-navbar__sub-menu-link,
    .l-navbar__main-menu-item--static .l-navbar__sub-menu .product-range__link {
        padding: 20px 10px;
        margin-left: auto;
        margin-right: auto;
    }
}
.l-navbar__sub-menu--wide {
    background-color: var(--submenuWideBgColor);
}
.open .l-navbar__sub-menu--columns {
    z-index: -1;
}
.l-navbar__sub-menu--columns > * {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 1024px) {
    .l-navbar__sub-menu--columns > * {
        display: block;
    }
}
.l-navbar__sub-menu--columns .l-navbar__sub-menu-column:not(:first-child) {
    position: relative;
}
@media screen and (max-width: 1024px) {
    .l-navbar__sub-menu--columns .l-navbar__sub-menu-column:not(:first-child) {
        margin-top: 20px;
        padding-top: 20px;
    }
}
.l-navbar__sub-menu--columns
.l-navbar__sub-menu-column:not(:first-child):after {
    content: " ";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background-color: #fff;
}
@media screen and (max-width: 1024px) {
    .l-navbar__sub-menu--columns
    .l-navbar__sub-menu-column:not(:first-child):after {
        top: 0;
        bottom: auto;
        left: 20px;
        right: 20px;
        height: 1px;
        width: auto;
    }
}
.l-navbar__sub-menu-item--top-border {
    position: relative;
    margin-top: 8px;
    padding-top: 8px;
}
.l-navbar__sub-menu-item--top-border:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: var(--submenuBorderColor);
}
.l-navbar__sub-menu-heading {
    display: none;
    color: var(--submenuHeadingColor);
}
@media screen and (min-width: 1008px) {
    .l-navbar__sub-menu-heading {
        display: inline-block;
        padding: 12px 0;
        font-size: 22px;
    }
}
.l-navbar__sub-menu-link,
.product-range__link {
    display: block;
    padding: 12px 20px 8px 20px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    line-height: 1.1;
}
@media all and (min-width: 1025px) and (max-width: 1205px) {
    .l-navbar__sub-menu-link,
    .product-range__link {
        padding: 12px 12px 8px 12px;
        font-size: 15px;
    }
}
.l-navbar__sub-menu-link:hover,
.product-range__link:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1025px) {
    .l-navbar__menu-item.open .l-navbar__sub-menu {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
.l-navbar__list--two-columns {
    --gap: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.l-navbar__list--two-columns li {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.l-navbar__list--two-columns li:not(:last-child) {
    margin-bottom: var(--gap);
}
@media screen and (min-width: 768px) {
    .l-navbar__list--two-columns li {
        /* -webkit-flex: 1 1 50%; */
        -ms-flex: 1 1 50%;
        /* flex: 1 1 50%; */
        max-width: calc(50% - var(--gap) / 2);
        margin-bottom: var(--gap);
    }
}
.l-navbar__list--two-columns-gap-xl {
    --gap: 20px;
}
@media screen and (min-width: 1025px) {
    .l-navbar__hide-on-desktop {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .l-navbar__hide-on-mobile {
        display: none;
    }
}
.l-navbar .autocomplete-wrapper {
    margin-left: 60px;
}
@media screen and (min-width: 1025px) and (max-width: 1310px) {
    .l-navbar .autocomplete-wrapper {
        margin-left: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .l-navbar .autocomplete-wrapper {
        margin: 0;
        padding: 20px;
        background-color: var(--autocompleteBgColor);
    }
}
.l-navbar--height-sm {
    height: 100px;
}
@media screen and (max-width: 1024px) {
    .l-navbar--height-sm {
        height: 64px;
    }
}
@media screen and (min-width: 1600px) {
    .l-navbar--with-sidebar .container-large.l-navbar__container {
        max-width: 100%;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}
html {
    -webkit-scroll-snap-type: mandatory;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    -webkit-scroll-snap-points-y: repeat(100vh);
    -ms-scroll-snap-points-y: repeat(100vh);
    scroll-snap-points-y: repeat(100vh);
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.l-header {
    display: block;
}
.l-header--top-padding {
    padding-top: 80px;
}
.l-header--top-padding-lg {
    padding-top: 105px;
}
@media all and (max-width: 991px) {
    .l-header--top-padding-lg {
        padding-top: 50px;
    }
}
.l-header--top-padding-xl {
    padding-top: 148px;
}
@media all and (max-width: 991px) {
    .l-header--top-padding-xl {
        padding-top: 50px;
    }
}
.l-header--bottom-padding {
    padding-bottom: 80px;
}
@media all and (max-width: 991px) {
    .l-header--bottom-padding {
        padding-bottom: 20px;
    }
}
.l-header--bottom-padding-small {
    padding-bottom: 40px;
}
@media all and (max-width: 991px) {
    .l-header--bottom-padding-small {
        padding-bottom: 20px;
    }
}
.l-header--bottom-padding-lg {
    padding-bottom: 105px;
}
@media all and (max-width: 991px) {
    .l-header--bottom-padding-lg {
        padding-bottom: 50px;
    }
}
.l-header--bottom-padding-xl {
    padding-bottom: 148px;
}
@media all and (max-width: 991px) {
    .l-header--bottom-padding-xl {
        padding-bottom: 50px;
    }
}
@media all and (max-width: 1289px) {
    .l-header--video {
        margin-top: 15px;
    }
}
.l-header--margin-top {
    margin-top: 124px;
}
@media all and (max-width: 1024px) {
    .l-header--margin-top {
        margin-top: 65px;
    }
}
.l-header__container {
    padding-top: 60px;
    padding-bottom: 20px;
}
.l-header--scroll-snap {
    min-height: 100vh;
    scroll-snap-align: start;
    transition: opacity 1s;
}
.l-header--scroll-snap.fade-out {
    opacity: 0;
}
.l-header--scroll-snap .l-header__top {
    min-height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.l-header--scroll-snap .l-header__top {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
}
.l-header--full {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.l-header--full .l-header__main {
    /* min-height: 100vh; */
    height: 300px;
}
@supports (-webkit-overflow-scrolling: touch) {
    .l-header--full .l-header__main {
        min-height: calc(var(--vh, 1vh) * 100);
    }
}
@media all and (max-width: 640px) {
    .l-header--full .l-header__main {
        height: auto;
        min-height: auto;
    }
}
.l-header--full .icon-bar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media all and (max-width: 767px) {
    .l-header--full .icon-bar__item {
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
    }
}
.l-header--half {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.l-header--half .l-header__main {
    min-height: 50vh;
    height: 400px;
}
.l-header--full-height {
    height: calc(100vh - 150px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .l-header--full-height {
        height: calc(100vh - 64px);
    }
}
@supports (-webkit-overflow-scrolling: touch) {
    .l-header--full-height {
        min-height: calc(var(--vh, 1vh) * 100);
    }
}
.l-header--negative-margin-fix {
    border-bottom: 1px solid transparent;
}
.l-header--img-on-left {
    position: relative;
    background-position: 16.6666666667% -35%;
    background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
    .l-header--img-on-left:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #e8e9ed;
        position: absolute;
        opacity: 0.5;
    }
}
@media all and (min-width: 1701px) and (max-width: 2000px) {
    .l-header--img-on-left {
        background-position: 4.1666666667% -35%;
    }
}
@media all and (min-width: 1201px) and (max-width: 1700px) {
    .l-header--img-on-left {
        background-position: 7% 50px;
        background-size: 30% auto;
    }
}
@media all and (min-width: 575px) and (max-width: 1200px) {
    .l-header--img-on-left {
        background-position: -20px 30px;
        background-size: 30%;
    }
}
@media all and (max-width: 574px) {
    .l-header--img-on-left {
        background-position: -20px 30px;
        background-size: 100%;
    }
}
.l-header--image-gradient {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10vw;
    padding-bottom: 10vw;
}
@media all and (max-width: 767px) {
    .l-header--image-gradient {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.l-header--image-gradient:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.75) 100%);
}
.l-header--image-gradient > * {
    position: relative;
    z-index: 1;
}
.l-header__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .l-header__main {
        min-height: 1px;
    }
}
.l-header__main--align-top {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.l-header__main--align-bottom {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 640px) {
    .l-header__main-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
        -webkit-animation: none !important;
        animation: none !important;
        opacity: 1 !important;
    }
    .l-header__main-container:not(.l-header__main-container--icons-up) {
        height: 530px!important;
        max-height: 530px!important;
    }
    .l-header__main-container .headline-1 span{
    width: 100%;
    float: left;
}

span.color-green {}
    @supports (-webkit-overflow-scrolling: touch) {
        .l-header__main-container:not(.l-header__main-container--icons-up) {
            
        height: 530px!important;
        max-height: 530px!important;
        }
    }
    .l-header__main-container.l-header__main-container--icons-up {
        margin-top: 120px;
    }
}
@media all and (min-width: 641px) and (max-width: 1540px) {
    .l-header__main-container--opaque {
        padding: 30px 30px 0 30px;
        max-width: 66.6667%;
        margin-left: auto;
        margin-right: auto;
        background-color: rgba(255, 255, 255, 0.5);
    }
}
@media all and (max-width: 640px) {
    .l-header__main-container--opaque > div {
        position: relative;
        top: 10px;
        padding-top: 20px;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 20px 20px 0 0;
    }
}
.l-header__main-content:before {
    content: close-quote;
    display: block;
    position: absolute;
    width: 100vw;
    background: #eff2fa;
    background: linear-gradient(0deg, #eff2fa 0%, rgba(239, 242, 250, 0) 100%);
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media all and (min-width: 1025px) {
    .l-header__main-content:before {
        height: 140%;
        top: -40%;
    }
}
@media all and (max-width: 480px) and (max-height: 640px) {
    .l-header__main-content:before {
        height: 50vh;
        top: 15%;
    }
}
@media all and (max-width: 479px) {
    .l-header__main-content:before {
        height: 44vh;
        top: 10vh;
    }
}
.l-header--with-icon-bar {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
.l-header--with-icon-bar-small {
    margin-bottom: 70px;
}
.l-header--over-main {
    position: relative;
    z-index: 2;
}
.l-header__content {
    padding: 30px 0;
}
.l-header__text-content {
    padding: 50px 0;
}
.l-header__text {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media all and (max-width: 991px) {
    .l-header__text {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.l-header__picture {
    display: block;
    margin-bottom: 30px;
}
.l-header__picture img {
    max-height: 400px;
}
.l-header__expand-button {
    margin-top: 30px;
    padding: 6px 20px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    background-color: transparent;
    cursor: pointer;
    color: #1e2e54;
}
@media screen and (max-width: 991px) {
    .l-header__expand-button {
        font-size: 16px;
        padding: 6px 20px;
    }
}
@media screen and (max-width: 400px) {
    .l-header__expand-button {
        padding: 6px 0;
    }
}
@media screen and (max-width: 350px) {
    .l-header__expand-button {
        font-size: 14px;
    }
}
@media screen and (max-width: 315px) {
    .l-header__expand-button {
        font-size: 12px;
    }
}
.l-header__expand-button:focus {
    outline: 0;
}
.l-header__expand-button svg {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header__expand-button.active svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.l-header__expand-content {
    display: none;
    padding: 40px 0 0 0;
}
@media screen and (max-width: 991px) {
    .l-header__expand-content {
        overflow: auto;
        scrollbar-width: thin;
    }
}
.l-header__expand-content .table thead th {
    white-space: nowrap;
}
@media screen and (max-width: 991px) {
    .l-header__expand-content .table thead th {
        min-width: 250px;
    }
}
.l-header__expand-content .table tbody td {
    vertical-align: top;
}
.l-header__expand-header {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 800;
    color: #e50748;
    border-bottom: 2px solid #1e2e54;
}
@media screen and (max-width: 991px) {
    .l-header__full-on-mobile {
        display: block;
        width: 100vw;
        margin-left: -4vw;
    }
}
.l-header__bottom-bar-half {
    margin-top: 2rem;
}
.l-header--bg-under-video {
    background-color: #eff4fd;
}
@media screen and (max-width: 991px) {
    .l-header--bg-under-video .bg-media--video video {
        object-fit: contain;
        object-position: 0 64px;
    }
}
.l-header__content-pipe {
    padding: 28px 0;
}
.l-header__content-pipe > *:first-child {
    display: inline-block;
    margin-right: 28px;
    padding: 6px 28px 6px 0;
    margin-bottom: 0;
    border-right: 2px solid #1e2e54;
}
.l-header--part-bg-blue {
    position: relative;
    background-color: #1e2e54;
    border-radius: 0 0 38px 38px;
}
@media screen and (min-width: 768px) {
    .l-header--part-bg-blue {
        background-color: initial;
        border-radius: initial;
    }
    .l-header--part-bg-blue::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80%;
        background-color: #1e2e54;
        border-radius: 0 0 48px 48px;
    }
}
@media all and (max-width: 1249px) {
    .l-header-media--video {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }
}
.l-header-media--video video {
    position: relative;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
@media all and (max-width: 1289px) {
    .l-header-media--video video {
        margin-top: 15px;
    }
}
.l-header--light-grey-grad-go-to-main + main {
    background: transparent linear-gradient(0deg, #e8e9ed00 0%, #f2f2f2 100%) 0%
    0% no-repeat padding-box;
}
@media screen and (min-width: 1025px) {
    .l-header.l-header--scale-down {
        zoom: 0.8;
    }
}
.l-header__block-filter {
    margin-top: 38px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media all and (max-width: 991px) {
    .l-header__block-filter {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.l-header__block-filter .btn {
    margin: 0px 10px 20px 0px;
    padding: 15px 20px 12px 20px;
}
.l-header__block-filter .btn:not(.active) {
    color: #1e2e54;
}
.l-header__block-filter .btn.active {
    background-color: #1e2e54;
    border-color: #1e2e54;
}
.l-header__block-filter .btn:hover {
    background-color: #1e2e54;
    border-color: #1e2e54;
    color: #fff;
}
.barba-container > .l-header--top-padding:first-child {
    margin-top: 150px;
}
@media screen and (max-width: 1024px) {
    .barba-container > .l-header--top-padding:first-child {
        margin-top: 64px;
    }
}
@media (max-width: 568px) {
    .barba-container > .l-header--top-padding:first-child {
        margin-top: 20px;
    }
}
.l-main {
    margin-top: -80px;
}
.l-main--navigation-top-space {
    margin-top: 64px;
}
@media (min-width: 1025px) {
    .l-main--navigation-top-space {
        margin-top: 150px;
    }
}
.l-main--margin-top {
    margin-top: 150px;
}
@media all and (max-width: 1024px) {
    .l-main--margin-top {
        margin-top: 64px;
    }
}
.l-main--margin-top-medium {
    margin-top: 150px;
}
@media all and (max-width: 1024px) {
    .l-main--margin-top-medium {
        margin-top: 65px;
    }
}
.l-main--margin-top-large {
    padding-top: 200px;
    margin-top: 0;
}
@media all and (max-width: 1024px) {
    .l-main--margin-top-large {
        padding-top: 114px;
        margin-top: 0;
    }
}
.l-main--margin-top-extra-large {
    padding-top: 270px;
    margin-top: 0;
}
@media all and (max-width: 991px) {
    .l-main--margin-top-extra-large {
        padding-top: 140px;
    }
}
@media all and (min-width: 992px) and (max-width: 1024px) {
    .l-main--margin-top-extra-large {
        padding-top: 180px;
    }
}
.l-main--article .content {
    overflow-x: auto;
}
.l-main--article .content a:not([class]) {
    color: #e50748;
}
.l-main--article .content a:not([class]):hover {
    color: #1e2e54;
}
.l-main--article picture {
    display: block;
    text-align: center;
}
@media screen and (min-width: 1025px) {
    .l-main--with-sidebar {
        padding-left: 95px;
        transition: padding-left 0.3s ease;
    }
}
@media screen and (min-width: 1025px) {
    .l-main--with-sidebar .topbar--fixed {
        padding-left: 95px;
    }
}
@media screen and (min-width: 1025px) {
    .l-main--with-sidebar-open {
        padding-left: 300px;
    }
}
@media screen and (min-width: 1025px) {
    .l-main--with-sidebar-open .topbar--fixed {
        padding-left: 300px;
    }
}
@media screen and (min-width: 1025px) {
    .l-main--with-sidebar:not(.l-main--notification-bar-enabled) {
        margin-top: 80px;
    }
}
.l-submenu,
.notification {
    position: fixed;
    top: 184px;
    left: 0;
    z-index: 4;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    transition: top 0.4s ease-out, -webkit-transform 0.5s;
    transition: transform 0.5s, top 0.4s ease-out;
    transition: transform 0.5s, top 0.4s ease-out, -webkit-transform 0.5s;
}
@media screen and (max-width: 1024px) {
    .l-submenu,
    .notification {
        top: 0;
    }
}
.l-submenu:not(.js-strip) + .l-header,
.notification:not(.js-strip) + .l-header {
    margin-top: 160px;
}
@media screen and (max-width: 1024px) {
    .l-submenu:not(.js-strip) + .l-header,
    .notification:not(.js-strip) + .l-header {
        margin-top: 74px;
    }
}
@media screen and (max-width: 568px) {
    .l-submenu:not(.js-strip) + .l-header,
    .notification:not(.js-strip) + .l-header {
        margin-top: 64px;
    }
}
.l-submenu + .l-submenu--medium,
.notification + .l-submenu--medium {
    top: 200px;
    z-index: 3;
}
@media all and (max-width: 1024px) {
    .l-submenu + .l-submenu--medium,
    .notification + .l-submenu--medium {
        top: 114px;
    }
}
.l-submenu + .l-submenu--medium + .l-header,
.notification + .l-submenu--medium + .l-header {
    margin-top: 235px !important;
}
@media all and (max-width: 1024px) {
    .l-submenu + .l-submenu--medium + .l-header,
    .notification + .l-submenu--medium + .l-header {
        margin-top: 149px !important;
    }
}
.l-submenu + .l-submenu--on-hold,
.notification + .l-submenu--on-hold {
    top: 0;
}
.l-submenu--hide {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
}
.l-submenu--left-align {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.l-submenu--medium:not(.js-strip) + .l-header {
    margin-top: 70px;
}
@media screen and (max-width: 1024px) {
    .l-submenu--medium:not(.js-strip) + .l-header {
        margin-top: 0;
    }
}
.l-submenu--notification-with-space-below {
    z-index: 3;
    border-top: 1px solid #fff;
}
.l-submenu--notification-with-space-below + * {
    margin-top: 100px !important;
}
@media screen and (min-width: 1025px) {
    .l-submenu--account {
        top: 100px;
        padding-left: 95px;
        transition: padding-left 0.3s ease;
    }
}
@media screen and (min-width: 1025px) {
    .l-main--with-sidebar-open .l-submenu--account {
        padding-left: 300px;
    }
}
@media screen and (min-width: 1025px) {
    .l-submenu--account .counter__left-side--with-close-btn {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-right: 36px;
    }
}
.l-submenu__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media all and (max-width: 1200px) {
    .l-submenu__menu {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    .apple-device .l-submenu__menu {
        -webkit-overflow-scrolling: initial;
    }
    .l-submenu__menu::-webkit-scrollbar {
        display: none;
    }
}
.l-submenu__menu-item {
    overflow: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    transition: background-color 0.3s;
}
.l-submenu__menu-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: transparent;
    padding: 0 20px;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: 0.3s background-color;
    white-space: nowrap;
}
@media screen and (max-width: 1024px) {
    .l-submenu__menu-link {
        padding: 0 20px;
        font-size: 14px;
    }
}
.l-submenu__menu-link:focus {
    outline: 0;
}
.l-submenu__menu-link:hover,
.l-submenu__menu-link:active,
.l-submenu__menu-link.active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
.l-submenu__menu-link.dropdown span {
    pointer-events: none;
}
.l-submenu__menu-link svg {
    transition: 0.3s fill;
}
.l-submenu__menu-link svg:first-child {
    margin-right: 9px;
}
@media screen and (max-width: 1024px) {
    .l-submenu__menu-link svg:first-child {
        margin-right: 0;
    }
}
@media screen and (max-width: 1024px) {
    .l-submenu__menu-link svg {
        width: 24px;
        height: 24px;
    }
}
.l-submenu__icon-left {
    display: inline-block;
    margin-right: 0.5em;
    fill: #fff;
}
.l-submenu .l-navbar__sub-menu,
.notification .l-navbar__sub-menu {
    background-color: #1e2e54;
    position: absolute;
}
@media screen and (max-width: 1024px) {
    .l-submenu .l-navbar__sub-menu-link,
    .l-submenu .product-range__link,
    .notification .l-navbar__sub-menu-link,
    .notification .product-range__link {
        font-size: 14px;
    }
}
.page-scrolled .l-submenu,
.page-scrolled .notification {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    box-shadow: none;
    top: 0;
}
@media screen and (max-width: 1024px) {
    .page-scrolled .l-submenu,
    .page-scrolled .notification {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
}
.l-submenu--parallelograms:before {
    content: "";
    display: block;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("../images/tmp/stripes-bar.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.l-submenu--parallelograms:after {
    content: "";
    display: block;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    background-image: url("../images/tmp/stripes-bar.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.l-submenu__text {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.l-sidebar {
    position: fixed;
    top: 100px;
    width: 95px;
    height: calc(100vh - 100px);
    z-index: 2;
    box-shadow: 0px 0px 20px #00000026;
    background-color: #fff;
    will-change: width;
    transition: width 0.3s ease;
}
@media screen and (max-width: 1024px) {
    .l-sidebar {
        top: 64px;
        width: 0;
    }
}
.l-sidebar--open {
    width: 300px;
}
@media screen and (max-width: 1024px) {
    .l-sidebar--open {
        width: 100vw;
        height: calc(100vh - 64px);
    }
    @supports (-webkit-overflow-scrolling: touch) {
        .l-sidebar--open {
            height: calc(var(--vh, 1vh) * 100 - 64px);
        }
    }
}
.l-sidebar--open .l-sidebar__menu-block {
    margin-top: 10px;
}
.l-sidebar--open .l-sidebar__menu-block-headline {
    display: block;
}
.l-sidebar--open .l-sidebar__menu-block-item:not(:last-child):after {
    display: none;
}
.l-sidebar--open .l-sidebar__menu-link {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.l-sidebar--open .l-sidebar__menu-link:hover {
    box-shadow: 0px 0px 20px #00000026;
}
.l-sidebar--open .l-sidebar__menu-link:hover svg {
    fill: #1e2e54;
}
.l-sidebar--open .l-sidebar__menu-link span {
    display: inline-block;
}
.l-sidebar--open .l-sidebar__menu-link svg {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    fill: #e50748;
}
.l-sidebar--open .l-sidebar__menu--footer:before {
    width: 100%;
}
.l-sidebar--open .l-sidebar__menu-wrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}
@media screen and (max-width: 1024px) {
    .l-sidebar--open .l-sidebar__menu-wrapper {
        display: block;
    }
}
.l-sidebar:not(.l-sidebar--open) .l-sidebar__menu-wrapper {
    padding-left: 24px;
    padding-right: 24px;
}
@media screen and (max-height: 1000px) {
    .l-sidebar:not(.l-sidebar--open) .l-sidebar__menu-block {
        margin-top: 45px;
    }
}
@media screen and (max-height: 1000px) {
    .l-sidebar:not(.l-sidebar--open) .l-sidebar__menu-block-item {
        margin-bottom: 15px;
    }
}
.l-sidebar:not(.l-sidebar--open) .l-sidebar__menu-link {
    padding: 10px;
}
@media screen and (max-height: 1000px) {
    .l-sidebar:not(.l-sidebar--open) .l-sidebar__menu-link {
        padding: 8px;
        text-align: center;
    }
}
@media screen and (max-height: 1000px) {
    .l-sidebar:not(.l-sidebar--open) .l-sidebar__menu-link svg {
        width: 20px;
        height: 20px;
    }
}
.l-sidebar:not(.l-sidebar--open) .l-sidebar__menu-link.active svg {
    fill: #1e2e54;
}
.l-sidebar__btn {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
    .l-sidebar__btn {
        display: none;
    }
}
.l-sidebar__btn svg {
    width: 26px;
    height: 26px;
    transition: all 0.3s ease;
}
.l-sidebar__btn:hover svg {
    fill: #000;
}
.l-sidebar__btn.active {
    left: auto;
    top: 15px;
    right: -26px;
    z-index: 3;
}
.l-sidebar__btn.active svg {
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.l-sidebar__menu-wrapper {
    padding: 20px 20px 30px 15px;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
    .l-sidebar__menu-wrapper {
        display: none;
    }
}
.l-sidebar__menu-block {
    margin-top: 55px;
}
.l-sidebar__menu-block-headline {
    display: none;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 800;
    color: #1e2e54;
    white-space: nowrap;
}
.l-sidebar__menu-block-item {
    position: relative;
    margin-bottom: 24px;
}
.l-sidebar__menu-block-item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 95px;
    height: 1px;
    background-color: #e8e9ed;
}
.l-sidebar__menu {
    margin-top: 5px;
}
.l-sidebar__menu-item {
    position: relative;
    margin-bottom: 5px;
}
.l-sidebar__menu-link {
    position: relative;
    padding: 10px 15px;
    border-radius: 8px;
    display: block;
    font-size: 18px;
    color: #1d1d1d;
    transition: box-shadow 0.3s ease;
    white-space: nowrap;
}
.l-sidebar__menu-link svg {
    display: inline-block;
    width: 28px;
    height: 28px;
    fill: #8e96a9;
    transition: fill 0.3s ease;
}
.l-sidebar__menu-link span {
    display: none;
}
.l-sidebar__menu-link.active {
    box-shadow: 0px 0px 20px #00000026;
}
.l-sidebar__menu-link.active svg {
    fill: #1e2e54;
}
.l-sidebar__menu-link.show .l-navbar__notification {
    top: 2px;
    left: 24px;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ecb500;
}
.l-sidebar__menu-tooltip {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    padding: 13px 17px;
    right: auto;
    left: 55px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    background-color: #1e2e54;
    color: #fff;
    white-space: nowrap;
}
.l-sidebar__menu-tooltip.active {
    display: block;
}
.l-sidebar__menu-tooltip:after {
    content: "";
    position: absolute;
    right: 100%;
    margin-left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 7px solid #1e2e54;
    border-color: transparent #1e2e54 transparent transparent;
}
.l-sidebar__menu--footer {
    position: relative;
    padding-top: 20px;
}
.l-sidebar__menu--footer:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 95px;
    height: 1px;
    background-color: #e8e9ed;
}
.l-sidebar__menu--footer
.l-sidebar__menu-item:last-child
.l-sidebar__menu-link:hover
svg {
    fill: #ffcb20;
}
.l-sidebar__menu--footer
.l-sidebar__menu-item:last-child
.l-sidebar__menu-link
svg {
    fill: #ecb500;
}
.l-sidebar__menu-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #dcdcdf #fff;
}
.l-sidebar__menu-wrapper::-webkit-scrollbar {
    width: 16px;
}
.l-sidebar__menu-wrapper::-webkit-scrollbar-track {
    background: #fff;
}
.l-sidebar__menu-wrapper::-webkit-scrollbar-thumb {
    background-color: #dcdcdf;
    border-radius: 10px;
    border: 5px solid #fff;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0) and (min-width: 1025px),
screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) and (min-width: 1025px) {
    .l-sidebar {
        height: calc(125vh - 100px);
    }
}
@-moz-document url-prefix() {
    @media all and (min-width: 1025px) {
        .l-sidebar {
            height: calc(100vh - 100px);
        }
    }
}
.notification {
    height: 75px;
}
.notification__container {
    margin: 0 auto;
    width: 92%;
    max-width: 490px;
}
.shopping-bag {
    position: absolute;
    top: 50px;
    right: -140px;
    z-index: 1;
    display: block;
    width: 480px;
    background-color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 240px 0;
    transform-origin: 240px 0;
    border-radius: 20px;
    box-shadow: none;
    transition: box-shadow 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    box-shadow 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    box-shadow 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.shopping-bag:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -10px;
    right: 226px;
    z-index: -1;
}
.shopping-bag--show {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
    .shopping-bag--show {
        display: none;
    }
}
.shopping-bag-off .shopping-bag--show {
    display: none !important;
}
.shopping-bag__inner-scroll {
    position: relative;
    max-height: calc(100vh - 100px - 230px);
    overflow: auto;
    background-color: #fff;
    border-radius: 20px;
}
.shopping-bag__inner-scroll--transparent {
    background-color: transparent;
}
.shopping-bag__headline {
    text-align: center;
    margin: 1.5rem 24px 0.5rem 24px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e2e54;
}
.shopping-bag__headline span {
    padding-left: 1rem;
}
.shopping-bag__header-form {
    padding: 0 1.5rem;
}
.shopping-bag__list {
    display: block;
}
.shopping-bag__item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.shopping-bag__item .btn--only-icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.shopping-bag__item .btn--only-icon svg {
    margin: 0;
    top: 0;
}
.shopping-bag__item-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 80px;
    text-align: right;
}
.shopping-bag__item-img {
    position: relative;
    width: 115px;
    height: 115px;
    max-width: 115px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 115px;
    -ms-flex-preferred-size: 115px;
    flex-basis: 115px;
    margin: 0 15px 0 0;
    text-align: center;
    padding: 6px;
    border: 2px solid #e8e9ed;
    border-radius: 8px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .shopping-bag__item-img {
        display: block;
    }
}
@media all and (min-width: 769px) {
    .shopping-bag__item-img--large {
        width: 160px;
        max-width: 160px;
        -webkit-flex-basis: 160px;
        -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
    }
}
@media all and (min-width: 769px) {
    .shopping-bag__item-img--large + .shopping-bag__item-desc {
        width: calc(100% - 160px - 80px);
        max-width: calc(100% - 160px - 80px);
        -webkit-flex-basis: calc(100% - 160px - 80px);
        -ms-flex-preferred-size: calc(100% - 160px - 80px);
        flex-basis: calc(100% - 160px - 80px);
        padding-bottom: 2rem;
    }
}
@media all and (min-width: 769px) {
    .shopping-bag__item-img--large
    + .shopping-bag__item-desc
    + .shopping-bag__item-summary {
        padding-bottom: 2rem;
    }
}
.shopping-bag__item-img img {
    max-height: 100%;
}
.shopping-bag__item-desc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-right: 10px;
    text-align: left;
    width: calc(100% - 130px - 100px);
    max-width: calc(100% - 130px - 100px);
    -webkit-flex-basis: calc(100% - 130px - 100px);
    -ms-flex-preferred-size: calc(100% - 130px - 100px);
    flex-basis: calc(100% - 130px - 100px);
}
.shopping-bag__item-name {
    padding: 4px 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e2e54;
    text-decoration: underline !important;
    transition: color 0.3s ease;
}
.shopping-bag__item-name:hover {
    color: #e50748;
}
.shopping-bag__item-cat {
    font-size: 0.75rem;
    font-weight: bold;
    color: #e50748;
}
.shopping-bag__item-pack {
    font-size: 0.75rem;
    font-weight: bold;
    color: #1d1d1d;
}
.shopping-bag__item-price {
    padding-top: 6px;
    font-size: 1rem;
    font-weight: bold;
    color: #e50748;
}
.shopping-bag__item-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 1.125rem;
    font-weight: 600;
}
.shopping-bag__item-action--center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.shopping-bag__item-remove {
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    color: #e50748;
}
.shopping-bag__item-summary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100px;
    max-width: 100px;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    text-align: center;
}
.shopping-bag__item-change {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.shopping-bag__item-change button {
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.shopping-bag__item-change button svg {
    fill: #e50748;
    transition: fill 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.shopping-bag__item-change button:hover svg {
    fill: rgba(255, 255, 255, 0.5);
}
.shopping-bag__item-quantity {
    width: 3.25rem;
    border: 0;
    pointer-events: none;
    font-size: 2.25rem;
    font-weight: 300;
    color: #e50748;
    -webkit-text-fill-color: #e50748;
    text-align: center;
    background-color: transparent;
}
.shopping-bag__item-quantity--input {
    display: inline-block;
    width: 80px;
    margin: 0 10px;
    padding: 4px 10px;
    pointer-events: auto;
    border-radius: 5px;
    border: 1px solid #e50748;
    text-align: center;
}
.shopping-bag__item del {
    color: #8c8c8c;
    font-weight: 400;
    font-size: 85%;
}
.shopping-bag__summary {
    margin: 0 24px 1rem 24px;
    padding: 10px 0 0 0;
    background-color: #fff;
    border-top: 1px solid #d6d6d6;
}
.shopping-bag__summary--page {
    padding: 2rem;
}
@media all and (min-width: 1366px) and (max-width: 1700px) {
    .shopping-bag__summary--page {
        padding: 1rem;
    }
}
@media all and (min-width: 200px) and (max-width: 1500px) {
    .shopping-bag__summary--page {
        margin-left: 0;
        margin-right: 0;
    }
}
.shopping-bag__table {
    width: 100%;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #1d1d1d;
}
.shopping-bag__table thead th {
    text-align: left;
    color: #e50748;
}
.shopping-bag__table tbody tr td {
    padding: 2px 0;
}
.shopping-bag__table--large {
    margin-bottom: 1rem;
}
.shopping-bag__table--large thead th {
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.0625rem;
    color: #e50748;
}
.shopping-bag__buttons {
    margin: 0 24px 1rem 24px;
}
.shopping-bag__options {
    padding: 0 1rem 2rem 1rem;
    border-bottom: 1px solid rgba(29, 29, 29, 0.3);
    color: rgba(29, 29, 29, 0.65);
}
.shopping-bag__options-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
}
.shopping-bag__continue {
    position: relative;
    display: block;
    padding: 2rem 0 0 0;
    text-align: center;
    color: #e50748;
    transition: color 0.3s ease;
}
.shopping-bag__continue:hover {
    color: rgba(255, 255, 255, 0.5);
}
.shopping-bag__continue:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -32px;
    width: calc(100% + 64px);
    height: 1px;
    background-color: rgba(29, 29, 29, 0.2);
}
@media all and (min-width: 1366px) and (max-width: 1700px) {
    .shopping-bag__continue:before {
        width: calc(100% + 32px);
        left: -16px;
    }
}
.shopping-bag__left {
    width: 67%;
    float: left;
    padding-right: 2rem;
}
@media all and (min-width: 200px) and (max-width: 1300px) {
    .shopping-bag__left {
        width: 100%;
        float: none;
        padding-right: 0;
    }
}
.shopping-bag__right {
    margin: 0;
    width: 33%;
    float: left;
}
@media all and (min-width: 200px) and (max-width: 1300px) {
    .shopping-bag__right {
        width: 100%;
        float: none;
    }
}
.shopping-bag-wrapper {
    position: relative;
    padding: 0 120px;
}
@media all and (min-width: 1025px) and (max-width: 1600px) {
    .shopping-bag-wrapper {
        padding: 0 40px;
    }
}
@media screen and (min-width: 200px) and (max-width: 1024px) {
    .shopping-bag-wrapper {
        padding: 0 15px;
    }
}
.shopping-bag .loading {
    border-radius: 20px;
}
.autocomplete {
    padding: 10px 40px 5px 0;
    border: 0;
    border-bottom: 2px solid #e50748;
    line-height: 1;
    border-radius: 0;
    background: transparent;
}
@media screen and (max-width: 1024px) {
    .autocomplete {
        width: 100%;
        border-color: #fff;
        background-color: transparent;
        color: #fff;
        font-size: 18px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .autocomplete {
        max-width: 180px;
    }
}
@media screen and (min-width: 1025px) {
    .l-navbar--dark .autocomplete {
        color: #fff;
    }
}
.autocomplete:focus {
    outline: 0;
}
.autocomplete--dropdown {
    padding: 0;
    z-index: 99;
    background-color: #fff;
    border-bottom: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    -webkit-animation: scaleFadeIn 0.1s 1 ease;
    animation: scaleFadeIn 0.1s 1 ease;
}
.autocomplete--dropdown > div {
    font-size: 16px;
    color: #1e2e54;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
    cursor: pointer;
    transition: background-color 0.2s;
}
.autocomplete--dropdown > div:hover {
    background-color: #eee;
}
.autocomplete ~ label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    font-weight: normal;
}
.autocomplete.filled ~ label,
.autocomplete.filter-form__input ~ label,
.autocomplete:focus ~ label {
    -webkit-transform: translateY(-6px) scale(0.8);
    transform: translateY(-6px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.autocomplete-wrapper {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
    .autocomplete-wrapper.input-field {
        position: absolute;
        width: 100%;
        left: 0;
        top: -30px;
        z-index: -1;
        transition: top 0.3s ease;
    }
}
@media screen and (max-width: 1024px) {
    .autocomplete-wrapper.input-field.open {
        top: 100%;
    }
}
.autocomplete-wrapper.input-field > label {
    color: #1e2e54;
}
.l-navbar--dark .autocomplete-wrapper.input-field > label {
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .autocomplete-wrapper.input-field > label {
        color: #fff;
        -webkit-transform: translateY(32px);
        transform: translateY(32px);
        left: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .autocomplete-wrapper.input-field > label.active {
        -webkit-transform: translateY(12px) scale(0.8) !important;
        transform: translateY(12px) scale(0.8) !important;
    }
}
@media screen and (max-width: 1024px) {
    .autocomplete-wrapper.input-field input.autocomplete.filled ~ label,
    .autocomplete-wrapper.input-field
    input.autocomplete.filter-form__input
    ~ label,
    .autocomplete-wrapper.input-field input.autocomplete:focus ~ label {
        -webkit-transform: translateY(12px) scale(0.8);
        transform: translateY(12px) scale(0.8);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}
.autocomplete__button {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: transparent;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    .autocomplete__button {
        -webkit-transform: none;
        transform: none;
        position: absolute;
        right: 20px;
        top: 30px;
    }
}
.autocomplete__button:focus {
    outline: 0;
}
@media screen and (max-width: 1024px) {
    .autocomplete__button svg {
        fill: #fff;
    }
}
.autocomplete__spinner {
    position: absolute;
    top: 8px;
    right: 70px;
    z-index: 0;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    border: 3px solid #e8e9ed;
    border-top-color: #e50748;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s opacity;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
@media screen and (max-width: 1024px) {
    .autocomplete__spinner {
        top: 30px;
        right: 60px;
    }
}
.autocomplete__spinner.show {
    opacity: 1;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes scaleFadeIn {
    from {
        opacity: 0;
        -webkit-transform: scaleX(0) scaleY(0);
        transform: scaleX(0) scaleY(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1);
    }
}
@keyframes scaleFadeIn {
    from {
        opacity: 0;
        -webkit-transform: scaleX(0) scaleY(0);
        transform: scaleX(0) scaleY(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1);
    }
}
.container,
.container-small,
.container-medium-narrow,
.container-medium-cta,
.container-medium,
.container-super-narrow,
.container-extra-large,
.container-medium-large,
.container-large,
.container-narrow {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 92%;
    max-width: 1020px;
}
.container-narrow {
    max-width: 850px;
}
.container-large {
    max-width: 1540px;
}
.container-medium-large {
    max-width: 1600px;
}
.container-extra-large {
    max-width: 1660px;
}
.container-super-narrow {
    max-width: 500px;
}
.container-medium {
    max-width: 1280px;
}
.container-medium-cta {
    max-width: 860px;
}
.container-medium-narrow {
    max-width: 760px;
}
.container-small {
    max-width: 640px;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.container-fluid-20 {
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 1024px) {
    .container-full-on-mobile {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .container-full-on-tablet {
        width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .container-full-on-laptop-down {
        width: 100%;
    }
}
.row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row__full-width-child {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.row--g-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.row--g-0 > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.row--g-0.row--g-double-bottom > [class*="col-"] {
    padding-bottom: 0px;
}
.row--g-0.row--g-large-bottom > [class*="col-"] {
    padding-bottom: 0px;
}
@media all and (max-width: 991px) {
    .row--g-0.row--g-large-bottom > [class*="col-"] {
        padding-bottom: 0px;
    }
}
@media all and (min-width: 992px) {
    .row--g-0.row--g-large-bottom.row--reduce-space-bottom {
        margin-bottom: 0px;
    }
}
.row--g-10 {
    margin-left: -10px;
    margin-right: -10px;
}
.row--g-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.row--g-10.row--g-double-bottom > [class*="col-"] {
    padding-bottom: 20px;
}
.row--g-10.row--g-large-bottom > [class*="col-"] {
    padding-bottom: 60px;
}
@media all and (max-width: 991px) {
    .row--g-10.row--g-large-bottom > [class*="col-"] {
        padding-bottom: 20px;
    }
}
@media all and (min-width: 992px) {
    .row--g-10.row--g-large-bottom.row--reduce-space-bottom {
        margin-bottom: -30px;
    }
}
.row--g-20 {
    margin-left: -20px;
    margin-right: -20px;
}
.row--g-20 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.row--g-20.row--g-double-bottom > [class*="col-"] {
    padding-bottom: 40px;
}
.row--g-20.row--g-large-bottom > [class*="col-"] {
    padding-bottom: 120px;
}
@media all and (max-width: 991px) {
    .row--g-20.row--g-large-bottom > [class*="col-"] {
        padding-bottom: 40px;
    }
}
@media all and (min-width: 992px) {
    .row--g-20.row--g-large-bottom.row--reduce-space-bottom {
        margin-bottom: -60px;
    }
}
.row--g-30 {
    margin-left: -30px;
    margin-right: -30px;
}
.row--g-30 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.row--g-30.row--g-double-bottom > [class*="col-"] {
    padding-bottom: 60px;
}
.row--g-30.row--g-large-bottom > [class*="col-"] {
    padding-bottom: 180px;
}
@media all and (max-width: 991px) {
    .row--g-30.row--g-large-bottom > [class*="col-"] {
        padding-bottom: 60px;
    }
}
@media all and (min-width: 992px) {
    .row--g-30.row--g-large-bottom.row--reduce-space-bottom {
        margin-bottom: -90px;
    }
}
.row--g-50 {
    margin-left: -50px;
    margin-right: -50px;
}
.row--g-50 > [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}
.row--g-50.row--g-double-bottom > [class*="col-"] {
    padding-bottom: 100px;
}
.row--g-50.row--g-large-bottom > [class*="col-"] {
    padding-bottom: 300px;
}
@media all and (max-width: 991px) {
    .row--g-50.row--g-large-bottom > [class*="col-"] {
        padding-bottom: 100px;
    }
}
@media all and (min-width: 992px) {
    .row--g-50.row--g-large-bottom.row--reduce-space-bottom {
        margin-bottom: -150px;
    }
}
.row--g-10-lg {
    margin-left: -10px;
    margin-right: -10px;
}
.row--g-10-lg > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
}
@media all and (min-width: 1250px) {
    .row--g-10-lg {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row--g-10-lg > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 60px;
    }
}
.row--full-height {
    height: 100%;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto,
.col-five,
.col-sm-five,
.col-md-five,
.col-lg-five,
.col-xl-five {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media all and (max-width: 991px) {
    .col-1.gutter-sm-none-desktop,
    .col-2.gutter-sm-none-desktop,
    .col-3.gutter-sm-none-desktop,
    .col-4.gutter-sm-none-desktop,
    .col-5.gutter-sm-none-desktop,
    .col-6.gutter-sm-none-desktop,
    .col-7.gutter-sm-none-desktop,
    .col-8.gutter-sm-none-desktop,
    .col-9.gutter-sm-none-desktop,
    .col-10.gutter-sm-none-desktop,
    .col-11.gutter-sm-none-desktop,
    .col-12.gutter-sm-none-desktop,
    .col.gutter-sm-none-desktop,
    .col-auto.gutter-sm-none-desktop,
    .col-sm-1.gutter-sm-none-desktop,
    .col-sm-2.gutter-sm-none-desktop,
    .col-sm-3.gutter-sm-none-desktop,
    .col-sm-4.gutter-sm-none-desktop,
    .col-sm-5.gutter-sm-none-desktop,
    .col-sm-6.gutter-sm-none-desktop,
    .col-sm-7.gutter-sm-none-desktop,
    .col-sm-8.gutter-sm-none-desktop,
    .col-sm-9.gutter-sm-none-desktop,
    .col-sm-10.gutter-sm-none-desktop,
    .col-sm-11.gutter-sm-none-desktop,
    .col-sm-12.gutter-sm-none-desktop,
    .col-sm.gutter-sm-none-desktop,
    .col-sm-auto.gutter-sm-none-desktop,
    .col-md-1.gutter-sm-none-desktop,
    .col-md-2.gutter-sm-none-desktop,
    .col-md-3.gutter-sm-none-desktop,
    .col-md-4.gutter-sm-none-desktop,
    .col-md-5.gutter-sm-none-desktop,
    .col-md-6.gutter-sm-none-desktop,
    .col-md-7.gutter-sm-none-desktop,
    .col-md-8.gutter-sm-none-desktop,
    .col-md-9.gutter-sm-none-desktop,
    .col-md-10.gutter-sm-none-desktop,
    .col-md-11.gutter-sm-none-desktop,
    .col-md-12.gutter-sm-none-desktop,
    .col-md.gutter-sm-none-desktop,
    .col-md-auto.gutter-sm-none-desktop,
    .col-lg-1.gutter-sm-none-desktop,
    .col-lg-2.gutter-sm-none-desktop,
    .col-lg-3.gutter-sm-none-desktop,
    .col-lg-4.gutter-sm-none-desktop,
    .col-lg-5.gutter-sm-none-desktop,
    .col-lg-6.gutter-sm-none-desktop,
    .col-lg-7.gutter-sm-none-desktop,
    .col-lg-8.gutter-sm-none-desktop,
    .col-lg-9.gutter-sm-none-desktop,
    .col-lg-10.gutter-sm-none-desktop,
    .col-lg-11.gutter-sm-none-desktop,
    .col-lg-12.gutter-sm-none-desktop,
    .col-lg.gutter-sm-none-desktop,
    .col-lg-auto.gutter-sm-none-desktop,
    .col-xl-1.gutter-sm-none-desktop,
    .col-xl-2.gutter-sm-none-desktop,
    .col-xl-3.gutter-sm-none-desktop,
    .col-xl-4.gutter-sm-none-desktop,
    .col-xl-5.gutter-sm-none-desktop,
    .col-xl-6.gutter-sm-none-desktop,
    .col-xl-7.gutter-sm-none-desktop,
    .col-xl-8.gutter-sm-none-desktop,
    .col-xl-9.gutter-sm-none-desktop,
    .col-xl-10.gutter-sm-none-desktop,
    .col-xl-11.gutter-sm-none-desktop,
    .col-xl-12.gutter-sm-none-desktop,
    .col-xl.gutter-sm-none-desktop,
    .col-xl-auto.gutter-sm-none-desktop,
    .col-xxl-1.gutter-sm-none-desktop,
    .col-xxl-2.gutter-sm-none-desktop,
    .col-xxl-3.gutter-sm-none-desktop,
    .col-xxl-4.gutter-sm-none-desktop,
    .col-xxl-5.gutter-sm-none-desktop,
    .col-xxl-6.gutter-sm-none-desktop,
    .col-xxl-7.gutter-sm-none-desktop,
    .col-xxl-8.gutter-sm-none-desktop,
    .col-xxl-9.gutter-sm-none-desktop,
    .col-xxl-10.gutter-sm-none-desktop,
    .col-xxl-11.gutter-sm-none-desktop,
    .col-xxl-12.gutter-sm-none-desktop,
    .col-xxl.gutter-sm-none-desktop,
    .col-xxl-auto.gutter-sm-none-desktop,
    .col-five.gutter-sm-none-desktop,
    .col-sm-five.gutter-sm-none-desktop,
    .col-md-five.gutter-sm-none-desktop,
    .col-lg-five.gutter-sm-none-desktop,
    .col-xl-five.gutter-sm-none-desktop {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.col {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-five {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.order-first {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
}
.offset-0-5 {
    margin-left: 4.16666%;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
.offset-five {
    margin-left: 20%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-sm-five {
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-0-5 {
        margin-left: 4.1666666%;
    }
    .offset-sm-1 {
        margin-left: 4.1666666%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
    .offset-sm-five {
        margin-left: 20%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-five {
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        -webkit-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-0-5 {
        margin-left: 4.1666666%;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
    .offset-md-five {
        margin-left: 20%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-lg-five {
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-0-5 {
        margin-left: 4.1666666%;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
    .offset-lg-five {
        margin-left: 20%;
    }
}
@media (min-width: 1250px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xl-five {
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-0-5 {
        margin-left: 4.1666666%;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
    .offset-xl-five {
        margin-left: 20%;
    }
}
@media (min-width: 1540px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xxl-five {
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .order-xxl-first {
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
    }
    .order-xxl-last {
        -ms-flex-order: 13;
        -webkit-order: 13;
        order: 13;
    }
    .order-xxl-0 {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }
    .order-xxl-1 {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .order-xxl-2 {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .order-xxl-3 {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .order-xxl-4 {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }
    .order-xxl-5 {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }
    .order-xxl-6 {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6;
    }
    .order-xxl-7 {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7;
    }
    .order-xxl-8 {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8;
    }
    .order-xxl-9 {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
    }
    .order-xxl-10 {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
    }
    .order-xxl-11 {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11;
    }
    .order-xxl-12 {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-0 {
        margin-left: 4.1666666%;
    }
    .offset-xxl-1 {
        margin-left: 8.333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.666667%;
    }
    .offset-xxl-five {
        margin-left: 20%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1250px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1250px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important;
    }
}
.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex > [class*="col-"] {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: nowrap row;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    float: none;
}
.flex--auto > * {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.flex--top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex--top > [class*="col-"] {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.flex--bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex__spacer {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flex--center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex--center > [class*="col-"] {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.flex--middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex--space-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul,
ol {
    padding: 0;
    margin: 0;
}
ul,
.list-ol,
.content ol,
.list-scrolled,
.list-radio {
    list-style-type: none;
}
.list-ul,
.content ul,
.list-ol,
.content ol {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}
.list-ul li,
.content ul li,
.list-ol li,
.content ol li {
    padding: 1px 0 1px 0;
    position: relative;
    margin-bottom: 2px;
}
.list-ul li:before,
.content ul li:before,
.list-ol li:before,
.content ol li:before {
    position: absolute;
    overflow: hidden;
    display: block;
    content: " ";
}
.list-ul li:last-child,
.content ul li:last-child,
.list-ol li:last-child,
.content ol li:last-child {
    padding-bottom: 0;
}
.list-ul,
.content ul {
    padding-left: 40px;
}
.container-super-narrow .list-ul,
.container-super-narrow .content ul,
.content .container-super-narrow ul {
    padding-left: 10px;
}
.list-ul li:before,
.content ul li:before {
    top: 2px;
    left: -24px;
    width: 22px;
    height: 22px;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
    color: #e50748;
}
.list-ul--li-margin-bottom li {
    margin-bottom: 20px;
}
.list-ul--checked,
.content ul.list-ul--checked {
    padding-left: 46px;
}
.list-ul--checked li,
.content ul.list-ul--checked li {
    position: relative;
    margin-bottom: 24px;
}
.list-ul--checked li:before,
.content ul.list-ul--checked li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -46px;
    width: 36px;
    height: 36px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/icons/check-green.svg) top left no-repeat;
    background-size: 36px auto;
}
.list-ol,
.content ol {
    counter-reset: item;
    padding-left: 40px;
}
.list-ol li:before,
.content ol li:before {
    left: -30px;
    width: 25px;
    content: counters(item, ".") ". ";
    counter-increment: item;
    color: #e50748;
    text-align: center;
    line-height: 1.25;
}
.list-2-cols,
.list-3-cols,
.list-4-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-2-cols li,
.list-3-cols li,
.list-4-cols li {
    width: 100%;
    margin-bottom: 10px;
}
@media (min-width: 501px) {
    .list-2-cols li {
        width: 47%;
    }
}
@media (min-width: 768px) {
    .list-3-cols li {
        width: 30%;
    }
}
@media (min-width: 500px) and (max-width: 991px) {
    .list-4-cols li {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .list-4-cols li {
        width: 22%;
    }
}
.content .list--no-bullet li:before,
.list--no-bullet li:before {
    display: none;
}
.list-scrolled {
    margin-bottom: 40px;
    padding: 0 0 0 28px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    counter-reset: itemLarge;
}
@media all and (max-width: 768px) {
    .list-scrolled {
        padding-left: 25px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    .apple-device .list-scrolled {
        -webkit-overflow-scrolling: initial;
    }
    .list-scrolled::-webkit-scrollbar {
        display: none;
    }
}
@media all and (min-width: 769px) and (max-width: 991px) {
    .list-scrolled {
        padding-left: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    .apple-device .list-scrolled {
        -webkit-overflow-scrolling: initial;
    }
    .list-scrolled::-webkit-scrollbar {
        display: none;
    }
}
@media all and (min-width: 1250px) and (max-width: 1480px) {
    .list-scrolled {
        padding: 0 0 0 20px;
    }
}
.list-scrolled > li {
    position: relative;
    white-space: nowrap;
    padding-right: 50px;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgba(29, 29, 29, 0.25);
}
@media (min-width: 200px) and (max-width: 768px) {
    .list-scrolled > li {
        padding-right: 0;
        font-size: 1.125rem;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .list-scrolled > li {
        padding-right: 30px;
        font-size: 1.125rem;
    }
}
@media all and (min-width: 1250px) and (max-width: 1480px) {
    .list-scrolled > li {
        padding-right: 35px;
        font-size: 1.3rem;
    }
}
.list-scrolled > li:before {
    position: absolute;
    overflow: hidden;
    display: block;
    left: -25px;
    width: 30px;
    content: counters(itemLarge, ".") ". ";
    counter-increment: itemLarge;
    font-weight: 700;
    color: inherit;
}
@media (min-width: 200px) and (max-width: 768px) {
    .list-scrolled > li:before {
        left: -25px;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .list-scrolled > li:before {
        left: -15px;
    }
}
@media all and (min-width: 1250px) and (max-width: 1480px) {
    .list-scrolled > li:before {
        left: -20px;
    }
}
.list-scrolled > li:first-child {
    padding-left: 0;
}
.list-scrolled > li:last-child {
    padding-right: 0;
}
.list-scrolled > li.active {
    color: #e50748;
}
.list-scrolled > li.done {
    color: #1e2e54;
}
.list-scrolled > li.done p,
.list-scrolled > li.done a {
    text-decoration: underline;
    transition: opacity 0.3s;
}
.list-scrolled > li.done a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.list-scrolled > li.done.done--green {
    color: rgba(123, 183, 43, 0.5);
}
.list-scrolled > li p {
    margin: 0;
}
.list-radio__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 600px) {
    .list-radio__item {
        display: block;
        margin-bottom: 20px;
    }
}
.list-radio__item .radio__label {
    height: auto;
    padding: 12px 10px 15px 35px;
}
.list-radio__item .radio__label:hover {
    color: #e50748;
}
@media screen and (max-width: 600px) {
    .list-radio__item-radio .radio__label {
        padding-bottom: 0;
        padding-top: 16px;
    }
}
.list-radio__item-radio--wide {
    width: 50%;
}
@media screen and (max-width: 767px) {
    .list-radio__item-radio--wide {
        width: 100%;
    }
}
.list-radio__item-radio--wide .radio__label {
    width: 100%;
}
.list-radio__item-radio--wide-60 {
    width: 58%;
}
@media screen and (max-width: 767px) {
    .list-radio__item-radio--wide-60 {
        width: 100%;
    }
}
.list-radio__item-radio--wide-60 .radio__label {
    width: 100%;
}
@media screen and (max-width: 600px) {
    .list-radio__item-text {
        padding-left: 35px;
    }
}
@media screen and (max-width: 600px) {
    .list-radio__item-text > .form__row:first-child {
        margin-top: 20px;
    }
}
.list-radio__item--column {
    display: block;
}
@media screen and (min-width: 601px) {
    .list-radio__item--column .list-radio__item-text {
        width: 70%;
    }
}
.list-radio--basic .list-radio__item {
    margin-bottom: 3px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.list-radio--basic .list-radio__item-text {
    margin-bottom: 3px;
}
.list-radio--basic .radio__label {
    padding-bottom: 0px;
    padding-right: 6px;
    font-size: 14px;
}
@media all and (max-width: 599px) {
    .list-radio--basic .radio__label:before {
        top: 17px;
    }
}
@media all and (max-width: 599px) {
    .list-radio--basic .radio__label:after {
        top: 22px;
    }
}
.list-radio--basic .radio__label p {
    margin: 3px 0;
}
.list-radio--single .radio__label {
    padding-left: 0;
    padding-bottom: 0;
    font-size: 14px;
}
.list-radio--single .radio__label p {
    margin: 3px 0;
}
.list-radio--single .radio__label::before,
.list-radio--single .radio__label::after {
    display: none;
}
@media all and (max-width: 600px) {
    .list-radio--single .list-radio__item-text {
        padding-top: 10px;
        padding-left: 0;
    }
}
.list-radio--font-md .radio__label:before {
    top: 11px;
}
.list-radio--font-md .radio__label:after {
    top: 16px;
}
.list-radio--font-md p {
    margin-bottom: 0em;
    font-size: 18px;
}
.list-radio__date-picker {
    position: relative;
    width: calc(100% + 35px);
    left: -35px;
}
.list-inline-with-images {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (max-width: 640px) {
    .list-inline-with-images {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.list-inline-with-images > * {
    width: 30%;
}
@media (max-width: 640px) {
    .list-inline-with-images > * {
        width: 46%;
        margin-bottom: 8%;
    }
}
@media (max-width: 500px) {
    .list-inline-with-images > * {
        width: 100%;
    }
}
iframe {
    border: 0;
}
img,
video,
object {
    max-width: 100%;
}
img:not([src*=".svg"]) {
    height: auto;
}
img:not([src]) {
    visibility: hidden;
}
img[data-src],
img[data-srcset] {
    min-height: 1px;
}
img.lazy:not(.lazy--no-fade-in) {
    opacity: 0;
    transition: all 0.4s 0.3s ease;
}
img.lazy.loaded:not(.lazy--no-fade-in) {
    opacity: 1;
}
.pagination {
    clear: both;
    padding: 1em 0;
    text-align: center;
}
.pagination li,
.pagination a {
    display: inline-block;
}
.pagination a {
    padding: 0.3em 1em;
    border-radius: 5px;
    background: #222;
    color: #fff;
}
.pagination a.active,
.pagination a:hover {
    background: #000;
}
.table {
    text-align: left;
    border: none;
    border-collapse: collapse;
}
.table td,
.table th {
    padding: 24px 10px 20px 0;
    border-collapse: collapse;
}
.table td:last-child,
.table th:last-child {
    padding-right: 0;
}
.table thead {
    font-size: 18px;
    font-weight: 800;
}
.table tbody {
    font-size: 18px;
    font-weight: 400;
}
.table tbody td {
    border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}
.table--full-width {
    width: 100%;
}
.table-simple {
    width: 100%;
}
.table-simple tr td,
.table-simple tr th {
    padding: 0px 10px 20px 0;
    border-collapse: collapse;
}
@media screen and (max-width: 991px) {
    .table-simple tr td,
    .table-simple tr th {
        padding-bottom: 10px;
    }
}
.table-simple tr td:last-child,
.table-simple tr th:last-child {
    padding-right: 0;
}
.table-simple tr:last-child td,
.table-simple tr:last-child th {
    padding-bottom: 0;
}
.table-simple--font-sm tr td,
.table-simple--font-sm th {
    padding-bottom: 10px;
    font-size: 16px;
}
@media all and (min-width: 902px) {
    .table-flex__row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.table-flex__row--head {
    padding: 15px 0;
    font-weight: bold;
    color: #1e2e54;
}
@media all and (max-width: 901px) {
    .table-flex__row--head {
        display: none;
    }
}
.table-flex__row--body {
    border-bottom: 1px solid #e8e9ed;
}
.table-flex__row--body .table-flex__item {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media all and (max-width: 901px) {
    .table-flex__row--body .table-flex__item {
        padding-top: 0;
        padding-bottom: 10px;
    }
}
@media all and (max-width: 901px) {
    .table-flex__row--body {
        margin-top: 20px;
        padding: 20px;
        border-radius: 20px;
        background-color: #fff;
    }
}
.table-flex__item {
    -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
}
@media all and (max-width: 901px) {
    .table-flex__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media all and (min-width: 902px) {
    .table-flex__item:not(:last-child) {
        padding-right: 10px;
    }
}
@media all and (min-width: 902px) {
    .table-flex__item:not(.text-left) {
        text-align: center;
    }
}
.table-flex__item:nth-of-type(4) {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.table-flex__item-name {
    padding-right: 10px;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    color: #1e2e54;
    font-weight: bold;
}
@media all and (min-width: 902px) {
    .table-flex__item-name {
        display: none;
    }
}
.table-flex__item a {
    text-decoration: underline;
}
.table-flex__item a:hover {
    text-decoration: none;
}
.table-flex--orders .table-flex__row--head div:first-child,
.table-flex--orders .table-flex__row--body div:first-child {
    white-space: normal;
}
.table-flex--orders .table-flex__row--body div:first-child {
    word-break: break-all;
}
.table-flex--col-7 .table-flex__item {
    -webkit-flex: 0 1 12.5%;
    -ms-flex: 0 1 12.5%;
    flex: 0 1 12.5%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.table-flex--col-7 .table-flex__item:first-child {
    white-space: nowrap;
}
.table-flex--col-7 .table-flex__item:last-child {
    word-break: break-word;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}
.table-sticky-header {
    position: fixed;
    top: -52px;
    z-index: 3;
    pointer-events: none;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.lock-scroll .table-sticky-header:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.page-scrolled .table-sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.table-sticky-header thead {
    position: relative;
    border-bottom: 1px solid #ff5f5f;
    pointer-events: all;
}
.table-sticky-header thead:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -24px;
    left: 0;
    right: 0;
    bottom: -24px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.table-sticky-header tbody {
    background-color: transparent;
}
@media screen and (max-width: 767px) {
    .table-sticky-header {
        display: none;
    }
}
.table--with-divider {
    table-layout: fixed;
}
.table--with-divider thead th {
    border-bottom: 1px solid #e8e9ed;
    font-size: 16px;
}
.table--with-divider tbody tr:last-child td {
    border-bottom: 0;
}
.table--with-divider tbody td {
    font-size: 16px;
}
.table-wrapper {
    overflow: auto;
}
.table-wrapper .table {
    min-width: 400px;
}
.section {
    width: 100%;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.section--shadow {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.section--full-height-centered {
    scroll-snap-align: start;
    min-height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.section--below-header-with-icons {
    margin-top: -130px;
    padding-top: 140px;
}
.section--below-header-with-icons:nth-of-type(2) {
    padding: 140px 60px 70px;
}
@media all and (min-width: 1200px) and (max-width: 1864px) {
    .section--below-header-with-icons:nth-of-type(2) {
        padding: 140px 20px 70px;
    }
}
@media all and (max-width: 1199px) {
    .section--below-header-with-icons:nth-of-type(2) {
        margin-top: 0;
        padding: 50px 20px;
    }
}
@media all and (max-width: 640px) {
    .section--below-header-with-icons {
        margin-top: -280px;
        padding-top: 280px;
    }
}
.section--p-small-top {
    padding-top: 20px;
}
.section--p-small-bottom {
    padding-bottom: 20px;
}
.section--p-medium {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section--p-medium-top {
    padding-top: 40px;
}
.section--p-medium-bottom {
    padding-bottom: 40px;
}
.section--p-large-top {
    padding-top: 0;
}
@media screen and (max-width: 991px) {
    .section--p-large-top {
        padding-top: 40px;
    }
}
.section--p-large-bottom {
    padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
    .section--p-large-bottom {
        padding-bottom: 40px;
    }
}
.section--p-extra-large {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media all and (max-width: 640px) {
    .section--p-extra-large {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.section--p-extra-large-top {
    padding-top: 100px;
}
.section--p-extra-large-bottom {
    padding-bottom: 100px;
}
.section--video {
    position: relative;
    overflow: hidden;
    padding: 240px 4%;
}
.section--p-none-top {
    padding-top: 0;
}
.section--p-none-bottom {
    padding-bottom: 0;
}
@media screen and (min-width: 1600px) {
    .section--similar-products:not(:first-child) {
        padding-top: 80px;
    }
}
.section--below-header-with-icons {
    margin-top: -130px;
    padding-top: 240px;
}
.section--below-header-with-icons:nth-of-type(1) {
    padding-bottom: 60px;
}
@media all and (max-width: 640px) {
    .section--below-header-with-icons:nth-of-type(1) {
        padding-bottom: 40px;
        padding-top: 410px;
    }
}
@media all and (min-width: 641px) and (max-width: 1249px) {
    .section--below-header-with-icons:nth-of-type(1) {
        padding-top: 150px;
        padding-bottom: 40px;
    }
}
.section--below-header-with-icons:nth-of-type(2) {
    padding: 190px 60px 70px;
}
@media all and (min-width: 1250px) and (max-width: 1864px) {
    .section--below-header-with-icons:nth-of-type(2) {
        padding: 190px 20px 70px;
    }
}
@media all and (max-width: 1249px) {
    .section--below-header-with-icons:nth-of-type(2) {
        margin-top: 0;
        padding: 50px 20px;
    }
}
@media all and (max-width: 640px) {
    .section--below-header-with-icons {
        margin-top: -280px;
        padding-top: 280px;
        padding-bottom: 40px;
    }
}
.section__header {
    padding-bottom: 1em;
}
@media all and (max-width: 1600px) {
    .section__header--container {
        width: 92%;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .section__header--with-options {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2em;
    }
}
.section__header-options {
    margin-top: 2em;
}
@media (min-width: 768px) {
    .section__header-options {
        width: 400px;
        -webkit-flex: 0 0 400px;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        margin-top: 0;
    }
}
.section__header-hint-text {
    color: #8c8c8c;
    margin: 1em 2em 0 2em;
    text-align: center;
}
.section__header-hint-text a {
    color: #8c8c8c;
    text-decoration: underline;
}
.section__header-hint-text a:hover {
    text-decoration: none;
}
.section__header-container {
    padding: 0 20px 45px;
}
@media all and (max-width: 992px) {
    .section__header-container--with-logo {
        text-align: center;
    }
}
@media all and (min-width: 992px) {
    .section__header-container--with-logo {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media all and (max-width: 992px) {
    .section__header-container--with-logo img {
        margin-top: 30px;
    }
}
.section__footer {
    padding-top: 2em;
}
.section--vertically-aligned {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section--btns-on-bottom [class*="col-"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section--btns-on-bottom [class*="col-"] p:last-of-type {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.section-img-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 991px) {
    .section-img-text {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.section-img-text > * {
    width: 50%;
}
@media all and (max-width: 991px) {
    .section-img-text > * {
        width: 100%;
    }
}
.section-img-text__img img {
    width: 100%;
}
.section-img-text__container-large {
    margin-right: 0;
    margin-left: auto;
    padding-right: 8.3333333333%;
    width: 46%;
    max-width: 770px;
}
@media all and (max-width: 991px) {
    .section-img-text__container-large {
        padding: 20px 20px 0;
        width: 100%;
        max-width: 100%;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
}
@media (min-width: 568px) {
    .section-img-text--swap .section-img-text__container-large {
        margin-left: 0;
        margin-right: auto;
        padding-left: 8.3333333333%;
        padding-right: 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media all and (max-width: 991px) {
    .section-img-text--swap .section-img-text__container-large {
        padding: 20px 20px 0;
    }
}
.section--cta-logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 140%;
}
.section--bg-half {
    position: relative;
}
.section--bg-half:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 61.3%;
    width: 100%;
    background: #e8e9ed;
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .section--bg-half:before {
        height: 76%;
    }
}
.section--bg-half-botom {
    position: relative;
}
.section--bg-half-botom:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: #f2f2f2;
}
.section--bg-half-botom-azure:before {
    background: #eff3fc;
}
.section--fullscreen {
    min-height: 100vh;
}
@supports (-webkit-overflow-scrolling: touch) {
    .section--fullscreen {
        min-height: calc(var(--vh, 1vh) * 100);
    }
}
.l-main--navigation-top-space .section--fullscreen:first-child {
    min-height: calc(100vh - 64px);
}
@media (min-width: 1025px) {
    .l-main--navigation-top-space .section--fullscreen:first-child {
        min-height: calc(100vh - 150px);
    }
}
.section__header-1 {
    max-width: 620px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.section__header-2 {
    max-width: 809px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}
@media all and (max-width: 640px) {
    .section__header-2 {
        padding-bottom: 0px;
    }
}
@media all and (min-width: 641px) and (max-width: 991px) {
    .section__header-2 {
        padding-bottom: 20px;
    }
}
@media all and (min-width: 992px) {
    .section__box {
        margin-top: 30px;
    }
}
@media all and (max-width: 991px) {
    .section__box {
        text-align: center;
    }
}
@media all and (max-width: 991px) {
    .section--none-desctop-bg-half:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 28%;
        background-color: #1e2e54;
    }
}
@media all and (max-width: 991px) {
    .section--50-50-image-text [style*="--aspect-ratio"] {
        margin-bottom: 1.5rem;
    }
}
.section--shape-half-circle-right > *:after {
    content: "";
    display: block;
    position: absolute;
    top: -5%;
    right: -13%;
    width: 75%;
    height: 100%;
    -webkit-clip-path: circle(67% at 50% 134%);
    clip-path: circle(55% at 50% 120%);
    background: transparent linear-gradient(0deg, transparent 0%, #dfe0e1 100%) 0%
    0% no-repeat padding-box;
}
@media all and (max-width: 767px) {
    .section--shape-half-circle-right > *:after {
        width: 100vw;
        left: -4%;
        right: 0;
        -webkit-clip-path: ellipse(95% 85% at 50% 100%);
        clip-path: ellipse(95% 85% at 50% 100%);
    }
}
@media all and (max-width: 767px) {
    .section--shape-half-circle-right .stripe-icon-wrapper {
        padding-bottom: 44px;
    }
}
@media all and (min-width: 992px) {
    .section__bottom-bar {
        margin-top: 34px;
        position: relative;
    }
}
.section--outer-bg-white > * {
    z-index: 1;
}
.section--outer-bg-white::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #fff;
}
.section--outer-bg-black > * {
    z-index: 1;
}
.section--outer-bg-black::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #1d1d1d;
}
.section--outer-bg-green > * {
    z-index: 1;
}
.section--outer-bg-green::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #e50748;
}
.section--outer-bg-blue > * {
    z-index: 1;
}
.section--outer-bg-blue::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #1e2e54;
}
.section--outer-bg-ice > * {
    z-index: 1;
}
.section--outer-bg-ice::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #e8e9ed;
}
.section--outer-bg-red > * {
    z-index: 1;
}
.section--outer-bg-red::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #ff5f5f;
}
.section--outer-bg-orange > * {
    z-index: 1;
}
.section--outer-bg-orange::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #ecb500;
}
.section--outer-bg-gray > * {
    z-index: 1;
}
.section--outer-bg-gray::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}
.section--outer-bg-gray2 > * {
    z-index: 1;
}
.section--outer-bg-gray2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #f2f2f2;
}
.section--outer-bg-gray-light > * {
    z-index: 1;
}
.section--outer-bg-gray-light::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #d6d6d6;
}
.section--outer-bg-azure > * {
    z-index: 1;
}
.section--outer-bg-azure::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #eff3fc;
}
.section--outer-bg-green-emerald > * {
    z-index: 1;
}
.section--outer-bg-green-emerald::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #00b67a;
}
.section--outer-bg-gray-2 > * {
    z-index: 1;
}
.section--outer-bg-gray-2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #f2f2f2;
}
.section--outer-bg-gray-dark > * {
    z-index: 1;
}
.section--outer-bg-gray-dark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #8c8c8c;
}
.section--outer-bg-paktool-green-dark > * {
    z-index: 1;
}
.section--outer-bg-paktool-green-dark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #0e5f17;
}
.section--outer-bg-paktool-green-light > * {
    z-index: 1;
}
.section--outer-bg-paktool-green-light::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #4ab350;
}
.section--outer-bg-paktool-green-grey > * {
    z-index: 1;
}
.section--outer-bg-paktool-green-grey::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #414042;
}
.section--outer-bg-gray-3 > * {
    z-index: 1;
}
.section--outer-bg-gray-3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #99a1b1;
}
.section--outer-bg-gray-4 > * {
    z-index: 1;
}
.section--outer-bg-gray-4::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #4b5876;
}
.section--outer-bg-dark > * {
    z-index: 1;
}
.section--outer-bg-dark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #101010;
}
.section--outer-bg-gray-5 > * {
    z-index: 1;
}
.section--outer-bg-gray-5::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #4a4a4a;
}
.section--outer-bg-gray-6 > * {
    z-index: 1;
}
.section--outer-bg-gray-6::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #4e4e4e;
}
.section--outer-bg-gray-7 > * {
    z-index: 1;
}
.section--outer-bg-gray-7::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #fafafa;
}
.section--outer-bg-dark-blue > * {
    z-index: 1;
}
.section--outer-bg-dark-blue::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #1a294b;
}
.section--outer-bg-gray-dark-1 > * {
    z-index: 1;
}
.section--outer-bg-gray-dark-1::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #464646;
}
.section--outer-bg-gray-8 > * {
    z-index: 1;
}
.section--outer-bg-gray-8::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #bebebe;
}
.section--outer-bg-orange-bright > * {
    z-index: 1;
}
.section--outer-bg-orange-bright::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #f57926;
}
.section--inner-bg-white {
    color: #1d1d1d;
}
.section--inner-bg-white::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-white::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-black {
    color: #1d1d1d;
    color: #fff;
}
.section--inner-bg-black::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #1d1d1d;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-black::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-green {
    color: #1d1d1d;
    color: #fff;
}
.section--inner-bg-green::before {
    content: "";
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 89%;
    background-color: #e50748;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-green::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-blue {
    color: #1d1d1d;
    color: #fff;
}
.section--inner-bg-blue::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #1e2e54;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-blue::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-ice {
    color: #1d1d1d;
}
.section--inner-bg-ice::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #e8e9ed;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-ice::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-red {
    color: #1d1d1d;
    color: #fff;
}
.section--inner-bg-red::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #ff5f5f;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-red::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-orange {
    color: #1d1d1d;
}
.section--inner-bg-orange::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #ecb500;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-orange::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-gray {
    color: #1d1d1d;
}
.section--inner-bg-gray::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-gray::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-gray2 {
    color: #1d1d1d;
}
.section--inner-bg-gray2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-gray2::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-gray-light {
    color: #1d1d1d;
}
.section--inner-bg-gray-light::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #d6d6d6;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-gray-light::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-azure {
    color: #1d1d1d;
}
.section--inner-bg-azure::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #eff3fc;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-azure::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-green-emerald {
    color: #1d1d1d;
}
.section--inner-bg-green-emerald::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #00b67a;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-green-emerald::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-gray-2 {
    color: #1d1d1d;
}
.section--inner-bg-gray-2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-gray-2::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-gray-dark {
    color: #1d1d1d;
}
.section--inner-bg-gray-dark::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #8c8c8c;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-gray-dark::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-paktool-green-dark {
    color: #1d1d1d;
    color: #fff;
}
.section--inner-bg-paktool-green-dark::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #0e5f17;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-paktool-green-dark::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-paktool-green-light {
    color: #1d1d1d;
    color: #fff;
}
.section--inner-bg-paktool-green-light::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #4ab350;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-paktool-green-light::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-paktool-green-grey {
    color: #1d1d1d;
    color: #fff;
}
.section--inner-bg-paktool-green-grey::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #414042;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-paktool-green-grey::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-gray-3 {
    color: #1d1d1d;
}
.section--inner-bg-gray-3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #99a1b1;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-gray-3::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-gray-4 {
    color: #1d1d1d;
}
.section--inner-bg-gray-4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #4b5876;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-gray-4::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-dark {
    color: #1d1d1d;
    color: #fff;
}
.section--inner-bg-dark::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #101010;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-dark::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-gray-5 {
    color: #1d1d1d;
    color: #fff;
}
.section--inner-bg-gray-5::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #4a4a4a;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-gray-5::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-gray-6 {
    color: #1d1d1d;
    color: #fff;
}
.section--inner-bg-gray-6::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #4e4e4e;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-gray-6::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-gray-7 {
    color: #1d1d1d;
    color: #fff;
}
.section--inner-bg-gray-7::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-gray-7::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-dark-blue {
    color: #1d1d1d;
    color: #fff;
}
.section--inner-bg-dark-blue::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #1a294b;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-dark-blue::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-gray-dark-1 {
    color: #1d1d1d;
    color: #fff;
}
.section--inner-bg-gray-dark-1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #464646;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-gray-dark-1::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-gray-8 {
    color: #1d1d1d;
}
.section--inner-bg-gray-8::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #bebebe;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-gray-8::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.section--inner-bg-orange-bright {
    color: #1d1d1d;
    color: #fff;
}
.section--inner-bg-orange-bright::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #f57926;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 1670px) {
    .section--inner-bg-orange-bright::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
@media screen and (min-width: 1025px) {
    .section.section--scale-down {
        zoom: 0.8;
    }
}
.section-wrapper {
    padding: 30px;
    border-radius: 16px;
    background-color: #EDEDED;
}
@media all and (max-width: 767px) {
    .section-wrapper {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.block,
.block-single {
    position: relative;
    padding: 2.5rem;
}
@media all and (max-width: 576px) {
    .block,
    .block-single {
        padding: 20px;
    }
}
.block--p-small {
    padding: 20px;
}
.block--p-middle {
    padding: 34px;
}
.block--p-large {
    padding: 55px;
}
@media all and (max-width: 576px) {
    .block--p-large {
        padding: 20px;
    }
}
.block--p-xlarge {
    padding: 60px;
}
@media all and (max-width: 576px) {
    .block--p-xlarge {
        padding: 40px;
    }
}
.block--padding-top {
    padding: 2.5rem 0 0 0;
}
@media all and (max-width: 576px) {
    .block--padding-top {
        padding: 20px 0 0 0;
    }
}
@media all and (max-width: 768px) {
    .block--p-tablet-small {
        padding: 1.5rem;
    }
}
@media all and (max-width: 991px) {
    .block--mobile-m-medium {
        margin-top: 30px;
    }
}
.block--shadow,
.block-single {
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.block--border-rounded {
    border-radius: 20px;
}
.block--border-rounded-sm {
    padding: 30px 25px;
    border-radius: 16px;
}
.block--border-rounded-lg {
    padding: 60px 55px 55px;
    border-radius: 63px;
}
@media all and (max-width: 768px) {
    .block--border-rounded-lg {
        padding: 33px 27px 40px;
        border-radius: 32px;
    }
}
.block--logo-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    padding-top: 10vw;
    padding-bottom: 10vw;
}
@media all and (min-width: 1800px) {
    .block--logo-bg {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}
.block--logo-bg .block__content {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
@media all and (max-width: 1280px) {
    .block--logo-bg .block__content {
        width: 100%;
    }
}
.block__inner {
    width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
@media all and (min-width: 577px) and (max-width: 1570px) {
    .block__inner {
        width: 90%;
    }
}
@media all and (max-width: 576px) {
    .block__inner {
        margin: 0;
        width: 100%;
    }
}
.block--padding-one-col {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 16.6666666667%;
    padding-right: 16.6666666667%;
}
@media all and (max-width: 640px) {
    .block--padding-one-col {
        padding: 40px 20px;
    }
}
.block--fly {
    position: absolute;
    top: -80%;
    z-index: 10;
}
@media all and (max-width: 991px) {
    .block--fly {
        margin-bottom: 40px;
        position: relative;
        top: 0;
    }
}
.block-single {
    margin-bottom: 10px;
    display: block;
    color: #1e2e54;
    background-color: #fff;
}
.block--full-height {
    height: 100%;
}
@media all and (min-width: 1200px) {
    .block--min-height {
        min-height: 480px;
    }
}
@media all and (min-width: 1500px) {
    .block--min-height {
        min-height: 600px;
    }
}
@media all and (min-width: 1200px) {
    .block--min-height-sm {
        min-height: 450px;
    }
}
.block--bg-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
}
@media all and (max-width: 1199px) {
    .block--bg-image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background: rgba(30, 46, 84, 0.8);
        z-index: 1;
    }
}
.block--bg-image-cover {
    background-size: cover;
}
.block--bg-image-contain {
    background-size: contain;
}
.block--bg-image-small {
    background-size: 50%;
}
.block--bg-image-bottom-right {
    background-position: bottom right;
}
.block--bg-image-bottom-center {
    background-position: bottom center;
}
@media (min-width: 992px) {
    .block--bottom-offset {
        position: relative;
        z-index: 5;
        margin-bottom: -80px;
    }
}
.block__item {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.block__item:nth-of-type(1) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.block__item:nth-of-type(2) {
    text-align: right;
}
@media all and (max-width: 901px) {
    .block__item:nth-of-type(2) {
        margin-top: 20px;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
}
.block__item--full-width {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
@media all and (min-width: 901px) {
    .block__item--full-width {
        margin-top: 35px;
    }
}
@media all and (max-width: 901px) {
    .block__item--center-mobile {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}
.block--tile {
    width: 100px;
    height: 100px;
    margin-right: 2rem;
    display: inline-block;
    position: relative;
}
@media screen and (min-width: 1200px) {
    .block--tile {
        width: 144px;
        height: 144px;
    }
}
.block--tile img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.block--tile label {
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    font-weight: bold;
    margin-top: 105px;
    float: left;
    margin-left: -39px;
    font-size: 15px;
    text-align: center;
    width: 213%;
}
.Smarquee--Kpyc5jsluloe {
    overflow: inherit!important;
}
.block--flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media all and (max-width: 901px) {
    .block--flex {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.block--flex-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media all and (max-width: 901px) {
    .block--bg-not-on-desktop {
        background-color: #f2f2f2;
    }
}
.block__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.block__header > * {
    margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
    .block--show-on-desktop {
        display: none;
    }
}
.block--border-white {
    border: 2px solid #fff;
}
.block--border-black {
    border: 2px solid #1d1d1d;
}
.block--border-green {
    border: 2px solid #e50748;
}
.block--border-blue {
    border: 2px solid #1e2e54;
}
.block--border-ice {
    border: 2px solid #e8e9ed;
}
.block--border-red {
    border: 2px solid #ff5f5f;
}
.block--border-orange {
    border: 2px solid #ecb500;
}
.block--border-gray {
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.block--border-gray2 {
    border: 2px solid #f2f2f2;
}
.block--border-gray-light {
    border: 2px solid #d6d6d6;
}
.block--border-azure {
    border: 2px solid #eff3fc;
}
.block--border-green-emerald {
    border: 2px solid #00b67a;
}
.block--border-gray-2 {
    border: 2px solid #f2f2f2;
}
.block--border-gray-dark {
    border: 2px solid #8c8c8c;
}
.block--border-paktool-green-dark {
    border: 2px solid #0e5f17;
}
.block--border-paktool-green-light {
    border: 2px solid #4ab350;
}
.block--border-paktool-green-grey {
    border: 2px solid #414042;
}
.block--border-gray-3 {
    border: 2px solid #99a1b1;
}
.block--border-gray-4 {
    border: 2px solid #4b5876;
}
.block--border-dark {
    border: 2px solid #101010;
}
.block--border-gray-5 {
    border: 2px solid #4a4a4a;
}
.block--border-gray-6 {
    border: 2px solid #4e4e4e;
}
.block--border-gray-7 {
    border: 2px solid #fafafa;
}
.block--border-dark-blue {
    border: 2px solid #1a294b;
}
.block--border-gray-dark-1 {
    border: 2px solid #464646;
}
.block--border-gray-8 {
    border: 2px solid #bebebe;
}
.block--border-orange-bright {
    border: 2px solid #f57926;
}
.block--table {
    overflow-x: auto;
}
@media all and (max-width: 1024px) {
    .block--table {
        padding: 20px;
    }
}
.block--discount {
    margin-top: 20px;
    padding: 10px;
    border-radius: 20px;
}
@media all and (max-width: 1249px) {
    .block--discount {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0;
        margin-bottom: 20px;
    }
}
.block--icons {
    --gap: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 20px;
    padding: 10px;
    border-radius: 20px;
    gap: var(--gap);
}
@media all and (min-width: 541px) {
    .block--icons {
        --gap: 0;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}
@media all and (max-width: 1249px) {
    .block--icons {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px;
    }
}
.block--icons > * {
    min-width: 100px;
    max-width: 135px;
    margin: 6px 12px;
    font-size: 16px;
    -webkit-flex: 1 1 calc(50% - var(--gap));
    -ms-flex: 1 1 calc(50% - var(--gap));
    flex: 1 1 calc(50% - var(--gap));
}
@media all and (min-width: 541px) {
    .block--icons > * {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media all and (max-width: 1440px) {
    .block--icons > * {
        margin: 0;
        font-size: 15px;
    }
}
@media all and (max-width: 460px) {
    .block--icons > * {
        min-width: 1px;
        font-size: 13px;
    }
}
@media all and (max-width: 460px) {
    .block--icons > * svg {
        width: 36px;
        height: 36px;
    }
}
.block--icons-small {
    margin-top: 30px;
    display: inline-block;
    width: auto;
    padding: 0;
    border-radius: 20px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.block--icons-small > * {
    display: inline-block;
    min-width: auto;
    font-size: 12px;
}
.block--icons-small > *:nth-child(2n) {
    margin-left: 0;
}
.block--no-padded {
    padding: 0;
    overflow: hidden;
}
.block__top {
    padding: 2.5rem 2.5rem 1.875rem;
}
@media all and (max-width: 576px) {
    .block__top {
        padding: 20px;
    }
}
.block--link {
    display: block;
    transition: box-shadow 0.5s, opacity 0.5s;
}
.block--link:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 30px 40px rgba(0, 0, 0, 0.1);
}
.block__image {
    height: 210px;
    min-height: 210px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media all and (max-width: 901px) {
    .block__image {
        height: 150px;
        min-height: 150px;
    }
}
.block__image img {
    display: none;
}
.block-pipe-split {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
}
@media all and (max-width: 991px) {
    .block-pipe-split {
        display: block;
    }
}
.block-pipe-split__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 70px;
    padding-right: 70px;
    border-right: 2px solid #fff;
}
@media all and (min-width: 992px) {
    .block-pipe-split__item {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
@media all and (min-width: 992px) and (max-width: 1200px) {
    .block-pipe-split__item {
        margin-right: 30px;
        padding-right: 30px;
    }
}
@media all and (max-width: 991px) {
    .block-pipe-split__item {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-right: 0;
        border-bottom: 2px solid #fff;
    }
}
.block-pipe-split__item:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
@media all and (max-width: 991px) {
    .block-pipe-split__item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
}
.block-pipe-split__item:first-child {
    -webkit-flex: 1 0 35%;
    -ms-flex: 1 0 35%;
    flex: 1 0 35%;
}
@media all and (max-width: 991px) {
    .block-pipe-split__item > * {
        width: 100%;
    }
}
.block-pipe-split__item--long {
    -webkit-flex: 1 0 55% !important;
    -ms-flex: 1 0 55% !important;
    flex: 1 0 55% !important;
}
.block-pipe-split__item--no-border {
    padding-right: 0;
    border-right: 0;
}
@media all and (max-width: 991px) {
    .block-pipe-split__item--no-border {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.block-cta-img {
    padding-top: 84px;
    padding-bottom: 84px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .block-cta-img {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}
@media screen and (max-width: 767px) {
    .block-cta-img {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media all and (max-width: 767px) {
    .block-cta-img.pb-mob-none {
        padding-bottom: 0;
    }
}
.block--fixed-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (min-width: 1025px) {
    .block--fixed-height {
        height: 60vh;
    }
}
@media all and (max-width: 1024px) {
    .block--fixed-height {
        height: 200px;
        margin-left: 20px;
        margin-right: 20px;
    }
}
.block--align-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.block__breadcrumbs {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.block__breadcrumbs li a {
    position: relative;
    display: block;
    padding: 20px 20px 14px;
    color: #1e2e54;
    white-space: nowrap;
}
.block__breadcrumbs li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    display: block;
    background-color: #e50748;
    height: 4px;
    width: 0;
    border-radius: 2px;
    transition: width 0.3s ease;
}
.block__breadcrumbs li a:hover:after {
    width: calc(100% - 40px);
}
.block__breadcrumbs li a.active:after {
    width: calc(100% - 40px);
}
.block__breadcrumbs li a.link-with-icon svg {
    position: absolute;
    right: 0;
}
.block__content-graph--blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    pointer-events: none;
}
.block__info-link {
    position: absolute;
    padding: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 530px;
    border-radius: 15px;
    text-align: center;
    background-color: #1e2e54;
    z-index: 100;
    color: #fff;
    transition: background 0.3s ease;
}
.block__info-link:hover {
    background-color: #e50748;
}
.block--grey {
    background-color: #fafafa;
}
.block--charts {
    padding: 50px 80px;
    border-radius: 40px;
}
@media all and (max-width: 991px) {
    .block--charts {
        padding: 36px;
        margin-top: 38px;
    }
}
.block-border {
    padding: 40px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 991px) {
    .block-border {
        padding: 24px;
        gap: 24px;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media all and (min-width: 992px) and (max-width: 1280px) {
    .block-border {
        padding: 24px;
        gap: 24px;
    }
}
.block-border__item {
    position: relative;
    padding: 1.7em 1.7em 2em 4.2em;
}
@media all and (max-width: 1280px) {
    .block-border__item {
        padding: 1.7em 1.7em 1.7em 2.2em;
    }
}
.block-border__item--content {
    padding: 7em 6.3em 3em 4em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media all and (max-width: 991px) {
    .block-border__item--content {
        padding: 30px 15px;
        text-align: center;
    }
}
@media all and (min-width: 992px) and (max-width: 1280px) {
    .block-border__item--content {
        padding: 5em 3em 2em 3em;
    }
}
@media all and (max-width: 991px) {
    .block-border__item--img {
        padding: 20px;
    }
}
.block-border__item-img-wrap {
    position: relative;
    display: block;
    padding-top: calc(var(--height) / var(--width) * 100%);
    height: 0;
}
@media all and (max-width: 767px) {
    .block-border__item-img-wrap {
        padding-top: 195%;
    }
}
@media all and (min-width: 768px) and (max-width: 1480px) {
    .block-border__item-img-wrap {
        height: 100%;
    }
}
.block-border__item-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
}
.block-border__item-list {
    padding: 25px 30px;
    display: block;
    border-radius: 32px;
    background-color: #e8e9ed;
    color: #1e2e54;
    z-index: 100;
}
@media all and (max-width: 767px) {
    .block-border__item-list {
        padding: 12px 17px 14px;
        border-radius: 12px;
    }
}
@media all and (min-width: 768px) {
    .block-border__item-list {
        position: absolute;
        top: 30px;
        right: 30px;
        display: inline-block;
    }
}
.block-border__item-list li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 800;
}
@media all and (max-width: 767px) {
    .block-border__item-list li {
        padding-left: 21px;
        font-size: 12px;
    }
}
.block-border__item-list li:not(:last-child) {
    margin-bottom: 14px;
}
@media all and (max-width: 767px) {
    .block-border__item-list li:not(:last-child) {
        margin-bottom: 12px;
    }
}
.block-border__item-list li:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    margin-right: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
@media all and (max-width: 767px) {
    .block-border__item-list li:before {
        width: 13px;
        height: 13px;
    }
}
.block--image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 58%;
}
.block--image img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.block--padded {
    padding-top: 105px;
    padding-right: 0;
    padding-bottom: 110px;
    padding-left: 0;
}
@media all and (max-width: 991px) {
    .block--padded {
        margin-bottom: -25px;
        padding: 0;
        z-index: 1;
    }
}
@media all and (min-width: 1250px) {
    .block--padded {
        padding-right: 115px;
        padding-left: 80px;
    }
}
.video-block {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    z-index: 10;
}
@media all and (min-width: 768px) {
    .video-block {
        height: 350px;
    }
}
@media all and (min-width: 1600px) {
    .video-block {
        height: 400px;
    }
}
.card {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.card--dark {
    background-color: #101010;
}
@media all and (max-width: 1024px) {
    .card--mobile-hide-shadow {
        box-shadow: none;
    }
}
@media all and (max-width: 1199px) {
    .card--laptop-down-hide-shadow {
        box-shadow: none;
    }
}
.card--bottom {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.card--no-radius {
    border-radius: 0;
}
.card--similar {
    max-width: 200px;
}
.card--dark {
    background-color: #101010;
    color: #fff;
}
.card--blank {
    background-color: #f2f2f2;
    transition: background-color 0.4s;
    height: 100%;
}
.card--blank:hover {
    background-color: #8c8c8c;
}
.card--no-overflow {
    overflow: visible;
}
.card--no-shadow {
    box-shadow: none;
}
.card--flex {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card--scrollable {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media all and (min-width: 700px) and (max-width: 1024px) {
    .card--change-width {
        width: 50%;
    }
}
@media all and (min-width: 700px) and (max-width: 1024px) {
    .card--change-width .product-count {
        display: block;
    }
}
.card--hover-alt:hover .card__image--bordered {
    border-color: #e50748;
}
.card--inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.card--inline .card__image {
    width: 200px;
    padding-bottom: 0;
    -webkit-flex: 1 0 200px;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
    border-radius: 20px;
    border: 2px solid #e8e9ed;
    background-position: center center;
}
.card--inline .card__content {
    padding-top: 0;
    padding-bottom: 0;
}
.card--outside {
    position: absolute;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media all and (max-width: 991px) {
    .card--outside {
        position: static;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}
.card--blank-inline {
    display: inline-block;
    background-color: #e8e9ed;
    color: #1e2e54;
    box-shadow: none;
    padding: 10px 16px 8px 16px;
    border-radius: 16px;
}
.card-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 1100px) {
    .card-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.card-wrap {
    position: relative;
}
.card__headline-flex {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media all and (min-width: 1025px) {
    .card__headline-flex [class*="headline-"] {
        margin-bottom: 0;
    }
}
@media all and (max-width: 1024px) {
    .card__headline-flex {
        display: block;
    }
}
.card__subheadline-scrollable h2,
.card__subheadline-scrollable p,
.card__subheadline-scrollable span,
.card__subheadline-scrollable + h2,
.card__subheadline-scrollable + p,
.card__subheadline-scrollable + h2,
.card__subheadline-scrollable + p,
.card__headline-scrollable h2,
.card__headline-scrollable p,
.card__headline-scrollable span,
.card__headline-scrollable + h2,
.card__headline-scrollable + p,
.card__headline-scrollable + h2,
.card__headline-scrollable + p {
    margin: 0;
}
.card__subheadline-scrollable + .lh15 + p,
.card__headline-scrollable + .lh15 + p {
    margin: 12px;
}
.card__image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.card__image--fill {
    background-size: contain;
}
.card__image--square {
    padding-bottom: 100%;
}
.card__image--contain {
    background-size: contain;
    background-position: center;
    border-bottom: 1px solid #e8e9ed;
}
.card__image--cover {
    background-size: cover;
    background-position: center;
}
.card__image-ratio {
    opacity: 0;
    position: absolute;
}
.card__image-label {
    position: absolute;
    left: 40px;
    bottom: 0;
}
@media all and (max-width: 1450px) {
    .card__image-label {
        left: 20px;
    }
}
.card__image--bordered {
    border: 2px solid #f2f2f2;
    border-radius: 20px;
    transition: border-color 0.4s;
}
.card__image-icon {
    position: absolute;
    top: 8px;
    right: 8px;
}
.card__scrollable-image {
    margin-bottom: 2em;
}
.card__content {
    position: relative;
    padding: 40px;
}
@media all and (max-width: 1440px) {
    .card__content {
        padding: 18px;
    }
}
.card__content--border-top {
    border-top: 1px solid #e8e9ed;
}
.card__content--padding-sm {
    padding: 20px;
}
.card__content--padding-md {
    padding: 30px;
}
.card__content--padding-lg {
    padding: 20px;
}
@media all and (min-width: 768px) {
    .card__content--padding-lg {
        padding: 40px;
    }
}
.card__content--padding-s-lg {
    padding: 20px;
}
@media all and (min-width: 768px) {
    .card__content--padding-s-lg {
        padding: 45px 60px 35px 45px;
    }
}
.card__content--padding-tb {
    padding: 40px 0;
}
@media all and (max-width: 600px) {
    .card__content--padding-tb {
        padding: 18px 0;
    }
}
.card__content--padding-t-sm {
    padding: 8px 0 0;
}
@media all and (max-width: 600px) {
    .card__content--padding-t-sm {
        padding: 18px 0 0;
    }
}
.card__content--padding-t-md {
    padding: 20px 0 0;
}
@media all and (max-width: 600px) {
    .card__content--padding-t-md {
        padding: 18px 0 0;
    }
}
.card__content--with-footer .card__footer {
    padding-top: 2rem;
}
.card__content--with-footer .card__footer--full-width-link {
    margin-top: 1rem;
    padding-top: 20px;
}
.card__content--with-footer .card__footer--t-sm {
    padding-top: 0.8rem;
}
.card__content--with-footer .pt-0em {
    padding-top: 0;
}
.card--flex .card__content {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card--flex .card__content.card__content--with-footer {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media all and (max-width: 767px) {
    .card__content--mob-font-sm .card__product-name {
        font-size: 17px;
    }
}
@media all and (max-width: 767px) {
    .card__content--mob-font-sm p:not(.card__price) {
        font-size: 11px;
    }
}
@media all and (max-width: 767px) {
    .card__content--mob-font-sm p.card__price {
        font-size: 15px;
    }
}
@media all and (max-width: 767px) {
    .card__content--mob-font-sm p.card__price .card__price-value {
        font-size: 15px;
    }
}
.card--note {
    padding: 1rem;
    margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
    .card--note {
        padding: 2rem;
    }
}
.card--note-cat {
    padding: 1rem;
    margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
    .card--note-cat {
        padding: 2rem;
    }
}
.card__text-wrapper {
    overflow: hidden;
    text-overflow: ellipsis;
}
.card__text-wrapper.shrink {
    max-height: 40px;
}
@media screen and (max-width: 480px) {
    .card__text-wrapper {
        margin-top: 1rem;
    }
}
.card__btn-icon {
    background-color: #1e2e54;
    border-radius: 50%;
    margin-right: 1rem;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.card__btn-icon.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.card__btn--more {
    margin-top: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    color: #1e2e54;
    outline: none;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.card__product-name {
    margin: 0 0 18px 0;
    line-height: 1.1;
    font-weight: 800;
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .card__product-name {
        font-size: calc(14px + ((1vw - 7.68px) * 0.5813953488));
    }
}
@media screen and (min-width: 1800px) {
    .card__product-name {
        font-size: 20px;
    }
}
.card__price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}
.card__price-value {
    margin-left: 8px;
    font-size: 18px;
    font-weight: bold;
}
.card__price-value--small {
    font-size: 18px;
}
.card__price:last-child {
    margin-bottom: 0;
}
.card__favourite {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 10px;
    cursor: pointer;
    background-color: transparent;
}
.card__favourite[disabled],
.card__favourite:disabled {
    pointer-events: none;
}
.card__favourite[disabled] svg,
.card__favourite:disabled svg {
    stroke: #e8e9ed;
}
.card__favourite:focus {
    outline: 0;
}
.card__favourite svg {
    fill: transparent;
    stroke: #e50748;
    stroke-width: 2px;
    transition: fill 0.3s;
}
.card__favourite.active svg {
    fill: #e50748;
}
.card__favourite--gray svg {
    stroke: #e8e9ed;
}
.card__favourite--gray.active svg {
    stroke: #e50748;
    fill: #e50748;
}
.card__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 80px;
}
@media all and (max-width: 991px) {
    .card__footer {
        padding-top: 16px;
    }
}
.card__footer--right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 991px) {
    .card__footer--right {
        display: block;
        text-align: right;
    }
}
.card__footer--center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card__footer--full-width-link {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: -20px;
    padding: 20px;
    background-color: #e50748;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
    .card__footer--full-width-link {
        font-size: calc(16px + ((1vw - 7.68px) * 0.7751937984));
    }
}
@media screen and (min-width: 1800px) {
    .card__footer--full-width-link {
        font-size: 24px;
    }
}
.card__footer--full-width-link:hover {
    background-color: #000;
}
.card__bottom-separator {
    margin-top: 20px;
    padding: 20px 20px 0 20px;
    border-top: 2px solid #f1f1f1;
}
@media (min-width: 1441px) {
    .card__bottom-separator {
        margin-top: 30px;
        padding: 30px 20px 0 20px;
    }
}
.card__bottom-separator p {
    margin: 0;
}
.card__bottom-separator a {
    text-decoration: underline !important;
}
.card__bottom-separator a:hover {
    opacity: 0.75;
}
a.card:not(.card--dark) {
    color: #1d1d1d;
    transition: box-shadow 0.5s, opacity 0.5s;
}
a.card:not(.card--dark):hover:not(.card--hover-alt) {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 30px 40px rgba(0, 0, 0, 0.1);
}
a.card:not(.card--dark):hover:not(.card--hover-alt)
.card__footer--full-width-link {
    background-color: #000;
}
.popup a.card:not(.card--dark):hover {
    box-shadow: none;
    opacity: 0.8;
}
.card__category {
    margin-bottom: 10px;
    color: #1e2e54;
    font-weight: bold;
}
.card__category li {
    display: inline-block;
}
.card__category li:not(:last-child):after {
    content: "|";
    padding: 0 2px 0 6px;
    color: #1e2e54;
}
.card-scrollable-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    padding-top: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.card-scrollable-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5;
}
.card-scrollable-wrapper::-webkit-scrollbar {
    height: 8px;
    background-color: #f5f5f5;
}
.card-scrollable-wrapper::-webkit-scrollbar-thumb {
    background-color: #e50748;
    border-radius: 12px;
}
.card__button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card--container {
    padding: 30px;
}
@media screen and (min-width: 901px) {
    .card--container {
        background-color: #fafafa;
    }
    .card--container .block,
    .card--container .block-single {
        background-color: #fff;
    }
}
.card--container .filter-search__input {
    background-color: #fafafa;
}
.card__code {
    font-size: 14px;
}
.card__code-title {
    display: block;
    font-weight: 800;
    color: #1e2e54;
}
.card--with-label {
    margin-top: 8px;
    overflow: hidden;
}
.card--with-label .card__footer {
    border-radius: 0 0 20px 20px;
}
.card__label-wrapper,
.gallery-slider__label-wrapper,
.tile-img__label-wrapper {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: -1px;
    z-index: 2;
}
.card__label,
.gallery-slider__label,
.tile-img__label {
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 6px 7px 4px;
    margin-top: -7px;
    margin-left: 32px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}
@media all and (max-width: 767px) {
    .card__label,
    .gallery-slider__label,
    .tile-img__label {
        margin-left: 25px;
        padding-top: 3px;
        font-size: 12px;
    }
}
.card__label:after,
.gallery-slider__label:after,
.tile-img__label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: -8px;
    border: 4px solid transparent;
}
.card__label:nth-of-type(2n),
.gallery-slider__label:nth-of-type(2n),
.tile-img__label:nth-of-type(2n) {
    margin-left: 12px;
}
.card__label.bg-white:after,
.bg-white.gallery-slider__label:after,
.bg-white.tile-img__label:after {
    border-bottom: 4px solid #e6e6e6;
    border-left: 4px solid #e6e6e6;
}
.card__label.bg-black:after,
.bg-black.gallery-slider__label:after,
.bg-black.tile-img__label:after {
    border-bottom: 4px solid #040404;
    border-left: 4px solid #040404;
}
.card__label.bg-green:after,
.bg-green.gallery-slider__label:after,
.bg-green.tile-img__label:after {
    border-bottom: 4px solid #000;
    border-left: 4px solid #000;
}
.card__label.bg-blue:after,
.bg-blue.gallery-slider__label:after,
.bg-blue.tile-img__label:after {
    border-bottom: 4px solid #11192e;
    border-left: 4px solid #11192e;
}
.card__label.bg-ice:after,
.bg-ice.gallery-slider__label:after,
.bg-ice.tile-img__label:after {
    border-bottom: 4px solid #cbced7;
    border-left: 4px solid #cbced7;
}
.card__label.bg-red:after,
.bg-red.gallery-slider__label:after,
.bg-red.tile-img__label:after {
    border-bottom: 4px solid #ff2c2c;
    border-left: 4px solid #ff2c2c;
}
.card__label.bg-orange:after,
.bg-orange.gallery-slider__label:after,
.bg-orange.tile-img__label:after {
    border-bottom: 4px solid #b98e00;
    border-left: 4px solid #b98e00;
}
.card__label.bg-gray:after,
.bg-gray.gallery-slider__label:after,
.bg-gray.tile-img__label:after {
    border-bottom: 4px solid rgba(230, 230, 230, 0.5);
    border-left: 4px solid rgba(230, 230, 230, 0.5);
}
.card__label.bg-gray2:after,
.bg-gray2.gallery-slider__label:after,
.bg-gray2.tile-img__label:after {
    border-bottom: 4px solid #d9d9d9;
    border-left: 4px solid #d9d9d9;
}
.card__label.bg-gray-light:after,
.bg-gray-light.gallery-slider__label:after,
.bg-gray-light.tile-img__label:after {
    border-bottom: 4px solid #bdbdbd;
    border-left: 4px solid #bdbdbd;
}
.card__label.bg-azure:after,
.bg-azure.gallery-slider__label:after,
.bg-azure.tile-img__label:after {
    border-bottom: 4px solid #c4d3f4;
    border-left: 4px solid #c4d3f4;
}
.card__label.bg-green-emerald:after,
.bg-green-emerald.gallery-slider__label:after,
.bg-green-emerald.tile-img__label:after {
    border-bottom: 4px solid #008358;
    border-left: 4px solid #008358;
}
.card__label.bg-gray-2:after,
.bg-gray-2.gallery-slider__label:after,
.bg-gray-2.tile-img__label:after {
    border-bottom: 4px solid #d9d9d9;
    border-left: 4px solid #d9d9d9;
}
.card__label.bg-gray-dark:after,
.bg-gray-dark.gallery-slider__label:after,
.bg-gray-dark.tile-img__label:after {
    border-bottom: 4px solid #737373;
    border-left: 4px solid #737373;
}
.card__label.bg-paktool-green-dark:after,
.bg-paktool-green-dark.gallery-slider__label:after,
.bg-paktool-green-dark.tile-img__label:after {
    border-bottom: 4px solid #07330c;
    border-left: 4px solid #07330c;
}
.card__label.bg-paktool-green-light:after,
.bg-paktool-green-light.gallery-slider__label:after,
.bg-paktool-green-light.tile-img__label:after {
    border-bottom: 4px solid #3b8f40;
    border-left: 4px solid #3b8f40;
}
.card__label.bg-paktool-green-grey:after,
.bg-paktool-green-grey.gallery-slider__label:after,
.bg-paktool-green-grey.tile-img__label:after {
    border-bottom: 4px solid #282728;
    border-left: 4px solid #282728;
}
.card__label.bg-gray-3:after,
.bg-gray-3.gallery-slider__label:after,
.bg-gray-3.tile-img__label:after {
    border-bottom: 4px solid #7c869b;
    border-left: 4px solid #7c869b;
}
.card__label.bg-gray-4:after,
.bg-gray-4.gallery-slider__label:after,
.bg-gray-4.tile-img__label:after {
    border-bottom: 4px solid #374157;
    border-left: 4px solid #374157;
}
.card__label.bg-dark:after,
.bg-dark.gallery-slider__label:after,
.bg-dark.tile-img__label:after {
    border-bottom: 4px solid #000;
    border-left: 4px solid #000;
}
.card__label.bg-gray-5:after,
.bg-gray-5.gallery-slider__label:after,
.bg-gray-5.tile-img__label:after {
    border-bottom: 4px solid #313131;
    border-left: 4px solid #313131;
}
.card__label.bg-gray-6:after,
.bg-gray-6.gallery-slider__label:after,
.bg-gray-6.tile-img__label:after {
    border-bottom: 4px solid #353535;
    border-left: 4px solid #353535;
}
.card__label.bg-gray-7:after,
.bg-gray-7.gallery-slider__label:after,
.bg-gray-7.tile-img__label:after {
    border-bottom: 4px solid #e1e1e1;
    border-left: 4px solid #e1e1e1;
}
.card__label.bg-dark-blue:after,
.bg-dark-blue.gallery-slider__label:after,
.bg-dark-blue.tile-img__label:after {
    border-bottom: 4px solid #0d1425;
    border-left: 4px solid #0d1425;
}
.card__label.bg-gray-dark-1:after,
.bg-gray-dark-1.gallery-slider__label:after,
.bg-gray-dark-1.tile-img__label:after {
    border-bottom: 4px solid #2d2d2d;
    border-left: 4px solid #2d2d2d;
}
.card__label.bg-gray-8:after,
.bg-gray-8.gallery-slider__label:after,
.bg-gray-8.tile-img__label:after {
    border-bottom: 4px solid #a5a5a5;
    border-left: 4px solid #a5a5a5;
}
.card__label.bg-orange-bright:after,
.bg-orange-bright.gallery-slider__label:after,
.bg-orange-bright.tile-img__label:after {
    border-bottom: 4px solid #de5f0a;
    border-left: 4px solid #de5f0a;
}
@media all and (min-width: 1024px) {
    .card-simple {
        height: 100%;
    }
}
.card-simple__tile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    border-radius: 48px;
    border: 4px solid #e50748;
    overflow: hidden;
}
@media all and (max-width: 768px) {
    .card-simple__tile {
        padding-top: 32px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: calc(100% - 4px);
        width: calc(100% - 4px);
        border-radius: 24px;
        border-width: 2px;
        box-shadow: 0px 10px 20px #00000029;
    }
}
@media all and (min-width: 769px) and (max-width: 1023px) {
    .card-simple__tile {
        border-radius: 24px;
    }
}
@media all and (max-width: 768px) {
    .card-simple__tile[class*="bg-"] {
        background-color: #fff;
    }
}
.card-simple__content {
    padding: 4.8em;
    -ms-flex: 0 0 calc(60% - 9.6em);
    -webkit-flex: 0 0 calc(60% - 9.6em);
    flex: 0 0 calc(60% - 9.6em);
    max-width: calc(60% - 9.6em);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (max-width: 768px) {
    .card-simple__content {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 30px 50px;
        text-align: center;
    }
}
@media all and (min-width: 769px) and (max-width: 1280px) {
    .card-simple__content {
        padding: 3em;
        -ms-flex: 0 0 calc(60% - 6em);
        -webkit-flex: 0 0 calc(60% - 6em);
        flex: 0 0 calc(60% - 6em);
        max-width: calc(60% - 6em);
    }
}
@media all and (max-width: 768px) {
    .card-simple__content [class*="headline-"] {
        display: none;
    }
}
@media all and (max-width: 768px) {
    .card-simple__content .content.content--medium-text p {
        font-size: 12px;
    }
}
.card-simple__icon {
    -ms-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 768px) {
    .card-simple__icon {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media all and (max-width: 768px) {
    .card-simple__icon svg {
        fill: #e50748;
        width: 96px;
        height: 96px;
    }
}
@media all and (min-width: 769px) and (max-width: 1280px) {
    .card-simple__icon svg {
        width: 200px;
        height: 200px;
    }
}
.card-simple__label {
    margin: 0 auto;
    padding: 11px 18px;
    display: block;
    width: 75%;
    background-color: #e8e9ed;
    color: #1e2e54;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
@media all and (min-width: 1024px) {
    .card-simple__label {
        display: none;
    }
}
.card--p-lg {
    padding: 30px 30px 10px 20px;
}
@media all and (max-width: 1249px) {
    .card--p-lg {
        padding: 20px 20px 0;
    }
}
.card__header--underline {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
@media all and (min-width: 1440px) {
    .card__header--underline {
        padding-bottom: 30px;
    }
}
.card__header--underline::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -40px;
    height: 1px;
    width: calc(100% + 80px);
    background-color: #e8e9ed;
}
@media all and (max-width: 1440px) {
    .card__header--underline::before {
        width: calc(100% + 40px);
        left: -20px;
    }
}
.card__header-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 1249px) {
    .card__header-left {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media all and (min-width: 1250px) and (max-width: 1439px) {
    .card__header-left {
        margin-bottom: 15px;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.card__header--flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 676px) {
    .card__header--flex {
        padding-bottom: 20px;
    }
}
@media all and (max-width: 1440px) {
    .card__header--flex {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.card--img-thumbnail {
    overflow: visible;
}
.card--img-thumbnail:not(:last-child) {
    margin-bottom: 20px;
}
.card--img-thumbnail .label-icon--single {
    position: absolute;
    top: 10px;
    left: 10px;
}
.card--img-thumbnail .icon-btn {
    position: absolute;
    top: -7px;
    right: -7px;
}
.card__header-thumbnail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 0;
}
.card__img-thumbnail {
    padding: 4px 11px;
    -ms-flex: 0 0 31%;
    -webkit-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
    border: 1px solid #e8e9ed;
    border-radius: 10px;
}
.card__name {
    -ms-flex: 0 0 62%;
    -webkit-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card__title {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
}
.card-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-info__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-info__item:first-child {
    -ms-flex: 0 0 28%;
    -webkit-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.card-info__item:nth-child(2) {
    -ms-flex: 0 0 11%;
    -webkit-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
}
.card-info__item:nth-child(3) {
    -ms-flex: 0 0 39%;
    -webkit-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
}
.card-info__item-label {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
}
@media all and (max-width: 767px) {
    .card-info__item .stock {
        width: 12px;
        height: 12px;
    }
}
.card__bottom {
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}
.card__bottom-col:nth-child(2) {
    -ms-flex: 0 0 62%;
    -webkit-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
}
.auth-box__options {
    margin-top: 15px;
}
@media (min-width: 568px) {
    .auth-box__options {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.auth-box__options-spacer {
    width: 10px;
}
.auth-box__options-col {
    margin: 0 0 1.5em 0;
    width: 100%;
    text-align: center;
}
@media (min-width: 568px) {
    .auth-box__options-col {
        width: auto;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        margin: 0;
        text-align: left;
    }
}
.img {
    display: block;
}
.img--150 {
    max-width: 150px;
    height: auto;
}
.img--center {
    margin-left: auto;
    margin-right: auto;
}
.img--blog-cta {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.img--blog-cta img {
    display: none;
}
@media screen and (max-width: 768px) {
    .img--blog-cta {
        margin-left: -5%;
        margin-right: -5%;
        padding-bottom: 70%;
    }
}
@media screen and (max-width: 991px) {
    .img--mobile-full-width {
        width: 100%;
    }
}
.img--product-with-border {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e8e9ed;
    border-radius: 20px;
    height: 260px;
}
.img--product-with-border img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
svg {
    pointer-events: none;
}
.svg-fill-white {
    fill: #fff;
}
.svg-stroke-white {
    stroke: #fff;
}
.svg-fill-black {
    fill: #1d1d1d;
}
.svg-stroke-black {
    stroke: #1d1d1d;
}
.svg-fill-green {
    fill: #e50748;
}
.svg-stroke-green {
    stroke: #e50748;
}
.svg-fill-blue {
    fill: #1e2e54;
}
.svg-stroke-blue {
    stroke: #1e2e54;
}
.svg-fill-ice {
    fill: #e8e9ed;
}
.svg-stroke-ice {
    stroke: #e8e9ed;
}
.svg-fill-red {
    fill: #ff5f5f;
}
.svg-stroke-red {
    stroke: #ff5f5f;
}
.svg-fill-orange {
    fill: #ecb500;
}
.svg-stroke-orange {
    stroke: #ecb500;
}
.svg-fill-gray {
    fill: rgba(255, 255, 255, 0.5);
}
.svg-stroke-gray {
    stroke: rgba(255, 255, 255, 0.5);
}
.svg-fill-gray2 {
    fill: #f2f2f2;
}
.svg-stroke-gray2 {
    stroke: #f2f2f2;
}
.svg-fill-gray-light {
    fill: #d6d6d6;
}
.svg-stroke-gray-light {
    stroke: #d6d6d6;
}
.svg-fill-azure {
    fill: #eff3fc;
}
.svg-stroke-azure {
    stroke: #eff3fc;
}
.svg-fill-green-emerald {
    fill: #e50748;
}
.svg-stroke-green-emerald {
    stroke: #e50748;
}
.svg-fill-gray-2 {
    fill: #f2f2f2;
}
.svg-stroke-gray-2 {
    stroke: #f2f2f2;
}
.svg-fill-gray-dark {
    fill: #8c8c8c;
}
.svg-stroke-gray-dark {
    stroke: #8c8c8c;
}
.svg-fill-paktool-green-dark {
    fill: #e50748;
}
.svg-stroke-paktool-green-dark {
    stroke: #e50748;
}
.svg-fill-paktool-green-light {
    fill: #e50748;
}
.svg-stroke-paktool-green-light {
    stroke: #e50748;
}
.svg-fill-paktool-green-grey {
    fill: #414042;
}
.svg-stroke-paktool-green-grey {
    stroke: #414042;
}
.svg-fill-gray-3 {
    fill: #99a1b1;
}
.svg-stroke-gray-3 {
    stroke: #99a1b1;
}
.svg-fill-gray-4 {
    fill: #4b5876;
}
.svg-stroke-gray-4 {
    stroke: #4b5876;
}
.svg-fill-dark {
    fill: #101010;
}
.svg-stroke-dark {
    stroke: #101010;
}
.svg-fill-gray-5 {
    fill: #4a4a4a;
}
.svg-stroke-gray-5 {
    stroke: #4a4a4a;
}
.svg-fill-gray-6 {
    fill: #4e4e4e;
}
.svg-stroke-gray-6 {
    stroke: #4e4e4e;
}
.svg-fill-gray-7 {
    fill: #fafafa;
}
.svg-stroke-gray-7 {
    stroke: #fafafa;
}
.svg-fill-dark-blue {
    fill: #1a294b;
}
.svg-stroke-dark-blue {
    stroke: #1a294b;
}
.svg-fill-gray-dark-1 {
    fill: #464646;
}
.svg-stroke-gray-dark-1 {
    stroke: #464646;
}
.svg-fill-gray-8 {
    fill: #bebebe;
}
.svg-stroke-gray-8 {
    stroke: #bebebe;
}
.svg-fill-orange-bright {
    fill: #f57926;
}
.svg-stroke-orange-bright {
    stroke: #f57926;
}
.svg-white {
    fill: #fff;
}
.svg-black {
    fill: #1d1d1d;
}
.svg-green {
    fill: #e50748;
}
.svg-blue {
    fill: #1e2e54;
}
.svg-ice {
    fill: #e8e9ed;
}
.svg-red {
    fill: #ff5f5f;
}
.svg-orange {
    fill: #ecb500;
}
.svg-gray {
    fill: rgba(255, 255, 255, 0.5);
}
.svg-gray2 {
    fill: #f2f2f2;
}
.svg-gray-light {
    fill: #d6d6d6;
}
.svg-azure {
    fill: #eff3fc;
}
.svg-green-emerald {
    fill: #00b67a;
}
.svg-gray-2 {
    fill: #f2f2f2;
}
.svg-gray-dark {
    fill: #8c8c8c;
}
.svg-paktool-green-dark {
    fill: #e50748;
}
.svg-paktool-green-light {
    fill: #e50748;
}
.svg-paktool-green-grey {
    fill: #414042;
}
.svg-gray-3 {
    fill: #99a1b1;
}
.svg-gray-4 {
    fill: #4b5876;
}
.svg-dark {
    fill: #101010;
}
.svg-gray-5 {
    fill: #4a4a4a;
}
.svg-gray-6 {
    fill: #4e4e4e;
}
.svg-gray-7 {
    fill: #fafafa;
}
.svg-dark-blue {
    fill: #1a294b;
}
.svg-gray-dark-1 {
    fill: #464646;
}
.svg-gray-8 {
    fill: #bebebe;
}
.svg-orange-bright {
    fill: #f57926;
}
.svg-stroke-thick {
    stroke-width: 2px;
}
.icon-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: -100px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .icon-bar {
        margin-bottom: 0;
    }
}
.icon-bar--small {
    margin-bottom: -40px;
}
.icon-bar--small .icon-bar__item {
    padding: 40px;
}
.icon-bar--half {
    margin-bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.icon-bar__item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 20px;
}
.icon-bar__item--medium {
    padding: 40px;
}
@media all and (max-width: 991px) {
    .icon-bar__item--medium-mobile {
        padding: 20px 20px 0;
    }
}
.icon-bar__item--large {
    padding: 60px 100px;
}
@media all and (max-width: 640px) {
    .icon-bar__item--large {
        padding: 30px;
    }
}
.icon-bar__right-block {
    position: relative;
}
@media all and (max-width: 991px) {
    .icon-bar__right-block {
        padding-top: 20px;
    }
}
.icon-bar__right-block:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #e8e9ed;
}
@media all and (max-width: 991px) {
    .icon-bar__right-block:before {
        left: 20px;
        width: calc(100% - 40px);
        height: 1px;
    }
}
.icon-bar__image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.icon-bar__image--full {
    width: 100%;
    height: auto;
    border-radius: 0;
}
.icon-bar__img {
    margin: 0 auto;
    max-width: 150px;
}
.icon-bar__img--large {
    max-width: 200px;
}
.icon-bar__img--full {
    max-width: 100%;
    width: 100%;
}
.ico-label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.ico-label--half-width {
    margin-bottom: 20px;
}
.ico-label--half-width:nth-of-type(odd) {
    margin-right: 1rem;
    -webkit-flex: 1 1 calc(50% - 1rem);
    -ms-flex: 1 1 calc(50% - 1rem);
    flex: 1 1 calc(50% - 1rem);
}
.ico-label--half-width:nth-of-type(even) {
    margin-left: 1rem;
    -webkit-flex: 1 1 calc(50% - 1rem);
    -ms-flex: 1 1 calc(50% - 1rem);
    flex: 1 1 calc(50% - 1rem);
}
.ico-label--half-width:nth-of-type(n + 3) {
    margin-bottom: 0;
}
.ico-label--align-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ico-label__icon {
    margin-right: 0.5rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.ico-label__icon svg {
    position: relative;
    top: -2px;
}
.ico-label__txt {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
}
.ico-label__txt > p {
    margin: 0;
    padding: 0;
}
.ico-label__txt a:not([class]) {
    color: inherit;
}
.ico-label__txt--inherit {
    font-size: inherit;
}
.ico-label__txt--underline {
    text-decoration: underline;
}
.ico-label-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.ico-label-list--large {
    display: block;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.6);
}
.ico-label-list--large > * {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0;
    padding: 2rem;
}
.ico-label-list--large > * + * {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ico-label-list--large .ico-label__txt {
    margin-left: 2rem;
    font-size: 2rem;
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .ico-label-list--large .ico-label__txt {
        margin-left: 1rem;
        font-size: 1.75rem;
    }
}
@media screen and (min-width: 801px) and (max-width: 1400px) {
    .ico-label-list--large .ico-label__txt {
        margin-left: 1rem;
        font-size: 1.375rem;
    }
}
@media screen and (min-width: 200px) and (max-width: 800px) {
    .ico-label-list--large .ico-label__txt {
        margin-left: 1rem;
        font-size: 1.375rem;
    }
}
.ico-label-list--space-between {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 2rem 0 0 0;
}
.ico-label-list--gap {
    gap: 12px;
}
.ico-label-col {
    display: block;
}
.ico-label-col > .ico-label {
    margin-bottom: 0.5rem;
}
.ico-label-col > .ico-label:last-child {
    margin-bottom: 0;
}
.ico-label-col--small .ico-label {
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
.ico-label-col--small .ico-label__txt {
    font-size: 14px;
}
.ico-label + .btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.ico-label__link {
    color: #fff;
}
.ico-label__link:hover .ico-label__txt {
    text-decoration: none;
}
.ico-label__link .ico-label__txt {
    text-decoration: underline;
}
.first-letter-white:first-letter {
    color: #fff;
}
.first-letter-black:first-letter {
    color: #1d1d1d;
}
.first-letter-green:first-letter {
    color: #e50748;
}
.first-letter-blue:first-letter {
    color: #1e2e54;
}
.first-letter-ice:first-letter {
    color: #e8e9ed;
}
.first-letter-red:first-letter {
    color: #ff5f5f;
}
.first-letter-orange:first-letter {
    color: #ecb500;
}
.first-letter-gray:first-letter {
    color: rgba(255, 255, 255, 0.5);
}
.first-letter-gray2:first-letter {
    color: #f2f2f2;
}
.first-letter-gray-light:first-letter {
    color: #d6d6d6;
}
.first-letter-azure:first-letter {
    color: #eff3fc;
}
.first-letter-green-emerald:first-letter {
    color: #00b67a;
}
.first-letter-gray-2:first-letter {
    color: #f2f2f2;
}
.first-letter-gray-dark:first-letter {
    color: #8c8c8c;
}
.first-letter-paktool-green-dark:first-letter {
    color: #0e5f17;
}
.first-letter-paktool-green-light:first-letter {
    color: #4ab350;
}
.first-letter-paktool-green-grey:first-letter {
    color: #414042;
}
.first-letter-gray-3:first-letter {
    color: #99a1b1;
}
.first-letter-gray-4:first-letter {
    color: #4b5876;
}
.first-letter-dark:first-letter {
    color: #101010;
}
.first-letter-gray-5:first-letter {
    color: #4a4a4a;
}
.first-letter-gray-6:first-letter {
    color: #4e4e4e;
}
.first-letter-gray-7:first-letter {
    color: #fafafa;
}
.first-letter-dark-blue:first-letter {
    color: #1a294b;
}
.first-letter-gray-dark-1:first-letter {
    color: #464646;
}
.first-letter-gray-8:first-letter {
    color: #bebebe;
}
.first-letter-orange-bright:first-letter {
    color: #f57926;
}
.inline-img-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.inline-img-text__logo {
    max-width: 100px;
    margin-right: 1rem;
}
.inline-img-text + .inline-img-text {
    margin-top: 2rem;
}
.splide__sr {
    display: none;
}
.splide:not(.splide--arrow-bt) .splide__arrow {
    opacity: 1;
    background: #f2f2f2;
}
.splide:not(.splide--arrow-bt) .splide__arrow[disabled] {
    opacity: 0.35;
    cursor: not-allowed;
}
@media screen and (min-width: 992px) {
    .splide:not(.splide--arrow-bt) .splide__arrow {
        width: 48px;
        height: 48px;
    }
}
@media screen and (min-width: 992px) {
    .splide:not(.splide--arrow-bt) .splide__arrow--medium {
        width: 72px;
        height: 72px;
    }
}
.splide:not(.splide--arrow-bt) .splide__arrow svg {
    position: relative;
}
.splide:not(.splide--arrow-bt) .splide__arrow--prev {
    left: -3.5rem;
}
.splide:not(.splide--arrow-bt) .splide__arrow--prev svg {
    right: 2px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .splide:not(.splide--arrow-bt) .splide__arrow--prev {
        left: -3rem;
    }
}
@media screen and (max-width: 991px) {
    .splide:not(.splide--arrow-bt) .splide__arrow--prev {
        top: -24px;
        left: auto;
        right: 48px;
    }
}
.splide:not(.splide--arrow-bt) .splide__arrow--next {
    right: -3.5rem;
}
.splide:not(.splide--arrow-bt) .splide__arrow--next svg {
    left: 2px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .splide:not(.splide--arrow-bt) .splide__arrow--next {
        right: -3rem;
    }
}
@media screen and (max-width: 991px) {
    .splide:not(.splide--arrow-bt) .splide__arrow--next {
        top: -24px;
        right: 0;
    }
}
.splide:not(.splide--arrow-bt) .splide__arrows--to-top .splide__arrow {
    top: -48px;
}
@media all and (max-width: 1439px) {
    .splide:not(.splide--arrow-bt) .splide__arrows--to-top .splide__arrow {
        height: 2em;
        width: 2em;
    }
}
@media all and (min-width: 1440px) {
    .splide:not(.splide--arrow-bt) .splide__arrows--to-top .splide__arrow {
        top: -62px;
    }
}
.splide:not(.splide--arrow-bt) .splide__arrows--to-top .splide__arrow--prev {
    left: auto;
    right: 48px;
}
@media all and (min-width: 1440px) {
    .splide:not(.splide--arrow-bt) .splide__arrows--to-top .splide__arrow--prev {
        right: 64px;
    }
}
.splide:not(.splide--arrow-bt) .splide__arrows--to-top .splide__arrow--next {
    right: 0;
}
.splide.splide--arrow-bt .splide__arrows {
    padding-top: 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.splide.splide--arrow-bt .splide__arrow--prev,
.splide.splide--arrow-bt .splide__arrow--next,
.splide.splide--arrow-bt .splide__arrow--finish {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
}
.splide.splide--arrow-bt .splide__arrow--prev {
    font-size: 16px;
    height: auto;
    font-weight: 800;
    background-color: transparent;
    color: #1e2e54;
    opacity: 1;
}
@media screen and (min-width: 768px) {
    .splide.splide--arrow-bt .splide__arrow--prev {
        font-size: calc(16px + ((1vw - 7.68px) * 0.7751937984));
    }
}
@media screen and (min-width: 1800px) {
    .splide.splide--arrow-bt .splide__arrow--prev {
        font-size: 24px;
    }
}
.splide.splide--arrow-bt .splide__arrow--prev:hover {
    color: #e50748;
}
.splide.splide--arrow-bt .splide__arrow--prev:disabled {
    visibility: hidden;
}
.splide.splide--arrow-bt .splide__arrow--next,
.splide.splide--arrow-bt .splide__arrow--finish {
    font-size: 16px;
    font-weight: 800;
    position: relative;
    padding: 15px 64px;
    border-radius: 60px;
    line-height: 1;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    background-color: #e50748;
    border: 2px solid #e50748;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .splide.splide--arrow-bt .splide__arrow--next,
    .splide.splide--arrow-bt .splide__arrow--finish {
        font-size: calc(16px + ((1vw - 7.68px) * 0.7751937984));
    }
}
@media screen and (min-width: 1800px) {
    .splide.splide--arrow-bt .splide__arrow--next,
    .splide.splide--arrow-bt .splide__arrow--finish {
        font-size: 24px;
    }
}
.splide.splide--arrow-bt .splide__arrow--next:hover,
.splide.splide--arrow-bt .splide__arrow--finish:hover {
    background-color: #000;
    border-color: #000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
    .splide.splide--arrow-bt .splide__arrow--next,
    .splide.splide--arrow-bt .splide__arrow--finish {
        padding: 15px 40px;
    }
}
.splide.splide--arrow-bt .splide__arrow--next:disabled {
    display: none;
}
.splide.splide--arrow-bt
.splide__arrow--next:disabled
~ .splide__arrow--finish {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.splide.splide--arrow-bt .splide__arrow--finish {
    display: none;
}
.splide.splide--arrow-bt .splide__pagination {
    padding: 0;
    bottom: 0.7em;
}
@media screen and (min-width: 768px) {
    .splide.splide--arrow-bt .splide__pagination__page {
        height: 12px;
        width: 12px;
    }
}
.splide.splide--arrow-bt .splide__pagination__page.is-active {
    background-color: #e50748;
    -webkit-transform: none;
    transform: none;
}
.gallery-slider--with-label,
.tile-img--with-label {
    position: relative;
}
.gallery-slider--with-label:before,
.tile-img--with-label:before {
    position: absolute;
    top: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #efeff2;
}
.gallery-slider__main {
    position: relative;
}
.gallery-slider__main .splide__slide {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.gallery-slider__main .splide__slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gallery-slider__main .splide__slide--video .img-preview-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery-slider__main .splide__arrows .splide__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #1e2e54;
}
.gallery-slider__main .splide__arrows .splide__arrow svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}
.gallery-slider__main .splide__arrows .splide__arrow--medium svg {
    width: 36px;
    height: 36px;
}
.gallery-slider__main .splide__arrows .splide__arrow:disabled {
    opacity: 0.2;
}
.gallery-slider__main .splide__arrows .splide__arrow--prev {
    left: 0;
}
.gallery-slider__main .splide__arrows .splide__arrow--prev svg {
    right: 0;
}
@media screen and (min-width: 992px) {
    .gallery-slider__main .splide__arrows .splide__arrow--prev {
        left: -1.5rem;
    }
}
.gallery-slider__main .splide__arrows .splide__arrow--next {
    right: 0;
}
.gallery-slider__main .splide__arrows .splide__arrow--next svg {
    left: 0;
}
@media screen and (min-width: 992px) {
    .gallery-slider__main .splide__arrows .splide__arrow--next {
        right: -1.5rem;
    }
}
.gallery-slider__thumbnail {
    margin: 24px 0;
    box-shadow: 0 0 0 1px #e8e9ed inset;
    border-radius: 20px;
    overflow: hidden;
}
@media screen and (min-width: 1250px) {
    .gallery-slider__thumbnail {
        margin: 24px 0 0 0;
    }
}
.gallery-slider__thumbnail .splide__slide {
    padding: 6px;
    overflow: hidden;
    border-radius: 20px;
}
@media screen and (min-width: 768px) {
    .gallery-slider__thumbnail .splide__slide {
        padding: 12px;
    }
}
.gallery-slider__thumbnail .splide__slide.is-active {
    border: 2px solid #e50748 !important;
}
.gallery-slider__thumbnail .splide__slide figure {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.gallery-slider__thumbnail .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-slider__thumbnail .splide__slide--video figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e8e9ed;
    opacity: 0.7;
    z-index: 1;
}
.gallery-slider__thumbnail .splide__slide--video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
@media all and (max-width: 767px) {
    .gallery-slider__icon {
        width: 36px;
        height: 36px;
    }
}
.gallery-slider__icon-wrapper {
    position: absolute;
    top: 8px;
    right: 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
}
.filter {
    position: relative;
    display: block;
}
.filter__category {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin: 0;
    cursor: pointer;
    transition: color 0.3s;
}
.filter__category svg {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.filter__category.active {
    color: #e50748;
}
.filter__category.active svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.filter__category.js-accordion + .filter__category-content {
    display: none;
    padding-left: 10px;
}
@media screen and (max-width: 991px) {
    .filter__category--main {
        margin-bottom: 0 !important;
        transition: margin 0.1s 0.2s;
    }
    .filter__category--main.active {
        margin-bottom: 10px !important;
        transition: margin 0.3s;
    }
}
@media screen and (min-width: 992px) {
    .filter__category--main {
        cursor: default;
        pointer-events: none;
        margin-bottom: 8px;
    }
}
@media screen and (min-width: 992px) {
    .filter__category--main svg {
        display: none;
    }
}
.filter__category--main.active svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.filter__list {
    margin: 0;
}
.filter__list-link {
    display: block;
    padding: 6px 0;
    color: #1e2e54;
    transition: color 0.3s;
    font-size: 18px;
}
@media screen and (max-width: 991px) {
    .filter__list-link {
        font-size: 16px;
    }
}
.filter__list-link:hover {
    color: #e50748;
}
.filter-wrapper {
    padding: 40px;
}
@media screen and (min-width: 992px) {
    .filter-wrapper {
        margin-top: -200px;
    }
}
@media screen and (max-width: 991px) {
    .filter-wrapper {
        padding: 20px;
        margin-top: -50px !important;
    }
}
.filter-search {
    position: relative;
}
.filter-search__input {
    padding: 17px 40px 14px 20px;
    width: 100%;
    border: 2px solid #e50748;
    border-radius: 20px;
    outline: none;
}
.filter-search__btn {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -12px;
    background-color: transparent;
    cursor: pointer;
}
.filter-form-wrapper {
    min-height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 30px 30px 0;
    z-index: 30;
}
@supports (-webkit-overflow-scrolling: touch) {
    .filter-form-wrapper {
        min-height: calc(var(--vh, 1vh) * 100);
    }
}
@media all and (max-width: 767px) {
    .filter-form-wrapper {
        width: 100vw;
    }
}
@media all and (min-width: 768px) {
    .filter-form-wrapper {
        max-width: 370px;
    }
}
.filter-form-wrapper.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.filter-form-header {
    padding-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #e8e9ed;
}
.filter-form-btn svg {
    transition: fill 0.3s ease;
}
.filter-form-btn:hover svg {
    fill: #e50748;
}
.filter-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 150px);
    overflow-y: scroll;
}
.filter-form__group {
    margin-top: 30px;
}
.filter-form__group:last-child {
    margin-top: 20px;
    padding: 25px 0;
    width: 100%;
    background-color: #fff;
}
.filter-form__group:last-child .btn {
    width: 100%;
}
.filter-form__item .filter-form__label {
    padding: 5px 10px 5px 28px;
    font-size: 16px;
}
.filter-form__item .filter-form__label:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
}
.filter-form__item .filter-form__input:checked + .filter-form__label:after {
    top: 10px;
}
@media all and (max-width: 991px) {
    .tab {
        padding-bottom: 20px;
    }
}
.tab__item {
    padding: 34px 42px;
    cursor: pointer;
    transition: all 0.5s ease;
}
@media all and (max-width: 991px) {
    .tab__item {
        padding: 20px;
    }
}
.tab__item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.tab__item > * {
    margin: 0;
}
.tab__item.active {
    background-color: rgba(0, 0, 0, 0.1);
}
.tab__item button {
    background: transparent;
    margin-bottom: 0;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.tab-content {
    display: none;
    padding: 40px 80px;
    height: 100%;
}
@media all and (min-width: 991px) {
    .tab-content {
        background-color: rgba(0, 0, 0, 0.1);
    }
}
@media all and (max-width: 480px) {
    .tab-content {
        padding: 40px 20px;
    }
}
.tab-content.active {
    display: block;
    position: relative;
}
@media screen and (min-width: 992px) {
    .tab-content.active:after {
        content: " ";
        position: absolute;
        bottom: -200px;
        left: 0;
        width: 100%;
        height: 200px;
        background-color: rgba(0, 0, 0, 0.1);
    }
}
.tab--list {
    height: 100%;
}
@media all and (max-width: 991px) {
    .tab--list {
        padding-bottom: 0;
    }
}
@media all and (min-width: 992px) and (max-width: 1251px) {
    .tab--list {
        padding-right: 28px;
        border-right: 2px solid #d5d5d5;
    }
}
@media all and (min-width: 1250px) and (max-width: 1400px) {
    .tab--list {
        padding-right: 8px;
        border-right: 2px solid #d5d5d5;
    }
}
@media all and (min-width: 1401px) {
    .tab--list {
        padding-right: 28px;
        border-right: 2px solid #d5d5d5;
    }
}
.tab--list .tab__item {
    margin-bottom: 8px;
    padding: 12px 24px;
    border-radius: 12px;
    text-align: left;
}
@media all and (max-width: 991px) {
    .tab--list .tab__item {
        padding: 18px;
        text-align: center;
    }
}
@media all and (min-width: 992px) and (max-width: 1750px) {
    .tab--list .tab__item {
        padding: 12px;
    }
}
.tab--list .tab__item.active,
.tab--list .tab__item:hover {
    background-color: #1e2e54;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.tab--list .tab__item.active button,
.tab--list .tab__item:hover button {
    color: #fff;
}
.tab--list .tab__item button {
    color: #101010;
    font-size: 18px;
    white-space: nowrap;
}
@media all and (min-width: 992px) and (max-width: 1750px) {
    .tab--list .tab__item button {
        font-size: 16px;
    }
}
.tab-content-container .tab-content {
    padding: 0;
    background-color: transparent;
}
@media all and (min-width: 992px) {
    .tab-content-container .tab-content {
        margin-left: 30px;
    }
}
.tab-content-container .tab-content.active:after {
    display: none;
}
.tab-content-container .tab-content img {
    max-height: 200px;
}
.tab-wrapper {
    padding: 30px;
    border-radius: 36px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 564px) {
    .tab-wrapper {
        padding: 20px;
        border-radius: 20px;
    }
}
@media all and (min-width: 1250px) and (max-width: 1400px) {
    .tab-wrapper {
        padding-left: 15px;
    }
}
.tab-wrapper .tab-content {
    background-color: transparent;
}
@media all and (max-width: 991px) {
    .tab-wrapper .tab-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.tile:not(.tile--with-img) {
    padding: 15px;
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
}
@media all and (max-width: 576px) {
    .tile:not(.tile--with-img) {
        padding: 10px;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}
.tile:not(.tile--with-img):hover .tile__name {
    color: #e50748;
}
.tile-list {
    padding-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tile-list [style*="--aspect-ratio"] .tile__img {
    top: 50%;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tile__img {
    max-width: 150px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
@media all and (min-width: 1199px) and (max-width: 1410px), (max-width: 576px) {
    .tile__img {
        max-width: 120px;
    }
}
.tile__name {
    font-size: 18px;
    text-decoration: underline;
    color: #1e2e54;
    transition: all 0.3s ease;
}
.tile-block:not(.tile-block--col-3) {
    padding: 0 5.5vw 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media all and (max-width: 640px) {
    .tile-block:not(.tile-block--col-3) {
        margin-right: auto;
        margin-left: auto;
        width: 92%;
        padding: 10px 0;
    }
}
@media all and (min-width: 1250px) and (max-width: 1600px) {
    .tile-block:not(.tile-block--col-3) {
        padding: 0 20px 20px;
    }
}
@media all and (min-width: 641px) {
    .tile-block:not(.tile-block--col-3) .tile:nth-child(odd) {
        margin-right: 20px;
    }
}
.tile-block--col-3 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-auto-rows: 1fr;
}
.tile-block--col-3 + .btn {
    margin-top: 24px;
}
@media all and (min-width: 576px) and (max-width: 1440px) {
    .tile-block--col-3 + .btn {
        margin-top: 48px;
    }
}
@media all and (min-width: 1441px) {
    .tile-block--col-3 + .btn {
        margin-top: 60px;
    }
}
.tile-block--col-3 .tile {
    margin: 0;
    grid-column: span 4;
}
@media all and (max-width: 575px) {
    .tile-block--col-3 .tile {
        grid-column: span 12;
        border-radius: 16px;
    }
}
@media all and (min-width: 576px) and (max-width: 1200px) {
    .tile-block--col-3 .tile {
        grid-column: span 6;
    }
}
.tile-block--col-3 .tile .tile__headline {
    font-size: 20px;
}
@media screen and (min-width: 768px) {
    .tile-block--col-3 .tile .tile__headline {
        font-size: calc(20px + ((1vw - 7.68px) * 0.3875968992));
    }
}
@media screen and (min-width: 1800px) {
    .tile-block--col-3 .tile .tile__headline {
        font-size: 24px;
    }
}
.tile-block--col-3 .tile .tile__picture {
    margin-right: 6.45%;
    -webkit-flex: 0 0 26.7%;
    -ms-flex: 0 0 26.7%;
    flex: 0 0 26.7%;
}
@media all and (max-width: 768px) {
    .tile-block--col-3 .tile .tile__picture {
        margin-right: 12px;
        -webkit-flex: 0 0 72px;
        -ms-flex: 0 0 72px;
        flex: 0 0 72px;
    }
}
@media all and (min-width: 1200px) {
    .tile-block--col-3 .tile .tile__picture {
        height: 124px;
    }
}
@media all and (min-width: 576px) and (max-width: 640px) {
    .tile-block.tile-block--picture-md .tile {
        padding-left: 10px;
        padding-right: 23px;
    }
}
@media all and (min-width: 641px) {
    .tile-block.tile-block--picture-md .tile {
        padding-left: 20px;
        padding-right: 60px;
    }
}
.tile-block.tile-block--picture-md .tile__picture img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.tile--simple {
    -webkit-flex: 1 1 calc(50% - 20px);
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);
    margin-bottom: 20px;
    padding: 10px 25px 10px 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 26px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    color: #101010;
    text-align: left;
    transition: all 0.3s ease;
}
@media all and (max-width: 640px) {
    .tile--simple {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}
.tile--simple:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.tile--simple:hover .tile__headline {
    color: #e50748;
}
.tile__headline {
    font-size: 24px;
    font-weight: 800;
    transition: color 0.3s ease;
}
@media all and (max-width: 640px) {
    .tile__headline {
        font-size: 18px;
    }
}
.tile__picture {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5%;
    -webkit-flex: 0 0 36%;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
}
@media all and (min-width: 1400px) {
    .tile__picture {
        height: 124px;
    }
}
@media all and (max-width: 640px) {
    .tile__picture {
        margin-right: 10px;
    }
}
.tile__picture img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.tile--basic {
    padding: 37px 0 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media all and (max-width: 991px) {
    .tile--basic {
        padding: 0;
    }
}
.tile--basic p:not(.tile__item-to-bottom) {
    margin: 5px 0;
}
@media all and (max-width: 991px) {
    .tile--basic p:not(.tile__item-to-bottom):not(:first-child) {
        margin: 0;
        font-size: 14px;
    }
}
.tile__item-headline {
    font-size: 24px;
    font-weight: 800;
    position: relative;
    color: #1e2e54;
}
@media screen and (min-width: 768px) {
    .tile__item-headline {
        font-size: calc(24px + ((1vw - 7.68px) * 0.7751937984));
    }
}
@media screen and (min-width: 1800px) {
    .tile__item-headline {
        font-size: 32px;
    }
}
@media all and (max-width: 991px) {
    .tile__item-headline {
        margin-bottom: 8px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.tile__item-headline:before {
    content: "";
    margin-right: 13px;
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #1e2e54;
}
@media all and (max-width: 991px) {
    .tile__item-headline:before {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.tile__item-to-bottom {
    margin: auto 0 0;
    font-size: 16px;
}
@media all and (max-width: 991px) {
    .tile__item-to-bottom {
        margin-top: 24px;
        font-size: 10px;
    }
}
.tile__item-to-top {
    margin-bottom: 50px;
}
@media all and (max-width: 991px) {
    .tile__item-to-top {
        margin: 0;
    }
}
.tile-icon {
    margin-top: 10px;
    padding: 12px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    border-radius: 20px;
}
.tile-icon + .tile-icon {
    margin-left: 5px;
}
.tile-icon--border-white {
    border: 2px solid #fff;
}
.tile-icon--border-black {
    border: 2px solid #1d1d1d;
}
.tile-icon--border-green {
    border: 2px solid #e50748;
}
.tile-icon--border-blue {
    border: 2px solid #1e2e54;
}
.tile-icon--border-ice {
    border: 2px solid #e8e9ed;
}
.tile-icon--border-red {
    border: 2px solid #ff5f5f;
}
.tile-icon--border-orange {
    border: 2px solid #ecb500;
}
.tile-icon--border-gray {
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.tile-icon--border-gray2 {
    border: 2px solid #f2f2f2;
}
.tile-icon--border-gray-light {
    border: 2px solid #d6d6d6;
}
.tile-icon--border-azure {
    border: 2px solid #eff3fc;
}
.tile-icon--border-green-emerald {
    border: 2px solid #00b67a;
}
.tile-icon--border-gray-2 {
    border: 2px solid #f2f2f2;
}
.tile-icon--border-gray-dark {
    border: 2px solid #8c8c8c;
}
.tile-icon--border-paktool-green-dark {
    border: 2px solid #0e5f17;
}
.tile-icon--border-paktool-green-light {
    border: 2px solid #4ab350;
}
.tile-icon--border-paktool-green-grey {
    border: 2px solid #414042;
}
.tile-icon--border-gray-3 {
    border: 2px solid #99a1b1;
}
.tile-icon--border-gray-4 {
    border: 2px solid #4b5876;
}
.tile-icon--border-dark {
    border: 2px solid #101010;
}
.tile-icon--border-gray-5 {
    border: 2px solid #4a4a4a;
}
.tile-icon--border-gray-6 {
    border: 2px solid #4e4e4e;
}
.tile-icon--border-gray-7 {
    border: 2px solid #fafafa;
}
.tile-icon--border-dark-blue {
    border: 2px solid #1a294b;
}
.tile-icon--border-gray-dark-1 {
    border: 2px solid #464646;
}
.tile-icon--border-gray-8 {
    border: 2px solid #bebebe;
}
.tile-icon--border-orange-bright {
    border: 2px solid #f57926;
}
.tile-icon-container {
    margin-top: 20px;
}
.tile-icon-container--to-top {
    margin-top: -10px;
}
@media all and (max-width: 1249px) {
    .tile-icon-container--to-top {
        margin-top: -18px;
    }
}
.tile-icon--lg {
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
}
@media all and (max-width: 768px) {
    .tile-icon--lg {
        padding: 5px 8px;
        font-size: 12px;
    }
}
@media all and (max-width: 768px) {
    .tile-icon--lg svg {
        width: 24px;
        height: 24px;
    }
}
.tile--with-img {
    padding: 18px 20px;
    border-radius: 20px;
    box-shadow: 0px 20px 40px #00000033;
}
@media all and (max-width: 675px) {
    .tile--with-img {
        border-radius: 30px;
    }
}
@media all and (min-width: 676px) {
    .tile--with-img {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.tile__image {
    position: relative;
}
@media all and (min-width: 676px) {
    .tile__image {
        -webkit-flex: 0 0 41%;
        -ms-flex: 0 0 41%;
        flex: 0 0 41%;
        max-width: 41%;
    }
}
.tile__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.tile__image-label {
    padding: 12px 0 18px;
    display: block;
    text-align: center;
    font-weight: bold;
}
@media all and (min-width: 676px) {
    .tile__image-label {
        display: none;
    }
}
@media all and (max-width: 675px) {
    .tile__image-wrap {
        position: relative;
        display: block;
        padding-top: 38%;
    }
}
.tile__info {
    padding: 5px 24px 22px;
}
@media all and (max-width: 675px) {
    .tile__info {
        text-align: center;
    }
}
@media all and (min-width: 676px) {
    .tile__info {
        padding: 25px 0 25px 6.25%;
        -webkit-flex: 0 0 59%;
        -ms-flex: 0 0 59%;
        flex: 0 0 59%;
        max-width: 59%;
    }
}
.tile__info-label {
    font-weight: bold;
}
@media all and (max-width: 675px) {
    .tile__info-label {
        display: none;
    }
}
.tile__info-headline {
    font-size: 24px;
    font-weight: 800;
}
@media screen and (min-width: 768px) {
    .tile__info-headline {
        font-size: calc(24px + ((1vw - 7.68px) * 0.3875968992));
    }
}
@media screen and (min-width: 1800px) {
    .tile__info-headline {
        font-size: 28px;
    }
}
@media all and (max-width: 675px) {
    .tile__info .btn {
        width: 100%;
    }
}
.stripe {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media all and (max-width: 1199px) {
    .stripe {
        display: block;
        text-align: center;
    }
}
.stripe__item {
    padding: 25px 0;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
}
@media all and (max-width: 1199px) {
    .stripe__item:nth-of-type(1) {
        padding-bottom: 15px;
    }
}
@media all and (max-width: 1199px) {
    .stripe__item:nth-of-type(2) {
        margin: 0 auto;
        max-width: 500px;
        padding: 0;
    }
}
.stripe__item:nth-of-type(3) {
    font-size: 14px;
}
@media all and (max-width: 1199px) {
    .stripe__item:nth-of-type(3) {
        margin: 0 auto;
        max-width: 600px;
        padding-top: 15px;
    }
}
.stripe__item--bg-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.stripe__link {
    text-decoration: underline;
    transition: opacity 0.3s ease;
    color: #fff;
}
.stripe__link:hover {
    opacity: 0.8;
}
.stripe .form__row {
    padding: 0;
}
@media all and (min-width: 576px) {
    .stripe .form__row--flex-box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.stripe .form__group {
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.stripe .form__label {
    color: #1d1d1d;
}
.stripe .form__btn {
    margin-left: -40px;
}
@media all and (max-width: 576px) {
    .stripe .form__btn {
        padding-top: 70px;
        padding-left: 20px;
        margin-top: -50px;
        margin-left: 0;
        width: 100%;
    }
}
.stripe p {
    margin: 0;
}
.stripe-icon {
    position: relative;
    padding: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    box-shadow: 0px 10px 20px #00000026;
    border-radius: 16px;
    z-index: 10;
}
@media all and (max-width: 767px) {
    .stripe-icon {
        margin-top: 33px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.stripe-icon-wrapper {
    position: relative;
}
@media all and (min-width: 768px) {
    .stripe-icon-wrapper:after {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        width: 100vw;
        height: 50%;
        z-index: 1;
        background-color: #fff;
    }
}
.stripe-icon__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 767px) {
    .stripe-icon__item:not(:last-child) {
        margin-bottom: 16px;
    }
}
.stripe-icon__item p {
    margin: 0;
}
.stripe-icon__item svg {
    margin-right: 12px;
}
.stripe-card:nth-child(2) {
    margin-left: 37px;
    margin-right: 20px;
}
.stripe-card-wrapper {
    /* padding: 25px 16px 25px 28px; */
    width: 400px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 32px;
    z-index: 1;
}
@media all and (max-width: 991px) {
    .stripe-card-wrapper {
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px;
    }
}
@media all and (min-width: 992px) and (max-width: 1440px) {
    .stripe-card-wrapper {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 350px;
    }
}
@media all and (min-width: 1441px) {
    .stripe-card-wrapper {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 450px;
    }
}
@media screen and (min-width: 500px) and (max-width: 800px) {
    .read-more {
        position: relative;
        overflow: hidden;
        height: 120px;
    }
}
@media screen and (max-width: 499px) {
    .read-more {
        position: relative;
        overflow: hidden;
        height: 58px;
    }
}
@media screen and (max-width: 800px) {
    .read-more:after {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 70px;
        width: 100%;
        content: "";
        background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 80%);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        transition: -webkit-transform 0.5s 0.25s;
        transition: transform 0.5s 0.25s;
        transition: transform 0.5s 0.25s, -webkit-transform 0.5s 0.25s;
    }
}
.read-more.active {
    height: auto;
}
.read-more.expanded:after {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.read-more__button {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    background-color: transparent;
    cursor: pointer;
}
@media screen and (max-width: 800px) {
    .read-more__button {
        display: block;
        margin: 0 auto;
    }
}
@media screen and (min-width: 801px) {
    .read-more__button {
        display: none;
    }
}
.read-more__button:focus {
    outline: 0;
}
.roller {
    width: 100%;
    margin: 10px 15px;
}
@media screen and (max-width: 991px) {
    .roller {
        width: 40%;
    }
}
.roller-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media screen and (max-width: 991px) {
    .roller-wrapper {
        display: block;
    }
}
.roller-33 {
    width: 33%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media screen and (max-width: 991px) {
    .roller-33 {
        width: 100%;
    }
}
.roller-67 {
    width: 67%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media screen and (max-width: 991px) {
    .roller-67 {
        width: 100%;
    }
}
.roller-pair {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .roller-pair {
        width: 80%;
        margin: 0 auto;
    }
}
.roller-67 .roller-pair {
    width: 50%;
}
@media screen and (max-width: 991px) {
    .roller-67 .roller-pair {
        width: 80%;
        margin: 0 auto;
    }
}
.roller__label {
    position: relative;
    width: 60%;
    margin: 0 auto;
    color: #1e2e54;
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 991px) {
    .roller__label {
        width: 120px;
    }
}
.roller__label:after {
    content: " ";
    display: block;
    width: 100%;
    height: 1rem;
    border-top: 2px solid #e50748;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
}
.roller__description {
    margin-top: 12px;
    text-align: center;
    color: #1e2e54;
    font-size: 16px;
    font-weight: bold;
}
.roller__description span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.stock {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.stock--in {
    background-color: #e50748;
}
.stock--low {
    background: url(../images/icons/low-stock.svg) center no-repeat;
    background-size: 20px 20px;
}
.stock--center {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 992px) {
    .stock__hide-on-desktop {
        display: none;
    }
}
.stock-options {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(29, 29, 29, 0.5);
}
@media screen and (max-width: 991px) {
    .stock-options {
        display: block;
        font-size: 16px;
        text-align: center;
    }
}
.stock-options--inline {
    display: block;
}
.stock-options--inline .stock {
    position: relative;
    top: auto;
}
.stock-options__colors {
    padding-right: 6px;
    font-weight: bold;
    color: #1d1d1d;
}
@media screen and (max-width: 991px) {
    .stock-options__colors {
        display: block;
        margin: 16px 0;
        text-align: center;
    }
}
.stock-options__colors .stock {
    position: relative;
    top: 4px;
    margin-right: 4px;
}
.stock-options__colors .stock:not(:first-child) {
    margin-left: 10px;
}
.stock-options a {
    color: #e50748;
    text-decoration: underline;
}
.stock-options a:hover {
    color: #1e2e54;
}
.stock-options--wide {
    position: relative;
    left: -40px;
    padding: 40px 0;
    width: calc(100% + 80px);
}
@media all and (max-width: 1199px) {
    .stock-options--wide {
        left: -18px;
        width: calc(100% + 36px);
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media all and (max-width: 991px) {
    .stock-options--wide .stock-options__colors {
        margin-top: 0;
    }
}
@media screen and (max-width: 1249px) {
    .stock-options--mob-left {
        margin-top: 14px;
        text-align: left;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media all and (max-width: 767px) {
    .stock-options--mob-col {
        font-size: 14px;
    }
}
@media all and (max-width: 1249px) {
    .stock-options--mob-col {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media all and (min-width: 1250px) and (max-width: 1479px) {
    .stock-options--mob-col {
        font-size: 16px;
    }
}
@media all and (max-width: 1249px) {
    .stock-options--mob-col .stock-options__colors {
        margin: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media all and (max-width: 767px) {
    .stock-options--mob-col .stock-options__colors .stock {
        top: 2px;
        width: 12px;
        height: 12px;
    }
}
@media all and (max-width: 1249px) {
    .stock-options--mob-col .stock-options__colors > span:first-child {
        padding-bottom: 10px;
    }
}
@media all and (min-width: 1250px) {
    .stock-options--mob-col .stock-options__colors > span:first-child {
        margin-right: 30px;
    }
}
@media all and (min-width: 1250px) {
    .stock-options--mob-col .stock-options__colors > span:nth-child(2) {
        margin-right: 20px;
    }
}
@media all and (max-width: 767px) {
    .stock-options--mob-col .stock-options__text {
        padding-left: 18px;
        font-size: 12px;
    }
}
@media all and (min-width: 768px) and (max-width: 1249px) {
    .stock-options--mob-col .stock-options__text {
        padding-left: 24px;
        padding-top: 5px;
    }
}
.icon-btn {
    cursor: pointer;
    background-color: transparent;
}
.icon-btn--white {
    background-color: #fff;
}
.icon-btn--green {
    background-color: #e50748;
}
.icon-btn--green-2 {
    background-color: #000;
}
.icon-btn--blue {
    background-color: #1e2e54;
}
.icon-btn--ice {
    background-color: #e8e9ed;
}
.icon-btn--paktool-green-dark {
    background-color: #0e5f17;
}
.icon-btn--paktool-green-light {
    background-color: #4ab350;
}
.icon-btn--paktool-green-grey {
    background-color: #414042;
}
.icon-btn--gray-light-1 {
    background-color: #e8eaee;
}
.icon-btn--full {
    width: 100%;
    text-align: center;
}
.icon-btn[disabled],
.icon-btn:disabled {
    pointer-events: none;
}
.icon-btn[disabled] svg,
.icon-btn:disabled svg {
    stroke: #e8e9ed;
}
.icon-btn[disabled].btn svg,
.icon-btn:disabled.btn svg {
    stroke: #fff;
}
.icon-btn[disabled].btn span,
.icon-btn:disabled.btn span {
    color: #fff;
}
.icon-btn:focus {
    outline: 0;
}
.icon-btn:not(.download-box-btn) svg {
    fill: transparent;
    stroke: #1e2e54;
    stroke-width: 2px;
    transition: fill 0.3s;
}
[data-favourite="true"] .icon-btn:not(.download-box-btn) svg {
    fill: #1e2e54;
}
.icon-btn .not-fav {
    display: block;
}
.icon-btn .fav {
    display: none;
}
.icon-btn.active svg {
    fill: #1e2e54;
}
.icon-btn.active .not-fav {
    display: none;
}
.icon-btn.active .fav {
    display: block;
}
.icon-btn--circeled {
    padding: 11px 10px;
    border-radius: 50%;
    border: 1px solid #e8e9ed;
    background-color: #fff;
    box-shadow: 0px 5px 10px #00000014;
}
.product-info {
    width: 100%;
}
.product-info .units-col {
    min-width: 112px;
}
.product-info__spacer {
    min-width: 48px;
}
.product-info__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 5px 0;
}
.product-info__item-label {
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #1e2e54;
}
.product-info__item-content {
    font-size: 18px;
    font-weight: 400;
    color: #1d1d1d;
}
@media all and (max-width: 991px) {
    .product-info__item-content {
        font-size: 16px;
    }
}
@media all and (max-width: 991px) {
    .product-info__item-content .font-sm {
        font-size: 12px;
    }
}
.product-info__item-content .stock {
    position: relative;
    top: -2px;
}
@media screen and (min-width: 1025px) {
    .product-info--list:not(.laptop-show) {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .product-info--list.laptop-show {
        display: none;
    }
}
.product-info__th-code {
    width: 140px;
}
.product-info__th-thumbnail {
    width: 90px;
}
.product-info__th-name {
    width: 483px;
}
.product-info__th-info {
    width: 76px;
}
.product-info__th-fav {
    width: 76px;
}
.product-info__th-stock {
    width: 60px;
}
.product-info__th-units {
    width: 112px;
}
.product-info__th-qty {
    width: 350px;
}
.product-info__th-total {
    width: 125px;
}
.product-info__th-btn {
    width: 68px;
}
@media screen and (max-width: 1024px) {
    .product-info--table {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .product-info--table.product-info--show-on-mobile {
        display: table;
    }
}
@media screen and (min-width: 1250px) and (max-width: 1599px) {
    .product-info--table .product-info__dropdown--product-opt {
        width: 100px;
    }
}
.product-info--table th,
.product-info--table td {
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 1280px) {
    .product-info--table th,
    .product-info--table td {
        font-size: 16px;
    }
}
.product-info--table th:not([class]),
.product-info--table td:not([class]) {
    text-align: left;
}
.product-info--table th {
    color: #1e2e54;
}
.product-info--table td {
    padding: 10px 20px 10px 0;
    font-weight: 400;
    color: #1d1d1d;
}
@media screen and (max-width: 1280px) {
    .product-info--table td {
        padding: 10px 10px 10px 0;
    }
}
.product-info--table td.text-center {
    padding: 10px 20px;
}
@media screen and (max-width: 1280px) {
    .product-info--table td.text-center {
        padding: 10px;
    }
}
@media screen and (max-width: 1100px) {
    .product-info--table td.text-center {
        padding: 10px 5px;
    }
}
.product-info--table td:nth-child(2) {
    width: 100%;
    max-width: 216px;
}
.product-info--table td:nth-child(6) {
    padding-left: 0;
    padding-right: 0;
}
.product-info--table td:nth-last-child(2) {
    min-width: 125px;
}
.product-info--table td:last-child {
    padding-right: 0;
}
.product-info--table td:last-child.text-center {
    padding-left: 0;
    padding-right: 0;
}
.product-info--table td .stock {
    position: relative;
    top: 3px;
}
.product-info--table td.product-info-prices {
    padding: 10px;
}
.product-info--table tbody tr.padding-animation td {
    transition: padding 0.5s;
    padding-top: 0;
    padding-bottom: 0;
}
.product-info--table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #e8e9ed;
}
.product-info--table:not(.product-info--table-two-prices) .js-total-price {
    display: inline-block;
    text-align: center;
    min-width: 115px;
    font-weight: bold;
}
.product-info--table.product-info--thumbnail td:nth-child(2) {
    width: 90px;
    padding: 10px 20px 10px 0;
}
.product-info--table.product-info--thumbnail td:nth-child(3) {
    width: 100%;
    max-width: 216px;
}
.product-info--table.product-info--thumbnail.product-info--icon-info
td:nth-child(3) {
    width: auto;
    max-width: none;
}
.product-info--table.product-info--thumbnail .product-info__thumbnail {
    position: relative;
    width: 90px;
    height: 90px;
    border: 1px solid #e8e9ed;
    border-radius: 12px;
    padding: 6px;
}
.product-info--table.product-info--thumbnail .product-info__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-info--table.product-info--thumbnail .product-info__thumbnail--sm {
    width: 48px;
    height: 48px;
}
.product-info--table.product-info--thumbnail-sm thead tr th {
    white-space: nowrap;
}
.product-info--table.product-info--thumbnail-sm
thead
tr
th
.product-info__span-quantity {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.product-info--table.product-info--thumbnail-sm
thead
tr
th
.product-info__dropdown {
    -webkit-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
}
.product-info--table.product-info--thumbnail-sm td:nth-child(1) {
    width: 9.3%;
}
.product-info--table.product-info--thumbnail-sm td:nth-child(2) {
    width: 4.7%;
}
.product-info--table.product-info--thumbnail-sm td:nth-child(3) {
    width: 22%;
}
.product-info--table.product-info--thumbnail-sm td:nth-child(3) button {
    padding-left: 0;
    padding-right: 0;
}
.product-info--table.product-info--thumbnail-sm td:nth-child(4) {
    width: 5%;
}
.product-info--table.product-info--thumbnail-sm td:nth-child(5) {
    width: 7%;
}
.product-info--table.product-info--thumbnail-sm td:nth-child(6) {
    width: 12%;
}
@media screen and (max-width: 1199px) {
    .product-info--table.product-info--table-wide {
        display: none;
    }
}
.product-info--table.product-info--table-wide thead tr th:first-child {
    min-width: 130px;
}
@media all and (max-width: 1480px) {
    .product-info--table.product-info--table-wide thead tr th:first-child {
        min-width: 85px;
    }
}
.product-info--table.product-info--table-wide thead tr th:nth-child(4) {
    min-width: 130px;
}
@media all and (min-width: 1200px) {
    .product-info--table.product-info--table-wide thead tr th:nth-child(4) {
        min-width: 200px;
    }
}
.product-info--table.product-info--table-wide thead tr th:nth-last-child(2) {
    padding-right: 20px;
}
@media all and (max-width: 1480px) {
    .product-info--table.product-info--table-wide thead tr th:nth-last-child(2) {
        padding-right: 10px;
    }
}
@media all and (min-width: 1300px) {
    .product-info--table.product-info--table-wide thead tr th:nth-last-child(4) {
        width: 7%;
        min-width: 120px;
        padding: 0 10px;
    }
}
.product-info--table.product-info--table-wide
thead
tr
th.product-info__space-between
.product-info__span-quantity {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: 15px;
}
.product-info--table.product-info--table-wide
thead
tr
th
.product-info__span-quantity {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-left: 0;
}
.product-info--table.product-info--table-wide tbody tr td {
    position: relative;
}
@media all and (max-width: 1480px) {
    .product-info--table.product-info--table-wide tbody tr td {
        padding-right: 10px;
    }
}
.product-info--table.product-info--table-wide tbody tr td:first-child {
    font-size: 16px;
    word-break: break-all;
}
.product-info--table.product-info--table-wide tbody tr td:nth-child(2) {
    width: 45px;
}
.product-info--table.product-info--table-wide tbody tr td:nth-child(3) {
    width: 90px;
    padding: 10px 20px 10px 0;
}
@media all and (max-width: 1480px) {
    .product-info--table.product-info--table-wide tbody tr td:nth-child(3) {
        padding-right: 10px;
    }
}
.product-info--table.product-info--table-wide tbody tr td:nth-child(4) {
    width: 100%;
    max-width: 216px;
    font-size: 16px;
}
@media all and (max-width: 1480px) {
    .product-info--table.product-info--table-wide tbody tr td:nth-child(5),
    .product-info--table.product-info--table-wide tbody tr td:nth-child(8) {
        padding-left: 0;
    }
}
@media all and (max-width: 1480px) {
    .product-info--table.product-info--table-wide tbody tr td:nth-child(6),
    .product-info--table.product-info--table-wide tbody tr td:nth-child(9) {
        padding-left: 10px;
    }
}
.product-info--table.product-info--table-wide tbody tr td:nth-last-child(2) {
    padding-left: 0;
}
@media all and (max-width: 1480px) {
    .product-info--table.product-info--table-wide tbody tr td:nth-last-child(2) {
        min-width: 95px;
    }
}
@media all and (max-width: 1480px) {
    .product-info--table.product-info--table-wide
    tbody
    tr
    td:nth-last-child(2)
    span {
        min-width: auto;
    }
}
@media all and (max-width: 1480px) {
    .product-info--table.product-info--table-wide tbody tr td .label-icon {
        max-width: 20px;
        max-height: 20px;
    }
}
@media all and (max-width: 1480px) {
    .product-info--table.product-info--table-wide
    tbody
    tr
    td
    .product-info__thumbnail {
        width: 60px;
        height: 60px;
    }
}
@media all and (max-width: 1250px) {
    .product-info--table.product-info--table-wide
    tbody
    tr
    td
    .product-count--price-breaks {
        width: 300px;
    }
}
.product-info--table--top-line {
    border-top: 1px solid rgba(232, 233, 237, 0.5);
    border-collapse: collapse;
}
.product-info--table--top-line th {
    border-bottom: 1px solid #e8e9ed;
}
.product-info--table--top-line tr:last-child td {
    border-bottom: 1px solid #e8e9ed;
}
.product-info--small-cell-gap td {
    padding: 10px 10px 10px 0;
}
.product-info--small-cell-gap td.text-center {
    padding: 10px;
}
.product-info--small-cell-gap td:last-child {
    padding-right: 0;
}
.product-info--small-cell-gap td:last-child.text-center {
    padding-left: 0;
    padding-right: 0;
}
@media screen and (max-width: 1024px) {
    .product-info--show-on-mobile {
        display: block;
    }
}
.product-info--table .product-info__code {
    display: block;
    width: 150px;
    word-break: break-all;
}
.product-info--table .product-info__upp {
    display: block;
    min-width: 100px;
    white-space: nowrap;
}
@media all and (min-width: 1025px) {
    .product-info.product-info--table-col-first-wide thead tr th:first-child {
        text-align: left;
        width: 80%;
    }
}
@media all and (min-width: 1025px) {
    .product-info.product-info--table-col-first-wide
    .product-info__link-with-image {
        max-width: none;
    }
}
.product-info__space-around {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.product-info__space-around span {
    text-align: center;
}
.product-info__space-between {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
}
.product-info__span-quantity {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.product-info__link-with-image {
    position: relative;
    display: inline-block;
    color: #1e2e54;
}
.product-info__link-with-image:hover {
    color: #e50748;
    text-decoration: underline;
}
.product-info__link-with-image:hover .product-info__hover-image {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}
.product-info--table .product-info__link-with-image {
    max-width: 250px;
}
.product-info__link-with-image--popup {
    background-color: transparent;
    cursor: pointer;
    text-align: left;
}
.product-info__hover-image {
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 3;
    border-radius: 20px;
    border: 2px solid #e50748;
    background-color: #fff;
    padding: 5px 15px;
    -webkit-transform: translate(110%, -50%);
    transform: translate(110%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
}
.product-info__hover-image:before {
    content: " ";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8px 7px 0;
    border-color: transparent #e50748 transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-info__hover-image img {
    max-width: 120px;
}
.product-info__hover-image--fixed {
    pointer-events: none;
}
.product-info__hover-image--fixed img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}
.product-info__text-button {
    padding: 4px 10px;
    background-color: transparent;
    color: #e50748;
    cursor: pointer;
}
.product-info__text-button:hover {
    text-decoration: underline;
}
.product-info__text-button:focus {
    outline: 0;
    text-decoration: underline;
}
.product-info-mobile-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 20px 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.product-info-mobile-wrapper > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.product-info-mobile-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5;
}
.product-info-mobile-wrapper::-webkit-scrollbar {
    height: 8px;
    background-color: #f5f5f5;
}
.product-info-mobile-wrapper::-webkit-scrollbar-thumb {
    background-color: #e50748;
    border-radius: 12px;
}
.product-info-mobile-wrapper .card {
    overflow: visible;
    margin-right: 20px;
}
.product-info-mobile-wrapper .card > .label-icon {
    position: absolute;
    right: 15px;
    top: 15px;
}
.product-info-mobile-wrapper .card > .label-icon--md {
    width: 42px;
    height: 42px;
}
.product-info-mobile-wrapper .card__image {
    width: calc(100vw - 80px);
}
@media all and (min-width: 700px) and (max-width: 1024px) {
    .product-info-mobile-wrapper .card--change-width .card__image {
        width: calc(50vw - 80px);
    }
}
@media screen and (min-width: 1025px) {
    .product-info-mobile-wrapper:not(.tablet-show) {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .product-info-mobile-wrapper.tablet-show {
        display: none;
    }
}
@media all and (min-width: 700px) and (max-width: 1199px) {
    .product-info-mobile-wrapper.tablet-show .card--change-width {
        width: 50%;
    }
}
@media all and (min-width: 700px) and (max-width: 1024px) {
    .product-info-mobile-wrapper.tablet-show .card--change-width .card__image {
        width: calc(50vw - 80px);
    }
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
    .product-info-mobile-wrapper.tablet-show .card--change-width .card__image {
        width: calc(45vw - 80px);
    }
}
@media all and (min-width: 700px) and (max-width: 1199px) {
    .product-info-mobile-wrapper.tablet-show .card--change-width .product-count {
        display: block;
    }
}
.product-info-mobile-wrapper.tablet-show
.card--change-width
.product-info
> li
> span {
    font-size: 16px;
}
.product-info-mobile-wrapper.tablet-show
.card--change-width
.product-info
> li
.stock {
    width: 17px;
    height: 17px;
    top: -1px;
}
.product-info-mobile-wrapper .label-icon-wrapper {
    position: absolute;
    right: 15px;
    top: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-info-mobile-wrapper .label-icon--md {
    width: 42px;
    height: 42px;
}
.product-info-card-mob-wrapper {
    margin-top: 20px;
}
@media all and (min-width: 1200px) {
    .product-info-card-mob-wrapper {
        display: none;
    }
}
.product-info__link,
.stock--link {
    text-decoration: underline;
    cursor: pointer;
}
.product-info__link:hover,
.stock--link:hover {
    text-decoration: none;
}
.product-info__link a,
.stock--link a {
    color: #e50748;
}
@media all and (min-width: 1025px) {
    .product-info-mobile-header {
        display: none;
    }
}
.product-info-table-container {
    overflow-x: auto;
    overflow-y: hidden;
}
.product-info-table-container .product-info--table:not(:first-child) thead {
    display: none;
}
.product-info-prices > * {
    margin: 0;
    font-weight: bold;
}
.product-info-prices__old {
    margin-bottom: 3px;
    font-size: 14px;
}
.product-info--price-breaks.product-info--table td:first-child span {
    width: 120px;
}
.product-info--price-breaks .product-info__link-with-image {
    max-width: unset;
}
.product-info--price-breaks .js-total-price {
    font-weight: bold;
}
.product-info__dropdown {
    position: relative;
}
.product-info__dropdown:not(.product-info__dropdown--desktop-show) {
    min-width: 136px;
}
.product-info__dropdown--product-opt {
    width: 175px;
}
.product-info__dropdown-header {
    background: transparent;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
    font-weight: 700;
}
.product-info__dropdown-header span {
    color: #e50748;
    text-transform: capitalize;
}
.product-info__dropdown--product-opt .product-info__dropdown-header {
    padding-right: 0;
    padding-bottom: 4px;
}
.product-info__dropdown-icon {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.product-info__dropdown-inner {
    transition: visibility 0.2s ease, opacity 0.2s ease;
    position: absolute;
    right: 0;
    margin-top: 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(140, 140, 140, 0.24);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
}
.product-info__dropdown-inner span {
    cursor: pointer;
}
.product-info__dropdown-inner span:not(:last-child) {
    margin-bottom: 8px;
}
@media all and (min-width: 901px) {
    .product-info__dropdown-inner--no-wrap {
        padding: 9px 7px;
        top: 50px;
        right: -15px;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 16px;
        font-weight: bold;
    }
}
@media all and (min-width: 901px) {
    .product-info__dropdown-inner--no-wrap::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -22px;
        width: 27px;
        height: 25px;
        border-top: 5px solid transparent;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 21px solid #fff;
        opacity: 1;
    }
}
@media all and (min-width: 901px) {
    .product-info__dropdown-inner--no-wrap span {
        transition: all 0.3 ease;
        border-radius: 8px;
        padding: 3px 9px;
    }
}
@media all and (min-width: 901px) {
    .product-info__dropdown-inner--no-wrap span:hover {
        background-color: #e8e9ed;
    }
}
@media all and (min-width: 901px) {
    .product-info__dropdown-inner--no-wrap span:first-child {
        margin-bottom: 0;
    }
}
.product-info__dropdown.active .product-info__dropdown-inner {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.product-info__dropdown.active .product-info__dropdown-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media all and (max-width: 1024px) {
    .product-info__dropdown--desktop-show {
        width: 136px;
        left: 24%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media all and (min-width: 1025px) {
    .product-info__dropdown--desktop-show {
        position: absolute;
        right: 15px;
        width: auto;
    }
}
@media all and (min-width: 1025px) {
    .product-info__dropdown--desktop-show .product-info__dropdown-header span {
        display: none;
    }
}
.product-info__dropdown--single {
    width: 150px;
    margin: 0 auto;
}
@media all and (min-width: 1200px) {
    .product-info__dropdown--single {
        display: none;
    }
}
.product-info--icon-info tbody td:nth-child(3) {
    padding-right: 0;
}
.product-info--icon-info tbody td:nth-child(4) {
    padding-left: 0;
}
.product-info-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media all and (max-width: 1200px) {
    .product-info-bar {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.product-info-bar__item {
    font-weight: bold;
}
@media all and (max-width: 575px) {
    .product-info-bar__item {
        text-align: center;
    }
}
@media all and (min-width: 576px) and (max-width: 1200px) {
    .product-info-bar__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.product-info-bar form {
    margin-left: 5%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media all and (max-width: 900px) {
    .product-info-bar form {
        margin-top: 20px;
        margin-left: 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media all and (min-width: 901px) and (max-width: 1200px) {
    .product-info-bar form {
        margin-top: 20px;
        margin-left: 0;
    }
}
@media all and (max-width: 900px) {
    .product-info-bar form > * {
        width: 100%;
    }
}
@media all and (max-width: 900px) {
    .product-info-bar form .product-count {
        width: 100%;
        margin-bottom: 20px;
    }
}
.product-info-bar form .product-count .product-count__value {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
}
.product-info-bar form .product-count .product-count__total,
.product-info-bar form .product-count .product-count__price-per {
    width: 33%;
}
@media all and (min-width: 1025px) {
    .product-info-bar form .product-count .product-count__price-per {
        width: 40%;
    }
}
@media all and (min-width: 1025px) {
    .product-info-bar form .product-count .product-count__price-per-info {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}
@media all and (min-width: 1025px) {
    .product-info-bar form .product-count .product-count__price-per-value {
        margin-right: 20px;
    }
}
@media all and (max-width: 1024px) {
    .product-info-bar form .btn--rounded-sm span {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .product-info-bar form .btn--rounded-sm svg {
        margin-left: 0;
    }
}
@media screen and (min-width: 1025px) {
    .product-info-bar .product-count--price-breaks-full {
        width: auto;
    }
}
@media all and (max-width: 900px) {
    .product-info-bar .btn {
        margin-top: 20px;
    }
}
.product-info-stock {
    margin-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media all and (max-width: 575px) {
    .product-info-stock {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media all and (min-width: 576px) and (max-width: 1200px) {
    .product-info-stock {
        margin-top: -2px;
        margin-top: 0;
        margin-left: 15px;
    }
}
.product-info--font-sm th,
.product-info--font-sm td {
    font-size: 16px;
}
.table-sticky-header {
    transition: all 0.3s ease;
    overflow: hidden;
}
.table-sticky-header thead::before {
    left: -24px;
    right: -24px;
}
.product-count {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #1e2e54;
    background-color: #1e2e54;
}
@media screen and (max-width: 600px) {
    .product-count {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .product-info--show-on-mobile .product-count {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.product-count--in-table > .product-count__value,
.product-count--in-table > .product-count__total {
    width: 50%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-count--disabled {
    border: 2px solid #e8e9ed;
    background-color: #e8e9ed;
}
.product-count--disabled svg {
    fill: #e8e9ed;
}
.product-count--disabled * {
    pointer-events: none;
}
.product-count--disabled .product-count__value,
.product-count--disabled .product-count__quantity,
.product-count--disabled .product-count__total {
    color: rgba(30, 46, 84, 0.6);
    transition: color 0.3 ease;
}
.product-count__value {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 17px 12px 14px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #1e2e54;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-count__value {
        min-width: 160px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .product-count__value {
        font-size: 16px;
    }
}
.product-count__total {
    padding: 17px 10px 14px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
@media screen and (max-width: 1280px) {
    .product-count__total {
        padding: 17px 20px 14px 20px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .product-count__total {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    .product-count__total {
        text-align: center;
    }
}
.product-count__total--sm {
    padding: 17px 20px 14px 20px;
}
@media screen and (max-width: 600px) {
    .product-count__total--sm {
        padding: 17px 10px 14px 10px;
    }
}
.product-count__total span {
    display: inline-block;
    text-align: center;
    min-width: 50px;
    font-weight: 400;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .product-count__total span {
        min-width: 40px;
    }
}
.product-info--table .product-count__total span {
    min-width: 100px;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .product-info--table .product-count__total span {
        min-width: 40px;
    }
}
.product-count__button {
    padding: 0 8px;
    background-color: transparent;
    cursor: pointer;
}
.product-count__button:focus {
    outline: 0;
}
.product-count__button svg {
    transition: fill 0.3s ease;
}
@media screen and (min-width: 1025px) {
    .product-info--table .product-count__button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .product-info--table .product-count__button:first-child {
        left: 0;
    }
    .product-info--table .product-count__button:nth-last-child(2),
    .product-info--table .product-count__button:last-child {
        right: 0;
    }
}
.product-count__quantity {
    display: inline-block;
    padding: 0;
    width: 72px;
    text-align: center;
    border: 0;
    letter-spacing: -2px;
}
.product-info--table .product-count__quantity {
    width: 64px;
}
.table-stock .product-count__quantity,
.stock-group .product-count__quantity {
    width: 64px;
    background-color: transparent;
    font-weight: 800;
}
.product-count__quantity:focus {
    outline: none;
}
.product-count__action {
    white-space: nowrap;
}
.product-count__action--narrow {
    padding: 5px;
    border-radius: 20px;
    background-color: #fff;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .product-count__action--narrow .product-count__quantity {
        width: 10px;
    }
}
.product-count__action--narrow input {
    background: transparent;
    box-shadow: none;
}
.product-count__action--no-active .product-count__button svg {
    fill: #e8e9ed;
}
.product-count__action--no-active .product-count__quantity {
    color: #979797;
}
.product-count-total-price {
    margin: 20px 0;
    text-align: center;
    font-size: 24px;
    color: #1e2e54;
}
.product-count-total-price span {
    font-weight: bold;
}
.product-count-total-price--two {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
}
.product-count-total-price__item {
    font-weight: bold;
}
.product-count-total-price__item--m-right {
    margin: 0 20px 0 0;
}
.product-count-total-price__item-old {
    font-size: 16px;
}
.product-count-total-price__item > * {
    margin: 0;
}
.product-count-outline {
    margin: 0 auto;
    padding: 6px 0;
    max-width: 165px;
    border-radius: 8px;
    border: 2px solid #1e2e54;
}
.product-info--table .product-count-outline,
.table-stock .product-count-outline {
    max-width: 225px;
}
.product-count-outline--full {
    max-width: unset;
}
.product-count-outline--full .product-count__action {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-count__price-per {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #e8e9ed;
    color: #1e2e54;
}
.product-count--price-breaks {
    position: relative;
    overflow: hidden;
    border: 0;
    z-index: 1;
}
@media screen and (min-width: 1025px) {
    .product-count--price-breaks:not(.product-count--price-breaks-full-width) {
        width: 320px;
    }
}
.product-count--price-breaks.product-count--squared {
    border-radius: 8px;
}
.product-count--price-breaks.product-count--squared:not(
    .product-count--full-width
  ) {
    width: 100%;
}
.product-count--price-breaks.product-count--squared .product-count__value {
    padding-top: 12px;
    padding-bottom: 8px;
    width: 45%;
    border-radius: 8px;
}
.product-count--price-breaks.product-count--squared
.product-count__value
input {
    font-weight: 800;
}
.product-count--price-breaks.product-count--squared .product-count__total {
    width: 27.5%;
}
.product-count--price-breaks.product-count--squared .product-count__price-per {
    width: 27.5%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.product-count--price-breaks.product-count--full-width {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.product-count--price-breaks.product-count--full-width .product-count__total {
    padding-left: 5px;
    padding-right: 5px;
}
@media screen and (min-width: 1200px) {
    .product-count--price-breaks {
        width: 350px;
    }
}
.product-count--price-breaks::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: inherit;
    box-shadow: 0 0 0 2px #1e2e54 inset;
    pointer-events: none;
}
.product-count--price-breaks > .product-count__value,
.product-count--price-breaks > .product-count__total,
.product-count--price-breaks > .product-count__price-per {
    width: 33.3333333333%;
}
.product-count--price-breaks .product-count__value {
    padding: 18px 12px 14px;
    position: relative;
}
.product-count--price-breaks .product-count__quantity {
    overflow: visible;
}
@media screen and (max-width: 1024px) {
    .product-count--price-breaks .product-count__quantity {
        width: 60px;
    }
}
.product-count--price-breaks .product-count__total {
    padding: 6px 20px 6px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1280px) {
    .product-count--price-breaks .product-count__total {
        padding: 6px 20px 6px 20px;
    }
}
.product-count--price-breaks .product-count__total-label {
    font-size: 12px;
    line-height: 1;
}
.product-count--price-breaks .product-count__price-per {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    padding-right: 32px;
}
@media screen and (min-width: 1025px) {
    .product-count--price-breaks .product-count__price-per {
        padding: 0;
    }
}
.product-count--price-breaks .product-count__price-per.pr-0em {
    padding-right: 0;
}
.product-count--price-breaks .product-count__price-per-value {
    display: none;
    line-height: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3px;
}
.product-count--price-breaks .product-count__price-per-value.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.product-count--price-breaks .product-count__price-per-value-label {
    font-size: 12px;
}
@media screen and (min-width: 1025px) {
    .product-count--price-breaks .product-count__price-per-value {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.product-count--price-breaks .product-count__price-per-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background-color: rgba(29, 29, 29, 0.12);
    padding: 0;
    cursor: pointer;
}
@media screen and (min-width: 1025px) {
    .product-count--price-breaks
    .product-count__price-per-info:not(.pos-absolute-laptop-down) {
        position: relative;
    }
}
@media screen and (min-width: 1200px) {
    .product-count--price-breaks
    .product-count__price-per-info.pos-absolute-laptop-down {
        position: relative;
    }
}
.product-count--price-breaks-mobile {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 280px;
    overflow: visible;
}
.product-count--price-breaks-mobile .product-count__value {
    width: 50%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 19px 0 0 0;
}
.product-count--price-breaks-mobile .product-count__total {
    width: 50%;
}
.product-count--price-breaks-mobile .product-count__price-per {
    width: 100%;
    padding: 14px 50px 12px 12px;
    border-radius: 0 0 19px 19px;
    border-top: 2px solid #1e2e54;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible;
}
.product-count--price-breaks-mobile .product-count__price-per > *:first-child {
    width: 50%;
}
.product-count--price-breaks-mobile .product-count__price-per > *:last-child {
    width: calc(50% - 30px);
}
.product-count--price-breaks-mobile .product-count__price-per-info {
    border-bottom-right-radius: 20px;
    width: 38px;
}
.product-count--price-breaks-mobile .product-info__dropdown-header {
    font-size: 14px;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .product-count--price-breaks-full {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 280px;
        overflow: visible;
    }
    .product-count--price-breaks-full .product-count__value {
        width: 50%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 19px 0 0 0;
    }
    .product-count--price-breaks-full .product-count__value span {
        display: none;
    }
    .product-count--price-breaks-full .product-count__total {
        width: 50%;
    }
    .product-count--price-breaks-full .product-count__price-per {
        width: 100%;
        padding: 14px 12px 12px 12px;
        border-radius: 0 0 19px 19px;
        border-top: 2px solid #1e2e54;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: visible;
    }
    .product-count--price-breaks-full .product-count__price-per > *:first-child {
        width: 50%;
    }
    .product-count--price-breaks-full .product-count__price-per > *:last-child {
        width: calc(50% - 30px);
    }
    .product-count--price-breaks-full .product-count__price-per-info {
        border-bottom-right-radius: 20px;
        width: 38px;
    }
    .product-count--price-breaks-full .product-info__dropdown-header {
        font-size: 14px;
        width: 100%;
    }
}
@media screen and (min-width: 1025px) {
    .product-count--price-breaks-full {
        width: 100%;
    }
    .product-count--price-breaks-full
    .product-info__dropdown:not(.product-info__dropdown--desktop-show) {
        display: none;
    }
    .product-count--price-breaks-full .product-count__price-per-all {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product-count--price-breaks-full > .product-count__value {
        width: 50%;
    }
    .product-count--price-breaks-full > .product-count__total,
    .product-count--price-breaks-full > .product-count__price-per {
        width: 24%;
        text-align: center;
    }
    .product-count--price-breaks-full .product-count__quantity {
        width: 48px;
    }
}
@media screen and (min-width: 1600px) {
    .product-count--price-breaks-full .product-count__value span {
        white-space: nowrap;
    }
}
@media all and (max-width: 900px) {
    .product-count-price-block {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-weight: bold;
        font-size: 20px;
    }
}
@media all and (max-width: 900px) {
    .product-count-btn-favourite {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px;
    }
}
@supports (-webkit-overflow-scrolling: touch) {
    .product-count__action--no-active .product-count__quantity {
        color: #000;
    }
}
.product-range {
    margin-top: 28px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-range-wrapper {
    top: 100%;
    left: 0;
    min-width: 200px;
}
.product-range__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media all and (min-width: 1600px) {
    .product-range__item {
        -webkit-flex: 1 1 10%;
        -ms-flex: 1 1 10%;
        flex: 1 1 10%;
    }
}
@media all and (max-width: 480px) {
    .product-range__item {
        -webkit-flex: 0 1 33.33%;
        -ms-flex: 0 1 33.33%;
        flex: 0 1 33.33%;
        width: 33.33%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.product-range__link {
    white-space: normal;
    padding: 12px 15px 8px 15px;
}
.product-range__figure {
    text-align: center;
    max-width: 120px;
    margin: 0 15px;
}
@media screen and (max-width: 1024px) {
    .product-range__figure {
        font-size: 14px;
    }
}
@media all and (min-width: 1600px) {
    .product-range__figure {
        margin: 0;
    }
}
@media all and (max-width: 480px) {
    .product-range__figure {
        margin: 0;
    }
}
.product-range__figure img:not([src$=".svg"]) {
    max-height: 64px;
    margin-bottom: 20px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
@media all and (max-width: 480px) {
    .product-range__figure img {
        height: 60px;
        width: auto;
    }
}
.product-range__figure figcaption {
    line-height: 1.3;
}
@media all and (max-width: 480px) {
    .product-range__figure figcaption {
        word-wrap: normal;
    }
}
@media screen and (min-width: 1025px) {
    .product-list--only-mobile {
        display: none;
    }
}
.product-list__item {
    padding: 20px 0;
    border-top: 1px solid #e8e9ed;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .product-list__item--flex {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.product-list__item-btn {
    margin: 0 auto;
    padding: 15px;
    display: block;
    background-color: transparent;
    color: #e50748;
    text-decoration: underline;
    cursor: pointer;
    outline: none;
    transition: opacity 0.2s ease;
}
.product-list__item-btn:hover {
    opacity: 0.8;
}
.product-list__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.product-list__main-figure {
    width: 140px;
    border-radius: 20px;
    border: 1px solid #e8e9ed;
}
.product-list__main-desc {
    padding: 10px 0 0 12px;
    width: calc(100% - 140px);
}
.product-list__main-name {
    display: block;
    color: #1d1d1d;
    text-decoration: underline;
    transition: opacity 0.3s, -webkit-text-decoration 0.3s;
    transition: text-decoration 0.3s, opacity 0.3s;
    transition: text-decoration 0.3s, opacity 0.3s, -webkit-text-decoration 0.3s,
    -moz-text-decoration 0.3s;
}
.product-list__main-name:hover {
    text-decoration: none;
    opacity: 0.7;
}
.product-list__main-stock {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #1e2e54;
}
.product-list__main-stock .stock {
    margin-left: 10px;
}
.product-table {
    display: block;
}
.product-table__row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e9ed;
}
.product-table__item-small {
    margin: 0;
    font-size: 14px;
}
.product-table__item-normal {
    font-size: 14px;
    margin: 0;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .product-table__item-normal {
        font-size: calc(14px + ((1vw - 7.68px) * 0.1937984496));
    }
}
@media screen and (min-width: 1800px) {
    .product-table__item-normal {
        font-size: 16px;
    }
}
.product-table__item-large {
    font-size: 14px;
    margin: 10px 0;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .product-table__item-large {
        font-size: calc(14px + ((1vw - 7.68px) * 0.3875968992));
    }
}
@media screen and (min-width: 1800px) {
    .product-table__item-large {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .product-table__item-small,
    .product-table__item-normal,
    .product-table__item-large {
        margin-bottom: 10px;
    }
}
.product-table__inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .product-table__inline {
        display: block;
    }
}
.product-table__inline > * {
    margin-right: 40px;
}
@media screen and (max-width: 991px) {
    .product-table__inline > * {
        margin-right: 0;
    }
}
.product-table__inline > *:first-child {
    min-width: 130px;
}
.product-table__inline > *:last-child {
    margin-right: 0;
}
@media screen and (max-width: 991px) {
    .product-table__inline > *:last-child {
        margin-bottom: 0;
    }
}
.img-preview {
    display: block;
    text-align: center;
}
.img-preview__main {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 20vw;
}
.img-preview__list {
    display: block;
}
.img-preview__list-item {
    display: inline-block;
    margin: 0.5rem;
    padding: 0.25rem;
    border: 2px solid transparent;
    border-radius: 8px;
}
.img-preview__list-item:first-child {
    margin-top: 0;
}
.img-preview__list-item.active {
    border: 2px solid #e50748;
}
.img-preview__list-thumb {
    display: block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.img-preview__list-thumb--video {
    position: relative;
}
.img-preview__list-thumb--video:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #e8e9ed;
    opacity: 0.6;
}
.img-preview__list-thumb--video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.img-preview-target {
    border-radius: 20px;
    border: 1px solid #e8e9ed;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 56.25%;
}
.img-preview-target img {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.img-preview-popup[href*="vimeo"],
.img-preview-popup[href*="youtube"] {
    position: relative;
    display: block;
}
.img-preview-popup[href*="vimeo"]:after,
.img-preview-popup[href*="youtube"]:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #e8e9ed url("../images/icons/play-green.svg") no-repeat center
    center/96px auto;
    opacity: 0.7;
}
.box {
    margin: 0 1% 5%;
    -webkit-flex: 0 1 31.33%;
    -ms-flex: 0 1 31.33%;
    flex: 0 1 31.33%;
}
@media all and (min-width: 641px) and (max-width: 991px) {
    .box {
        margin: 0 1% 3%;
        -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%;
    }
}
@media all and (max-width: 640px) {
    .box {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}
.box-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media all and (min-width: 641px) {
    .box__image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        padding-bottom: 56.25%;
    }
}
@media all and (min-width: 641px) {
    .box__image-inner {
        display: none;
    }
}
.box-padded {
    padding: 50px 0;
}
@media all and (max-width: 991px) {
    .box-padded {
        padding: 10px 0 0;
    }
}
.owl-carousel.team-member-wrapper .owl-stage-outer {
    overflow: visible;
}
.team-member {
    position: relative;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.team-member:hover:not(.team-member--no-fly-data) .team-member__data {
    -webkit-transform: translateY(-63px);
    transform: translateY(-63px);
}
.team-member:hover:not(.team-member--no-fly-data) .team-member__image--hover {
    opacity: 1;
}
.team-member-fixed-height {
    height: 380px;
}
.team-member-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.team-member-row .team-member {
    -webkit-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    margin: 0.5%;
}
@media all and (min-width: 575px) and (max-width: 1200px) {
    .team-member-row .team-member {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin: 1%;
    }
}
@media all and (max-width: 574px) {
    .team-member-row .team-member {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-top: 2%;
        margin-bottom: 2%;
        padding-right: 0;
        padding-left: 0;
    }
}
@media all and (max-width: 768px) {
    .team-member-wrapper .owl-stage-outer {
        margin-left: 20px;
    }
}
.team-member__image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* min-height: 504px; */
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .team-member-wrapper--landscape-slides .team-member__image {
        min-height: 250px;
    }
}
.team-member__image-inner {
    display: none !important;
}
.team-member__image-wrapper {
    position: relative;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
}
.team-member__image--small {
    height: 250px;
    min-height: 250px;
    background-position: center top;
}
.team-member__image--medium {
    height: 350px;
    min-height: 350px;
    background-position: center top;
}
.team-member__image--hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.team-member__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    min-height: 64px;
    padding-top: 0.5rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.team-member__info--social-visible {
    padding-bottom: 0;
    color: #1e2e54;
    overflow: hidden;
}
.team-member__info--full-view {
    min-height: 104px;
}
.team-member__data {
    padding: 20px;
    position: relative;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 64px;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
}
.team-member__data--padding-small {
    padding: 15px;
}
.team-member__social {
    border-radius: 0 0 12px 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    z-index: 1;
    background-color: #fff;
}
.team-member__social-link {
    display: block;
    border-radius: 50%;
    transition: box-shadow 0.3s ease;
}
.team-member__social-link svg {
    transition: fill 0.3s ease;
}
.team-member__social-link:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.team-member__social-link:hover svg {
    fill: #e50748;
}
.team-member__social-link--email {
    padding: 7px;
    background-color: #e50748;
}
.team-member__social-link--email:hover svg {
    fill: #1e2e54;
}
.team-member-row-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media all and (max-width: 1200px) {
    .team-member-row-column {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.team-member-row-column__item--one {
    margin: 10px;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.team-member-row-column__item--one .team-member {
    height: 100%;
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
    .team-member-row-column__item--one .team-member__image {
        min-height: 900px;
    }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
    .team-member-row-column__item--one .team-member__image {
        min-height: 800px;
    }
}
@media all and (min-width: 575px) and (max-width: 768px) {
    .team-member-row-column__item--one .team-member__image {
        min-height: 600px;
    }
}
@media all and (min-width: 575px) {
    .team-member-row-column__item--one .team-member__info {
        padding: 40px;
    }
}
@media all and (min-width: 575px) {
    .team-member-row-column__item--one
    .team-member:hover:not(.team-member--no-fly-data)
    .team-member__data {
        -webkit-transform: translateY(-93px);
        transform: translateY(-93px);
    }
}
.team-member-row-column__item--four {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.team-member-row-column__item--four > * {
    margin: 1%;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}
@media all and (max-width: 574px) {
    .team-member-row-column__item--four > * {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-right: 0;
        padding-left: 0;
        margin-top: 2%;
        margin-bottom: 2%;
    }
}
.team-member-contact {
    margin-top: 10px;
}
.team-member-contact__link {
    color: #1d1d1d;
}
.team-member-contact__link:hover {
    text-decoration: none;
}
.team-member__icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: #e8e9ed;
    border-radius: 24px;
    padding: 4px 12px;
}
.team-member--with-icons {
    overflow: visible;
    border-radius: 20px;
}
.team-member--with-icons .team-member__image {
    border-radius: 20px;
}
.team-member--with-icons .team-member__data {
    transition: border-radius 0.1s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, border-radius 0.1s ease-out;
    transition: transform 0.3s ease-out, border-radius 0.1s ease-out,
    -webkit-transform 0.3s ease-out;
    border-radius: 0 0 20px 20px;
}
.team-member--with-icons:hover .team-member__data {
    border-radius: 0;
}
.logo {
    padding: 20px;
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    text-align: center;
}
@media all and (max-width: 768px) {
    .logo {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}
@media all and (max-width: 768px) {
    .logo:nth-of-type(2) {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}
.logo-block {
    margin: 40px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 768px) {
    .logo-block {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.timeline {
    padding: 0 20px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.5;
}
@media all and (min-width: 641px) {
    .timeline {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
@media all and (max-width: 640px) {
    .timeline {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.timeline-container .slick-current .timeline {
    opacity: 1;
}
.timeline__col {
    max-width: 500px;
    width: 500px;
}
@media all and (max-width: 640px) {
    .timeline__col {
        width: auto;
        max-width: 100%;
    }
}
.timeline__col:nth-of-type(1) img {
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
@media (max-width: 640px) {
    .timeline__col:nth-of-type(1) img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
    }
}
.timeline__col--text {
    padding: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media all and (max-width: 640px) {
    .timeline__col--text {
        padding: 20px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
    }
}
.timeline-nav {
    position: relative;
    padding: 60px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media all and (max-width: 1200px) {
    .timeline-nav {
        padding: 20px 0;
    }
}
.timeline-nav__item {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    height: 60px;
    text-align: center;
    transition: opacity 0.3s ease, font-size 0.3s ease;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 800;
}
@media screen and (min-width: 768px) {
    .timeline-nav__item {
        font-size: calc(16px + ((1vw - 7.68px) * 0.7751937984));
    }
}
@media screen and (min-width: 1800px) {
    .timeline-nav__item {
        font-size: 24px;
    }
}
.timeline-nav__item:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #e50748;
    z-index: 2;
}
.timeline-nav__item:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    border: 14px solid transparent;
    border-top: 16px solid #e50748;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    z-index: 2;
}
.timeline-nav .slick-slide .timeline-nav__item-inner:before {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    top: 44px;
    background-color: #fff;
    z-index: 1;
}
.timeline-nav .slick-slide:nth-of-type(1) .timeline-nav__item-inner:before {
    content: "";
    width: 50%;
    right: 0;
}
.timeline-nav
.slick-slide:nth-child(n + 2):nth-child(-n + 8)
.timeline-nav__item-inner:before {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.timeline-nav .slick-slide:last-child .timeline-nav__item-inner:before {
    content: "";
    width: 50%;
    left: 0;
}
.timeline-nav .slick-current .timeline-nav__item {
    font-size: 18px;
    opacity: 1;
    color: #fff;
    font-weight: 800;
}
@media screen and (min-width: 768px) {
    .timeline-nav .slick-current .timeline-nav__item {
        font-size: calc(18px + ((1vw - 7.68px) * 1.3565891473));
    }
}
@media screen and (min-width: 1800px) {
    .timeline-nav .slick-current .timeline-nav__item {
        font-size: 32px;
    }
}
.timeline-nav .slick-current .timeline-nav__item:before {
    top: 30px;
    width: 30px;
    height: 30px;
}
.timeline-nav .slick-current .timeline-nav__item:after {
    opacity: 1;
}
.icon-item {
    color: #1d1d1d;
    transition: all 0.3s;
}
.icon-item:first-child {
    margin-right: 40px;
}
.icon-item svg {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    fill: #e50748;
}
.icon-item-container {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media all and (max-width: 991px) {
    .icon-item-container {
        margin-bottom: 30px;
    }
}
.icon-item--icon-big {
    font-size: 18px;
}
@media screen and (min-width: 768px) {
    .icon-item--icon-big {
        font-size: calc(18px + ((1vw - 7.68px) * 0.5813953488));
    }
}
@media screen and (min-width: 1800px) {
    .icon-item--icon-big {
        font-size: 24px;
    }
}
.icon-item--icon-big svg {
    margin-right: 20px;
    width: 32px;
    height: 32px;
}
.icon-item--link,
.icon-item__link {
    text-decoration: underline;
}
.icon-item--link:hover,
.icon-item__link:hover {
    color: #e50748;
}
.icon-item--address,
.icon-item--info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.icon-item--address address,
.icon-item--info address {
    font-style: normal;
}
.icon-item--info svg {
    margin-top: 5px;
    width: 26px;
}
.icon-item--flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon-item--flex svg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.icon-item__info {
    font-size: 18px;
}
.icon-item__info li {
    margin-bottom: 15px;
}
.icon-item__info li:last-child {
    color: #1d1d1d;
}
.icon-item__info span {
    font-size: 18px;
    margin-top: 2px;
    display: block;
}
@media screen and (min-width: 768px) {
    .icon-item__info span {
        font-size: calc(18px + ((1vw - 7.68px) * 0.5813953488));
    }
}
@media screen and (min-width: 1800px) {
    .icon-item__info span {
        font-size: 24px;
    }
}
.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.map-box {
    margin-bottom: 70px;
    padding-top: 380px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media all and (max-width: 574px) {
    .map-box {
        margin-bottom: 80px;
        padding-top: 275px;
    }
}
.placecard {
    z-index: 9999;
    position: absolute;
}
@media all and (max-width: 574px) {
    .placecard {
        bottom: 0;
    }
}
.placecard-wrapper {
    position: absolute;
    top: 0;
}
@media all and (max-width: 574px) {
    .placecard-wrapper {
        position: relative;
        width: 80%;
        margin: -65px auto;
    }
}
.placecard__container {
    margin: 10px;
    padding: 9px 4px 9px 11px;
    min-width: 255px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    background: #fff none repeat scroll 0% 0% / auto padding-box border-box;
    border-radius: 2px 2px 2px 2px;
    font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
    overflow: hidden;
    color: #000;
}
@media all and (max-width: 574px) {
    .placecard__container {
        margin: 0;
    }
}
.placecard__left {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    font-size: 12px;
}
.placecard__right {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    text-align: center;
    font-size: 11px;
}
.placecard__business-name {
    margin: 0;
    height: 19px;
    cursor: default;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-perspective-origin: 100px 9.5px;
    perspective-origin: 100px 9.5px;
    -webkit-transform-origin: 100px 9.5px;
    transform-origin: 100px 9.5px;
    font: normal normal 500 normal 14px / normal Roboto, Arial;
    overflow: hidden;
}
.placecard__info {
    color: #5b5b5b;
    cursor: default;
    height: 40px;
    -webkit-column-rule-color: #5b5b5b;
    -moz-column-rule-color: #5b5b5b;
    column-rule-color: #5b5b5b;
    -webkit-perspective-origin: 100px 16px;
    perspective-origin: 100px 16px;
    -webkit-transform-origin: 100px 16px;
    transform-origin: 100px 16px;
    border: 0px none #5b5b5b;
    font: normal normal normal normal 12px / normal Roboto, Arial;
    margin: 6px 0px 0px;
    outline: #5b5b5b none 0px;
}
.placecard__directions-icon {
    margin-bottom: 5px;
    background: rgba(0, 0, 0, 0)
    url("../../maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat
    scroll 0px 0px/70px 210px padding-box border-box;
    background-position: 70px 210px;
    height: 22px;
    width: 22px;
    margin-right: auto;
    margin-left: auto;
}
.placecard__directions-link {
    display: block;
    height: 43px;
    color: #3a84df;
    text-decoration: none;
}
.placecard__view-large {
    display: block;
    color: #3a84df;
    text-decoration: none;
}
.order:not(:last-child) {
    margin-bottom: 40px;
}
@media all and (max-width: 574px) {
    .order:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e8e9ed;
    }
}
.order-header {
    margin-top: 30px;
    margin-bottom: 35px;
}
@media all and (max-width: 768px) {
    .order-header {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
.order__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media all and (max-width: 574px) {
    .order__row--mobile-direction-col {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media all and (max-width: 574px) {
    .order__row--mobile-direction-col > div {
        margin-bottom: 10px;
    }
}
.order__col {
    word-wrap: normal;
}
.order__col:first-child {
    padding-right: 10px;
}
.order__col--20 {
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
}
@media all and (max-width: 768px) {
    .order__col--20 {
        -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
    }
}
.order__col--50 {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}
@media all and (max-width: 574px) {
    .order__col--50 {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
.order__col--auto {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
}
.order__col--small-font {
    font-size: 14px;
    margin-bottom: 10px;
}
@media all and (min-width: 574px) {
    .order__col--desktop-text-right {
        text-align: right;
    }
}
@media all and (max-width: 574px) {
    .order__col--margin-sm {
        margin-top: 5px;
        margin-bottom: 10px;
    }
}
.order--margin-for-each-row > div {
    margin-bottom: 20px;
}
@media all and (max-width: 574px) {
    .order--margin-for-each-row > div {
        margin-bottom: 10px;
    }
}
@media all and (min-width: 381px) {
    .order-btn-bar {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.order-btn-bar__item {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.order-btn-bar__item--left {
    font-size: 16px;
    position: relative;
    padding: 15px 75px 16px 45px;
    border-radius: 60px;
    background: #f2f2f2;
    z-index: 1;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-weight: 800;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .order-btn-bar__item--left {
        font-size: calc(16px + ((1vw - 7.68px) * 0.3875968992));
    }
}
@media screen and (min-width: 1800px) {
    .order-btn-bar__item--left {
        font-size: 20px;
    }
}
@media all and (min-width: 381px) and (max-width: 480px) {
    .order-btn-bar__item--left {
        padding-left: 30px;
    }
}
@media all and (max-width: 380px) {
    .order-btn-bar__item--left {
        padding: 15px 45px 16px;
        text-align: center;
    }
}
.order-btn-bar__item--right {
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (min-width: 575px) {
    .order-btn-bar__item--right {
        width: 55%;
    }
}
@media all and (max-width: 380px) {
    .order-btn-bar__item--right {
        position: relative !important;
    }
}
@media all and (min-width: 381px) {
    .order-btn-bar__item--right.btn {
        height: 100%;
    }
}
@media all and (min-width: 381px) and (max-width: 574px) {
    .order-btn-bar__item--right.btn {
        padding: 14px 20px;
    }
}
@media all and (max-width: 380px) {
    .order-btn-bar__item--right.btn {
        width: 100%;
        margin-top: 15px;
    }
}
.order__status {
    display: grid;
    grid-template-columns: auto 1fr;
}
.order__status-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 5px;
}
.order__status-item:not(:last-child) {
    margin-bottom: 5px;
}
.organisation-member-row {
    padding: 20px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e8e9ed;
}
@media all and (max-width: 574px) {
    .organisation-member-row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media all and (max-width: 574px) {
    .organisation-member-row .btn {
        margin-top: 10px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}
.organisation-member__header {
    margin-top: 0;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 574px) {
    .organisation-member__header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.organisation-member__header-headline {
    margin: 0 20px 0 0;
}
.organisation-member__header-status {
    font-size: 14px;
    color: rgba(29, 29, 29, 0.5);
}
.organisation-member__header-status--white:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}
.organisation-member__header-status--black:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1d1d1d;
}
.organisation-member__header-status--green:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e50748;
}
.organisation-member__header-status--blue:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1e2e54;
}
.organisation-member__header-status--ice:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e8e9ed;
}
.organisation-member__header-status--red:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff5f5f;
}
.organisation-member__header-status--orange:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ecb500;
}
.organisation-member__header-status--gray:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}
.organisation-member__header-status--gray2:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f2f2f2;
}
.organisation-member__header-status--gray-light:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d6d6d6;
}
.organisation-member__header-status--azure:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #eff3fc;
}
.organisation-member__header-status--green-emerald:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00b67a;
}
.organisation-member__header-status--gray-2:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f2f2f2;
}
.organisation-member__header-status--gray-dark:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8c8c8c;
}
.organisation-member__header-status--paktool-green-dark:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0e5f17;
}
.organisation-member__header-status--paktool-green-light:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4ab350;
}
.organisation-member__header-status--paktool-green-grey:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #414042;
}
.organisation-member__header-status--gray-3:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #99a1b1;
}
.organisation-member__header-status--gray-4:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4b5876;
}
.organisation-member__header-status--dark:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #101010;
}
.organisation-member__header-status--gray-5:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4a4a4a;
}
.organisation-member__header-status--gray-6:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4e4e4e;
}
.organisation-member__header-status--gray-7:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fafafa;
}
.organisation-member__header-status--dark-blue:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1a294b;
}
.organisation-member__header-status--gray-dark-1:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #464646;
}
.organisation-member__header-status--gray-8:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bebebe;
}
.organisation-member__header-status--orange-bright:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f57926;
}
.organisation-member__bottom {
    margin: 0;
    font-size: 14px;
    color: rgba(29, 29, 29, 0.5);
}
.organisation-member__link {
    color: #1d1d1d;
    transition: color 0.2s ease;
}
.organisation-member__link:hover {
    color: #e50748;
}
.table-stock-outer {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 0 0 0;
    background-color: transparent;
}
@media all and (min-width: 992px) {
    .table-stock-outer {
        background-color: #fafafa;
        padding: 30px;
        margin-right: auto;
        margin-left: auto;
        width: 92%;
        max-width: 1540px;
        margin-top: 40px;
    }
}
.table-stock-outer__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 92%;
}
@media all and (min-width: 992px) {
    .table-stock-outer__header {
        margin-bottom: 30px;
        width: 100%;
    }
}
.table-stock-outer .response {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
    max-width: 1540px;
    margin-bottom: 30px;
}
@media all and (min-width: 992px) {
    .table-stock-outer .response {
        width: 100%;
    }
}
.table-stock-form-outer {
    display: none;
}
@media all and (min-width: 992px) {
    .table-stock-form-outer {
        display: block;
    }
}
.table-stock-form {
    display: none;
    border-radius: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
@media all and (min-width: 992px) {
    .table-stock-form {
        display: block;
    }
}
.table-stock-form .table-stock {
    width: 100%;
    min-width: 900px;
    border: none;
    border-collapse: collapse;
    color: #1e2e54;
}
.table-stock-form .table-stock-wrapper {
    overflow-x: auto;
}
.table-stock-form .table-stock__head .table-stock__th {
    padding: 40px 20px 10px 0;
}
.table-stock-form .table-stock__head .table-stock__th:first-child {
    padding-left: 40px;
    width: 10%;
}
@media all and (max-width: 1024px) {
    .table-stock-form .table-stock__head .table-stock__th:first-child {
        padding-left: 20px;
    }
}
.table-stock-form .table-stock__head .table-stock__th:nth-of-type(n + 3) {
    width: 10%;
}
.table-stock-form .table-stock__head .table-stock__th:last-child {
    padding-right: 40px;
}
.table-stock-form .table-stock__head--col-sm .table-stock__th {
    padding-top: 25px;
}
.table-stock-form .table-stock__head--col-sm .table-stock__th:first-child {
    padding-left: 40px;
    width: 8%;
}
.table-stock-form
.table-stock__head--col-sm
.table-stock__th:nth-of-type(n + 3) {
    width: 8%;
}
.table-stock-form .table-stock__tr--underline .table-stock__td:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e8e9ed;
}
.table-stock-form
.table-stock__tr--underline
.table-stock__td:last-child:after {
    left: -40px;
}
.table-stock-form .table-stock__tr--spacing .table-stock__td {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.table-stock-form .table-stock__tr .table-stock__td {
    padding: 10px 20px 10px 0;
}
.table-stock-form .table-stock__tr .table-stock__td:first-child {
    padding-left: 40px;
}
@media all and (max-width: 1024px) {
    .table-stock-form .table-stock__tr .table-stock__td:first-child {
        padding-left: 20px;
    }
}
.table-stock-form .table-stock__tr .table-stock__td:last-child {
    padding-right: 40px;
}
.table-stock-form .table-stock__body td {
    position: relative;
}
.table-stock-form
.table-stock__body--with-headline
tr.table-stock__headline:not(:first-child)
td {
    padding-top: 40px;
}
.table-stock-form .table-stock__body--tr-hide .table-stock__td {
    padding-top: 30px;
    padding-bottom: 30px;
}
.table-stock-form .table-stock__body--tr-height-lg .table-stock__td {
    padding-top: 30px;
    padding-bottom: 30px;
}
.table-stock-form
.table-stock__body--tr-height-lg
.table-stock__td.table-stock__td--height-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}
.table-stock-form .table-stock__divider {
    height: 30px;
}
.table-stock-form .table-stock__sum .table-stock__td {
    padding-top: 30px;
    padding-bottom: 30px;
}
.table-stock-form .table-stock__sum .table-stock__td:first-child {
    padding-left: 40px;
}
.table-stock-form .table-stock__sum .table-stock__td:last-child {
    padding-right: 40px;
}
.table-stock-form .table-stock-summary {
    padding: 30px 40px;
    background-color: #e8e9ed;
}
.table-stock-form .table-stock-bottom {
    padding: 30px 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
@media all and (max-width: 574px) {
    .table-stock-form .table-stock-bottom {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        box-shadow: none;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.table-stock-form .table-stock-bottom__text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 16px;
    background-color: #ffda60;
    color: #000;
    border-radius: 12px;
}
.table-stock-form .table-stock-bottom__text span {
    margin-top: 4px;
}
@media all and (min-width: 576px) and (max-width: 991px) {
    .table-stock-form .table-stock-bottom__text {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: left;
    }
}
@media all and (max-width: 575px) {
    .table-stock-form .table-stock-bottom__text {
        text-align: center;
    }
}
.table-stock-form .table-stock-bottom__btn:not(:first-child) {
    text-align: center;
}
@media all and (min-width: 575px) {
    .table-stock-form .table-stock-bottom__btn:not(:first-child) {
        margin-left: 20px;
    }
}
@media all and (max-width: 574px) {
    .table-stock-form .table-stock-bottom__btn:not(:first-child) {
        margin-top: 20px;
    }
}
.table-stock-form .table-stock-bottom__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table-stock-form .table-stock-bottom--col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.table-stock-form .table-stock-bottom-text {
    padding: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 574px) {
    .table-stock-form .table-stock-bottom-text {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        box-shadow: none;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
.table-stock-form .table-stock-simple {
    width: 100%;
    min-width: 700px;
    border: none;
    border-collapse: collapse;
    color: #1e2e54;
}
.table-stock-form .table-stock-simple td {
    padding: 24px 10px 20px 0;
    border-bottom: 1px solid #e8e9ed;
}
.table-stock-form .table-stock-simple td:first-child {
    width: 10%;
}
.table-stock-form .table-stock-simple td:nth-of-type(n + 3) {
    width: 9%;
}
@media all and (max-width: 1024px) {
    .table-stock-form .table-stock-simple td:nth-of-type(n + 3) {
        width: 13%;
    }
}
@media all and (max-width: 1024px) {
    .table-stock-form .table-stock-simple tbody tr:last-child td {
        padding-bottom: 0;
        border-bottom-color: transparent;
    }
}
.table-stock-form .table-stock-name {
    padding: 40px 40px 0;
}
@media all and (max-width: 1024px) {
    .table-stock-form .table-stock-name {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.table-stock-form-mobile-outer {
    display: block;
}
@media all and (min-width: 992px) {
    .table-stock-form-mobile-outer {
        display: none;
    }
}
.table-stock-form-mobile-outer__input {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    max-width: 1540px;
}
.table-stock-form-mobile {
    display: block;
}
@media all and (min-width: 992px) {
    .table-stock-form-mobile {
        display: none;
    }
}
.table-stock-form-mobile .stock-group {
    border-radius: 16px;
    background-color: #fafafa;
    padding: 20px;
}
.table-stock-form-mobile .stock-group .stock-block {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.078);
}
.table-stock-form-mobile .stock-group .stock-block:not(:last-child) {
    margin-bottom: 20px;
}
.table-stock-form-mobile .stock-group .stock-block__item--full {
    grid-column: 1/3;
}
.table-stock-form-mobile .stock-group .stock-block__title {
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 4px 0;
}
.table-stock-form-mobile .stock-group .stock-block__text {
    font-size: 14px;
    margin: 0;
}
.table-stock-form-mobile .stock-group .stock-block--lg {
    grid-template-columns: 1fr 1fr 1fr;
}
.table-stock-form-mobile
.stock-group
.stock-block--lg
.stock-block__item--full {
    grid-column: 2/4;
}
.table-stock-form-mobile .stock-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 16px 24px;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.078);
}
.table-stock-form-mobile .stock-bottom__summary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table-stock-form-mobile .stock-bottom__summary p {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}
.table-stock-form-mobile .stock-bottom__summary-wrapper p {
    font-size: 14px;
}
.table-stock-form-mobile .stock-bottom__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
    gap: 12px;
}
.table-stock-form-mobile .stock-bottom__footer--col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.table-stock-form-mobile .stock-bottom__tooltip {
    position: relative;
    width: 40px;
    height: 40px;
}
.table-stock-form-mobile .stock-bottom__tooltip-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    border-radius: 6px;
    background-color: #ffda60;
}
.table-stock-form-mobile .stock-bottom__tooltip-text {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 0;
    opacity: 0;
    background-color: #ffda60;
    border-radius: 12px;
    padding: 8px 12px;
    font-size: 12px;
    width: 60vw;
    pointer-events: none;
}
.table-stock-form-mobile .stock-bottom__tooltip-text::before {
    content: "";
    position: absolute;
    left: 14px;
    bottom: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffda60;
}
.table-stock-form-mobile
.stock-bottom__tooltip:active
.stock-bottom__tooltip-text,
.table-stock-form-mobile
.stock-bottom__tooltip:hover
.stock-bottom__tooltip-text {
    opacity: 1;
    visibility: visible;
}
.table-stock-form-mobile .stock-bottom__consent .checkbox__label,
.table-stock-form-mobile .stock-bottom__consent .filter-form__label {
    font-size: 12px;
}
.table-stock-form-mobile .stock-bottom__actions {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 12px;
}
.chart-container {
    padding: 20px 0;
}
.chart-container:not(.chart-container--bordered) {
    zoom: 1.25;
}
.chart-container--bordered {
    border-bottom: 1px solid #e8e9ed;
    border-top: 1px solid #e8e9ed;
}
@media all and (max-width: 768px) {
    .chart-container--bordered {
        padding-bottom: 10px;
    }
}
.chart-table {
    width: 100%;
}
.chart-table tr:not(:last-child) td {
    border-bottom: 1px solid #e8e9ed;
}
.chart-table td {
    padding: 20px 10px;
}
.chart-table td:not(:first-child) {
    text-align: center;
}
.chart-table td:not(:last-child) {
    border-right: 1px solid #e8e9ed;
}
.chart-pie {
    max-width: 290px;
    max-width: 290px;
    margin: 0 auto;
}
.notification-bar {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0.6em 1em;
    background-color: #e50748;
    text-align: center;
}
@media (min-width: 768px) {
    .notification-bar {
        padding: 0.3em 1em;
    }
}
.notification-bar--bottom {
    bottom: 0;
}
.notification-bar p {
    margin: 0;
    font-size: 1rem;
    color: #fff;
    line-height: 1;
}
@media (max-width: 767px) {
    .notification-bar .btn {
        display: block;
        width: 100%;
        margin-top: 0.5em;
    }
}
.burger {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    width: 36px;
    padding-left: 18px;
    padding-right: 18px;
    margin-right: 16px;
    border-radius: 50px;
    background-color: transparent;
    cursor: pointer;
}
@media screen and (max-width: 360px) {
    .burger {
        margin-right: 8px;
    }
}
@media screen and (min-width: 1025px) {
    .burger {
        display: none;
    }
}
.burger:focus {
    outline: none;
}
.burger__line {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.burger__line,
.burger__line::before,
.burger__line::after {
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #1d1d1d;
    left: 50%;
    transition: all 0.2s;
}
.l-navbar--dark .burger__line,
.l-navbar--dark .burger__line::before,
.l-navbar--dark .burger__line::after {
    background-color: #fff;
}
.burger__line::before,
.burger__line::after {
    content: "";
    display: block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.burger__line::before {
    top: -6px;
}
.burger__line::after {
    top: 6px;
}
.burger.active {
    background-color: #e50748;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.l-navbar--dark .burger.active {
    background-color: #e50748;
}
.burger.active .burger__line {
    background: transparent;
}
.burger.active .burger__line,
.burger.active .burger__line::before,
.burger.active .burger__line::after {
    transition: all 0.2s;
}
.burger.active .burger__line::before,
.burger.active .burger__line::after {
    background-color: #fff;
    top: 0;
    left: -2px;
    width: calc(20px + 4px);
}
.l-navbar--dark .burger.active .burger__line::before,
.l-navbar--dark .burger.active .burger__line::after {
    background-color: #fff;
}
.burger.active .burger__line::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.burger.active .burger__line::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.basket-count {
    position: absolute;
    top: -8px;
    right: -2px;
    width: 24px;
    height: 24px;
    background-color: #1e2e54;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
}
@media screen and (max-width: 1024px) {
    .basket-count {
        display: inline-block;
        position: relative;
        top: 0px;
        padding-top: 6px;
        padding-left: 6px;
    }
}
.basket-count + svg {
    margin-right: 10px;
}
.display,
.headline-1,
.headline-2,
.swiper-holder .swiper-agenda .agenda-item,
.headline-2-5,
.headline-3,
.block__breadcrumbs li a,
.block__info-link,
.headline-3-5,
.headline-4,
.headline-5,
.headline-big {
    margin: 0 0 18px 0;
    line-height: 1.1;
}
.display {
    font-size: 36px;
    font-weight: 800;
}
@media screen and (min-width: 375px) {
    .display {
        font-size: calc(36px + ((1vw - 3.75px) * 4.2105263158));
    }
}
@media screen and (min-width: 1800px) {
    .display {
        font-size: 96px;
    }
}
.display-small {
    font-size: 14px;
    font-weight: 800;
}
@media screen and (min-width: 375px) {
    .display-small {
        font-size: calc(14px + ((1vw - 3.75px) * 1.5438596491));
    }
}
@media screen and (min-width: 1800px) {
    .display-small {
        font-size: 36px;
    }
}
.headline-1 {
    font-size: 24px;
    font-weight: 800;
}
@media screen and (min-width: 768px) {
    .headline-1 {
        font-size: calc(24px + ((1vw - 7.68px) * 2.3255813953));
    }
}
@media screen and (min-width: 1800px) {
    .headline-1 {
        font-size: 48px;
    }
}
.headline-2,
.swiper-holder .swiper-agenda .agenda-item {
    font-size: 18px;
    font-weight: 800;
}
@media screen and (min-width: 768px) {
    .headline-2,
    .swiper-holder .swiper-agenda .agenda-item {
        font-size: calc(18px + ((1vw - 7.68px) * 1.3565891473));
    }
}
@media screen and (min-width: 1800px) {
    .headline-2,
    .swiper-holder .swiper-agenda .agenda-item {
        font-size: 32px;
    }
}
.headline-2-5 {
    font-size: 18px;
    font-weight: 800;
}
@media screen and (min-width: 768px) {
    .headline-2-5 {
        font-size: calc(18px + ((1vw - 7.68px) * 1.7441860465));
    }
}
@media screen and (min-width: 1800px) {
    .headline-2-5 {
        font-size: 36px;
    }
}
.headline-3,
.block__breadcrumbs li a,
.block__info-link {
    font-size: 16px;
    font-weight: 800;
}
@media screen and (min-width: 768px) {
    .headline-3,
    .block__breadcrumbs li a,
    .block__info-link {
        font-size: calc(16px + ((1vw - 7.68px) * 0.7751937984));
    }
}
@media screen and (min-width: 1800px) {
    .headline-3,
    .block__breadcrumbs li a,
    .block__info-link {
        font-size: 18px;
    }
}
.headline-3-0 {
    font-size: 24px;
    font-weight: 800;
}
@media screen and (min-width: 768px) {
    .headline-3-0 {
        font-size: calc(24px + ((1vw - 7.68px) * 0.3875968992));
    }
}
@media screen and (min-width: 1800px) {
    .headline-3-0 {
        font-size: 28px;
    }
}
.headline-3-5 {
    font-size: 14px;
    font-weight: 800;
}
@media screen and (min-width: 768px) {
    .headline-3-5 {
        font-size: calc(14px + ((1vw - 7.68px) * 0.5813953488));
    }
}
@media screen and (min-width: 1800px) {
    .headline-3-5 {
        font-size: 20px;
    }
}
.headline-4 {
    display: block;
    font-size: 14px;
    font-weight: 800;
}
@media screen and (min-width: 768px) {
    .headline-4 {
        font-size: calc(14px + ((1vw - 7.68px) * 0.3875968992));
    }
}
@media screen and (min-width: 1800px) {
    .headline-4 {
        font-size: 18px;
    }
}
.headline-5 {
    font-size: 14px;
    font-weight: 800;
}
.headline-big {
    font-size: 36px;
    font-weight: 800;
}
@media screen and (min-width: 768px) {
    .headline-big {
        font-size: calc(36px + ((1vw - 7.68px) * 2.7131782946));
    }
}
@media screen and (min-width: 1800px) {
    .headline-big {
        font-size: 64px;
    }
}
.headline-large {
    font-size: 48px;
    margin: 0.2em 0;
    line-height: 1.19;
    font-weight: 800;
}
@media screen and (min-width: 768px) {
    .headline-large {
        font-size: calc(48px + ((1vw - 7.68px) * 2.3255813953));
    }
}
@media screen and (min-width: 1800px) {
    .headline-large {
        font-size: 72px;
    }
}
.headline--full-section-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
}
.headline--full-section-link span {
    position: relative;
}
.headline--full-section-link span:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .headline--full-section-link span:before {
        top: 20px;
        left: 20px;
        width: 36px;
        height: 36px;
    }
}
.headline--full-section-link svg {
    position: relative;
    z-index: 2;
    margin-right: 24px;
    border-radius: 50%;
    width: 72px;
    height: 72px;
}
@media screen and (max-width: 767px) {
    .headline--full-section-link svg {
        width: 48px;
        height: 48px;
        margin-right: 16px;
    }
}
.headline--full-section-link svg.no-margin {
    margin: 0;
}
@media screen and (min-width: 768px) {
    .headline--full-section-link:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
.blockquote,
.content blockquote {
    position: relative;
    margin: 1em 0;
    padding: 12px 3rem 0 3rem;
}
.blockquote:before,
.content blockquote:before,
.blockquote:after,
.content blockquote:after {
    content: " ";
    position: absolute;
    top: -16px;
    z-index: 1;
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/icons/quote-close-white.svg) center center no-repeat;
    background-size: 48px auto;
}
.blockquote:before,
.content blockquote:before {
    left: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.blockquote:after,
.content blockquote:after {
    right: 0;
}
@media all and (min-width: 991px) and (max-width: 1199px) {
    .blockquote--margin-tablet {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.blockquote__name {
    margin: 18px 0 0 0;
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.blockquote__position {
    margin: 18px 0 0 0;
    font-size: 1.25rem;
}
.blockquote > p,
.content blockquote > p {
    margin: 0 0 0.5em 0;
    font-size: 2rem;
    font-weight: 800;
}
.blockquote--small {
    margin: 0;
    padding: 40px;
}
@media all and (max-width: 991px) {
    .blockquote--small {
        padding: 20px;
    }
}
.blockquote--small:before,
.blockquote--small:after {
    background: none;
}
.blockquote--small > p {
    margin: 0 0 18px 0;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .blockquote--small > p {
        font-size: calc(18px + ((1vw - 7.68px) * 1.3565891473));
    }
}
@media screen and (min-width: 1800px) {
    .blockquote--small > p {
        font-size: 32px;
    }
}
.blockquote--small .blockquote__name {
    font-size: 18px;
    text-align: left;
}
.breadcrumbs {
    clear: both;
    padding-bottom: 2.5rem;
    color: #1d1d1d;
}
@media (max-width: 568px) {
    .breadcrumbs {
        overflow: auto;
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem;
    }
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li:not(:last-child):after {
    content: "/";
    padding: 0 2px 0 6px;
    color: #1d1d1d;
}
.breadcrumbs a {
    color: #e50748;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #1d1d1d;
}
.breadcrumbs--bg-dark li {
    color: #e50748;
}
.breadcrumbs--bg-dark li:not(:last-child):after {
    color: #fff;
}
.breadcrumbs--bg-dark a {
    color: #fff;
    text-decoration: none;
}
.breadcrumbs--bg-dark a:hover {
    color: #e50748;
}
.breadcrumbs--p-top-bottom {
    padding: 20px 0;
}
.breadcrumbs--gray li:not(:last-child):after {
    color: #1e2e544e;
}
.breadcrumbs--gray li a {
    color: #1e2e544e;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 16px 30px;
    border-radius: 60px;
    line-height: 1;
    cursor: pointer;
    font-size: 24px;
    font-weight: 800;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
}
@media (min-width: 200px) and (max-width: 1440px) {
    .btn {
        font-size: 18px;
    }
}
@media (min-width: 200px) and (max-width: 991px) {
    .btn {
        text-align: center;
    }
}
.btn svg {
    position: relative;
    top: -3px;
}
.btn svg:first-child {
    margin-right: 10px;
}
.btn svg:last-child {
    margin-left: 10px;
}
.btn:focus {
    outline: 0;
}
.btn--white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #fff;
    color: #e50748;
}
.btn--white:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.btn--white:hover {
    background-color: #fff;
    border-color: #fff;
    color: rgb(229 7 72);
}
.btn--white.btn--outline {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}
.btn--white.btn--outline:hover {
    background-color: #fff;
    color: #fff;
    color: rgba(123, 183, 43, 0.9);
}
.btn--white.btn--outline-dashed {
    border: 2px dashed #fff;
    background-color: transparent;
    color: #fff;
}
.btn--white.btn--outline-dashed:hover {
    background-color: #fff;
    color: #fff;
    color: rgba(123, 183, 43, 0.9);
}
.btn--white.btn--outline-dashed-dark {
    border: 2px dashed rgba(30, 46, 84, 0.5);
    color: rgba(30, 46, 84, 0.5);
}
.btn--green {
    background-color: #e50748;
    border: 2px solid #e50748;
    color: #fff;
}
.btn--green:hover {
    background-color: #000;
    border-color: #000;
}
.btn--green.btn--outline {
    border: 2px solid #e50748;
    background-color: transparent;
    color: #e50748;
}
.btn--green.btn--outline:hover {
    background-color: #e50748;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn--green.btn--outline-dashed {
    border: 2px dashed #e50748;
    background-color: transparent;
    color: #e50748;
}
.btn--green.btn--outline-dashed:hover {
    background-color: #e50748;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn--green.btn--outline-dashed-dark {
    border: 2px dashed rgba(30, 46, 84, 0.5);
    color: rgba(30, 46, 84, 0.5);
}
.btn--green-2 {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}
.btn--green-2:hover {
    background-color: #544545;
    border-color: #544545;
}
.btn--green-2.btn--outline {
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
}
.btn--green-2.btn--outline:hover {
    background-color: #000;
    color: #fff;
    background-color: #544545;
    border-color: #544545;
}
.btn--green-2.btn--outline-dashed {
    border: 2px dashed #000;
    background-color: transparent;
    color: #000;
}
.btn--green-2.btn--outline-dashed:hover {
    background-color: #000;
    color: #fff;
    background-color: #544545;
    border-color: #544545;
}
.btn--green-2.btn--outline-dashed-dark {
    border: 2px dashed rgba(30, 46, 84, 0.5);
    color: rgba(30, 46, 84, 0.5);
}
.btn--blue {
    background-color: #1e2e54;
    border: 2px solid #1e2e54;
    color: #fff;
}
.btn--blue:hover {
    background-color: #11192e;
    border-color: #11192e;
}
.btn--blue.btn--outline {
    border: 2px solid #1e2e54;
    background-color: transparent;
    color: #1e2e54;
}
.btn--blue.btn--outline:hover {
    background-color: #1e2e54;
    color: #fff;
    background-color: #11192e;
    border-color: #11192e;
}
.btn--blue.btn--outline-dashed {
    border: 2px dashed #1e2e54;
    background-color: transparent;
    color: #1e2e54;
}
.btn--blue.btn--outline-dashed:hover {
    background-color: #1e2e54;
    color: #fff;
    background-color: #11192e;
    border-color: #11192e;
}
.btn--blue.btn--outline-dashed-dark {
    border: 2px dashed rgba(30, 46, 84, 0.5);
    color: rgba(30, 46, 84, 0.5);
}
.btn--ice {
    background-color: #e8e9ed;
    border: 2px solid #e8e9ed;
    color: #fff;
}
.btn--ice:hover {
    background-color: #cbced7;
    border-color: #cbced7;
}
.btn--ice.btn--outline {
    border: 2px solid #e8e9ed;
    background-color: transparent;
    color: #e8e9ed;
}
.btn--ice.btn--outline:hover {
    background-color: #e8e9ed;
    color: #fff;
    background-color: #cbced7;
    border-color: #cbced7;
}
.btn--ice.btn--outline-dashed {
    border: 2px dashed #e8e9ed;
    background-color: transparent;
    color: #e8e9ed;
}
.btn--ice.btn--outline-dashed:hover {
    background-color: #e8e9ed;
    color: #fff;
    background-color: #cbced7;
    border-color: #cbced7;
}
.btn--ice.btn--outline-dashed-dark {
    border: 2px dashed rgba(30, 46, 84, 0.5);
    color: rgba(30, 46, 84, 0.5);
}
.btn--paktool-green-dark {
    background-color: #0e5f17;
    border: 2px solid #0e5f17;
    color: #fff;
}
.btn--paktool-green-dark:hover {
    background-color: #07330c;
    border-color: #07330c;
}
.btn--paktool-green-dark.btn--outline {
    border: 2px solid #0e5f17;
    background-color: transparent;
    color: #0e5f17;
}
.btn--paktool-green-dark.btn--outline:hover {
    background-color: #0e5f17;
    color: #fff;
    background-color: #07330c;
    border-color: #07330c;
}
.btn--paktool-green-dark.btn--outline-dashed {
    border: 2px dashed #0e5f17;
    background-color: transparent;
    color: #0e5f17;
}
.btn--paktool-green-dark.btn--outline-dashed:hover {
    background-color: #0e5f17;
    color: #fff;
    background-color: #07330c;
    border-color: #07330c;
}
.btn--paktool-green-dark.btn--outline-dashed-dark {
    border: 2px dashed rgba(30, 46, 84, 0.5);
    color: rgba(30, 46, 84, 0.5);
}
.btn--paktool-green-light {
    background-color: #4ab350;
    border: 2px solid #4ab350;
    color: #fff;
}
.btn--paktool-green-light:hover {
    background-color: #3b8f40;
    border-color: #3b8f40;
}
.btn--paktool-green-light.btn--outline {
    border: 2px solid #4ab350;
    background-color: transparent;
    color: #4ab350;
}
.btn--paktool-green-light.btn--outline:hover {
    background-color: #4ab350;
    color: #fff;
    background-color: #3b8f40;
    border-color: #3b8f40;
}
.btn--paktool-green-light.btn--outline-dashed {
    border: 2px dashed #4ab350;
    background-color: transparent;
    color: #4ab350;
}
.btn--paktool-green-light.btn--outline-dashed:hover {
    background-color: #4ab350;
    color: #fff;
    background-color: #3b8f40;
    border-color: #3b8f40;
}
.btn--paktool-green-light.btn--outline-dashed-dark {
    border: 2px dashed rgba(30, 46, 84, 0.5);
    color: rgba(30, 46, 84, 0.5);
}
.btn--paktool-green-grey {
    background-color: #414042;
    border: 2px solid #414042;
    color: #fff;
}
.btn--paktool-green-grey:hover {
    background-color: #282728;
    border-color: #282728;
}
.btn--paktool-green-grey.btn--outline {
    border: 2px solid #414042;
    background-color: transparent;
    color: #414042;
}
.btn--paktool-green-grey.btn--outline:hover {
    background-color: #414042;
    color: #fff;
    background-color: #282728;
    border-color: #282728;
}
.btn--paktool-green-grey.btn--outline-dashed {
    border: 2px dashed #414042;
    background-color: transparent;
    color: #414042;
}
.btn--paktool-green-grey.btn--outline-dashed:hover {
    background-color: #414042;
    color: #fff;
    background-color: #282728;
    border-color: #282728;
}
.btn--paktool-green-grey.btn--outline-dashed-dark {
    border: 2px dashed rgba(30, 46, 84, 0.5);
    color: rgba(30, 46, 84, 0.5);
}
.btn--gray-light-1 {
    background-color: #e8eaee;
    border: 2px solid #e8eaee;
    color: #fff;
}
.btn--gray-light-1:hover {
    background-color: #cbcfd8;
    border-color: #cbcfd8;
}
.btn--gray-light-1.btn--outline {
    border: 2px solid #e8eaee;
    background-color: transparent;
    color: #e8eaee;
}
.btn--gray-light-1.btn--outline:hover {
    background-color: #e8eaee;
    color: #fff;
    background-color: #cbcfd8;
    border-color: #cbcfd8;
}
.btn--gray-light-1.btn--outline-dashed {
    border: 2px dashed #e8eaee;
    background-color: transparent;
    color: #e8eaee;
}
.btn--gray-light-1.btn--outline-dashed:hover {
    background-color: #e8eaee;
    color: #fff;
    background-color: #cbcfd8;
    border-color: #cbcfd8;
}
.btn--gray-light-1.btn--outline-dashed-dark {
    border: 2px dashed rgba(30, 46, 84, 0.5);
    color: rgba(30, 46, 84, 0.5);
}
.btn.btn--ice:hover {
    color: #1e2e54;
}
.btn--border-radius-sm {
    border-radius: 20px;
}
.btn-wrapper > * {
    margin-top: 20px;
}
.btn-wrapper > *:not(:last-child) {
    margin-right: 20px;
}
@media all and (max-width: 576px) {
    .btn-wrapper > * {
        margin-right: 0;
    }
}
.btn-wrapper--medium > * {
    margin-top: 16px;
}
.btn-wrapper--medium > *:not(:last-child) {
    margin-right: 16px;
}
.btn-wrapper--small > * {
    margin-top: 8px;
}
.btn-wrapper--small > *:not(:last-child) {
    margin-right: 8px;
}
.btn--lighter {
    opacity: 0.8;
}
.btn--lighter:hover {
    opacity: 1;
}
.btn--small {
    font-size: 18px;
}
.btn--full {
    width: 100%;
    text-align: center;
}
.btn--half {
    min-width: 50%;
    text-align: center;
}
.btn--extra-small {
    padding: 13px 42px;
    font-size: 16px;
}
.btn--xxs {
    padding: 12px 20px 8px 20px;
    font-size: 14px;
}
.btn--small-text {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 400;
}
.btn--popup {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.btn--p-none {
    padding: 0;
}
.btn--p-small {
    padding: 16px 12px;
}
.btn--only-icon {
    padding: 10px;
    border-radius: 20px;
}
.btn--only-icon.btn--outline {
    border-radius: 20px;
}
.btn--only-icon.btn--outline.btn--white {
    background-color: transparent;
    border: 2px solid #fff;
}
.btn--only-icon.btn--outline.btn--white:hover {
    background-color: #fff;
    box-shadow: none;
}
.btn--only-icon.btn--outline.btn--white:hover svg {
    fill: #fff !important;
}
.btn--only-icon.btn--outline.btn--green {
    background-color: transparent;
    border: 2px solid #e50748;
}
.btn--only-icon.btn--outline.btn--green:hover {
    background-color: #e50748;
    box-shadow: none;
}
.btn--only-icon.btn--outline.btn--green:hover svg {
    fill: #fff !important;
}
.btn--only-icon.btn--outline.btn--green-2 {
    background-color: transparent;
    border: 2px solid #000;
}
.btn--only-icon.btn--outline.btn--green-2:hover {
    background-color: #000;
    box-shadow: none;
}
.btn--only-icon.btn--outline.btn--green-2:hover svg {
    fill: #fff !important;
}
.btn--only-icon.btn--outline.btn--blue {
    background-color: transparent;
    border: 2px solid #1e2e54;
}
.btn--only-icon.btn--outline.btn--blue:hover {
    background-color: #1e2e54;
    box-shadow: none;
}
.btn--only-icon.btn--outline.btn--blue:hover svg {
    fill: #fff !important;
}
.btn--only-icon.btn--outline.btn--ice {
    background-color: transparent;
    border: 2px solid #e8e9ed;
}
.btn--only-icon.btn--outline.btn--ice:hover {
    background-color: #e8e9ed;
    box-shadow: none;
}
.btn--only-icon.btn--outline.btn--ice:hover svg {
    fill: #fff !important;
}
.btn--only-icon.btn--outline.btn--paktool-green-dark {
    background-color: transparent;
    border: 2px solid #0e5f17;
}
.btn--only-icon.btn--outline.btn--paktool-green-dark:hover {
    background-color: #0e5f17;
    box-shadow: none;
}
.btn--only-icon.btn--outline.btn--paktool-green-dark:hover svg {
    fill: #fff !important;
}
.btn--only-icon.btn--outline.btn--paktool-green-light {
    background-color: transparent;
    border: 2px solid #4ab350;
}
.btn--only-icon.btn--outline.btn--paktool-green-light:hover {
    background-color: #4ab350;
    box-shadow: none;
}
.btn--only-icon.btn--outline.btn--paktool-green-light:hover svg {
    fill: #fff !important;
}
.btn--only-icon.btn--outline.btn--paktool-green-grey {
    background-color: transparent;
    border: 2px solid #414042;
}
.btn--only-icon.btn--outline.btn--paktool-green-grey:hover {
    background-color: #414042;
    box-shadow: none;
}
.btn--only-icon.btn--outline.btn--paktool-green-grey:hover svg {
    fill: #fff !important;
}
.btn--only-icon.btn--outline.btn--gray-light-1 {
    background-color: transparent;
    border: 2px solid #e8eaee;
}
.btn--only-icon.btn--outline.btn--gray-light-1:hover {
    background-color: #e8eaee;
    box-shadow: none;
}
.btn--only-icon.btn--outline.btn--gray-light-1:hover svg {
    fill: #fff !important;
}
.btn--only-icon-sm {
    padding: 8px 16px;
    border-radius: 8px;
}
.btn--only-icon-sm svg {
    margin: 0;
}
.btn--only-icon-sm svg:last-child {
    margin: 0;
}
@media all and (max-width: 576px) {
    .btn--mobile-full-width {
        width: 100%;
        text-align: center;
    }
}
@media all and (max-width: 991px) {
    .btn--tablet-full-width {
        width: 100%;
        text-align: center;
    }
}
.btn--plain {
    padding-left: 0;
}
.btn--plain-desktop:hover {
    box-shadow: none;
}
@media all and (min-width: 576px) {
    .btn--plain-desktop {
        padding-left: 0;
    }
}
.btn svg.btn__upload-icon {
    top: -1px;
    fill: currentColor;
}
.btn:hover:not(.btn--plain):not(.btn--plain-desktop):not(.btn--filter-sm) {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.btn[disabled] {
    pointer-events: none;
    background-color: #e8e9ed;
    border-color: #e8e9ed;
}
.btn:disabled {
    pointer-events: none;
    background-color: #e8e9ed;
    border-color: #e8e9ed;
}
.btn--off {
    pointer-events: none;
    background-color: #e8e9ed;
    border-color: #e8e9ed;
}
.btn--icon-outline {
    padding: 11px 2px;
    border-radius: 20px;
    background-color: transparent;
    border: 2px solid #e50748;
}
@media all and (max-width: 1440px) {
    .btn--icon-outline {
        padding: 9px 2px;
    }
}
.btn--wide {
    padding-right: 45px;
    padding-left: 45px;
}
.btn--wide-left-right {
    padding: 20px 70px;
}
.btn--card {
    position: absolute;
    margin-bottom: 15px;
    bottom: 0px;
}
.btn--with-icons {
    padding-top: 12px;
    padding-bottom: 12px;
}
.btn--with-icons svg {
    transition: fill 0.3s ease;
}
.btn--with-icons:hover svg {
    fill: #fff;
}
.btn--disabled,
.btn--disabled:hover {
    padding-top: 12px;
    padding-bottom: 12px;
    border-color: #e8e9ed;
    color: #8c8c8c;
    background-color: transparent;
    cursor: auto;
}
.btn--disabled svg,
.btn--disabled:hover svg {
    fill: #8c8c8c;
}
.btn--disabled:hover {
    box-shadow: none;
}
.btn-popup {
    display: inline-block;
    padding: 13px 15px;
    background-color: #e8e9ed;
    border-radius: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
@media all and (max-width: 567px) {
    .btn-popup {
        position: relative;
        margin-top: 20px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}
@media all and (min-width: 568px) {
    .btn-popup {
        position: absolute;
        bottom: -100%;
        width: 80%;
        font-weight: normal;
        font-size: 14px;
        color: #1d1d1d;
        text-align: center;
    }
}
.btn-popup:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -7px;
    width: 14px;
    height: 7px;
    border-bottom: solid 7px #e8e9ed;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
}
.btn-container {
    margin: 0 auto;
    max-width: 370px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media all and (max-width: 991px) {
    .btn-container {
        max-width: 320px;
    }
}
.btn-container .btn {
    margin-bottom: 10px;
}
.btn-tooltip {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 6;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(-50%) translateY(-75%);
    transform: translateX(-50%) translateY(-75%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s,
    -webkit-transform 0.25s;
}
.btn-tooltip.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-118%);
    transform: translateX(-50%) translateY(-118%);
}
.btn-tooltip:before {
    content: " ";
    position: absolute;
    bottom: -14px;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-style: solid;
    border-width: 14px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}
.btn-tooltip-wrapper {
    position: relative;
    display: inline-block;
    margin: 20px auto 0 auto;
}
.btn-tooltip-wrapper .btn {
    position: relative;
    z-index: 7;
}
.btn-tooltip-wrapper .btn span,
.btn-tooltip-wrapper .btn svg {
    pointer-events: none;
}
.btn--tile {
    border-radius: 20px;
    height: 100%;
}
.btn--tile svg {
    margin: 0;
}
.btn--tile-small {
    border-radius: 10px;
    padding: 12px 12px 8px;
    margin: 0.5rem 0.5rem 1rem 0;
    font-size: 16px;
    color: #1e2e54;
}
.btn--tile-small svg:first-child {
    top: -2px;
    margin-right: 5px;
}
@media screen and (max-width: 480px) {
    .btn--tile-small {
        width: 100%;
    }
}
@media screen and (max-width: 540px) {
    .btn--tile-small.btn--mb-none-desktop {
        width: 100%;
    }
}
@media screen and (min-width: 541px) {
    .btn--tile-small.btn--mb-none-desktop {
        margin-bottom: 0;
    }
}
.btn--tile-middle {
    border-radius: 10px;
    padding: 12px 16px;
    margin: 0.5rem 0.5rem 1rem 0;
    font-size: 18px;
    color: #1e2e54;
}
@media screen and (max-width: 540px) {
    .btn--tile-middle {
        width: 100%;
    }
}
@media screen and (min-width: 541px) {
    .btn--tile-middle {
        margin-bottom: 0;
    }
}
.btn--tile-middle svg:first-child {
    top: -2px;
    margin-right: 5px;
}
.btn--label {
    border-radius: 9px;
    pointer-events: none;
    padding: 6px 6px 2px 6px;
    font-size: 14px;
    background-color: transparent;
    color: #1d1d1d;
    font-weight: 400;
    border-width: 1px;
}
.btn--label svg {
    fill: #e50748;
}
.btn--label svg:first-child {
    margin-right: 6px;
}
.btn--square {
    padding: 4px 4px 2px 2px;
    border-radius: 9px;
}
.btn--square svg:first-child {
    margin: 0;
}
.btn--rounded {
    padding: 0.75rem 0.5rem 0.5rem;
    height: 48px;
    width: 48px;
    font-size: 2rem;
    position: relative;
    background-color: #f2f2f2;
    border-radius: 50%;
    color: #8c8c8c;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}
.btn--rounded:hover {
    box-shadow: none;
}
.btn--rounded:hover .btn__tooltip {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
@media screen and (max-width: 1023px) {
    .btn--rounded .btn__tooltip {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .btn--rounded .btn__tooltip {
        padding: 0.25rem 1.25rem;
        position: absolute;
        top: 0;
        left: calc(100% + 0.5rem);
        bottom: 0;
        background-color: #1e2e54;
        color: #fff;
        font-size: 1rem;
        font-weight: 300;
        border-radius: 24px;
        white-space: nowrap;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translateX(2rem);
        transform: translateX(2rem);
        opacity: 0;
        transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    }
    .btn--rounded .btn__tooltip:before {
        content: "";
        position: absolute;
        right: calc(100% - 2px);
        width: 1rem;
        height: 1rem;
        border-top: 0.5rem solid transparent;
        border-right: 0.5rem solid #1e2e54;
        border-bottom: 0.5rem solid transparent;
        border-left: 0.5rem solid transparent;
    }
}
.btn.btn--filter {
    display: inline-block;
    margin: 0 15px 15px 0;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 18px;
    color: #1d1d1d;
    transition: all 0.3s ease;
}
.btn.btn--filter:hover {
    background-color: #1e2e54;
    border-color: #1e2e54;
    color: #fff;
}
@media all and (min-width: 768px) {
    .btn.btn--filter:hover {
        padding-right: 53px;
    }
}
.btn.btn--filter:hover svg {
    opacity: 1;
    left: 81%;
}
@media all and (max-width: 767px) {
    .btn.btn--filter:hover svg {
        left: auto;
        right: 15px;
    }
}
.btn.btn--filter svg {
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 85%;
    bottom: 0;
    opacity: 0;
    margin: 0;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
@media all and (max-width: 767px) {
    .btn.btn--filter svg {
        left: auto;
        right: 0;
    }
}
.btn.btn--filter-sm {
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 14px;
}
@media all and (max-width: 767px) {
    .btn.btn--filter-sm {
        padding: 5px 35px;
        white-space: nowrap;
    }
}
.btn.btn--filter-sm:hover {
    background-color: #e8e9ed;
    border-color: #e8e9ed;
    color: #1d1d1d;
    box-shadow: none;
}
@media all and (min-width: 768px) {
    .btn.btn--filter-sm:hover {
        padding-right: 30px;
    }
}
.btn.btn--filter-sm:hover svg {
    opacity: 1;
    left: 84%;
}
.btn.btn--filter-sm svg {
    top: 46%;
}
.btn.btn--filter.btn--green.color-white {
    color: #fff;
}
.btn.btn--filter.btn--green.color-white:hover {
    background-color: #000;
    border-color: #000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.btn.btn--filter.btn--green.color-white svg {
    background-color: #e50748;
}
.btn.btn--with-icon {
    margin-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    color: #1d1d1d;
    transition: all 0.3s ease;
}
.btn.btn--with-icon:hover,btn.btn--with-icon.active {
    background-color: #1e2e54;
    border-color: #1e2e54;
    color: #fff;
}
.btn.btn--with-icon:hover svg,btn.btn--with-icon.active svg {
    fill: #fff;
}
.btn.btn--with-icon svg {
    margin: 0 10px 0 0;
    top: -2px;
    fill: #1d1d1d;
    transition: fill 0.3s ease;
}
.btn.btn--with-icon.btn--hover-green:hover {
    background-color: #e50748;
    border-color: #e50748;
}
.btn.btn--with-icon.active {
    background-color: #e50748;
    border-color: #e50748;
    color: #fff;
}
.btn.btn--with-icon.active:hover {
    background-color: #000;
    border-color: #000;
}
.btn.btn--with-icon.active svg {
    fill: #fff;
}
.btn.btn--with-icon.color-white {
    color: #fff;
}
.btn.btn--with-icon.color-white svg {
    fill: #fff;
}
.btn.btn--with-icon.btn--squared {
    margin-left: 20px;
    padding: 10px 12px 6px;
    border-radius: 8px;
    font-size: 16px;
}
.btn.btn--with-icon.btn--squared svg {
    top: -1px;
}
.btn-block {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media all and (max-width: 767px) {
    .btn-block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .btn-block {
        margin-top: 30px;
    }
}
@media all and (max-width: 767px) {
    .btn-block__col:first-child .btn {
        width: 100%;
    }
}
@media all and (max-width: 767px) {
    .btn-block__col:last-child {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}
.btn-block__col--right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.btn-block-wrapper {
    margin-top: 10px;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (max-width: 767px) {
    .btn-block-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.btn--rounded-sm {
    padding: 12px 30px;
    border-radius: 16px;
    white-space: nowrap;
}
@media all and (max-width: 990px) {
    .btn--mob-squared {
        padding: 12px;
        font-size: 14px;
        border-radius: 8px;
    }
}
.btn--rounded-xs {
    padding: 12px 14px 10px;
    border-radius: 8px;
    font-size: 14px;
}
.btn--space-between {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bg-white {
    background-color: #fff;
    color: #1d1d1d;
}
.bg-white .read-more:after {
    background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-white
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-white
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-black {
    background-color: #1d1d1d;
    color: #1d1d1d;
    color: #fff;
}
.bg-black .read-more:after {
    background: linear-gradient(to top, #1d1d1d 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-black .content a:not([class]) {
    color: #fff;
    transition: opacity 0.3s;
}
.bg-black .content a:not([class]):hover {
    opacity: 0.7;
}
.bg-black .swiper-container[data-swiper="new-products"] .swiper-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-black .swiper-container[data-swiper="new-products"] .swiper-navigation svg {
    fill: #fff;
}
.bg-black
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-prev.swiper-button-disabled
svg,
.bg-black
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-next.swiper-button-disabled
svg {
    fill: #434343;
}
.bg-black
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-black
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-green {
    background-color: #e50748;
    color: #1d1d1d;
    color: #fff;
}
.bg-green .read-more:after {
    background: linear-gradient(to top, #e50748 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-green .content a:not([class]) {
    color: #fff;
    transition: opacity 0.3s;
}
.bg-green .content a:not([class]):hover {
    opacity: 0.7;
}
.bg-green .swiper-container[data-swiper="new-products"] .swiper-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-green .swiper-container[data-swiper="new-products"] .swiper-navigation svg {
    fill: #fff;
}
.bg-green
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-prev.swiper-button-disabled
svg,
.bg-green
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-next.swiper-button-disabled
svg {
    fill: #a0d857;
}
.bg-green
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-green
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-blue {
    background-color: #1e2e54;
    color: #1d1d1d;
    color: #fff;
}
.bg-blue .read-more:after {
    background: linear-gradient(to top, #1e2e54 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-blue .content a:not([class]) {
    color: #fff;
    transition: opacity 0.3s;
}
.bg-blue .content a:not([class]):hover {
    opacity: 0.7;
}
.bg-blue .swiper-container[data-swiper="new-products"] .swiper-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-blue .swiper-container[data-swiper="new-products"] .swiper-navigation svg {
    fill: #fff;
}
.bg-blue
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-prev.swiper-button-disabled
svg,
.bg-blue
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-next.swiper-button-disabled
svg {
    fill: #324d8c;
}
.bg-blue
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-blue
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-ice {
    background-color: #e8e9ed;
    color: #1d1d1d;
}
.bg-ice .read-more:after {
    background: linear-gradient(to top, #e8e9ed 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-ice
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-ice
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-red {
    background-color: #ff5f5f;
    color: #1d1d1d;
    color: #fff;
}
.bg-red .read-more:after {
    background: linear-gradient(to top, #ff5f5f 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-red .content a:not([class]) {
    color: #fff;
    transition: opacity 0.3s;
}
.bg-red .content a:not([class]):hover {
    opacity: 0.7;
}
.bg-red .swiper-container[data-swiper="new-products"] .swiper-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-red .swiper-container[data-swiper="new-products"] .swiper-navigation svg {
    fill: #fff;
}
.bg-red
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-prev.swiper-button-disabled
svg,
.bg-red
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-next.swiper-button-disabled
svg {
    fill: #ffacac;
}
.bg-red
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-red
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-orange {
    background-color: #ecb500;
    color: #1d1d1d;
}
.bg-orange .read-more:after {
    background: linear-gradient(to top, #ecb500 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-orange
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-orange
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-gray {
    background-color: rgba(255, 255, 255, 0.5);
    color: #1d1d1d;
}
.bg-gray .read-more:after {
    background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-gray
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-gray
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-gray2 {
    background-color: #f2f2f2;
    color: #1d1d1d;
}
.bg-gray2 .read-more:after {
    background: linear-gradient(to top, #f2f2f2 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-gray2
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-gray2
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-gray-light {
    background-color: #d6d6d6;
    color: #1d1d1d;
}
.bg-gray-light .read-more:after {
    background: linear-gradient(to top, #d6d6d6 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-gray-light
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-gray-light
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-azure {
    background-color: #eff3fc;
    color: #1d1d1d;
}
.bg-azure .read-more:after {
    background: linear-gradient(to top, #eff3fc 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-azure
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-azure
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-green-emerald {
    background-color: #00b67a;
    color: #1d1d1d;
}
.bg-green-emerald .read-more:after {
    background: linear-gradient(to top, #00b67a 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-green-emerald
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-green-emerald
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-gray-2 {
    background-color: #f2f2f2;
    color: #1d1d1d;
}
.bg-gray-2 .read-more:after {
    background: linear-gradient(to top, #f2f2f2 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-gray-2
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-gray-2
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-gray-dark {
    background-color: #8c8c8c;
    color: #1d1d1d;
}
.bg-gray-dark .read-more:after {
    background: linear-gradient(to top, #8c8c8c 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-gray-dark
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-gray-dark
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-paktool-green-dark {
    background-color: #0e5f17;
    color: #1d1d1d;
    color: #fff;
}
.bg-paktool-green-dark .read-more:after {
    background: linear-gradient(to top, #0e5f17 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-paktool-green-dark .content a:not([class]) {
    color: #fff;
    transition: opacity 0.3s;
}
.bg-paktool-green-dark .content a:not([class]):hover {
    opacity: 0.7;
}
.bg-paktool-green-dark
.swiper-container[data-swiper="new-products"]
.swiper-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-paktool-green-dark
.swiper-container[data-swiper="new-products"]
.swiper-navigation
svg {
    fill: #fff;
}
.bg-paktool-green-dark
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-prev.swiper-button-disabled
svg,
.bg-paktool-green-dark
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-next.swiper-button-disabled
svg {
    fill: #18a227;
}
.bg-paktool-green-dark
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-paktool-green-dark
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-paktool-green-light {
    background-color: #4ab350;
    color: #1d1d1d;
    color: #fff;
}
.bg-paktool-green-light .read-more:after {
    background: linear-gradient(to top, #4ab350 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-paktool-green-light .content a:not([class]) {
    color: #fff;
    transition: opacity 0.3s;
}
.bg-paktool-green-light .content a:not([class]):hover {
    opacity: 0.7;
}
.bg-paktool-green-light
.swiper-container[data-swiper="new-products"]
.swiper-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-paktool-green-light
.swiper-container[data-swiper="new-products"]
.swiper-navigation
svg {
    fill: #fff;
}
.bg-paktool-green-light
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-prev.swiper-button-disabled
svg,
.bg-paktool-green-light
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-next.swiper-button-disabled
svg {
    fill: #7fca84;
}
.bg-paktool-green-light
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-paktool-green-light
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-paktool-green-grey {
    background-color: #414042;
    color: #1d1d1d;
    color: #fff;
}
.bg-paktool-green-grey .read-more:after {
    background: linear-gradient(to top, #414042 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-paktool-green-grey .content a:not([class]) {
    color: #fff;
    transition: opacity 0.3s;
}
.bg-paktool-green-grey .content a:not([class]):hover {
    opacity: 0.7;
}
.bg-paktool-green-grey
.swiper-container[data-swiper="new-products"]
.swiper-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-paktool-green-grey
.swiper-container[data-swiper="new-products"]
.swiper-navigation
svg {
    fill: #fff;
}
.bg-paktool-green-grey
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-prev.swiper-button-disabled
svg,
.bg-paktool-green-grey
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-next.swiper-button-disabled
svg {
    fill: #676669;
}
.bg-paktool-green-grey
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-paktool-green-grey
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-gray-3 {
    background-color: #99a1b1;
    color: #1d1d1d;
}
.bg-gray-3 .read-more:after {
    background: linear-gradient(to top, #99a1b1 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-gray-3
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-gray-3
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-gray-4 {
    background-color: #4b5876;
    color: #1d1d1d;
}
.bg-gray-4 .read-more:after {
    background: linear-gradient(to top, #4b5876 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-gray-4
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-gray-4
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-dark {
    background-color: #101010;
    color: #1d1d1d;
    color: #fff;
}
.bg-dark .read-more:after {
    background: linear-gradient(to top, #101010 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-dark .content a:not([class]) {
    color: #fff;
    transition: opacity 0.3s;
}
.bg-dark .content a:not([class]):hover {
    opacity: 0.7;
}
.bg-dark .swiper-container[data-swiper="new-products"] .swiper-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-dark .swiper-container[data-swiper="new-products"] .swiper-navigation svg {
    fill: #fff;
}
.bg-dark
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-prev.swiper-button-disabled
svg,
.bg-dark
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-next.swiper-button-disabled
svg {
    fill: #363636;
}
.bg-dark
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-dark
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-gray-5 {
    background-color: #4a4a4a;
    color: #1d1d1d;
    color: #fff;
}
.bg-gray-5 .read-more:after {
    background: linear-gradient(to top, #4a4a4a 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-gray-5 .content a:not([class]) {
    color: #fff;
    transition: opacity 0.3s;
}
.bg-gray-5 .content a:not([class]):hover {
    opacity: 0.7;
}
.bg-gray-5 .swiper-container[data-swiper="new-products"] .swiper-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-gray-5
.swiper-container[data-swiper="new-products"]
.swiper-navigation
svg {
    fill: #fff;
}
.bg-gray-5
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-prev.swiper-button-disabled
svg,
.bg-gray-5
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-next.swiper-button-disabled
svg {
    fill: #707070;
}
.bg-gray-5
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-gray-5
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-gray-6 {
    background-color: #4e4e4e;
    color: #1d1d1d;
    color: #fff;
}
.bg-gray-6 .read-more:after {
    background: linear-gradient(to top, #4e4e4e 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-gray-6 .content a:not([class]) {
    color: #fff;
    transition: opacity 0.3s;
}
.bg-gray-6 .content a:not([class]):hover {
    opacity: 0.7;
}
.bg-gray-6 .swiper-container[data-swiper="new-products"] .swiper-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-gray-6
.swiper-container[data-swiper="new-products"]
.swiper-navigation
svg {
    fill: #fff;
}
.bg-gray-6
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-prev.swiper-button-disabled
svg,
.bg-gray-6
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-next.swiper-button-disabled
svg {
    fill: #747474;
}
.bg-gray-6
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-gray-6
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-gray-7 {
    background-color: #fafafa;
    color: #1d1d1d;
    color: #fff;
}
.bg-gray-7 .read-more:after {
    background: linear-gradient(to top, #fafafa 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-gray-7 .content a:not([class]) {
    color: #fff;
    transition: opacity 0.3s;
}
.bg-gray-7 .content a:not([class]):hover {
    opacity: 0.7;
}
.bg-gray-7 .swiper-container[data-swiper="new-products"] .swiper-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-gray-7
.swiper-container[data-swiper="new-products"]
.swiper-navigation
svg {
    fill: #fff;
}
.bg-gray-7
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-prev.swiper-button-disabled
svg,
.bg-gray-7
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-next.swiper-button-disabled
svg {
    fill: #fff;
}
.bg-gray-7
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-gray-7
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-dark-blue {
    background-color: #1a294b;
    color: #1d1d1d;
    color: #fff;
}
.bg-dark-blue .read-more:after {
    background: linear-gradient(to top, #1a294b 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-dark-blue .content a:not([class]) {
    color: #fff;
    transition: opacity 0.3s;
}
.bg-dark-blue .content a:not([class]):hover {
    opacity: 0.7;
}
.bg-dark-blue .swiper-container[data-swiper="new-products"] .swiper-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-dark-blue
.swiper-container[data-swiper="new-products"]
.swiper-navigation
svg {
    fill: #fff;
}
.bg-dark-blue
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-prev.swiper-button-disabled
svg,
.bg-dark-blue
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-next.swiper-button-disabled
svg {
    fill: #2e4884;
}
.bg-dark-blue
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-dark-blue
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-gray-dark-1 {
    background-color: #464646;
    color: #1d1d1d;
    color: #fff;
}
.bg-gray-dark-1 .read-more:after {
    background: linear-gradient(to top, #464646 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-gray-dark-1 .content a:not([class]) {
    color: #fff;
    transition: opacity 0.3s;
}
.bg-gray-dark-1 .content a:not([class]):hover {
    opacity: 0.7;
}
.bg-gray-dark-1
.swiper-container[data-swiper="new-products"]
.swiper-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-gray-dark-1
.swiper-container[data-swiper="new-products"]
.swiper-navigation
svg {
    fill: #fff;
}
.bg-gray-dark-1
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-prev.swiper-button-disabled
svg,
.bg-gray-dark-1
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-next.swiper-button-disabled
svg {
    fill: #6c6c6c;
}
.bg-gray-dark-1
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-gray-dark-1
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-gray-8 {
    background-color: #bebebe;
    color: #1d1d1d;
}
.bg-gray-8 .read-more:after {
    background: linear-gradient(to top, #bebebe 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-gray-8
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-gray-8
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-orange-bright {
    background-color: #f57926;
    color: #1d1d1d;
    color: #fff;
}
.bg-orange-bright .read-more:after {
    background: linear-gradient(to top, #f57926 20%, rgba(255, 255, 255, 0) 80%);
}
.bg-orange-bright .content a:not([class]) {
    color: #fff;
    transition: opacity 0.3s;
}
.bg-orange-bright .content a:not([class]):hover {
    opacity: 0.7;
}
.bg-orange-bright
.swiper-container[data-swiper="new-products"]
.swiper-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-orange-bright
.swiper-container[data-swiper="new-products"]
.swiper-navigation
svg {
    fill: #fff;
}
.bg-orange-bright
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-prev.swiper-button-disabled
svg,
.bg-orange-bright
.swiper-container[data-swiper="new-products"]
.swiper-navigation
.button-next.swiper-button-disabled
svg {
    fill: #f8a66f;
}
.bg-orange-bright
.swiper-container[data-swiper="new-products"]
.button-prev.swiper-button-disabled
svg,
.bg-orange-bright
.swiper-container[data-swiper="new-products"]
.button-next.swiper-button-disabled
svg {
    fill: #99a1b1;
}
.bg-grad-light-gray {
    background: transparent linear-gradient(0deg, #e8e9ed00 0%, #f2f2f2 100%) 0%
    0% no-repeat padding-box;
}
.bg-height-85-percent {
    color: #fff;
}
.bg-height-85-percent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background-color: #1e2e54;
}
.bg-height-45-percent {
    color: #fff;
}
.bg-height-45-percent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background-color: #e50748;
}
@media all and (min-width: 769px) and (max-width: 991px) {
    .bg-height-45-percent:before {
        height: 30%;
    }
}
@media all and (max-width: 768px) {
    .bg-height-45-percent:before {
        height: 18%;
    }
}
.bg-height-20-percent {
    color: #fff;
}
.bg-height-20-percent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background-color: #e8e9ed;
}
.bg-height-175px {
    color: #fff;
}
.bg-height-175px:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 175px;
    background-color: #e50748;
}
.bg-img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
@media all and (min-width: 992px) {
    .bg-img__inner {
        visibility: hidden;
    }
}
.bg-logo:before,
.bg-logo--right:before,
.bg-logo--center:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: auto 85%;
    background-repeat: no-repeat;
    background-position: center;
}
@media all and (max-width: 991px) {
    .bg-logo:before,
    .bg-logo--right:before,
    .bg-logo--center:before {
        top: 0;
        width: 100%;
        height: 50%;
        background-size: cover;
        background-position: left top;
    }
}
.bg-logo--center.bg-blue:before {
}
.bg-logo--center:before {
    width: 100%;
}
@media all and (max-width: 991px) {
    .bg-logo--center:before {
        background-position: center;
        height: 100%;
    }
}
.bg-logo--right:before {
    width: 110%;
    height: 100%;
    left: initial;
    right: 0;
    background-position: right;
}
.bg-blue .bg-logo--right:before {
}
.bg-arrow {
    position: relative;
}
.bg-arrow:before {
    content: "";
    position: absolute;
    top: 100%;
    right: -50px;
    width: 25%;
    height: 15%;
    background-image: url("../images/icons/form-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
@media all and (max-width: 991px) {
    .bg-arrow:before {
        background: none;
    }
}
.bg-arrow--higher:before {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}
@media all and (min-width: 769px) {
    .bg-image {
        width: 100%;
        height: 500px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media all and (min-width: 769px) {
    .bg-image img {
        display: none;
    }
}
.bg-img-cover {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-bottom: 56.25%;
}
.bg-img-cover img {
    display: none;
}
.bg-transparent-black {
    background-color: rgba(0, 0, 0, 0.1);
}
.content p,
.content li,
.content td {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
}
.content .content__extra-small-text,
.content--extra-small-text p,
.content--extra-small-text li {
    font-size: 10px;
}
.content .content__small-text,
.content--small-text p,
.content--small-text li {
    font-size: 14px;
}
.content .content__medium-text,
.content--medium-text p,
.content--medium-text li {
    font-size: 18px;
}
.content .content__large-text,
.content--large-text p,
.content--large-text li {
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    .content .content__large-text,
    .content--large-text p,
    .content--large-text li {
        font-size: 18px;
    }
}
.content p:not(:last-child) {
    margin: 0;
    padding-bottom: 1.5em;
}
.content.content__medium-text:not(:last-child),
.content--medium-text p:not(:last-child),
.content--medium-text li:not(:last-child) {
    padding: 0;
    margin-bottom: 1em;
}
.content ul:not(:last-child),
.content ol:not(:last-child) {
    padding-bottom: 1em;
}
.content p {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}
.content a:not([class]) {
    color: #1e2e54;
}
.content ul a:not([class]) {
    color: #e50748;
}
.content ul a:not([class]):hover {
    text-decoration: underline;
}
.content ol li:before {
    content: counters(item, ".");
    left: -35px;
}
.content ol a:not([class]) {
    color: #e50748;
}
.content ol a:not([class]):hover {
    text-decoration: underline;
}
.content img:not([src*=".svg"]) {
    height: auto;
}
.content a.text-underline {
    text-decoration: underline;
}
.content a.text-underline:hover {
    text-decoration: none;
}
.content iframe {
    max-width: 100%;
}
.content table {
    width: 100%;
    border-spacing: 0;
}
.content table th,
.content table td {
    padding: 20px 20px 20px 0;
}
.content table td:last-child {
    padding: 20px 0;
}
.content table thead th,
.content table thead td {
    font-size: 18px;
    font-weight: 800;
    color: #e50748;
    border-bottom: 2px solid #1e2e54;
}
.content table tbody td {
    border-bottom: 0;
    color: #1e2e54;
    font-size: 16px;
    font-weight: 400;
}
.form {
    position: relative;
}
.form fieldset:before,
.form fieldset:after {
    content: "";
    display: table;
}
.form fieldset:after {
    clear: both;
}
.form label.error {
    position: absolute;
    top: 110%;
    left: 5%;
    font-size: 0.8125rem;
    color: #ff5f5f;
}
.form--no-padding-row .form__row {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}
@media all and (min-width: 1024px) {
    .form--half-width {
        width: 50%;
    }
}
@media all and (min-width: 992px) {
    .form--width-65per {
        width: 65%;
    }
}
.form__group {
    position: relative;
    margin-bottom: 0.6rem;
}
@media all and (max-width: 567px) {
    .form__group {
        margin-bottom: 1.6rem;
    }
}
.form__group--not-required {
    padding-bottom: 12px;
}
.form__group--align-right {
    text-align: right;
}
@media all and (max-width: 567px) {
    .form__group--mobile-centert {
        text-align: center;
    }
}
.form__group-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    outline: none;
    pointer-events: none;
}
.form__group-icon--right-lg {
    right: 20px;
}
.form__group-tooltip {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form__group--half {
    width: 48%;
}
@media all and (max-width: 576px) {
    .form__group--half {
        width: 100%;
    }
}
.form__group--right {
    margin-left: auto;
    margin-right: 0;
}
.form__group--width-auto {
    -webkit-flex: 0 1 auto !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
    text-align: center;
}
.form__group--width-half {
    -webkit-flex: 0 1 50% !important;
    -ms-flex: 0 1 50% !important;
    flex: 0 1 50% !important;
}
.form__group--width-250 {
    max-width: 250px;
}
.form__group--width-per-40 {
    min-width: 289px;
}
.form__group--with-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__group--btn-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
@media all and (min-width: 568px) {
    .form__group--to-right {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media all and (min-width: 568px) {
    .form__group--to-right .checkbox__label,
    .form__group--to-right .filter-form__label {
        display: inline-block;
    }
}
.form__input,
.form__textarea {
    font-size: 1.125rem;
    font-weight: 400;
    padding: 17px 20px 14px 20px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 20px;
    color: #1e2e54;
    border: 2px solid #e50748;
    transition: border 0.3s;
}
.form__input:focus,
.form__textarea:focus {
    outline: none;
}
.form__input:focus ~ .form__label,
.form__input.filled ~ .form__label,
.form__input.filter-form__input ~ .form__label,
.form__textarea:focus ~ .form__label,
.form__textarea.filled ~ .form__label,
.form__textarea.filter-form__input ~ .form__label {
    left: 20px;
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    font-size: 12px;
    opacity: 1;
}
.form__input:disabled,
.form__textarea:disabled {
    opacity: 0.6;
}
.form__input:disabled.form__input--disabled-colour,
.form__textarea:disabled.form__input--disabled-colour {
    opacity: 1;
    background: transparent;
    color: rgba(30, 46, 84, 0.5);
    border-color: rgba(123, 183, 43, 0.5);
}
.form__input:disabled.form__input--disabled-colour + .form__label,
.form__textarea:disabled.form__input--disabled-colour + .form__label {
    color: rgba(30, 46, 84, 0.5);
}
.form__input--blue,
.form__textarea--blue {
    border-color: #1e2e54;
}
.bg-dark .form__input,
.bg-dark .form__textarea {
    border-color: #101010;
}
.form__input--no-border,
.form__textarea--no-border {
    border: 0;
}
.form__input-blank,
.form__textarea-blank {
    width: 100%;
    padding: 27px 0 8px 0;
    border: 0;
    background-color: transparent;
    border-bottom: 3px solid rgba(29, 29, 29, 0.5);
    font-size: 1.25rem;
    font-weight: bold;
}
.form__input-blank:focus,
.form__textarea-blank:focus {
    outline: none;
}
.form__input-blank:focus,
.form__input-blank.filled,
.form__input-blank.filter-form__input,
.form__textarea-blank:focus,
.form__textarea-blank.filled,
.form__textarea-blank.filter-form__input {
    border-color: #e50748;
}
.form__input.error,
.form__textarea.error {
    border-color: #ff5f5f;
}
.form__input--with-button {
    position: relative;
    padding-right: 60px;
}
@media all and (max-width: 567px) {
    .form__input--mobile-high {
        height: 150px;
    }
}
.form__input--disabled {
    background-color: transparent;
    border-color: #8c8c8c;
}
.form__input--sm {
    max-width: 355px;
}
.form__input-unit {
    position: absolute;
    top: 4px;
    bottom: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 12px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__input-unit--prefix {
    left: 0;
}
.form__input-unit--prefix + .form__input {
    padding-left: 40px;
}
.form__input-unit--prefix ~ .form__label {
    left: 40px;
}
.form__input-unit--sufix {
    right: 10px;
}
.form__input-unit--sufix + .form__input {
    padding-right: 40px;
}
.form__input--with-currency {
    padding-left: 40px;
}
.form__input--with-currency + .form__currency {
    position: absolute;
    display: inline;
    left: 20px;
    top: 20px;
    color: #8e96a9;
    font-weight: 500;
    font-size: 18px;
}
.form__label {
    color: #1e2e54;
    display: inline-block;
    padding: 2px 6px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 16px;
    top: 16px;
    opacity: 0.8;
    transition: 0.3s ease all;
    will-change: transform;
}
.form__textarea,
.form__textarea-blank {
    width: 100%;
    min-height: 5em;
}
.form__textarea--large {
    min-height: 180px;
}
.form__textarea--gray {
    background-color: #f2f2f2;
    border: 0;
    border-radius: 0;
    height: 200px;
    resize: none;
}
.form__icon {
    position: absolute;
    right: 6px;
    top: 30px;
    pointer-events: none;
}
.form__button {
    position: absolute;
    right: 6px;
    top: 0;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    background-color: transparent;
    cursor: pointer;
}
.form__button:focus {
    outline: 0;
}
.form__button svg {
    fill: #1e2e54;
}
.form__btn {
    padding: 17px 20px 17px 50px;
    min-width: 190px;
    border-radius: 20px;
    background-color: #1e2e54;
    color: #fff;
    font-size: 1.125rem;
}
.bg-dark .form__btn {
    background-color: #e50748;
}
.form__btn:focus {
    outline: 0;
}
.form__required {
    display: inline-block;
    padding-left: 24px;
    padding-top: 5px;
    font-size: 14px;
    color: #1d1d1d;
    line-height: 1.1;
}
.form__upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.form__upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.form__upload-btn-wrapper:hover .btn--lighter {
    opacity: 1;
}
.form--white {
    background-color: #fff;
}
.form--white .form__input,
.form--white .form__textarea,
.form--white .form__label {
    color: #fff;
    background-color: #fff;
}
.form--white .form__label {
    opacity: 0.5;
}
.form--white .form__required {
    color: #fff;
}
.form--white .form__button svg {
    fill: #fff;
}
.form--white .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #fff;
    color: #fff;
}
.form--black {
    background-color: #1d1d1d;
}
.form--black .form__input,
.form--black .form__textarea,
.form--black .form__label {
    color: #fff;
    background-color: #1d1d1d;
}
.form--black .form__label {
    opacity: 0.5;
}
.form--black .form__required {
    color: #fff;
}
.form--black .form__button svg {
    fill: #fff;
}
.form--black .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #1d1d1d;
    color: #fff;
}
.form--green {
    background-color: #e50748;
}
.form--green .form__input,
.form--green .form__textarea,
.form--green .form__label {
    color: #fff;
    background-color: #e50748;
}
.form--green .form__label {
    opacity: 0.5;
}
.form--green .form__required {
    color: #fff;
}
.form--green .form__button svg {
    fill: #fff;
}
.form--green .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #e50748;
    color: #fff;
}
.form--blue {
    background-color: #1e2e54;
}
.form--blue .form__input,
.form--blue .form__textarea,
.form--blue .form__label {
    color: #fff;
    background-color: #1e2e54;
}
.form--blue .form__label {
    opacity: 0.5;
}
.form--blue .form__required {
    color: #fff;
}
.form--blue .form__button svg {
    fill: #fff;
}
.form--blue .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #1e2e54;
    color: #fff;
}
.form--ice {
    background-color: #e8e9ed;
}
.form--ice .form__input,
.form--ice .form__textarea,
.form--ice .form__label {
    color: #fff;
    background-color: #e8e9ed;
}
.form--ice .form__label {
    opacity: 0.5;
}
.form--ice .form__required {
    color: #fff;
}
.form--ice .form__button svg {
    fill: #fff;
}
.form--ice .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #e8e9ed;
    color: #fff;
}
.form--red {
    background-color: #ff5f5f;
}
.form--red .form__input,
.form--red .form__textarea,
.form--red .form__label {
    color: #fff;
    background-color: #ff5f5f;
}
.form--red .form__label {
    opacity: 0.5;
}
.form--red .form__required {
    color: #fff;
}
.form--red .form__button svg {
    fill: #fff;
}
.form--red .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #ff5f5f;
    color: #fff;
}
.form--orange {
    background-color: #ecb500;
}
.form--orange .form__input,
.form--orange .form__textarea,
.form--orange .form__label {
    color: #fff;
    background-color: #ecb500;
}
.form--orange .form__label {
    opacity: 0.5;
}
.form--orange .form__required {
    color: #fff;
}
.form--orange .form__button svg {
    fill: #fff;
}
.form--orange .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #ecb500;
    color: #fff;
}
.form--gray {
    background-color: rgba(255, 255, 255, 0.5);
}
.form--gray .form__input,
.form--gray .form__textarea,
.form--gray .form__label {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
}
.form--gray .form__label {
    opacity: 0.5;
}
.form--gray .form__required {
    color: #fff;
}
.form--gray .form__button svg {
    fill: #fff;
}
.form--gray .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}
.form--gray2 {
    background-color: #f2f2f2;
}
.form--gray2 .form__input,
.form--gray2 .form__textarea,
.form--gray2 .form__label {
    color: #fff;
    background-color: #f2f2f2;
}
.form--gray2 .form__label {
    opacity: 0.5;
}
.form--gray2 .form__required {
    color: #fff;
}
.form--gray2 .form__button svg {
    fill: #fff;
}
.form--gray2 .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #f2f2f2;
    color: #fff;
}
.form--gray-light {
    background-color: #d6d6d6;
}
.form--gray-light .form__input,
.form--gray-light .form__textarea,
.form--gray-light .form__label {
    color: #fff;
    background-color: #d6d6d6;
}
.form--gray-light .form__label {
    opacity: 0.5;
}
.form--gray-light .form__required {
    color: #fff;
}
.form--gray-light .form__button svg {
    fill: #fff;
}
.form--gray-light .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #d6d6d6;
    color: #fff;
}
.form--azure {
    background-color: #eff3fc;
}
.form--azure .form__input,
.form--azure .form__textarea,
.form--azure .form__label {
    color: #fff;
    background-color: #eff3fc;
}
.form--azure .form__label {
    opacity: 0.5;
}
.form--azure .form__required {
    color: #fff;
}
.form--azure .form__button svg {
    fill: #fff;
}
.form--azure .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #eff3fc;
    color: #fff;
}
.form--green-emerald {
    background-color: #00b67a;
}
.form--green-emerald .form__input,
.form--green-emerald .form__textarea,
.form--green-emerald .form__label {
    color: #fff;
    background-color: #00b67a;
}
.form--green-emerald .form__label {
    opacity: 0.5;
}
.form--green-emerald .form__required {
    color: #fff;
}
.form--green-emerald .form__button svg {
    fill: #fff;
}
.form--green-emerald .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #00b67a;
    color: #fff;
}
.form--gray-2 {
    background-color: #f2f2f2;
}
.form--gray-2 .form__input,
.form--gray-2 .form__textarea,
.form--gray-2 .form__label {
    color: #fff;
    background-color: #f2f2f2;
}
.form--gray-2 .form__label {
    opacity: 0.5;
}
.form--gray-2 .form__required {
    color: #fff;
}
.form--gray-2 .form__button svg {
    fill: #fff;
}
.form--gray-2 .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #f2f2f2;
    color: #fff;
}
.form--gray-dark {
    background-color: #8c8c8c;
}
.form--gray-dark .form__input,
.form--gray-dark .form__textarea,
.form--gray-dark .form__label {
    color: #fff;
    background-color: #8c8c8c;
}
.form--gray-dark .form__label {
    opacity: 0.5;
}
.form--gray-dark .form__required {
    color: #fff;
}
.form--gray-dark .form__button svg {
    fill: #fff;
}
.form--gray-dark .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #8c8c8c;
    color: #fff;
}
.form--paktool-green-dark {
    background-color: #0e5f17;
}
.form--paktool-green-dark .form__input,
.form--paktool-green-dark .form__textarea,
.form--paktool-green-dark .form__label {
    color: #fff;
    background-color: #0e5f17;
}
.form--paktool-green-dark .form__label {
    opacity: 0.5;
}
.form--paktool-green-dark .form__required {
    color: #fff;
}
.form--paktool-green-dark .form__button svg {
    fill: #fff;
}
.form--paktool-green-dark .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #0e5f17;
    color: #fff;
}
.form--paktool-green-light {
    background-color: #4ab350;
}
.form--paktool-green-light .form__input,
.form--paktool-green-light .form__textarea,
.form--paktool-green-light .form__label {
    color: #fff;
    background-color: #4ab350;
}
.form--paktool-green-light .form__label {
    opacity: 0.5;
}
.form--paktool-green-light .form__required {
    color: #fff;
}
.form--paktool-green-light .form__button svg {
    fill: #fff;
}
.form--paktool-green-light .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #4ab350;
    color: #fff;
}
.form--paktool-green-grey {
    background-color: #414042;
}
.form--paktool-green-grey .form__input,
.form--paktool-green-grey .form__textarea,
.form--paktool-green-grey .form__label {
    color: #fff;
    background-color: #414042;
}
.form--paktool-green-grey .form__label {
    opacity: 0.5;
}
.form--paktool-green-grey .form__required {
    color: #fff;
}
.form--paktool-green-grey .form__button svg {
    fill: #fff;
}
.form--paktool-green-grey .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #414042;
    color: #fff;
}
.form--gray-3 {
    background-color: #99a1b1;
}
.form--gray-3 .form__input,
.form--gray-3 .form__textarea,
.form--gray-3 .form__label {
    color: #fff;
    background-color: #99a1b1;
}
.form--gray-3 .form__label {
    opacity: 0.5;
}
.form--gray-3 .form__required {
    color: #fff;
}
.form--gray-3 .form__button svg {
    fill: #fff;
}
.form--gray-3 .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #99a1b1;
    color: #fff;
}
.form--gray-4 {
    background-color: #4b5876;
}
.form--gray-4 .form__input,
.form--gray-4 .form__textarea,
.form--gray-4 .form__label {
    color: #fff;
    background-color: #4b5876;
}
.form--gray-4 .form__label {
    opacity: 0.5;
}
.form--gray-4 .form__required {
    color: #fff;
}
.form--gray-4 .form__button svg {
    fill: #fff;
}
.form--gray-4 .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #4b5876;
    color: #fff;
}
.form--dark {
    background-color: #101010;
}
.form--dark .form__input,
.form--dark .form__textarea,
.form--dark .form__label {
    color: #fff;
    background-color: #101010;
}
.form--dark .form__label {
    opacity: 0.5;
}
.form--dark .form__required {
    color: #fff;
}
.form--dark .form__button svg {
    fill: #fff;
}
.form--dark .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #101010;
    color: #fff;
}
.form--gray-5 {
    background-color: #4a4a4a;
}
.form--gray-5 .form__input,
.form--gray-5 .form__textarea,
.form--gray-5 .form__label {
    color: #fff;
    background-color: #4a4a4a;
}
.form--gray-5 .form__label {
    opacity: 0.5;
}
.form--gray-5 .form__required {
    color: #fff;
}
.form--gray-5 .form__button svg {
    fill: #fff;
}
.form--gray-5 .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #4a4a4a;
    color: #fff;
}
.form--gray-6 {
    background-color: #4e4e4e;
}
.form--gray-6 .form__input,
.form--gray-6 .form__textarea,
.form--gray-6 .form__label {
    color: #fff;
    background-color: #4e4e4e;
}
.form--gray-6 .form__label {
    opacity: 0.5;
}
.form--gray-6 .form__required {
    color: #fff;
}
.form--gray-6 .form__button svg {
    fill: #fff;
}
.form--gray-6 .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #4e4e4e;
    color: #fff;
}
.form--gray-7 {
    background-color: #fafafa;
}
.form--gray-7 .form__input,
.form--gray-7 .form__textarea,
.form--gray-7 .form__label {
    color: #fff;
    background-color: #fafafa;
}
.form--gray-7 .form__label {
    opacity: 0.5;
}
.form--gray-7 .form__required {
    color: #fff;
}
.form--gray-7 .form__button svg {
    fill: #fff;
}
.form--gray-7 .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #fafafa;
    color: #fff;
}
.form--dark-blue {
    background-color: #1a294b;
}
.form--dark-blue .form__input,
.form--dark-blue .form__textarea,
.form--dark-blue .form__label {
    color: #fff;
    background-color: #1a294b;
}
.form--dark-blue .form__label {
    opacity: 0.5;
}
.form--dark-blue .form__required {
    color: #fff;
}
.form--dark-blue .form__button svg {
    fill: #fff;
}
.form--dark-blue .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #1a294b;
    color: #fff;
}
.form--gray-dark-1 {
    background-color: #464646;
}
.form--gray-dark-1 .form__input,
.form--gray-dark-1 .form__textarea,
.form--gray-dark-1 .form__label {
    color: #fff;
    background-color: #464646;
}
.form--gray-dark-1 .form__label {
    opacity: 0.5;
}
.form--gray-dark-1 .form__required {
    color: #fff;
}
.form--gray-dark-1 .form__button svg {
    fill: #fff;
}
.form--gray-dark-1 .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #464646;
    color: #fff;
}
.form--gray-8 {
    background-color: #bebebe;
}
.form--gray-8 .form__input,
.form--gray-8 .form__textarea,
.form--gray-8 .form__label {
    color: #fff;
    background-color: #bebebe;
}
.form--gray-8 .form__label {
    opacity: 0.5;
}
.form--gray-8 .form__required {
    color: #fff;
}
.form--gray-8 .form__button svg {
    fill: #fff;
}
.form--gray-8 .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #bebebe;
    color: #fff;
}
.form--orange-bright {
    background-color: #f57926;
}
.form--orange-bright .form__input,
.form--orange-bright .form__textarea,
.form--orange-bright .form__label {
    color: #fff;
    background-color: #f57926;
}
.form--orange-bright .form__label {
    opacity: 0.5;
}
.form--orange-bright .form__required {
    color: #fff;
}
.form--orange-bright .form__button svg {
    fill: #fff;
}
.form--orange-bright .select {
    background-image: url("../images/icons/menu-down-white.svg");
    background-color: #f57926;
    color: #fff;
}
.form-address {
    max-width: 875px;
}
.form__slider {
    position: relative;
    padding-top: 24px;
}
.form__slider input[type="range"] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background-color: #fff;
    height: 2px;
    width: 100%;
    outline: none;
}
.form__slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e50748;
    cursor: pointer;
}
.form__slider-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 24px 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form__slider-min,
.form__slider-max {
    font-size: 20px;
}
.form__slider-value {
    position: absolute;
    left: 0;
    top: -16px;
    width: 48px;
    text-align: center;
}
.form__slider-fly-square {
    position: absolute;
    top: -46px;
    width: 36px;
    height: 36px;
    background-color: #e50748;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
@media all and (max-width: 991px) {
    .form__slider-fly-square {
        top: -50px;
    }
}
.form__slider--disabled {
    pointer-events: none;
    opacity: 0.5;
}
.form-with-top-border {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e8e9ed;
}
.form__pre-headline {
    position: absolute;
    top: -35px;
    left: 0;
}
@media all and (max-width: 991px) {
    .form__pre-headline {
        top: -30px;
    }
}
.form--width-290 {
    width: 290px;
}
@media all and (max-width: 575px) {
    .form--width-290 {
        width: 100%;
    }
}
@media all and (min-width: 576px) and (max-width: 768px) {
    .form--width-290 {
        width: 70%;
    }
}
.form--to-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.form--with-disclaimer {
    margin-top: 32px;
    padding-top: 40px;
}
.form--with-disclaimer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    width: calc(100% + 80px);
    height: 1px;
    background-color: #e8e9ed;
}
.form--with-disclaimer .form__row--with-disclaimer-checkbox {
    position: relative;
    padding-bottom: 24px;
}
.form--with-disclaimer .form__row--with-disclaimer-checkbox:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -40px;
    width: calc(100% + 80px);
    height: 1px;
    background-color: #e8e9ed;
}
.form--with-disclaimer .form__row--with-disclaimer-checkbox + .form__row {
    margin-top: 26px;
}
@media all and (max-width: 567px) {
    .form--with-disclaimer .form__row--with-disclaimer-checkbox + .form__row {
        margin-top: 20px;
    }
}
.form--with-disclaimer .form__row--with-disclaimer-checkbox + .form__row .btn {
    width: 100%;
}
.form--with-disclaimer
.form__row--with-disclaimer-checkbox
.checkbox__container--width-fixed {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}
.form--with-disclaimer
.form__row--with-disclaimer-checkbox
.checkbox__container--width-fixed
.checkbox__label,
.form--with-disclaimer
.form__row--with-disclaimer-checkbox
.checkbox__container--width-fixed
.filter-form__label {
    padding-left: 36px;
    padding-top: 12px;
    font-size: 18px;
    text-align: justify;
}
.form--with-disclaimer
.form__row--with-disclaimer-checkbox
.checkbox__container--width-fixed
.checkbox__label::before,
.form--with-disclaimer
.form__row--with-disclaimer-checkbox
.checkbox__container--width-fixed
.filter-form__label::before {
    width: 24px;
    height: 24px;
    border-radius: 5px;
}
.form--with-disclaimer
.form__row--with-disclaimer-checkbox
.checkbox__container--width-fixed
.checkbox__label:after,
.form--with-disclaimer
.form__row--with-disclaimer-checkbox
.checkbox__container--width-fixed
.filter-form__label:after {
    top: 20px;
    left: 6px;
}
.form--with-disclaimer
.form__row--with-disclaimer-checkbox
.checkbox__container--width-fixed
.checkbox__label
a,
.form--with-disclaimer
.form__row--with-disclaimer-checkbox
.checkbox__container--width-fixed
.filter-form__label
a {
    text-decoration: underline;
    color: #1d1d1d;
}
.form--with-disclaimer
.form__row--with-disclaimer-checkbox
.checkbox__container--width-fixed
.checkbox__label
a:hover,
.form--with-disclaimer
.form__row--with-disclaimer-checkbox
.checkbox__container--width-fixed
.filter-form__label
a:hover {
    text-decoration: none;
}
.form--items-border-white .form__input {
    border-color: #fff;
}
@media (min-width: 568px) {
    .form--spacing-tight .form__row {
        padding-top: 3px;
        padding-bottom: 3px;
    }
}
@media (min-width: 568px) {
    .form--spacing-tight .form__row > *:not([class^="form__col-"]) {
        margin-right: 16px;
    }
}
.form--spacing-tight .form__row .btn {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.form__radio,
.form__checkbox {
    position: absolute;
    left: -999em;
}
.form__radio-label,
.form__checkbox-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.form__radio-label:before,
.form__checkbox-label:before {
    display: inline-block;
    position: relative;
    top: 2px;
    left: -2px;
    content: "";
    width: 25px;
    height: 23px;
    background: url(../images/formelements.png) top left no-repeat;
}
.form__checkbox + .form__checkbox-label:before {
    background-position: 0 -25px;
}
.form__checkbox:checked + .form__checkbox-label:before {
    background-position: 0 0;
}
.form__radio + .form__radio-label:before {
    background-position: -25px -25px;
}
.form__radio:checked + .form__radio-label:before {
    background-position: -25px 0;
}
.form__select {
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-width: 600px;
}
.form__select select {
    width: 115%;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
}
.form__row {
    display: table;
    width: 100%;
    clear: both;
}
@media (min-width: 568px) {
    .form__row {
        padding: 10px 0;
    }
}
@media (min-width: 568px) {
    .form__row--flex {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .form__row--flex > *:not([class^="form__col-"]) {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 20px;
    }
    .form__row--flex > *:not([class^="form__col-"]):last-child {
        margin-right: 0;
    }
}
.form__row--to-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 567px) {
    .form__row--to-right {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.form__row__left,
.form__row__right {
    display: table-cell;
    vertical-align: middle;
}
@media all and (min-width: 200px) and (max-width: 600px) {
    .form__row__left,
    .form__row__right {
        display: table;
    }
}
.form__row__left {
    width: 48%;
    padding-right: 2%;
}
@media all and (min-width: 200px) and (max-width: 600px) {
    .form__row__left {
        width: 100%;
        padding-right: 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .form__row__left--sm-50 {
        width: 48%;
        padding-right: 2%;
        display: table-cell;
        vertical-align: middle;
    }
}
.form__row__right {
    width: 48%;
    padding-left: 2%;
}
@media all and (min-width: 200px) and (max-width: 600px) {
    .form__row__right {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .form__row__right--sm-50 {
        width: 48%;
        padding-right: 2%;
        display: table-cell;
        vertical-align: middle;
    }
}
.form__row__right--text-right {
    text-align: right;
}
@media all and (min-width: 200px) and (max-width: 600px) {
    .form__row__right--text-right {
        text-align: left;
    }
}
.form__row--space-between {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 574px) {
    .form__row--space-between {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media all and (max-width: 574px) {
    .form__row--space-between > div:first-child {
        margin-bottom: 10px;
    }
}
.form__row--center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form__row--aligned {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__row--no-padding {
    padding: 0;
}
@media all and (min-width: 992px) {
    .form__row--flex-end-lg {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media all and (max-width: 991px) {
    .form__row--mt-lg {
        margin-top: 40px;
    }
}
.form__row--footer {
    margin-top: 9px;
}
@media all and (max-width: 567px) {
    .form__row--footer {
        margin-top: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media all and (max-width: 567px) {
    .form__row--footer .checkbox__container {
        margin-bottom: 15px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}
@media all and (max-width: 990px) {
    .form__row--col-4 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media all and (max-width: 990px) {
    .form__row--col-4 > *:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 990px) {
    .form__row--col-4 > * {
        margin-right: 0;
        width: 100%;
    }
}
@media all and (min-width: 991px) {
    .form__row--col-4 > * {
        -ms-flex: 0 0 32%;
        -webkit-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }
}
.form__col-9 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    text-align: left;
}
@media all and (max-width: 567px) {
    .form__col-9 .form__group {
        margin-bottom: 0;
    }
}
.form__col-3 {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}
::-webkit-input-placeholder {
    color: rgba(29, 29, 29, 0.5);
    font-size: 18px;
}
:-moz-placeholder {
    color: rgba(29, 29, 29, 0.5);
    font-size: 18px;
}
::-moz-placeholder {
    color: rgba(29, 29, 29, 0.5);
    font-size: 18px;
}
:-ms-input-placeholder {
    color: rgba(29, 29, 29, 0.5);
    font-size: 18px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="date"] {
    color: transparent !important;
}
input.filled[type="date"],
input[type="date"].filter-form__input {
    color: inherit !important;
}
form#newsletter .response--success {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.radio-inline {
    display: inline-block;
    margin-right: 10px;
}
.radio {
    display: inline;
    opacity: 0;
    width: 0;
    margin: 0;
    overflow: hidden;
    -webkit-appearance: none;
}
.radio__label {
    display: inline-block;
    height: 50px;
    position: relative;
    padding: 15px 10px 15px 28px;
    cursor: pointer;
    vertical-align: bottom;
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 400;
    transition: color 200ms ease;
}
.radio__label:before,
.radio__label:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: border-color 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, border-color 200ms ease;
    transition: transform 200ms ease, border-color 200ms ease,
    -webkit-transform 200ms ease;
}
.radio__label:before {
    left: 0;
    top: 13px;
    width: 20px;
    height: 20px;
    border: 2px solid #dbdbdb;
}
.radio__label:after {
    top: 18px;
    left: 5px;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #e50748;
}
.radio__label:hover:before {
    border-color: #e50748;
}
.radio__label--height-auto {
    height: auto;
}
.radio__label-image {
    display: block;
    height: 100%;
    padding: 20px 30px;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
    color: #1e2e54;
    font-size: 24px;
    font-weight: 800;
    transition: color 0.2s, background-color 0.2s;
}
.radio__label-image svg {
    margin-top: 20px;
    fill: #e50748;
    transition: fill 0.2s;
    width: 100%;
    height: auto;
}
.radio:checked + .radio__label {
    color: rgba(0, 0, 0, 0.87);
}
.radio:checked + .radio__label:before {
    border-color: #e50748;
}
.radio:checked + .radio__label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio:checked + .radio__label-image {
    background-color: #e50748;
    color: #fff;
}
.radio:checked + .radio__label-image svg {
    fill: #fff;
}
.checkbox,
.filter-form__input {
    display: inline;
    opacity: 0;
    width: 0;
    margin: 0;
    overflow: hidden;
    -webkit-appearance: none;
}
.checkbox__container {
    height: 50px;
    margin-bottom: 14px;
}
.checkbox__container.checkbox__container_inline {
    display: inline-block;
}
.checkbox__container--box,
.checkbox__container--box-white,
.checkbox__container--box-green {
    height: auto;
    margin-bottom: 0;
}
.checkbox__container--box .checkbox__label,
.checkbox__container--box-white .checkbox__label,
.checkbox__container--box-green .checkbox__label,
.checkbox__container--box .filter-form__label,
.checkbox__container--box-white .filter-form__label,
.checkbox__container--box-green .filter-form__label {
    font-size: 16px;
    line-height: 1.3;
}
@supports (-ms-accelerator: true) {
    .checkbox__container--box .checkbox__label,
    .checkbox__container--box-white .checkbox__label,
    .checkbox__container--box-green .checkbox__label,
    .checkbox__container--box .filter-form__label,
    .checkbox__container--box-white .filter-form__label,
    .checkbox__container--box-green .filter-form__label {
        line-height: 1.5;
    }
}
.checkbox__container--box .checkbox__label:before,
.checkbox__container--box-white .checkbox__label:before,
.checkbox__container--box-green .checkbox__label:before,
.checkbox__container--box .filter-form__label:before,
.checkbox__container--box-white .filter-form__label:before,
.checkbox__container--box-green .filter-form__label:before {
    border-radius: 0;
}
.checkbox__container--box-green {
    height: auto;
    margin-bottom: 0;
}
.checkbox__container--box-green .checkbox__label:before,
.checkbox__container--box-green .filter-form__label:before {
    border-color: #e50748;
}
.checkbox__container--box-white {
    height: auto;
    margin-bottom: 0;
}
.checkbox__container--box-white .checkbox__label,
.checkbox__container--box-white .filter-form__label {
    color: #fff;
    text-align: left;
}
.checkbox__container--box-white .checkbox__label:before,
.checkbox__container--box-white .filter-form__label:before {
    border-color: #fff;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .checkbox__container .checkbox--absolute {
        position: absolute;
        top: 0;
        left: 0;
    }
}
.checkbox__label,
.filter-form__label {
    display: block;
    height: 100%;
    position: relative;
    padding: 15px 10px 15px 28px;
    cursor: pointer;
    vertical-align: bottom;
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 400;
    transition: color 200ms ease;
}
.checkbox__label.checkbox__label_no-text,
.checkbox__label_no-text.filter-form__label {
    color: transparent;
    font-size: 0;
    width: 20px;
    padding-right: 0;
    padding-left: 20px;
}
.checkbox__label:before,
.filter-form__label:before,
.checkbox__label:after,
.filter-form__label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: border-color 200ms ease, background-color 200ms ease,
    -webkit-transform 200ms ease;
    transition: transform 200ms ease, border-color 200ms ease,
    background-color 200ms ease;
    transition: transform 200ms ease, border-color 200ms ease,
    background-color 200ms ease, -webkit-transform 200ms ease;
}
.checkbox__label:before,
.filter-form__label:before {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #1d1d1d;
    border-radius: 4px;
    left: 0;
    top: 13px;
}
.checkbox__label:after,
.filter-form__label:after {
    border-color: #fff;
}
.checkbox__label:hover:before,
.filter-form__label:hover:before {
    border-color: #e50748;
}
.checkbox:checked + .checkbox__label:before,
.filter-form__input:checked + .checkbox__label:before,
.checkbox:checked + .filter-form__label:before,
.filter-form__input:checked + .filter-form__label:before,
.checkbox:checked + .checkbox__label:hover:before {
    border-color: #e50748;
    background-color: #e50748;
}
.checkbox:checked + .checkbox__label:after,
.filter-form__input:checked + .checkbox__label:after,
.checkbox:checked + .filter-form__label:after,
.filter-form__input:checked + .filter-form__label:after {
    top: 18px;
    left: 4px;
    width: 12px;
    height: 6px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    min-width: 200px;
    width: 100%;
    padding: 17px 40px 14px 20px;
    font-size: 1.125rem;
    font-weight: 400;
    color: #1e2e54;
    border-radius: 20px;
    border: solid 2px #e50748;
    background: url("../images/icons/menu-down.svg") no-repeat;
    background-position: calc(100% - 10px);
    background-size: 24px 24px;
    background-color: transparent;
}
.select.select--dark-blue {
    border-color: transparent;
}
.select.select--ice {
    border-color: #fff;
}
.select.select--border-none {
    border-radius: 8px;
    font-size: 14px;
}
.select-col {
    margin-bottom: 28px;
}
@media all and (max-width: 991px) {
    .select-col {
        margin-top: 28px;
    }
}
.select--full {
    width: 100%;
}
.select--white {
    background-color: #fff;
}
.select--green {
    background-color: #e50748;
    background-image: url("../images/icons/menu-down-white.svg");
    border-color: #fff;
    color: #fff;
}
.select--green ~ .form__label {
    color: #fff;
    background-color: #e50748;
}
.select--blue {
    background-color: #1e2e54;
    background-image: url("../images/icons/menu-down-white.svg");
    border-color: #fff;
    color: #fff;
}
.select--blue ~ .form__label {
    color: #fff;
    background-color: #1e2e54;
}
.select--white {
    background-color: #fff;
}
.select--white + .sbHolder {
    height: 55px;
}
.select--white + .sbHolder .sbSelector {
    height: 55px;
    background-color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #1d1d1d;
}
.select--white + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down.svg");
}
.select--white + .sbHolder .sbLabel {
    background-color: #fff;
    color: #1d1d1d;
}
.select--white + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--white + .sbHolder .sbOptions {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--white + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--white + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #1d1d1d;
}
.select--white + .sbHolder .sbOptions li:hover {
    background-color: #eeeef1;
}
.select--white + .sbHolder .sbOptions li:hover a {
    color: #1e2e54 !important;
}
.select--white + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--white + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--black {
    background-color: #1d1d1d;
}
.select--black + .sbHolder {
    height: 55px;
}
.select--black + .sbHolder .sbSelector {
    height: 55px;
    background-color: #1d1d1d;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #fff;
}
.select--black + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down-white.svg");
}
.select--black + .sbHolder .sbLabel {
    background-color: #1d1d1d;
    color: #fff;
}
.select--black + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--black + .sbHolder .sbOptions {
    background-color: #1d1d1d;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--black + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--black + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #fff;
}
.select--black + .sbHolder .sbOptions li:hover {
    background-color: #2a2a2a;
}
.select--black + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--black + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--black + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--green {
    background-color: #e50748;
}
.select--green + .sbHolder {
    height: 55px;
}
.select--green + .sbHolder .sbSelector {
    height: 55px;
    background-color: #e50748;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #fff;
    border-color: #fff;
}
.select--green + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down-white.svg");
}
.select--green + .sbHolder .sbLabel {
    background-color: #e50748;
    color: #fff;
}
.select--green + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--green + .sbHolder .sbOptions {
    background-color: #e50748;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--green + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--green + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #fff;
}
.select--green + .sbHolder .sbOptions li:hover {
    background-color: #89cc30;
}
.select--green + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--green + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--green + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--blue {
    background-color: #1e2e54;
}
.select--blue + .sbHolder {
    height: 55px;
}
.select--blue + .sbHolder .sbSelector {
    height: 55px;
    background-color: #1e2e54;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #fff;
}
.select--blue + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down-white.svg");
}
.select--blue + .sbHolder .sbLabel {
    background-color: #1e2e54;
    color: #fff;
}
.select--blue + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--blue + .sbHolder .sbOptions {
    background-color: #1e2e54;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--blue + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--blue + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #fff;
}
.select--blue + .sbHolder .sbOptions li:hover {
    background-color: #253867;
}
.select--blue + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--blue + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--blue + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--ice {
    background-color: #e8e9ed;
}
.select--ice + .sbHolder {
    height: 55px;
}
.select--ice + .sbHolder .sbSelector {
    height: 55px;
    background-color: #e8e9ed;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #1d1d1d;
    border-color: #fff;
}
.select--ice + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down.svg");
}
.select--ice + .sbHolder .sbLabel {
    background-color: #e8e9ed;
    color: #1d1d1d;
}
.select--ice + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--ice + .sbHolder .sbOptions {
    background-color: #e8e9ed;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--ice + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--ice + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #1d1d1d;
}
.select--ice + .sbHolder .sbOptions li:hover {
    background-color: #f6f7f8;
}
.select--ice + .sbHolder .sbOptions li:hover a {
    color: #1e2e54 !important;
}
.select--ice + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--ice + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--red {
    background-color: #ff5f5f;
}
.select--red + .sbHolder {
    height: 55px;
}
.select--red + .sbHolder .sbSelector {
    height: 55px;
    background-color: #ff5f5f;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #fff;
}
.select--red + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down-white.svg");
}
.select--red + .sbHolder .sbLabel {
    background-color: #ff5f5f;
    color: #fff;
}
.select--red + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--red + .sbHolder .sbOptions {
    background-color: #ff5f5f;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--red + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--red + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #fff;
}
.select--red + .sbHolder .sbOptions li:hover {
    background-color: #ff7979;
}
.select--red + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--red + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--red + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--orange {
    background-color: #ecb500;
}
.select--orange + .sbHolder {
    height: 55px;
}
.select--orange + .sbHolder .sbSelector {
    height: 55px;
    background-color: #ecb500;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #1d1d1d;
}
.select--orange + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down.svg");
}
.select--orange + .sbHolder .sbLabel {
    background-color: #ecb500;
    color: #1d1d1d;
}
.select--orange + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--orange + .sbHolder .sbOptions {
    background-color: #ecb500;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--orange + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--orange + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #1d1d1d;
}
.select--orange + .sbHolder .sbOptions li:hover {
    background-color: #ffc507;
}
.select--orange + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--orange + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--orange + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--gray {
    background-color: rgba(255, 255, 255, 0.5);
}
.select--gray + .sbHolder {
    height: 55px;
}
.select--gray + .sbHolder .sbSelector {
    height: 55px;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #1d1d1d;
}
.select--gray + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down.svg");
}
.select--gray + .sbHolder .sbLabel {
    background-color: rgba(255, 255, 255, 0.5);
    color: #1d1d1d;
}
.select--gray + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--gray + .sbHolder .sbOptions {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--gray + .sbHolder .sbOptions li {
    padding: 0 25px 0 10px !important;
}
.select--gray + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #1d1d1d;
}
.select--gray + .sbHolder .sbOptions li:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.select--gray + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--gray + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--gray + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--gray2 {
    background-color: #f2f2f2;
}
.select--gray2 + .sbHolder {
    height: 55px;
}
.select--gray2 + .sbHolder .sbSelector {
    height: 55px;
    background-color: #f2f2f2;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #1d1d1d;
}
.select--gray2 + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down.svg");
}
.select--gray2 + .sbHolder .sbLabel {
    background-color: #f2f2f2;
    color: #1d1d1d;
}
.select--gray2 + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--gray2 + .sbHolder .sbOptions {
    background-color: #f2f2f2;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--gray2 + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--gray2 + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #1d1d1d;
}
.select--gray2 + .sbHolder .sbOptions li:hover {
    background-color: #fff;
}
.select--gray2 + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--gray2 + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--gray2 + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--gray-light {
    background-color: #d6d6d6;
}
.select--gray-light + .sbHolder {
    height: 55px;
}
.select--gray-light + .sbHolder .sbSelector {
    height: 55px;
    background-color: #d6d6d6;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #1d1d1d;
}
.select--gray-light + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down.svg");
}
.select--gray-light + .sbHolder .sbLabel {
    background-color: #d6d6d6;
    color: #1d1d1d;
}
.select--gray-light + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--gray-light + .sbHolder .sbOptions {
    background-color: #d6d6d6;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--gray-light + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--gray-light + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #1d1d1d;
}
.select--gray-light + .sbHolder .sbOptions li:hover {
    background-color: #e3e3e3;
}
.select--gray-light + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--gray-light + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--gray-light + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--azure {
    background-color: #eff3fc;
}
.select--azure + .sbHolder {
    height: 55px;
}
.select--azure + .sbHolder .sbSelector {
    height: 55px;
    background-color: #eff3fc;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #1d1d1d;
}
.select--azure + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down.svg");
}
.select--azure + .sbHolder .sbLabel {
    background-color: #eff3fc;
    color: #1d1d1d;
}
.select--azure + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--azure + .sbHolder .sbOptions {
    background-color: #eff3fc;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--azure + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--azure + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #1d1d1d;
}
.select--azure + .sbHolder .sbOptions li:hover {
    background-color: #fff;
}
.select--azure + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--azure + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--azure + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--green-emerald {
    background-color: #00b67a;
}
.select--green-emerald + .sbHolder {
    height: 55px;
}
.select--green-emerald + .sbHolder .sbSelector {
    height: 55px;
    background-color: #00b67a;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #1d1d1d;
}
.select--green-emerald + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down.svg");
}
.select--green-emerald + .sbHolder .sbLabel {
    background-color: #00b67a;
    color: #1d1d1d;
}
.select--green-emerald + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--green-emerald + .sbHolder .sbOptions {
    background-color: #00b67a;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--green-emerald + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--green-emerald + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #1d1d1d;
}
.select--green-emerald + .sbHolder .sbOptions li:hover {
    background-color: #00d08b;
}
.select--green-emerald + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--green-emerald + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--green-emerald + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--gray-2 {
    background-color: #f2f2f2;
}
.select--gray-2 + .sbHolder {
    height: 55px;
}
.select--gray-2 + .sbHolder .sbSelector {
    height: 55px;
    background-color: #f2f2f2;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #1d1d1d;
}
.select--gray-2 + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down.svg");
}
.select--gray-2 + .sbHolder .sbLabel {
    background-color: #f2f2f2;
    color: #1d1d1d;
}
.select--gray-2 + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--gray-2 + .sbHolder .sbOptions {
    background-color: #f2f2f2;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--gray-2 + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--gray-2 + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #1d1d1d;
}
.select--gray-2 + .sbHolder .sbOptions li:hover {
    background-color: #fff;
}
.select--gray-2 + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--gray-2 + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--gray-2 + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--gray-dark {
    background-color: #8c8c8c;
}
.select--gray-dark + .sbHolder {
    height: 55px;
}
.select--gray-dark + .sbHolder .sbSelector {
    height: 55px;
    background-color: #8c8c8c;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #1d1d1d;
}
.select--gray-dark + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down.svg");
}
.select--gray-dark + .sbHolder .sbLabel {
    background-color: #8c8c8c;
    color: #1d1d1d;
}
.select--gray-dark + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--gray-dark + .sbHolder .sbOptions {
    background-color: #8c8c8c;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--gray-dark + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--gray-dark + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #1d1d1d;
}
.select--gray-dark + .sbHolder .sbOptions li:hover {
    background-color: #999;
}
.select--gray-dark + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--gray-dark + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--gray-dark + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--paktool-green-dark {
    background-color: #0e5f17;
}
.select--paktool-green-dark + .sbHolder {
    height: 55px;
}
.select--paktool-green-dark + .sbHolder .sbSelector {
    height: 55px;
    background-color: #0e5f17;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #fff;
}
.select--paktool-green-dark + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down-white.svg");
}
.select--paktool-green-dark + .sbHolder .sbLabel {
    background-color: #0e5f17;
    color: #fff;
}
.select--paktool-green-dark + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--paktool-green-dark + .sbHolder .sbOptions {
    background-color: #0e5f17;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--paktool-green-dark + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--paktool-green-dark + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #fff;
}
.select--paktool-green-dark + .sbHolder .sbOptions li:hover {
    background-color: #11751c;
}
.select--paktool-green-dark + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--paktool-green-dark + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--paktool-green-dark + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--paktool-green-light {
    background-color: #4ab350;
}
.select--paktool-green-light + .sbHolder {
    height: 55px;
}
.select--paktool-green-light + .sbHolder .sbSelector {
    height: 55px;
    background-color: #4ab350;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #fff;
}
.select--paktool-green-light + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down-white.svg");
}
.select--paktool-green-light + .sbHolder .sbLabel {
    background-color: #4ab350;
    color: #fff;
}
.select--paktool-green-light + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--paktool-green-light + .sbHolder .sbOptions {
    background-color: #4ab350;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--paktool-green-light + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--paktool-green-light + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #fff;
}
.select--paktool-green-light + .sbHolder .sbOptions li:hover {
    background-color: #5bbb61;
}
.select--paktool-green-light + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--paktool-green-light + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--paktool-green-light + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--paktool-green-grey {
    background-color: #414042;
}
.select--paktool-green-grey + .sbHolder {
    height: 55px;
}
.select--paktool-green-grey + .sbHolder .sbSelector {
    height: 55px;
    background-color: #414042;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #fff;
}
.select--paktool-green-grey + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down-white.svg");
}
.select--paktool-green-grey + .sbHolder .sbLabel {
    background-color: #414042;
    color: #fff;
}
.select--paktool-green-grey + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--paktool-green-grey + .sbHolder .sbOptions {
    background-color: #414042;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--paktool-green-grey + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--paktool-green-grey + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #fff;
}
.select--paktool-green-grey + .sbHolder .sbOptions li:hover {
    background-color: #4e4d4f;
}
.select--paktool-green-grey + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--paktool-green-grey + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--paktool-green-grey + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--gray-3 {
    background-color: #99a1b1;
}
.select--gray-3 + .sbHolder {
    height: 55px;
}
.select--gray-3 + .sbHolder .sbSelector {
    height: 55px;
    background-color: #99a1b1;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #1d1d1d;
}
.select--gray-3 + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down.svg");
}
.select--gray-3 + .sbHolder .sbLabel {
    background-color: #99a1b1;
    color: #1d1d1d;
}
.select--gray-3 + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--gray-3 + .sbHolder .sbOptions {
    background-color: #99a1b1;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--gray-3 + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--gray-3 + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #1d1d1d;
}
.select--gray-3 + .sbHolder .sbOptions li:hover {
    background-color: #a7aebc;
}
.select--gray-3 + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--gray-3 + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--gray-3 + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--gray-4 {
    background-color: #4b5876;
}
.select--gray-4 + .sbHolder {
    height: 55px;
}
.select--gray-4 + .sbHolder .sbSelector {
    height: 55px;
    background-color: #4b5876;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #1d1d1d;
}
.select--gray-4 + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down.svg");
}
.select--gray-4 + .sbHolder .sbLabel {
    background-color: #4b5876;
    color: #1d1d1d;
}
.select--gray-4 + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--gray-4 + .sbHolder .sbOptions {
    background-color: #4b5876;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--gray-4 + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--gray-4 + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #1d1d1d;
}
.select--gray-4 + .sbHolder .sbOptions li:hover {
    background-color: #556486;
}
.select--gray-4 + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--gray-4 + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--gray-4 + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--dark {
    background-color: #101010;
}
.select--dark + .sbHolder {
    height: 55px;
}
.select--dark + .sbHolder .sbSelector {
    height: 55px;
    background-color: #101010;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #fff;
}
.select--dark + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down-white.svg");
}
.select--dark + .sbHolder .sbLabel {
    background-color: #101010;
    color: #fff;
}
.select--dark + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--dark + .sbHolder .sbOptions {
    background-color: #101010;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--dark + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--dark + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #fff;
}
.select--dark + .sbHolder .sbOptions li:hover {
    background-color: #1d1d1d;
}
.select--dark + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--dark + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--dark + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--gray-5 {
    background-color: #4a4a4a;
}
.select--gray-5 + .sbHolder {
    height: 55px;
}
.select--gray-5 + .sbHolder .sbSelector {
    height: 55px;
    background-color: #4a4a4a;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #fff;
}
.select--gray-5 + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down-white.svg");
}
.select--gray-5 + .sbHolder .sbLabel {
    background-color: #4a4a4a;
    color: #fff;
}
.select--gray-5 + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--gray-5 + .sbHolder .sbOptions {
    background-color: #4a4a4a;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--gray-5 + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--gray-5 + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #fff;
}
.select--gray-5 + .sbHolder .sbOptions li:hover {
    background-color: #575757;
}
.select--gray-5 + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--gray-5 + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--gray-5 + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--gray-6 {
    background-color: #4e4e4e;
}
.select--gray-6 + .sbHolder {
    height: 55px;
}
.select--gray-6 + .sbHolder .sbSelector {
    height: 55px;
    background-color: #4e4e4e;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #fff;
}
.select--gray-6 + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down-white.svg");
}
.select--gray-6 + .sbHolder .sbLabel {
    background-color: #4e4e4e;
    color: #fff;
}
.select--gray-6 + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--gray-6 + .sbHolder .sbOptions {
    background-color: #4e4e4e;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--gray-6 + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--gray-6 + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #fff;
}
.select--gray-6 + .sbHolder .sbOptions li:hover {
    background-color: #5b5b5b;
}
.select--gray-6 + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--gray-6 + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--gray-6 + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--gray-7 {
    background-color: #fafafa;
}
.select--gray-7 + .sbHolder {
    height: 55px;
}
.select--gray-7 + .sbHolder .sbSelector {
    height: 55px;
    background-color: #fafafa;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #fff;
}
.select--gray-7 + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down-white.svg");
}
.select--gray-7 + .sbHolder .sbLabel {
    background-color: #fafafa;
    color: #fff;
}
.select--gray-7 + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--gray-7 + .sbHolder .sbOptions {
    background-color: #fafafa;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--gray-7 + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--gray-7 + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #fff;
}
.select--gray-7 + .sbHolder .sbOptions li:hover {
    background-color: #fff;
}
.select--gray-7 + .sbHolder .sbOptions li:hover a {
    color: #1e2e54 !important;
}
.select--gray-7 + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--gray-7 + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--dark-blue {
    background-color: #1a294b;
}
.select--dark-blue + .sbHolder {
    height: 55px;
}
.select--dark-blue + .sbHolder .sbSelector {
    height: 55px;
    background-color: #1a294b;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #fff;
    border-color: transparent;
}
.select--dark-blue + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down-white.svg");
}
.select--dark-blue + .sbHolder .sbLabel {
    background-color: #1a294b;
    color: #fff;
}
.select--dark-blue + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--dark-blue + .sbHolder .sbOptions {
    background-color: #1a294b;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--dark-blue + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--dark-blue + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #fff;
}
.select--dark-blue + .sbHolder .sbOptions li:hover {
    background-color: #21335e;
}
.select--dark-blue + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--dark-blue + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--dark-blue + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--gray-dark-1 {
    background-color: #464646;
}
.select--gray-dark-1 + .sbHolder {
    height: 55px;
}
.select--gray-dark-1 + .sbHolder .sbSelector {
    height: 55px;
    background-color: #464646;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #fff;
}
.select--gray-dark-1 + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down-white.svg");
}
.select--gray-dark-1 + .sbHolder .sbLabel {
    background-color: #464646;
    color: #fff;
}
.select--gray-dark-1 + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--gray-dark-1 + .sbHolder .sbOptions {
    background-color: #464646;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--gray-dark-1 + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--gray-dark-1 + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #fff;
}
.select--gray-dark-1 + .sbHolder .sbOptions li:hover {
    background-color: #535353;
}
.select--gray-dark-1 + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--gray-dark-1 + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--gray-dark-1 + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--gray-8 {
    background-color: #bebebe;
}
.select--gray-8 + .sbHolder {
    height: 55px;
}
.select--gray-8 + .sbHolder .sbSelector {
    height: 55px;
    background-color: #bebebe;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #1d1d1d;
}
.select--gray-8 + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down.svg");
}
.select--gray-8 + .sbHolder .sbLabel {
    background-color: #bebebe;
    color: #1d1d1d;
}
.select--gray-8 + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--gray-8 + .sbHolder .sbOptions {
    background-color: #bebebe;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--gray-8 + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--gray-8 + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #1d1d1d;
}
.select--gray-8 + .sbHolder .sbOptions li:hover {
    background-color: #cbcbcb;
}
.select--gray-8 + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--gray-8 + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--gray-8 + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--orange-bright {
    background-color: #f57926;
}
.select--orange-bright + .sbHolder {
    height: 55px;
}
.select--orange-bright + .sbHolder .sbSelector {
    height: 55px;
    background-color: #f57926;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 55px;
    transition: border-radius 0.1s 0.37s;
    color: #fff;
}
.select--orange-bright + .sbHolder .sbSelector:after {
    background-image: url("../images/icons/menu-down-white.svg");
}
.select--orange-bright + .sbHolder .sbLabel {
    background-color: #f57926;
    color: #fff;
}
.select--orange-bright + .sbHolder .sbLabel + .sbSelector {
    line-height: 22px;
}
.select--orange-bright + .sbHolder .sbOptions {
    background-color: #f57926;
    border-radius: 0 0 20px 20px;
    border-left: 2px solid #e50748;
    border-right: 2px solid #e50748;
    border-bottom: 2px solid #e50748;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
.select--orange-bright + .sbHolder .sbOptions li {
    padding: 0 20px !important;
}
.select--orange-bright + .sbHolder .sbOptions li a {
    padding: 8px 0 5px 0;
    color: #fff;
}
.select--orange-bright + .sbHolder .sbOptions li:hover {
    background-color: #f6883e;
}
.select--orange-bright + .sbHolder .sbOptions li:hover a {
    color: #fff;
}
.select--orange-bright + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 20px 20px;
}
.select--orange-bright + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select:not([data-label]) + .sbHolder .sbSelector {
    line-height: 1.1;
    text-indent: 0;
}
.select[data-label].select--border-none + .sbHolder .sbSelector {
    line-height: 1.1;
}
.select:focus {
    outline: none;
}
.select::-ms-expand {
    display: none;
}
.select:focus ~ .form__label,
.select.filled ~ .form__label,
.select.filter-form__input ~ .form__label {
    left: 20px;
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    font-size: 12px;
    opacity: 1;
}
.select--fixed-width ~ .sbHolder {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}
.select--fixed-width-static ~ .sbHolder {
    width: 240px;
}
.select--with-labels + .sbHolder .sbSelector {
    border: 2px solid #1e2e54;
    padding: 12px 40px 8px 20px;
}
.select--with-labels + .sbHolder .sbSelector::after {
    right: 16px;
    background-image: url("../images/icons/arrow-down-green.svg");
    background-size: 32px auto;
}
.select--with-labels + .sbHolder .sbOptions {
    border-left: 2px solid #1e2e54;
    border-right: 2px solid #1e2e54;
    border-bottom: 2px solid #1e2e54;
}
.select--with-labels + .sbHolder .sbOptions li {
    padding: 0 10px !important;
}
.select--with-labels + .sbHolder .custom-option {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.select--with-labels + .sbHolder .custom-option__label {
    font-weight: bold;
    line-height: 1;
    font-size: 14px;
    color: #e50748;
}
.select--with-labels + .sbHolder .custom-option__text {
    font-size: 16px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.select--border-none + .sbHolder {
    text-align: center;
}
.select--border-none + .sbHolder .sbLabel {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
}
.select--border-none + .sbHolder .sbLabel.filled,
.select--border-none + .sbHolder .sbLabel.filter-form__input {
    padding-left: 10px;
    padding-right: 10px;
    color: #eff3fc;
    left: 50%;
    -webkit-transform: translate(-50%, -31px);
    transform: translate(-50%, -31px);
    background-color: #1a294b;
    border: 1px solid #e50748;
    white-space: nowrap;
}
.select--border-none + .sbHolder .sbSelector {
    padding: 9px 25px 9px 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    font-size: 14px;
    white-space: normal;
}
.select--border-none + .sbHolder .sbSelector:after {
    right: 8px;
}
.select--border-none + .sbHolder .sbOptions {
    border-radius: 0 0 8px 8px;
    font-size: 14px;
}
.select--border-none + .sbHolder .sbToggleOpen ~ .sbOptions {
    border-radius: 0 0 8px 8px;
}
.select--border-none + .sbHolder .sbToggleOpen ~ .sbSelector {
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid transparent;
    transition: border-radius 0s;
}
.select--required + .sbHolder .sbLabel::after {
    content: "*";
    color: #ff5f5f;
}
.response {
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 20px;
}
.response p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #fff;
}
.response--success {
    background: green;
}
.response--error {
    background: red;
}
.response--warning {
    background-color: #ecb500;
}
.response--warning p {
    color: #1d1d1d;
}
.response--border-radius-no {
    border-radius: 0;
}
.col-10 {
    width: 10%;
}
@media all and (max-width: 768px) {
    .col-10 {
        width: 100%;
    }
}
.col-20 {
    width: 20%;
}
@media all and (max-width: 768px) {
    .col-20 {
        width: 100%;
    }
}
.col-25 {
    width: 25%;
}
@media all and (max-width: 768px) {
    .col-25 {
        width: 100%;
    }
}
.col-30 {
    width: 30%;
}
@media all and (max-width: 768px) {
    .col-30 {
        width: 100%;
    }
}
.col-33 {
    width: 33%;
}
@media all and (max-width: 768px) {
    .col-33 {
        width: 100%;
    }
}
.col-40 {
    width: 40%;
}
@media all and (max-width: 768px) {
    .col-40 {
        width: 100%;
    }
}
.col-50 {
    width: 50%;
}
@media all and (max-width: 768px) {
    .col-50 {
        width: 100%;
    }
}
.col-60 {
    width: 60%;
}
@media all and (max-width: 768px) {
    .col-60 {
        width: 100%;
    }
}
.col-67 {
    width: 67%;
}
@media all and (max-width: 768px) {
    .col-67 {
        width: 100%;
    }
}
.col-70 {
    width: 70%;
}
@media all and (max-width: 768px) {
    .col-70 {
        width: 100%;
    }
}
.col-75 {
    width: 75%;
}
@media all and (max-width: 768px) {
    .col-75 {
        width: 100%;
    }
}
.col-80 {
    width: 80%;
}
@media all and (max-width: 768px) {
    .col-80 {
        width: 100%;
    }
}
.col-90 {
    width: 90%;
}
@media all and (max-width: 768px) {
    .col-90 {
        width: 100%;
    }
}
@media all and (min-width: 1500px) {
    .col-right-only-on-desktop {
        left: 5vw;
    }
}
div.loading:not(.lazy) {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8) url(../images/ajax-loader.gif) center
    center no-repeat;
    transition: opacity 0.6s, visibility 0.6s;
}
div.loading--active:not(.lazy) {
    opacity: 1;
    visibility: visible;
}
.counter__left-side,
.counter__right-side {
    font-size: 14px;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .counter__left-side,
    .counter__right-side {
        font-size: calc(14px + ((1vw - 7.68px) * 0.7751937984));
    }
}
@media screen and (min-width: 1800px) {
    .counter__left-side,
    .counter__right-side {
        font-size: 22px;
    }
}
.counter__left-side {
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 991px) {
    .counter__left-side {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 1100px) {
    .counter__left-side--with-close-btn {
        padding-right: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .counter__right-side {
        display: none;
    }
}
.counter__right-side a {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}
.counter__right-side a:hover {
    color: #1e2e54;
}
@media screen and (max-width: 991px) {
    .counter__bg-img {
        display: none;
    }
}
.counter__btn-close {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 2;
    background-color: transparent;
    cursor: pointer;
}
@media screen and (max-width: 991px) {
    .counter__btn-close {
        top: 10px;
    }
}
.counter__main {
    font-weight: bold;
    text-decoration: underline;
}
.counter-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .counter-wrapper {
        height: auto;
        overflow: hidden;
    }
}
@media all and (min-width: 1025px) {
    .counter--parallelogram-wrapper {
        padding: 0 3em;
    }
}
.counter__parallelogram {
    font-size: 18px;
    position: relative;
    font-weight: 400;
    margin: 0;
    z-index: 2;
    text-align: center;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media screen and (min-width: 768px) {
    .counter__parallelogram {
        font-size: calc(18px + ((1vw - 7.68px) * 1.7441860465));
    }
}
@media screen and (min-width: 1800px) {
    .counter__parallelogram {
        font-size: 36px;
    }
}
@media all and (max-width: 575px) {
    .counter__parallelogram-info {
        display: block;
    }
}
.one-line-form {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    border-radius: 20px;
}
@media screen and (max-width: 768px) {
    .one-line-form {
        display: block;
        border-radius: 0;
        box-shadow: none;
    }
}
.one-line-form--margin {
    margin-top: 2rem;
}
@media screen and (max-width: 768px) {
    .one-line-form--margin {
        margin-top: 1rem;
    }
}
.one-line-form__input {
    width: 100%;
    padding: 20px 20px 18px 20px;
    border-radius: 20px 0 0 20px;
    border: 2px solid #e8e9ed;
    background-color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.125rem;
}
@media screen and (max-width: 768px) {
    .one-line-form__input {
        display: block;
        margin-bottom: 1rem;
        border-radius: 20px;
    }
}
.one-line-form__input:focus {
    outline: none;
}
.one-line-form__button {
    padding: 20px 28px 18px 28px;
    background-color: #e8e9ed;
    border-radius: 0 20px 20px 0;
    border: 0;
    white-space: nowrap;
    font-size: 1.125rem;
    font-weight: bold;
    color: #e50748;
    line-height: 1.125rem;
    transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
    .one-line-form__button {
        display: block;
        width: 100%;
        border-radius: 20px;
    }
}
.one-line-form ::-webkit-input-placeholder {
    color: rgba(30, 46, 84, 0.5);
    font-size: 18px;
}
.one-line-form :-moz-placeholder {
    color: rgba(30, 46, 84, 0.5);
    font-size: 18px;
}
.one-line-form ::-moz-placeholder {
    color: rgba(30, 46, 84, 0.5);
    font-size: 18px;
}
.one-line-form :-ms-input-placeholder {
    color: rgba(30, 46, 84, 0.5);
    font-size: 18px;
}
.fixed-bar {
    display: none;
}
@media screen and (max-width: 991px) {
    .fixed-bar {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 4;
        display: block;
        width: 100%;
        text-align: center;
    }
}
.fixed-bar .btn-link {
    padding: 18px 8px;
    color: #fff;
}
.fixed-bar .btn-link:hover,
.fixed-bar .btn-link:focus {
    color: #1e2e54;
}
.fixed-bar > a:not([class]) {
    display: block;
    padding: 24px;
}
.fixed-bar.btn {
    border-radius: 0;
}
.fixed-bar.btn:after {
    display: none;
}
.link {
    background-color: transparent;
    cursor: pointer;
    transition: opacity 0.3s;
}
.link:hover {
    opacity: 0.7;
    text-decoration: none;
}
.link:focus {
    outline: 0;
}
.link--xs {
    font-size: 14px;
}
.link--sm {
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .link--sm {
        font-size: calc(16px + ((1vw - 7.68px) * 0.3875968992));
    }
}
@media screen and (min-width: 1800px) {
    .link--sm {
        font-size: 20px;
    }
}
.link--md {
    font-size: 18px;
}
@media screen and (min-width: 768px) {
    .link--md {
        font-size: calc(18px + ((1vw - 7.68px) * 0.5813953488));
    }
}
@media screen and (min-width: 1800px) {
    .link--md {
        font-size: 24px;
    }
}
.link--underline {
    text-decoration: underline;
}
.chat-button {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 100;
    width: 180px;
    height: 30px;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background-color: #e50748;
    border-radius: 5px 5px 0 0;
    transition: background-color 0.2s ease;
}
.chat-button--visible {
    display: block;
}
.chat-button:hover {
    background-color: #1e2e54;
}
.bg-media--video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bg-media--video video {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
}
.bg-media--image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.bg-media--image[id*="header-full-page-with"] {
    top: 48px;
}
.bg-media--edge-margin {
    top: 5em;
    bottom: 5em;
    height: auto;
}
.bg-media--cover {
    background-size: cover;
    background-position: center;
}
.bg-media--contain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 767px) {
    .bg-media--contain-on-mobile {
        background-size: contain;
        background-position: top center;
    }
}
.bg-media--top-left {
    background-position: top left;
}
.bg-media--center-left {
    background-position: center left;
}
.bg-media--bottom-left {
    background-position: bottom left;
}
.bg-media--top-right {
    background-position: top right;
}
.bg-media--center-right {
    background-position: center right;
}
.bg-media--bottom-right {
    background-position: bottom right;
}
@media (max-width: 1023px) {
    .bg-media--top-left,
    .bg-media--center-left,
    .bg-media--bottom-left,
    .bg-media--top-right,
    .bg-media--center-right,
    .bg-media--bottom-right {
        opacity: 0.3;
    }
}
@media (min-width: 1024px) and (max-width: 1439px) {
    .bg-media--top-left,
    .bg-media--center-left,
    .bg-media--bottom-left,
    .bg-media--top-right,
    .bg-media--center-right,
    .bg-media--bottom-right {
        background-size: 40% auto;
    }
}
@media (max-width: 1023px) {
    .bg-media--top-left,
    .bg-media--center-left,
    .bg-media--bottom-left,
    .bg-media--top-right,
    .bg-media--center-right,
    .bg-media--bottom-right {
        background-size: 80% auto;
    }
}
.bg-media-vimeo {
    padding: 56.25% 0 0 0;
    position: relative;
}
.bg-media-vimeo__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .bg-media--mobile-static {
        position: static;
        padding-bottom: 50%;
    }
}
.bg-media--cloud {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
@media screen and (min-width: 1250px) {
    .bg-media--cloud {
        height: 150%;
        width: 80%;
        margin: 0 auto;
        top: initial;
        bottom: 0;
    }
}
.bg-media-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 33px;
    overflow: hidden;
}
@media all and (max-width: 991px) {
    .bg-media-container {
        padding-top: 56.25%;
        min-height: 280px;
        border-radius: 0;
        width: 100vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }
}
@media all and (min-width: 1250px) {
    .bg-media-container {
        width: calc(100% - 54px);
    }
}
.bg-media-container .headline--full-section-link:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.bg-media-container .headline--full-section-link svg {
    margin-right: 5px;
}
.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.overlay--white:after {
    background-color: rgba(255, 255, 255, 0.8);
}
.overlay--black:after {
    background-color: rgba(29, 29, 29, 0.8);
}
.overlay--green:after {
    background-color: rgba(123, 183, 43, 0.8);
}
.overlay--blue:after {
    background-color: rgba(30, 46, 84, 0.8);
}
.overlay--ice:after {
    background-color: rgba(232, 233, 237, 0.8);
}
.overlay--red:after {
    background-color: rgba(255, 95, 95, 0.8);
}
.overlay--orange:after {
    background-color: rgba(236, 181, 0, 0.8);
}
.overlay--gray:after {
    background-color: rgba(255, 255, 255, 0.8);
}
.overlay--gray2:after {
    background-color: rgba(242, 242, 242, 0.8);
}
.overlay--gray-light:after {
    background-color: rgba(214, 214, 214, 0.8);
}
.overlay--azure:after {
    background-color: rgba(239, 243, 252, 0.8);
}
.overlay--green-emerald:after {
    background-color: rgba(0, 182, 122, 0.8);
}
.overlay--gray-2:after {
    background-color: rgba(242, 242, 242, 0.8);
}
.overlay--gray-dark:after {
    background-color: rgba(140, 140, 140, 0.8);
}
.overlay--paktool-green-dark:after {
    background-color: rgba(14, 95, 23, 0.8);
}
.overlay--paktool-green-light:after {
    background-color: rgba(74, 179, 80, 0.8);
}
.overlay--paktool-green-grey:after {
    background-color: rgba(65, 64, 66, 0.8);
}
.overlay--gray-3:after {
    background-color: rgba(153, 161, 177, 0.8);
}
.overlay--gray-4:after {
    background-color: rgba(75, 88, 118, 0.8);
}
.overlay--dark:after {
    background-color: rgba(16, 16, 16, 0.8);
}
.overlay--gray-5:after {
    background-color: rgba(74, 74, 74, 0.8);
}
.overlay--gray-6:after {
    background-color: rgba(78, 78, 78, 0.8);
}
.overlay--gray-7:after {
    background-color: rgba(250, 250, 250, 0.8);
}
.overlay--dark-blue:after {
    background-color: rgba(26, 41, 75, 0.8);
}
.overlay--gray-dark-1:after {
    background-color: rgba(70, 70, 70, 0.8);
}
.overlay--gray-8:after {
    background-color: rgba(190, 190, 190, 0.8);
}
.overlay--orange-bright:after {
    background-color: rgba(245, 121, 38, 0.8);
}
.social-media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.social-media__item,
.social-media__link {
    display: inline-block;
    vertical-align: middle;
}
.social-media__link:hover .social-media__icon {
    fill: rgba(255, 255, 255, 0.5);
}
.social-media__item:not(:last-child) {
    margin-right: 20px;
}
.social-media__icon {
    width: 42px;
    height: 42px;
    transition: fill 0.3s ease;
}
.social-media__icon:not([class*="svg-"]) {
    fill: #fff;
}
.table-regular {
    width: 100%;
    border-collapse: collapse;
}
.table-regular-wrapper {
    overflow-x: auto;
}
.table-regular-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5;
}
.table-regular-wrapper::-webkit-scrollbar {
    height: 8px;
    background-color: #f5f5f5;
}
.table-regular-wrapper::-webkit-scrollbar-thumb {
    background-color: #e50748 !important;
    border-radius: 12px;
}
.table-regular th,
.table-regular td {
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 1280px) {
    .table-regular th,
    .table-regular td {
        font-size: 16px;
    }
}
.table-regular th:first-child,
.table-regular td:first-child {
    padding-left: 58px;
}
@media all and (max-width: 576px) {
    .table-regular th:first-child,
    .table-regular td:first-child {
        padding-left: 30px;
    }
}
.table-regular th:last-child,
.table-regular td:last-child {
    padding-left: 18px;
    padding-right: 58px;
    font-weight: bold;
}
@media all and (max-width: 576px) {
    .table-regular th:last-child,
    .table-regular td:last-child {
        padding-right: 30px;
    }
}
.table-regular th {
    padding-right: 10px;
    padding-left: 10px;
    color: #e50748;
    white-space: nowrap;
}
.table-regular th:nth-of-type(2) {
    padding-right: 18px;
    padding-left: 18px;
}
.table-regular td {
    position: relative;
    padding: 14px;
    font-weight: 400;
    color: #1d1d1d;
}
.table-regular td:not(:nth-of-type(2)) {
    text-align: center;
}
.table-regular tr:not(:last-child) td:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e8e9ed;
}
.table-regular tr:not(:last-child) td:first-child:after {
    width: calc(100% - 58px);
    right: 0;
}
@media all and (max-width: 576px) {
    .table-regular tr:not(:last-child) td:first-child:after {
        width: calc(100% - 30px);
    }
}
.table-regular tr:not(:last-child) td:last-child:after {
    width: calc(100% - 58px);
}
@media all and (max-width: 576px) {
    .table-regular tr:not(:last-child) td:last-child:after {
        width: calc(100% - 30px);
    }
}
.table-regular tr:not(:last-child) td:not(:first-child):after {
    left: 0;
}
.table-regular tr:not(:last-child) td:not(:last-child) {
    border-right: 1px solid #e8e9ed;
}
.table-regular tr:last-child td {
    color: #fff;
}
.testimonial {
    display: block;
    margin-bottom: 30px;
}
.testimonial__text {
    margin: 0;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.25;
    color: #1e2e54;
    font-size: 20px;
}
@media screen and (min-width: 480px) {
    .testimonial__text {
        font-size: calc(20px + ((1vw - 4.8px) * 0.3));
    }
}
@media screen and (min-width: 1480px) {
    .testimonial__text {
        font-size: 23px;
    }
}
.bg-blue .testimonial__text {
    color: #fff;
}
.testimonial__score {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
}
.testimonial__author {
    margin: 10px 0;
    font-size: 20px;
    line-height: 1.5;
    color: #1d1d1d;
    font-size: 16px;
}
@media screen and (min-width: 480px) {
    .testimonial__author {
        font-size: calc(16px + ((1vw - 4.8px) * 0.4));
    }
}
@media screen and (min-width: 1480px) {
    .testimonial__author {
        font-size: 20px;
    }
}
.bg-blue .testimonial__author {
    color: #fff;
}
.testimonial-award {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
}
.testimonial-award__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 34px;
    background-color: #1e2e54;
    color: #fff;
}
@media all and (max-width: 991px) {
    .testimonial-award__link {
        width: 100%;
        padding: 16px 22px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.testimonial-award__link:hover .testimonial-award__text {
    box-shadow: inset 0px -32px #fff;
    color: #000 !important;
}
@media all and (max-width: 991px) {
    .testimonial-award {
        width: 100%;
        margin-top: 12px;
    }
}
.testimonial-award__text {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    padding: 0 6px;
    margin-right: 18px;
    box-shadow: inset 0px 0px #fff;
    transition: box-shadow 250ms ease, color 250ms ease;
}
@media all and (max-width: 991px) {
    .testimonial-award__text {
        font-size: 14px;
        line-height: 17px;
    }
}
.testimonial-award__text:after {
    content: " ";
    position: absolute;
    top: -4px;
    right: -24px;
    width: 1px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.5);
}
.testimonial-award__icon {
    margin-left: 24px;
}
.testimonial__rank-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
@media all and (max-width: 991px) {
    .testimonial__rank-list {
        margin-top: 20px;
        -webkit-transform: none;
        transform: none;
    }
}
@media all and (max-width: 991px) {
    .testimonial__rank-list {
        display: block;
    }
}
.testimonial__rank-list-item {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 10px 20px #00000029;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    background: linear-gradient(90deg, #fafafa 50%, white 50%);
}
@media all and (max-width: 991px) {
    .testimonial__rank-list-item {
        background: linear-gradient(90deg, #fafafa 46%, white 46%);
    }
}
.testimonial__rank-list-item__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 34px;
}
@media all and (max-width: 991px) {
    .testimonial__rank-list-item__link {
        width: 100%;
        padding: 16px 22px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.testimonial__rank-list-item__link:hover .testimonial-award__text {
    box-shadow: inset 0px -32px #fff;
    color: #000 !important;
}
.testimonial__rank-list-item__text {
    position: relative;
    font-size: 28px;
    font-weight: 800;
    line-height: 28px;
    padding: 0 6px;
    margin-right: 24px;
    color: #1e2e54;
    box-shadow: inset 0px 0px #fff;
    transition: box-shadow 250ms ease, color 250ms ease;
}
@media all and (max-width: 991px) {
    .testimonial__rank-list-item__text {
        font-size: 20px;
        line-height: 20px;
        white-space: nowrap;
    }
}
.testimonial__rank-list-item__text:after {
    content: " ";
    position: absolute;
    top: -4px;
    right: -24px;
    width: 1px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.5);
}
.testimonial__rank-list-item__icon {
    margin-left: 24px;
}
@media all and (max-width: 991px) {
    .testimonial__rank-list-item__icon svg {
        width: 100%;
    }
}
@media all and (max-width: 991px) {
    .testimonial__rank-list-item {
        width: 100%;
        margin-top: 12px;
    }
}
.testimonial-slider-section-wrapper {
    position: relative;
    z-index: 1;
}
.forest {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media screen and (max-width: 1199px) {
    .forest {
        display: block;
    }
}
.forest-total {
    width: calc(50% - 140px);
    padding: 60px 5%;
    background-color: #eff3fc;
    text-align: center;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .forest-total {
        width: calc(50% - 110px);
        padding: 40px 20px;
    }
}
@media screen and (max-width: 1199px) {
    .forest-total {
        width: 100%;
        padding: 40px 20px;
    }
}
.forest-recap {
    position: relative;
    width: calc(50% - 140px);
    background-color: #1e2e54;
}
@media screen and (min-width: 1200px) {
    .forest-recap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .forest-recap {
        width: calc(50% - 110px);
    }
}
@media screen and (max-width: 1199px) {
    .forest-recap {
        width: 100%;
    }
}
.forest-recap__headline {
    margin: 40px 50px 30px 50px;
}
@media screen and (max-width: 1199px) {
    .forest-recap__headline {
        margin: 0 0 26px 0;
        padding-top: 30px;
        text-align: center;
    }
}
.forest-recap__month-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 100px;
    background-color: #1e2e54;
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .forest-recap__month-container {
        padding: 80px 60px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .forest-recap__month-container {
        padding: 60px 40px;
    }
}
@media screen and (max-width: 650px) {
    .forest-recap__month-container {
        padding: 40px 20px;
    }
}
.forest-recap__month-container .block,
.forest-recap__month-container .block-single {
    color: #fff;
    text-align: center;
}
.forest-recap__month-container .block + .block,
.forest-recap__month-container .block-single + .block,
.forest-recap__month-container .block + .block-single,
.forest-recap__month-container .block-single + .block-single {
    margin-top: 20px;
}
.forest-recap__month-container .block > *,
.forest-recap__month-container .block-single > * {
    margin: 0;
}
.forest-month-list {
    padding: 14px;
}
@media all and (max-width: 1199px) {
    .forest-month-list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    .apple-device .forest-month-list {
        -webkit-overflow-scrolling: initial;
    }
    .forest-month-list::-webkit-scrollbar {
        display: none;
    }
}
.forest-month-list-wrapper {
    width: 280px;
    padding: 20px;
    background: linear-gradient(90deg, #eff3fc 50%, #1e2e54 50%);
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .forest-month-list-wrapper {
        width: 220px;
    }
}
@media screen and (max-width: 1199px) {
    .forest-month-list-wrapper {
        width: 100%;
        background: none;
        padding: 0;
    }
}
.forest-month-list-wrapper .block,
.forest-month-list-wrapper .block-single {
    padding: 0;
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .forest-month-list-wrapper .block,
    .forest-month-list-wrapper .block-single {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 1199px) {
    .forest-month-list-wrapper .block,
    .forest-month-list-wrapper .block-single {
        border-radius: 0;
        box-shadow: none;
    }
}
.forest-month-list__button {
    width: 100%;
    margin: 4px 0;
    padding: 16px 14px 13px 14px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #1e2e54;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .forest-month-list__button {
        padding: 16px 8px 13px 8px;
        font-size: 17px;
    }
}
@media screen and (max-width: 1199px) {
    .forest-month-list__button {
        padding: 10px 8px 6px 8px;
        white-space: nowrap;
        font-size: 18px;
    }
}
.forest-month-list__button:hover {
    background-color: #d6d6d6;
}
.forest-month-list__button.active {
    background-color: #1e2e54;
    color: #fff;
}
.forest-month-list__button:focus {
    outline: none;
}
.forest-month-list__info {
    display: block;
    padding: 13px 18px 17px 18px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    background-color: #f2f2f2;
}
@media screen and (min-width: 1200px) {
    .forest-month-list__info {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .forest-month-list__info {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.forest__trees {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.forest__trees img {
    max-height: 160px;
}
.forest__trees-img-wrapper:nth-child(2) {
    margin-left: -72px;
}
.forest__trees-img-wrapper:nth-child(3) {
    margin-left: -67px;
}
.forest__trees-img-wrapper:nth-child(4) {
    margin-left: -74px;
}
.forest__trees-img-wrapper:nth-child(5) {
    margin-left: -65px;
}
.forest__trees-img-wrapper:nth-child(6) {
    margin-left: -76px;
}
.forest__trees-img-wrapper:nth-child(7) {
    margin-left: -63px;
}
.forest__trees-img-wrapper:nth-child(8) {
    margin-left: -78px;
}
.forest__trees-img-wrapper:nth-child(9) {
    margin-left: -61px;
}
.forest__trees-img-wrapper:nth-child(10) {
    margin-left: -80px;
}
.forest__trees-img-wrapper:nth-child(11) {
    margin-left: -59px;
}
.forest__trees-img-wrapper:nth-child(12) {
    margin-left: -82px;
}
.forest__font-xl {
    font-size: 96px;
    font-weight: 800;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .forest__font-xl {
        font-size: 80px;
    }
}
@media screen and (max-width: 650px) {
    .forest__font-xl {
        font-size: 60px;
    }
}
.forest__font-md {
    font-size: 60px;
    font-weight: 800;
}
@media screen and (max-width: 650px) {
    .forest__font-md {
        font-size: 32px;
    }
}
.forest__font-normal {
    font-size: 36px;
    font-weight: 400;
}
@media screen and (max-width: 650px) {
    .forest__font-normal {
        font-size: 24px;
    }
}
.bar-chart {
    display: block;
    padding: 0 40px 0 30px;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .bar-chart {
        padding: 0 20px 0 0;
    }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .bar-chart {
        padding: 0 20px 0 0;
    }
}
@media screen and (max-width: 650px) {
    .bar-chart {
        padding: 0 20px;
    }
}
.bar-chart__list {
    display: table;
    width: 100%;
    border-spacing: 0 18px;
}
@media screen and (max-width: 650px) {
    .bar-chart__list {
        display: block;
    }
}
.bar-chart__list-item {
    display: table-row;
    color: #fff;
}
@media screen and (max-width: 650px) {
    .bar-chart__list-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}
.bar-chart__list-item:nth-child(1) .bar-chart__rank-value {
    transition-delay: 0.375s;
}
.bar-chart__list-item:nth-child(2) .bar-chart__rank-value {
    transition-delay: 0.5s;
}
.bar-chart__list-item:nth-child(3) .bar-chart__rank-value {
    transition-delay: 0.625s;
}
.bar-chart__list-item:nth-child(4) .bar-chart__rank-value {
    transition-delay: 0.75s;
}
.bar-chart__list-item:nth-child(5) .bar-chart__rank-value {
    transition-delay: 0.875s;
}
.bar-chart__list-item:nth-child(6) .bar-chart__rank-value {
    transition-delay: 1s;
}
.bar-chart__list-item:nth-child(7) .bar-chart__rank-value {
    transition-delay: 1.125s;
}
.bar-chart__list-item:nth-child(8) .bar-chart__rank-value {
    transition-delay: 1.25s;
}
.bar-chart__list-item:nth-child(9) .bar-chart__rank-value {
    transition-delay: 1.375s;
}
.bar-chart__list-item:nth-child(10) .bar-chart__rank-value {
    transition-delay: 1.5s;
}
.bar-chart__list-item:nth-child(11) .bar-chart__rank-value {
    transition-delay: 1.625s;
}
.bar-chart__list-item:nth-child(12) .bar-chart__rank-value {
    transition-delay: 1.75s;
}
.bar-chart__month,
.bar-chart__rank,
.bar-chart__limit {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .bar-chart__month,
    .bar-chart__rank,
    .bar-chart__limit {
        font-size: 14px;
    }
}
@media screen and (max-width: 650px) {
    .bar-chart__month,
    .bar-chart__rank,
    .bar-chart__limit {
        display: block;
    }
}
@media screen and (max-width: 650px) {
    .bar-chart__month,
    .bar-chart__rank,
    .bar-chart__limit {
        font-size: 12px;
    }
}
.bar-chart__month {
    position: relative;
    bottom: -2px;
    width: 150px;
    white-space: nowrap;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .bar-chart__month {
        width: 112px;
    }
}
@media screen and (max-width: 650px) {
    .bar-chart__month {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }
}
.bar-chart__rank {
    position: relative;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px 0 0 20px;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .bar-chart__rank {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 650px) {
    .bar-chart__rank {
        width: 60%;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 40px;
        margin-bottom: 18px;
    }
}
.bar-chart__rank-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.4);
}
.bar-chart__rank-value {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 40px;
    width: 0;
    border-radius: 20px;
    background-color: #e50748;
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.bar-chart__limit {
    height: 40px;
    width: 10%;
    padding-left: 20px;
    padding-right: 15px;
    text-align: right;
    border-radius: 0 20px 20px 0;
    background-color: rgba(255, 255, 255, 0.1);
    white-space: nowrap;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .bar-chart__limit {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 650px) {
    .bar-chart__limit {
        width: 40%;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 40px;
    }
}
.bar-chart__font-xl {
    position: relative;
    bottom: -2px;
    font-size: 24px;
    font-weight: 800;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .bar-chart__font-xl {
        font-size: 16px;
        bottom: -1px;
    }
}
@media screen and (max-width: 650px) {
    .bar-chart__font-xl {
        font-size: 12px;
        bottom: 0;
    }
}
.bar-chart__text {
    position: relative;
    z-index: 5;
}
.download-box {
    background-color: #fff;
    width: 90vw;
    max-width: 750px;
    padding: 36px;
    text-align: center;
    border-radius: 24px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.125);
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    pointer-events: none;
}
@media screen and (min-width: 1025px) {
    .download-box {
        padding: 48px;
    }
}
td .download-box,
.product-info .download-box {
    display: none;
}
.download-box svg {
    fill: #1e2e54;
}
.active .download-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
}
.download-box-modal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.4s;
}
.download-box-modal.active {
    opacity: 1;
}
.download-box__btns-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 36px;
}
@media screen and (max-width: 768px) {
    .download-box__btns-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.download-box__btns-wrapper--small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 8px;
}
.download-box__btns-wrapper--small > * {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}
.download-box-close {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.download-box-modal .download-box-close {
    display: block;
}
.download-box__close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    cursor: pointer;
}
@media screen and (min-width: 1025px) {
    .download-box__close-btn {
        top: 24px;
        right: 24px;
    }
}
.download-box__close-btn svg {
    fill: #1e2e54;
}
.download-box .btn {
    margin: 4px;
}
.download-box-btn {
    cursor: pointer;
    border: none;
}
.download-box-btn svg {
    fill: #1e2e54;
}
@media screen and (min-width: 1025px) {
    .download-box-btn {
        background: transparent;
    }
}
.stats {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (min-width: 992px) {
    .stats {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
.stats--sm {
    margin-top: 32px;
}
@media all and (max-width: 991px) {
    .stats--sm {
        margin-top: 14px;
    }
}
@media all and (min-width: 992px) {
    .stats--sm .stats__section {
        width: 175px;
    }
}
.stats--sm .stats__chart {
    height: 175px;
}
@media all and (max-width: 1480px) {
    .stats--sm .stats__chart {
        height: 148px;
    }
}
.stats__section {
    width: 250px;
}
@media screen and (max-width: 991px) {
    .stats__section:not(:last-child) {
        margin-bottom: 36px;
    }
}
.stats__chart {
    position: relative;
    width: 100%;
    height: 250px;
}
.stats__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: 800;
}
.stats__info {
    font-size: 28px;
    font-weight: bold;
}
.word-cloud {
    width: 100%;
}
.word-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 90%;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
    padding-top: 40px;
}
@media screen and (min-width: 540px) {
    .word-grid {
        width: 80%;
    }
}
@media screen and (min-width: 768px) {
    .word-grid {
        width: 65%;
        padding-top: 80px;
    }
}
@media screen and (min-width: 1250px) {
    .word-grid {
        width: 55%;
        padding-top: 0;
    }
}
@media screen and (min-width: 1860px) {
    .word-grid {
        width: 60%;
        max-width: 980px;
    }
}
.word-grid__item {
    font-weight: 700;
    margin: 0;
    grid-column: span 12;
    text-align: center;
    color: #1e2e54;
}
.word-grid__item--xs {
    font-size: 18px;
}
@media screen and (min-width: 768px) {
    .word-grid__item--xs {
        font-size: calc(18px + ((1vw - 7.68px) * 2.6041666667));
    }
}
@media screen and (min-width: 1920px) {
    .word-grid__item--xs {
        font-size: 48px;
    }
}
.word-grid__item--sm {
    font-size: 28px;
}
@media screen and (min-width: 768px) {
    .word-grid__item--sm {
        font-size: calc(28px + ((1vw - 7.68px) * 2.7777777778));
    }
}
@media screen and (min-width: 1920px) {
    .word-grid__item--sm {
        font-size: 60px;
    }
}
.word-grid__item--md {
    font-size: 36px;
}
@media screen and (min-width: 768px) {
    .word-grid__item--md {
        font-size: calc(36px + ((1vw - 7.68px) * 3.125));
    }
}
@media screen and (min-width: 1920px) {
    .word-grid__item--md {
        font-size: 72px;
    }
}
.word-grid__item--lg {
    font-size: 36px;
}
@media screen and (min-width: 768px) {
    .word-grid__item--lg {
        font-size: calc(36px + ((1vw - 7.68px) * 3.125));
    }
}
@media screen and (min-width: 1920px) {
    .word-grid__item--lg {
        font-size: 72px;
    }
}
.video-wrapper {
    padding-bottom: 50%;
    position: relative;
}
@media screen and (min-width: 1200px) {
    .video-wrapper {
        padding-bottom: 35%;
    }
}
.video-wrapper video,
.video-wrapper__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-wrapper--embedded {
    padding-bottom: 48%;
}
@media screen and (min-width: 990px) {
    .video-wrapper--embedded {
        padding-bottom: 24%;
    }
}
@supports (aspect-ratio: 16/9) {
    .video-wrapper--embedded {
        padding-bottom: 0;
    }
}
.video-wrapper--embedded .video-wrapper__embedded-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@supports (aspect-ratio: 16/9) {
    .video-wrapper--embedded .video-wrapper__embedded-video {
        aspect-ratio: 16/9;
        position: relative;
    }
}
.video-wrapper--lg {
    padding-bottom: 50%;
}
.toggler {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}
.toggler__inner {
    position: relative;
    display: inline-block;
    width: 60px;
    min-width: 60px;
    height: 30px;
}
.toggler__label {
    color: #1e2e54;
    padding-right: 20px;
    cursor: pointer;
}
.toggler__checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.toggler__checkbox:checked + .toggler__slider {
    background-color: #e50748;
}
.toggler__checkbox:checked + .toggler__slider::before {
    -webkit-transform: translateX(28px);
    transform: translateX(28px);
}
.toggler__checkbox:focus + .toggler__slider {
    box-shadow: 0 0 1px #e50748;
}
.toggler__slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e8e9ed;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 30px;
}
.toggler__slider::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 3px;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 50%;
}
.border-radius {
    border-radius: 20px;
    overflow: hidden;
}
.border-radius--left {
    border-radius: 20px 0 0 20px;
}
.border-radius--right {
    border-radius: 0 20px 20px 0;
}
.faq__block:not(:last-child) {
    margin-bottom: 32px;
}
.faq__header {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}
.faq__header .faq__title {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.faq__header .faq__title p {
    margin: 0;
}
.faq__header .faq__icon {
    margin-left: 36px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    fill: #e50748;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__header.active .faq__icon {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.faq__content {
    display: none;
    position: relative;
    padding-top: 24px;
    margin-top: 24px;
}
.faq__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(30, 46, 84, 0.2);
}
.faq__content a:not([class]) {
    color: #e50748;
}
.switch {
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    cursor: pointer;
    padding: 8px 10px 8px 16px;
}
@media screen and (min-width: 568px) {
    .switch {
        float: right;
    }
}
.switch__label {
    white-space: nowrap;
    margin-right: 1rem;
}
.switch__slider {
    background-color: #ccc;
    transition: 0.4s;
    position: relative;
    width: 80px;
    height: 40px;
    border-radius: 34px;
}
.switch__slider:before {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 50%;
}
.switch__input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch__input:checked + .switch__slider {
    background-color: #1e2e54;
}
.switch__input:checked + .switch__slider:before {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
}
.switch__input:focus + .switch__slider {
    box-shadow: 0 0 1px #2196f3;
}
.steps {
    min-height: 80vh;
    width: 100vw;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    counter-reset: my-counter;
}
@media screen and (max-width: 991px) {
    .steps {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.steps__step {
    overflow: hidden;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: -webkit-flex 0.7s ease-out;
    transition: flex 0.7s ease-out;
    transition: flex 0.7s ease-out, -webkit-flex 0.7s ease-out,
    -ms-flex 0.7s ease-out;
    font-size: 20px;
    background-size: cover;
    background-position: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    counter-increment: my-counter;
}
@media screen and (max-width: 990px) {
    .steps__step {
        min-height: 35vh;
    }
}
@media screen and (min-width: 991px) {
    .steps__step {
        padding: 3rem;
    }
}
.steps__step:not(.open) .steps__inner-text {
    opacity: 0;
}
.steps__step.open {
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
}
.steps__step.open .steps__step-headline {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.steps__step.open .steps__step-content {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.steps__step:hover:after {
    opacity: 0.7;
}
.steps__step:before {
    content: counter(my-counter);
    color: transparent;
    font-size: 36px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    color: #1d1d1d;
    font-weight: 700;
    z-index: 10;
    line-height: 1.5;
    text-align: center;
}
@media screen and (max-width: 990px) {
    .steps__step:before {
        margin-bottom: 5rem;
    }
}
@media screen and (min-width: 991px) {
    .steps__step:before {
        font-size: 48px;
        width: 72px;
        height: 72px;
        line-height: 1.75;
        margin-left: -1rem;
        margin-top: -1rem;
    }
}
.steps__step:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
    z-index: 0;
    transition: opacity 0.4s;
}
.steps__step-headline {
    margin-bottom: 1rem;
    position: absolute;
    bottom: 100%;
    left: 0%;
    width: 100%;
}
@media screen and (min-width: 991px) {
    .steps__step-headline {
        -webkit-transform: rotate(-90deg) translateX(-3rem);
        transform: rotate(-90deg) translateX(-3rem);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
        white-space: nowrap;
    }
}
.steps__step-content {
    position: relative;
    z-index: 10;
    transition: height 0.4s, -webkit-transform 0.4s;
    transition: height 0.4s, transform 0.4s;
    transition: height 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
}
.steps__inner-text {
    display: none;
    width: 100%;
    transition: opacity 0.4s ease-out;
}
.carousel-card-container {
    position: relative;
    padding: 36px 18px;
    border-radius: 48px;
    overflow: hidden;
}
@media screen and (min-width: 991px) {
    .carousel-card-container {
        padding: 72px 120px;
    }
}
.carousel-card-container__preheadline,
.carousel-card-container__headline {
    text-align: center;
}
@media screen and (min-width: 991px) {
    .carousel-card-container__preheadline,
    .carousel-card-container__headline {
        text-align: left;
    }
}
.carousel-card-container__bg {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45%;
}
.carousel-card-container__bg picture {
    display: inline;
}
.carousel-card-container__bg .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 991px) {
    .carousel-card-container__bg {
        display: block;
    }
}
.carousel-card-container__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (min-width: 991px) {
    .carousel-card-container__footer {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 50%;
    }
}
@media screen and (min-width: 1200px) {
    .carousel-card-container__footer {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (min-width: 991px) {
    .carousel-card-container__footer--pb {
        padding-bottom: 30px;
    }
}
.carousel-card-container__nav {
    display: none;
    margin-bottom: 48px;
}
@media screen and (min-width: 1200px) {
    .carousel-card-container__nav {
        margin-bottom: 0;
    }
}
.carousel-card-container__nav .btn-prev {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.carousel-card-container__nav .btn-prev svg,
.carousel-card-container__nav .btn-next svg {
    fill: #fff;
}
.carousel-card-container__nav--dark .btn-prev svg,
.carousel-card-container__nav--dark .btn-next svg {
    fill: #000;
}
.carousel-card-container__nav--dark .btn-prev.swiper-button-disabled svg,
.carousel-card-container__nav--dark .btn-next.swiper-button-disabled svg {
    fill: #ccc;
}
.carousel-card-container__btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 0;
}
.carousel-card-container__btn:hover {
    color: #1e2e54;
}
.carousel-card-container__btn:disabled {
    opacity: 0.5;
}
.carousel-card-container__btn-white {
    background-color: #fff;
    color: #000;
    border: 0;
}
.carousel-card-container__btn-white:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
}
.carousel-card-container__btn-white:disabled {
    opacity: 0.5;
}
@media screen and (min-width: 991px) {
    .carousel-card-container--pb-md {
        padding-bottom: 42px;
    }
}
.carousel-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 130px 30px 30px 30px;
    border-radius: 20px;
    margin: -100px 0 60px 0;
}
@media screen and (min-width: 991px) {
    .carousel-card {
        width: 75%;
        padding: 40px;
        margin: 0 0 60px 0;
    }
}
.carousel-card__content {
    width: 100%;
}
@media screen and (min-width: 991px) {
    .carousel-card__content {
        width: 70%;
    }
}
.carousel-card--header {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
}
@media screen and (min-width: 991px) {
    .carousel-card--header {
        width: 90%;
    }
}
.carousel-testimonial {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    padding: 18px;
    margin: 0 18px;
}
@media screen and (min-width: 768px) {
    .carousel-testimonial {
        max-width: 50%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 991px) {
    .carousel-testimonial {
        position: absolute;
        top: 60px;
        right: 0;
        width: 30%;
        padding: 40px;
        margin: 0;
    }
}
.carousel-testimonial__logo {
    width: 96px;
    height: 96px;
}
.carousel-testimonial__logo .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.carousel-testimonial__text {
    font-weight: bold;
    text-align: center;
    margin: 24px 0 0 0;
}
.carousel-testimonial--header .carousel-testimonial__figure {
    position: relative;
    border-radius: 20px;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.carousel-testimonial--header .carousel-testimonial__figure .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 991px) {
    .carousel-testimonial--header {
        width: 35%;
        padding: 24px;
    }
}
.carousel-testimonial__img {
    position: relative;
    width: 100%;
    height: 178px;
}
.carousel-testimonial__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.features-box {
    position: relative;
    padding: 24px;
    background-color: #4e4e4e;
    color: #fff;
    border-radius: 28px;
}
@media screen and (min-width: 991px) {
    .features-box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 36px;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media screen and (min-width: 991px) {
    .features-box {
        padding: 48px;
    }
}
.features-box__headline {
    font-size: 32px;
    margin: 0 0 36px 0;
}
.features-box__grid {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 48px;
}
@media screen and (min-width: 1250px) {
    .features-box__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}
.features-box__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.features-box__item .features-box__image {
    width: 84px;
    height: 84px;
}
.features-box__item .features-box__image .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.features-box__item .features-box__text {
    margin: 24px 0 0 0 !important;
}
@media screen and (min-width: 991px) {
    .features-box__content {
        width: 60%;
    }
}
@media screen and (min-width: 1250px) {
    .features-box__content {
        width: 67%;
        margin-left: auto;
    }
}
.features-box__content--full {
    width: 100%;
}
.features-box__card {
    margin-top: 36px;
}
@media screen and (min-width: 991px) {
    .features-box__card {
        width: 40%;
        margin-top: 0;
    }
}
@media screen and (min-width: 1250px) {
    .features-box__card {
        width: calc(33% - 96px);
        position: absolute;
        left: 48px;
    }
}
.article-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.article-card:hover .article-card__figure .image:not(.image--no-zoom) {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.article-card:hover .article-card__block {
    border: 2px solid #1e2e54;
}
.article-card__figure {
    position: relative;
    border-radius: 20px;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    z-index: 1;
}
.article-card__figure .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s 0s ease !important;
}
.article-card__figure--height-sm {
    padding-bottom: 50%;
}
.article-card__figure--with-play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-color: #fff;
    z-index: 1;
}
.article-card__figure--with-play-icon .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
@media all and (max-width: 1199px) {
    .article-card__figure--with-play-icon .play-icon {
        width: 72px;
        height: 72px;
    }
}
.article-card__block {
    position: relative;
    padding: 24px;
    margin: 0 24px;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
    border-radius: 20px;
    margin-top: -48px;
    z-index: 2;
    transition: border 0.3s ease;
}
@media screen and (min-width: 768px) {
    .article-card__block {
        padding: 32px;
    }
}
@media all and (min-width: 1199px) {
    .article-card__block--narrow {
        max-width: 648px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-left: 13.5%;
        margin-right: 13.5%;
        margin-top: -96px;
    }
}
.article-card__icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}
.article-card__icons .article-card__icon-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.article-card__icons .article-card__icon-text {
    font-size: 14px;
    padding-top: 4px;
}
@media screen and (min-width: 768px) {
    .article-card__icons .article-card__icon-text {
        font-size: 16px;
    }
}
.article-card--simple {
    padding: 22px 24px 22px 3.1em;
    border-radius: 20px;
    box-shadow: 0px 20px 40px #00000033;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}
@media all and (max-width: 1280px) {
    .article-card--simple {
        padding: 23px 28px 34px;
    }
}
@media all and (min-width: 1201px) {
    .article-card--simple {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.article-card--simple:hover {
    border: 2px solid #1e2e54;
}
.article-card__image {
    position: relative;
}
@media all and (max-width: 1280px) {
    .article-card__image {
        margin-bottom: 24px;
        height: 256px;
    }
}
@media all and (min-width: 1201px) {
    .article-card__image {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        height: 100%;
    }
}
.article-card__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: contain;
}
@media all and (min-width: 1201px) {
    .article-card__info {
        padding: 3.2em 4% 3.2em 0;
        -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
}
.article-card--video:hover .article-card__figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.article-card--video .article-card__figure img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s 0s ease;
}
@media all and (min-width: 768px) {
    .article-card--flex {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.article-card--flex:hover .article-card__col--img .image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.article-card--flex:hover .article-card__col--info {
    border: 2px solid #1e2e54;
}
.article-card__col--info {
    padding: 42px;
    box-shadow: 0px 20px 40px #00000033;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: border 0.3s ease;
    z-index: 1;
}
@media all and (max-width: 767px) {
    .article-card__col--info {
        margin: -48px 24px 0;
        padding: 24px;
    }
}
@media all and (min-width: 768px) {
    .article-card__col--info {
        margin: 78px 0 78px -75px;
        -webkit-flex: 0 0 42%;
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
    }
}
.article-card__col--img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
@media all and (max-width: 767px) {
    .article-card__col--img {
        padding-top: 80%;
    }
}
@media all and (min-width: 768px) {
    .article-card__col--img {
        margin-left: 106px;
        -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
}
.article-card__col--img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    transition: all 0.3s 0s ease;
}
@media all and (min-width: 768px) {
    .article-card--reverse .article-card__col--info {
        margin-left: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media all and (min-width: 768px) {
    .article-card--reverse .article-card__col--img {
        margin-left: -75px;
    }
}
.advent-calendar {
    position: relative;
    border-radius: 24px;
    padding: 32px;
}
.advent-calendar__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: inherit;
    overflow: hidden;
}
.advent-calendar__bg .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.advent-calendar__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    z-index: 2;
}
@media screen and (min-width: 768px) {
    .advent-calendar__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (min-width: 991px) {
    .advent-calendar__grid {
        grid-template-columns: repeat(6, 1fr);
    }
}
.advent-calendar .present {
    position: relative;
    width: 100%;
    height: 200px;
    -webkit-perspective: 850px;
    perspective: 850px;
}
.advent-calendar .present:nth-child(2n + 1) {
    z-index: 1;
}
.advent-calendar .present:nth-child(2n + 2) {
    z-index: 2;
}
@media screen and (min-width: 768px) {
    .advent-calendar .present:nth-child(3n + 1) {
        z-index: 1;
    }
    .advent-calendar .present:nth-child(3n + 2) {
        z-index: 2;
    }
    .advent-calendar .present:nth-child(3n + 3) {
        z-index: 3;
    }
}
@media screen and (min-width: 991px) {
    .advent-calendar .present:nth-child(6n + 1) {
        z-index: 1;
    }
    .advent-calendar .present:nth-child(6n + 2) {
        z-index: 2;
    }
    .advent-calendar .present:nth-child(6n + 3) {
        z-index: 3;
    }
    .advent-calendar .present:nth-child(6n + 4) {
        z-index: 4;
    }
    .advent-calendar .present:nth-child(6n + 5) {
        z-index: 5;
    }
    .advent-calendar .present:nth-child(6n + 6) {
        z-index: 6;
    }
}
.advent-calendar .present__pane {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-perspective: 850px;
    perspective: 850px;
    text-align: center;
    cursor: pointer;
    border-radius: 24px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23fff' stroke-width='2' stroke-dasharray='10%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    transition: all 0.2s ease-out;
}
.advent-calendar .present__date {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
}
.advent-calendar .present__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7b0000;
    box-shadow: inset -8px 8px 12px rgba(0, 0, 0, 0.243);
    z-index: -1;
    border-radius: 24px;
    padding: 8px;
    opacity: 0;
    transition: all 0.2s ease-out;
}
@media screen and (min-width: 1600px) {
    .advent-calendar .present__content {
        padding: 16px;
    }
}
.advent-calendar .present__btn {
    border-radius: 28px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 14px 24px 12px 24px;
}
@media screen and (min-width: 768px) {
    .advent-calendar .present__btn {
        font-size: 16px;
    }
}
@media screen and (min-width: 991px) {
    .advent-calendar .present__btn {
        padding: 14px 18px 12px 18px;
    }
}
@media screen and (min-width: 1200px) {
    .advent-calendar .present__btn {
        font-size: 17px;
    }
}
@media screen and (min-width: 1600px) {
    .advent-calendar .present__btn {
        padding: 14px 32px 12px 32px;
    }
}
.advent-calendar .present.active .present__pane {
    background-color: #580000;
    -webkit-transform: rotateY(-97deg);
    transform: rotateY(-97deg);
    -webkit-perspective-origin: 0;
    perspective-origin: 0;
    border-radius: 0 24px 24px 0;
    background-image: none;
    cursor: default;
    transition: border-radius 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in, border-radius 0.2s ease-in;
    transition: transform 0.2s ease-in, border-radius 0.2s ease-in,
    -webkit-transform 0.2s ease-in;
}
.advent-calendar .present.active .present__date {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.advent-calendar .present.active .present__content {
    opacity: 1;
    border-radius: 0 24px 24px 0;
}
.advent-prize__headline {
    margin-bottom: 32px;
    color: #1e2e54;
}
.advent-prize__figure-wrapper {
    padding: 24px 0;
    border-top: 1px solid #e2e2e2;
}
.advent-prize__figure {
    position: relative;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
}
.advent-prize__figure .image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.advent-prize__content {
    text-align: center;
    padding-top: 42px;
    border-top: 1px solid #e2e2e2;
    color: #1e2e54;
}
.advent-prize__title {
    margin-bottom: 18px;
}
.advent-prize__text {
    margin: 0;
    font-size: 14px;
}
.advent-prize__text a:not([class]) {
    color: inherit;
}
.custom-dropdown-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2em;
}
@media screen and (min-width: 991px) {
    .custom-dropdown-wrapper {
        margin-bottom: 0;
    }
}
.custom-dropdown {
    position: relative;
}
.custom-dropdown__header {
    color: #e50748;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0 6px;
}
.custom-dropdown__header span {
    margin: 0;
}
.custom-dropdown__header svg {
    fill: #e50748;
}
.custom-dropdown__inner {
    transition: opacity 0.2s ease;
    position: absolute;
    right: 0;
    margin-top: 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(140, 140, 140, 0.24);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
.custom-dropdown__inner span {
    cursor: pointer;
}
.custom-dropdown__inner span:not(:last-child) {
    margin-bottom: 8px;
}
.custom-dropdown__icon {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.custom-dropdown__option {
    white-space: nowrap;
}
.custom-dropdown.active .custom-dropdown__inner {
    opacity: 1;
    pointer-events: all;
}
.custom-dropdown.active .custom-dropdown__icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
@media screen and (min-width: 1440px) {
    .sticky-cta {
        position: absolute;
        height: 100%;
        top: 0;
        bottom: unset;
        width: 25%;
    }
}
.sticky-cta__wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 1440px) {
    .sticky-cta__wrapper {
        position: -webkit-sticky;
        position: sticky;
        top: 200px;
        width: calc(100% - 48px);
        max-width: 250px;
    }
}
.sticky-cta__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
}
@media screen and (min-width: 1440px) {
    .sticky-cta__content {
        padding: 0 16px 16px 16px;
    }
}
.sticky-cta__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background-color: #e50748;
    z-index: -1;
}
@media screen and (min-width: 1440px) {
    .sticky-cta__content::before {
        top: 25%;
        height: 75%;
        border-radius: 48px;
    }
}
.sticky-cta__image {
    display: none;
    padding: 0 8px;
    width: 100%;
}
.sticky-cta__image .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (min-width: 1440px) {
    .sticky-cta__image {
        display: block;
    }
}
.sticky-cta__text {
    color: #fff;
    margin: 0;
}
@media screen and (min-width: 1440px) {
    .sticky-cta__text {
        margin: 1em 0 0 0;
    }
}
.sticky-cta__btn {
    color: #101010;
    margin-top: 1em;
}
.sticky-cta__close {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0;
    cursor: pointer;
}
.table-manage-products {
    width: 100%;
}
.table-manage-products-wrap {
    padding-bottom: 20px;
}
@media all and (max-width: 1199px) {
    .table-manage-products-wrap {
        overflow-x: auto;
    }
}
.table-manage-products-wrap::-webkit-scrollbar {
    height: 12px;
}
.table-manage-products-wrap::-webkit-scrollbar-track {
    background: #e8e9ed;
    background-clip: padding-box;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 42px;
    margin: 0;
}
.table-manage-products-wrap::-webkit-scrollbar-thumb {
    background-color: #e50748;
    border-radius: 42px;
}
.table-manage-products thead .checkbox__container .checkbox__label,
.table-manage-products thead .checkbox__container .filter-form__label {
    font-weight: bold;
    font-size: 18px;
}
.table-manage-products tbody tr:first-child td {
    border-top: 1px solid #e8e9ed;
}
.table-manage-products tbody tr td {
    padding: 20px 10px 20px 0;
    border-bottom: 1px solid #e8e9ed;
}
.table-manage-products tbody tr td:nth-child(2) {
    min-width: 310px;
}
.table-manage-products tbody tr td:nth-child(3) > .sbHolder {
    margin: 0 auto;
    width: 220px;
}
.table-manage-products tbody tr td:nth-child(4) > .sbHolder {
    margin: 0 auto;
    width: 150px;
}
.table-manage-products tbody tr td:nth-child(5) > .sbHolder {
    margin: 0 auto;
    width: 150px;
}
.table-manage-products .checkbox__container {
    width: 100%;
}
.table-manage-products .checkbox__container .checkbox__label,
.table-manage-products .checkbox__container .filter-form__label {
    text-align: center;
}
.topbar {
    position: relative;
    padding-bottom: 10px;
    background-color: #e8e9ed;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.topbar--fixed {
    position: fixed;
    top: 100px;
    width: 100%;
    left: 0;
    z-index: 100;
    border-radius: 0;
}
@media all and (max-width: 1024px) {
    .topbar--fixed {
        top: 65px;
    }
}
.topbar-form {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 0 15px;
    width: 93%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media all and (max-width: 1199px) {
    .topbar-form {
        overflow-x: auto;
    }
}
.topbar-form::-webkit-scrollbar {
    height: 12px;
}
.topbar-form::-webkit-scrollbar-track {
    background: #fff;
    background-clip: padding-box;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 42px;
    margin: 0;
}
.topbar-form::-webkit-scrollbar-thumb {
    background-color: #e50748;
    border-radius: 42px;
}
.topbar-form__item:first-child {
    white-space: nowrap;
}
.topbar-form__item .btn {
    white-space: nowrap;
}
@media all and (max-width: 1500px) {
    .topbar-form__item .btn {
        padding: 12px 18px;
        font-size: 18px;
    }
}
.topbar-select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.topbar-select__item {
    padding: 0 8px;
    display: inline-block;
    width: 210px;
}
.topbar-select__item:first-child {
    width: 230px;
}
.topbar + .card__content {
    padding-top: 10px;
}
.label-icon-wrapper {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.label-icon-wrapper:not(.pos-static) {
    position: absolute;
    right: 15px;
    top: 15px;
}
@media all and (max-width: 1200px) {
    .label-icon-wrapper:not(.pos-static) .label-icon {
        max-width: 30px;
        max-height: 30px;
    }
}
.label-icon-wrapper:not(.pos-static).label-icon-wrapper--top {
    top: 45px;
    right: 0;
}
@media all and (max-width: 1480px) {
    .label-icon-wrapper.pos-static .label-icon {
        max-width: 20px;
        max-height: 20px;
    }
}
.block-form__card {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em 1.5em;
    border-radius: 20px;
    background-color: #1e2e54;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 30px 40px rgba(0, 0, 0, 0.1);
    color: #fff;
}
@media (min-width: 768px) {
    .block-form__card:after {
        content: "";
        min-height: inherit;
    }
}
@media (min-width: 768px) {
    .block-form__card {
        min-height: 520px;
    }
}
@media (min-width: 768px) {
    .block-form__card {
        padding: 2.5em 4.5em;
    }
}
@media (min-width: 1024px) {
    .block-form__card {
        padding: 3em 6.5em;
    }
}
.block-form__card-container {
    width: 100%;
}
.block-form__card-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2em;
}
.block-form__card--bg-shape {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 445px auto;
}
.block-form__card:not(.block-form__card--bg-white) a:not(.btn) {
    color: #fff;
}
.block-form__card p {
    line-height: 1.5;
}
.block-form__card p:not(:last-child) {
    margin: 0.5em 0 2em 0;
}
.block-form__card--bg-white {
    background-color: #fff;
    color: #1e2e54;
}
.block-form__card--bg-white .content a:not([class]) {
    color: #1e2e54;
}
.block-form__card-table {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 20px;
    background-color: #e50748;
}
@media (max-width: 991px) {
    .block-form__card-table {
        display: block;
    }
}
.block-form__card-table-col-img {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}
@media (max-width: 991px) {
    .block-form__card-table-col-img {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.block-form__card-table-col-txt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #e50748;
    border-radius: 20px;
}
.block-form__card-result-list {
    width: 100%;
}
.block-form__card-result-list-item {
    padding: 20px 40px;
}
@media (max-width: 580px) {
    .block-form__card-result-list-item {
        padding: 12px 18px;
    }
}
.block-form__card-result-list-item:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.block-form__card--sm-padding {
    padding: 36px 48px;
}
@media all and (max-width: 576px) {
    .block-form__card--sm-padding {
        padding: 36px;
    }
}
.block-form__pre-headline {
    display: block;
    width: 100%;
    margin: 0 0 0.25em 0;
}
.block-form__pre-headline--space-between {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .block-form__header-with-image {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .block-form__header-with-image-left {
        margin-right: 5%;
        -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .block-form__header-with-image-right {
        -webkit-flex: 1 1 35%;
        -ms-flex: 1 1 35%;
        flex: 1 1 35%;
    }
}
.block-form__form {
    margin-top: 1.25em;
}
.block-form__loading {
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 20px;
}
.block-form .radio__label {
    height: auto;
    padding-top: 9px;
    padding-left: 40px;
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.3;
}
@media (min-width: 768px) {
    .block-form .radio__label {
        font-size: 1.375rem;
    }
}
.block-form .radio:checked + .radio__label {
    color: inherit;
}
.block-form-link {
    text-decoration: underline;
}
.block-form-link:hover {
    text-decoration: none;
}
.block-form__font-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
@media (max-width: 991px) {
    .block-form__font-wrapper {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.block-form__font-xl {
    font-size: 48px;
    font-weight: bolder;
}
@media (max-width: 580px) {
    .block-form__font-xl {
        font-size: 36px;
    }
}
.block-form__font-xl + .block-form__font-sm {
    padding-left: 10px;
}
.block-form__font-sm {
    font-size: 18px;
}
.block-form__green-link {
    color: #e50748 !important;
}
.block-form__green-link:hover {
    text-decoration: underline !important;
}
.block-form__header--with-badge {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media all and (max-width: 576px) {
    .block-form__header--with-badge {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }
}
.block-form__badge {
    background-color: #1e2e54;
    color: #fff;
    padding: 8px 11px 6px 11px;
    border-radius: 9px;
    line-height: 1;
}
.block-form__divider {
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    border: 0;
}
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(
            to left,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0)
    );
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0)
    );
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0)
    );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0)
    );
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
> .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 50%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 92%;
    max-width: 1540px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #e50748;
    border-radius: 10px;
    left: 0;
    top: 0;
    cursor: -webkit-grab;
    cursor: grab;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media all and (max-width: 991px) {
    .testimonial-slider {
        padding-bottom: 30px;
    }
}
.testimonial-slider .swiper-slide {
    max-width: 25%;
    width: auto;
}
@media all and (max-width: 991px) {
    .testimonial-slider .swiper-slide {
        width: 80%;
        max-width: 80%;
    }
}
.swiper-container[data-swiper="new-products"] {
    padding-bottom: 85px;
}
@media all and (max-width: 768px) {
    .swiper-container[data-swiper="new-products"] {
        padding-bottom: 60px;
    }
}
.swiper-container[data-swiper="new-products"].pb-small {
    padding-bottom: 30px;
}
.swiper-container[data-swiper="new-products"] .swiper-slide {
    height: auto;
}
.swiper-container[data-swiper="new-products"] .swiper-slide .card__image {
    border-radius: 20px 20px 0 0;
}
.swiper-container[data-swiper="new-products"] .card-wrap {
    margin-left: 12px;
    margin-right: 12px;
}
.swiper-container[data-swiper="new-products"] .card {
    box-shadow: 0px 10px 20px #00000029;
}
.swiper-container[data-swiper="new-products"] .swiper-navigation {
    position: absolute;
    bottom: 0px;
}
@media all and (max-width: 768px) {
    .swiper-container[data-swiper="new-products"] .swiper-navigation {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media all and (min-width: 769px) {
    .swiper-container[data-swiper="new-products"] .swiper-navigation {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 150px;
    }
}
.swiper-container[data-swiper="new-products"] .swiper-navigation .button-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-container[data-swiper="new-products"] .swiper-navigation svg {
    fill: #1e2e54;
}
.swiper-container[data-swiper="sustainable-products"] {
    overflow: visible;
}
@media all and (max-width: 767px) {
    .swiper-container[data-swiper="sustainable-products"] {
        width: 94%;
    }
}
.swiper-container[data-swiper="sustainable-products"] .swiper-slide {
    height: auto;
}
.swiper-container[data-swiper="sustainable-products"]
.swiper-slide
.card__image {
    border-radius: 20px 20px 0 0;
}
.swiper-container[data-swiper="sustainable-products"] .card-wrap {
    margin-left: 10px;
    margin-right: 10px;
}
.swiper-container[data-swiper="sustainable-products"] .card {
    box-shadow: 0px 10px 20px #00000029;
}
.swiper-container[data-swiper="sustainable-products"] .swiper-scrollbar {
    margin-top: 50px;
    margin-left: 10px;
    height: 16px;
}
@media all and (max-width: 767px) {
    .swiper-container[data-swiper="sustainable-products"] .swiper-scrollbar {
        margin-top: 35px;
        margin-right: 10px;
    }
}
.swiper-holder {
    padding-top: 25px;
}
@media all and (min-width: 769px) {
    .swiper-holder {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.swiper-holder .swiper-agenda {
    position: relative;
    margin: 32px 0;
    -webkit-flex: 0 0 29%;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    padding: 2em 4em 1.35em 1.8em;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
}
@media all and (max-width: 1023px) {
    .swiper-holder .swiper-agenda {
        display: none;
    }
}
.swiper-holder .swiper-agenda:after {
    content: "";
    display: block;
    width: calc(100% + 10px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
    background-color: #f2f2f2;
    z-index: 1;
}
.swiper-holder .swiper-agenda--bg-white {
    background: #fff;
}
.swiper-holder .swiper-agenda--bg-white:after {
    background: #fff;
}
.swiper-holder .swiper-agenda--bg-black {
    background: #1d1d1d;
}
.swiper-holder .swiper-agenda--bg-black:after {
    background: #1d1d1d;
}
.swiper-holder .swiper-agenda--bg-green {
    background: #e50748;
}
.swiper-holder .swiper-agenda--bg-green:after {
    background: #e50748;
}
.swiper-holder .swiper-agenda--bg-blue {
    background: #1e2e54;
}
.swiper-holder .swiper-agenda--bg-blue:after {
    background: #1e2e54;
}
.swiper-holder .swiper-agenda--bg-ice {
    background: #e8e9ed;
}
.swiper-holder .swiper-agenda--bg-ice:after {
    background: #e8e9ed;
}
.swiper-holder .swiper-agenda--bg-red {
    background: #ff5f5f;
}
.swiper-holder .swiper-agenda--bg-red:after {
    background: #ff5f5f;
}
.swiper-holder .swiper-agenda--bg-orange {
    background: #ecb500;
}
.swiper-holder .swiper-agenda--bg-orange:after {
    background: #ecb500;
}
.swiper-holder .swiper-agenda--bg-gray {
    background: rgba(255, 255, 255, 0.5);
}
.swiper-holder .swiper-agenda--bg-gray:after {
    background: rgba(255, 255, 255, 0.5);
}
.swiper-holder .swiper-agenda--bg-gray2 {
    background: #f2f2f2;
}
.swiper-holder .swiper-agenda--bg-gray2:after {
    background: #f2f2f2;
}
.swiper-holder .swiper-agenda--bg-gray-light {
    background: #d6d6d6;
}
.swiper-holder .swiper-agenda--bg-gray-light:after {
    background: #d6d6d6;
}
.swiper-holder .swiper-agenda--bg-azure {
    background: #eff3fc;
}
.swiper-holder .swiper-agenda--bg-azure:after {
    background: #eff3fc;
}
.swiper-holder .swiper-agenda--bg-green-emerald {
    background: #00b67a;
}
.swiper-holder .swiper-agenda--bg-green-emerald:after {
    background: #00b67a;
}
.swiper-holder .swiper-agenda--bg-gray-2 {
    background: #f2f2f2;
}
.swiper-holder .swiper-agenda--bg-gray-2:after {
    background: #f2f2f2;
}
.swiper-holder .swiper-agenda--bg-gray-dark {
    background: #8c8c8c;
}
.swiper-holder .swiper-agenda--bg-gray-dark:after {
    background: #8c8c8c;
}
.swiper-holder .swiper-agenda--bg-paktool-green-dark {
    background: #0e5f17;
}
.swiper-holder .swiper-agenda--bg-paktool-green-dark:after {
    background: #0e5f17;
}
.swiper-holder .swiper-agenda--bg-paktool-green-light {
    background: #4ab350;
}
.swiper-holder .swiper-agenda--bg-paktool-green-light:after {
    background: #4ab350;
}
.swiper-holder .swiper-agenda--bg-paktool-green-grey {
    background: #414042;
}
.swiper-holder .swiper-agenda--bg-paktool-green-grey:after {
    background: #414042;
}
.swiper-holder .swiper-agenda--bg-gray-3 {
    background: #99a1b1;
}
.swiper-holder .swiper-agenda--bg-gray-3:after {
    background: #99a1b1;
}
.swiper-holder .swiper-agenda--bg-gray-4 {
    background: #4b5876;
}
.swiper-holder .swiper-agenda--bg-gray-4:after {
    background: #4b5876;
}
.swiper-holder .swiper-agenda--bg-dark {
    background: #101010;
}
.swiper-holder .swiper-agenda--bg-dark:after {
    background: #101010;
}
.swiper-holder .swiper-agenda--bg-gray-5 {
    background: #4a4a4a;
}
.swiper-holder .swiper-agenda--bg-gray-5:after {
    background: #4a4a4a;
}
.swiper-holder .swiper-agenda--bg-gray-6 {
    background: #4e4e4e;
}
.swiper-holder .swiper-agenda--bg-gray-6:after {
    background: #4e4e4e;
}
.swiper-holder .swiper-agenda--bg-gray-7 {
    background: #fafafa;
}
.swiper-holder .swiper-agenda--bg-gray-7:after {
    background: #fafafa;
}
.swiper-holder .swiper-agenda--bg-dark-blue {
    background: #1a294b;
}
.swiper-holder .swiper-agenda--bg-dark-blue:after {
    background: #1a294b;
}
.swiper-holder .swiper-agenda--bg-gray-dark-1 {
    background: #464646;
}
.swiper-holder .swiper-agenda--bg-gray-dark-1:after {
    background: #464646;
}
.swiper-holder .swiper-agenda--bg-gray-8 {
    background: #bebebe;
}
.swiper-holder .swiper-agenda--bg-gray-8:after {
    background: #bebebe;
}
.swiper-holder .swiper-agenda--bg-orange-bright {
    background: #f57926;
}
.swiper-holder .swiper-agenda--bg-orange-bright:after {
    background: #f57926;
}
.swiper-holder .swiper-agenda .agenda-item {
    position: relative;
    margin-bottom: 0;
    border-radius: 12px;
    padding: 11px 22px 11px 15px;
    color: #1e2e54;
    white-space: nowrap;
    transition: all 0.3s ease;
    z-index: 2;
    cursor: pointer;
}
.swiper-holder .swiper-agenda .agenda-item:hover {
    background-color: #e50748;
    color: #fff;
}
.swiper-holder .swiper-agenda .agenda-item.active {
    background-color: #e50748;
    color: #fff;
}
.swiper-holder .swiper-agenda .agenda-item + .agenda-item {
    margin-top: 2px;
}
@media all and (max-width: 768px) {
    .swiper-holder [data-swiper="sustainable-symbols"] {
        width: 86%;
        overflow: visible;
    }
}
.swiper-holder
[data-swiper="sustainable-symbols"].swiper-fade.swiper-free-mode
.swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-holder [data-swiper="sustainable-symbols"].swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-holder
[data-swiper="sustainable-symbols"].swiper-fade
.swiper-slide
.swiper-slide {
    pointer-events: none;
}
.swiper-holder
[data-swiper="sustainable-symbols"].swiper-fade
.swiper-slide-active,
.swiper-holder
[data-swiper="sustainable-symbols"].swiper-fade
.swiper-slide-active
.swiper-slide-active {
    pointer-events: auto;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.animation-fadeInUp,
.animation-fadeInLeft,
.animation-fadeInRight,
.animation-fadeIn {
    opacity: 0;
}
.animation-delay-1 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.animation-delay-2 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}
.animation-delay-3 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
.animation-delay-4 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}
.animation-delay-5 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.sbHolder {
    height: 55px;
    position: relative;
    width: 100%;
    text-align: left;
}
.sbHolder.selected .sbSelector {
    color: #1d1d1d;
}
.sbHolder + .js-select + .sbHolder,
.sbHolder + .js-select-filter + .sbHolder {
    margin-left: 1em;
}
@media all and (max-width: 768px) {
    .sbHolder + .js-select + .sbHolder,
    .sbHolder + .js-select-filter + .sbHolder {
        margin-left: 0;
    }
}
.sbsbHolder-inline + .sbHolder {
    width: 50%;
}
@media all and (max-width: 1024px) {
    .sbsbHolder-inline + .sbHolder {
        width: 90%;
    }
}
.sbSelector {
    display: block;
    height: 55px;
    left: 0;
    line-height: 55px;
    outline: none;
    overflow: hidden;
    position: absolute;
    padding: 17px 40px 14px 20px;
    top: 0;
    width: 100%;
    text-indent: -9999px;
    border-radius: 20px;
    border: 2px solid #e50748;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: border-radius 0.2s 0.35s;
}
.sbSelector:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -8px;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-color: #1e2e54;
    background: url("../images/icons/menu-down.svg") center center no-repeat;
    background-size: 24px auto;
    margin-left: 0.5em;
}
.sbSelector.filled,
.sbSelector.filter-form__input {
    text-indent: 0;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    color: #1d1d1d;
    outline: none;
    text-decoration: none;
}
.sbLabel {
    display: inline-block;
    padding: 2px 6px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #1d1d1d;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    left: 16px;
    top: 16px;
    opacity: 0.8;
    transition: 0.3s ease all;
    will-change: transform;
}
.sbLabel.filled,
.sbLabel.filter-form__input {
    left: 20px;
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    font-size: 12px;
    opacity: 1;
}
.sbToggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
    height: 61px;
    width: 61px;
    outline: none;
}
.sbToggle.sbToggleOpen + .sbSelector {
    border-bottom: 0;
    border-radius: 21px 21px 0 0;
    transition: none;
}
.sbHolderDisabled {
    background-color: #3c3c3c;
    border: solid 1px #00a0e3;
}
.sbOptions {
    background-color: #fff;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    top: 53px !important;
    width: 100%;
    z-index: 3;
    overflow-y: auto;
    border-radius: 0 0 21px 21px;
}
.sbOptions li {
    padding: 0 1em !important;
    transition: background 0.2s ease;
}
.sbOptions li:before {
    background: none !important;
    display: none !important;
}
.sbOptions li:hover {
    background-color: #fff;
}
.sbOptions a {
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link,
.sbOptions a:visited {
    color: #1d1d1d;
    text-decoration: none;
}
.sbOptions li.last a {
    border-bottom: none;
}
.sbOptions .sbDisabled {
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
    color: #ebb52d;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
    padding-left: 17px;
}
.hidden + .sbHolder {
    display: none;
}
.Smarquee:hover > * {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.trustpilot-review-container {
    width: 70%;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
    .trustpilot-review-container {
        width: 65%;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .trustpilot-review-container {
        padding: 0 35px;
        width: 60%;
    }
}
@media all and (max-width: 767px) {
    .trustpilot-review-container {
        padding: 0 35px;
        width: 90%;
    }
}
.trustpilot-review-container .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.trustpilot-review-container .owl-nav button:hover {
    opacity: 1;
}
.trustpilot-review-container .owl-nav button.owl-prev {
    left: -5%;
    width: 35px;
    height: 35px;
    background-image: url(../images/icons/arrow-left_circle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
}
@media all and (max-width: 767px) {
    .trustpilot-review-container .owl-nav button.owl-prev {
        left: 0;
    }
}
.trustpilot-review-container .owl-nav button.owl-next {
    right: -5%;
    width: 35px;
    height: 35px;
    background-image: url(../images/icons/arrow-right_circle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
}
@media all and (max-width: 767px) {
    .trustpilot-review-container .owl-nav button.owl-next {
        right: 0;
    }
}
.owl-carousel--not-overflow-hidden .owl-stage-outer {
    overflow: inherit;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.splide__slide--has-video {
    cursor: pointer;
}
.splide__slide--has-video:hover .splide__video__play {
    opacity: 1;
}
.splide__slide__container--has-video {
    cursor: pointer;
    position: relative;
}
.splide__slide__container--has-video:hover .splide__video__play {
    opacity: 1;
}
.splide__video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.splide__video__wrapper {
    background: #000;
    height: inherit;
    width: inherit;
}
.splide__video__wrapper div,
.splide__video__wrapper iframe,
.splide__video__wrapper video {
    height: 100%;
    width: 100%;
}
.splide__video__play {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity 0.1s linear;
    width: 40px;
}
.splide__video__play:after {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 9px 0 9px 17px;
    content: "";
    display: inline-block;
    margin-left: 4px;
}
.popup {
    opacity: 0;
    visibility: hidden;
}
.color-main {
    color: #1d1d1d;
}
.color-white {
    color: #fff;
}
.color-black {
    color: #1d1d1d;
}
.color-green {
    color: #e50748;
}
.color-blue {
    color: #1e2e54;
}
.color-ice {
    color: #e8e9ed;
}
.color-red {
    color: #ff5f5f;
}
.color-orange {
    color: #ecb500;
}
.color-gray {
    color: rgba(255, 255, 255, 0.5);
}
.color-gray2 {
    color: #f2f2f2;
}
.color-gray-light {
    color: #d6d6d6;
}
.color-azure {
    color: #eff3fc;
}
.color-green-emerald {
    color: #00b67a;
}
.color-gray-2 {
    color: #f2f2f2;
}
.color-gray-dark {
    color: #8c8c8c;
}
.color-paktool-green-dark {
    color: #0e5f17;
}
.color-paktool-green-light {
    color: #4ab350;
}
.color-paktool-green-grey {
    color: #414042;
}
.color-gray-3 {
    color: #99a1b1;
}
.color-gray-4 {
    color: #4b5876;
}
.color-dark {
    color: #101010;
}
.color-gray-5 {
    color: #4a4a4a;
}
.color-gray-6 {
    color: #4e4e4e;
}
.color-gray-7 {
    color: #fafafa;
}
.color-dark-blue {
    color: #1a294b;
}
.color-gray-dark-1 {
    color: #464646;
}
.color-gray-8 {
    color: #bebebe;
}
.color-orange-bright {
    color: #f57926;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-upper {
    text-transform: uppercase;
}
.text-left-important {
    text-align: left !important;
}
.right {
    float: right;
}
.left {
    float: left;
}
.nowrap {
    white-space: nowrap;
}
.single-word {
    word-spacing: 9999px;
}
.underline {
    text-decoration: underline;
}
a.underline {
    text-decoration: underline;
}
.relative {
    position: relative;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-visible {
    overflow: visible;
}
.opacity-50 {
    opacity: 0.5;
}
.lh-15 {
    line-height: 1.5;
}
.flex-spacer {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.font-sm {
    font-size: 14px;
}
.font-xs {
    font-size: 12px;
}
.block-el {
    display: block;
}
.font-regular {
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .font-size-24-mobile {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .font-size-28-tablet {
        font-size: 28px;
        line-height: 35px;
    }
}
.input-as-span {
    max-width: 80px;
    text-align: center;
    background-color: transparent;
    border: 0;
}
.no-events {
    pointer-events: none !important;
}
.position-rel {
    position: relative;
}
@media screen and (min-width: 992px) {
    .vertical-border-right {
        border-right: 1px solid #e8e9ed;
        padding-right: 40px;
    }
    .vertical-border-right + * {
        padding-left: 40px;
    }
}
@media screen and (min-width: 992px) {
    .horizontal-border-bottom {
        border-bottom: 1px solid #e8e9ed;
        padding-bottom: 40px;
    }
    .horizontal-border-bottom + * {
        padding-top: 40px;
    }
}
a.popup {
    display: block;
}
a.popup[href*="vimeo"] {
    position: relative;
}
a.popup[href*="vimeo"]:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(232, 233, 237, 0.5) url(../images/icons/play-green.svg)
    no-repeat center center/96px auto;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
a.popup[href*="vimeo"]:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.mt-0em {
    margin-top: 0em;
}
.mb-0em {
    margin-bottom: 0em;
}
.ml-0em {
    margin-left: 0em;
}
.mr-0em {
    margin-right: 0em;
}
.pt-0em {
    padding-top: 0em;
}
.pb-0em {
    padding-bottom: 0em;
}
.pl-0em {
    padding-left: 0em;
}
.pr-0em {
    padding-right: 0em;
}
.pall-0em {
    padding: 0em;
}
.mt-2em {
    margin-top: 0.2em;
}
.mb-2em {
    margin-bottom: 0.2em;
}
.ml-2em {
    margin-left: 0.2em;
}
.mr-2em {
    margin-right: 0.2em;
}
.pt-2em {
    padding-top: 0.2em;
}
.pb-2em {
    padding-bottom: 0.2em;
}
.pl-2em {
    padding-left: 0.2em;
}
.pr-2em {
    padding-right: 0.2em;
}
.pall-2em {
    padding: 0.2em;
}
.mt-3em {
    margin-top: 0.3em;
}
.mb-3em {
    margin-bottom: 0.3em;
}
.ml-3em {
    margin-left: 0.3em;
}
.mr-3em {
    margin-right: 0.3em;
}
.pt-3em {
    padding-top: 0.3em;
}
.pb-3em {
    padding-bottom: 0.3em;
}
.pl-3em {
    padding-left: 0.3em;
}
.pr-3em {
    padding-right: 0.3em;
}
.pall-3em {
    padding: 0.3em;
}
.mt-5em {
    margin-top: 0.5em;
}
.mb-5em {
    margin-bottom: 0.5em;
}
.ml-5em {
    margin-left: 0.5em;
}
.mr-5em {
    margin-right: 0.5em;
}
.pt-5em {
    padding-top: 0.5em;
}
.pb-5em {
    padding-bottom: 0.5em;
}
.pl-5em {
    padding-left: 0.5em;
}
.pr-5em {
    padding-right: 0.5em;
}
.pall-5em {
    padding: 0.5em;
}
.mt-6em {
    margin-top: 0.6em;
}
.mb-6em {
    margin-bottom: 0.6em;
}
.ml-6em {
    margin-left: 0.6em;
}
.mr-6em {
    margin-right: 0.6em;
}
.pt-6em {
    padding-top: 0.6em;
}
.pb-6em {
    padding-bottom: 0.6em;
}
.pl-6em {
    padding-left: 0.6em;
}
.pr-6em {
    padding-right: 0.6em;
}
.pall-6em {
    padding: 0.6em;
}
.mt-10em {
    margin-top: 1em;
}
.mb-10em {
    margin-bottom: 1em;
}
.ml-10em {
    margin-left: 1em;
}
.mr-10em {
    margin-right: 1em;
}
.pt-10em {
    padding-top: 1em;
}
.pb-10em {
    padding-bottom: 1em;
}
.pl-10em {
    padding-left: 1em;
}
.pr-10em {
    padding-right: 1em;
}
.pall-10em {
    padding: 1em;
}
.mt-13em {
    margin-top: 1.3em;
}
.mb-13em {
    margin-bottom: 1.3em;
}
.ml-13em {
    margin-left: 1.3em;
}
.mr-13em {
    margin-right: 1.3em;
}
.pt-13em {
    padding-top: 1.3em;
}
.pb-13em {
    padding-bottom: 1.3em;
}
.pl-13em {
    padding-left: 1.3em;
}
.pr-13em {
    padding-right: 1.3em;
}
.pall-13em {
    padding: 1.3em;
}
.mt-15em {
    margin-top: 1.5em;
}
.mb-15em {
    margin-bottom: 1.5em;
}
.ml-15em {
    margin-left: 1.5em;
}
.mr-15em {
    margin-right: 1.5em;
}
.pt-15em {
    padding-top: 1.5em;
}
.pb-15em {
    padding-bottom: 1.5em;
}
.pl-15em {
    padding-left: 1.5em;
}
.pr-15em {
    padding-right: 1.5em;
}
.pall-15em {
    padding: 1.5em;
}
.mt-20em {
    margin-top: 2em;
}
.mb-20em {
    margin-bottom: 2em;
}
.ml-20em {
    margin-left: 2em;
}
.mr-20em {
    margin-right: 2em;
}
.pt-20em {
    padding-top: 2em;
}
.pb-20em {
    padding-bottom: 2em;
}
.pl-20em {
    padding-left: 2em;
}
.pr-20em {
    padding-right: 2em;
}
.pall-20em {
    padding: 2em;
}
.mt-25em {
    margin-top: 2.5em;
}
.mb-25em {
    margin-bottom: 2.5em;
}
.ml-25em {
    margin-left: 2.5em;
}
.mr-25em {
    margin-right: 2.5em;
}
.pt-25em {
    padding-top: 2.5em;
}
.pb-25em {
    padding-bottom: 2.5em;
}
.pl-25em {
    padding-left: 2.5em;
}
.pr-25em {
    padding-right: 2.5em;
}
.pall-25em {
    padding: 2.5em;
}
.mt-30em {
    margin-top: 3em;
}
.mb-30em {
    margin-bottom: 3em;
}
.ml-30em {
    margin-left: 3em;
}
.mr-30em {
    margin-right: 3em;
}
.pt-30em {
    padding-top: 3em;
}
.pb-30em {
    padding-bottom: 3em;
}
.pl-30em {
    padding-left: 3em;
}
.pr-30em {
    padding-right: 3em;
}
.pall-30em {
    padding: 3em;
}
.mt-35em {
    margin-top: 3.5em;
}
.mb-35em {
    margin-bottom: 3.5em;
}
.ml-35em {
    margin-left: 3.5em;
}
.mr-35em {
    margin-right: 3.5em;
}
.pt-35em {
    padding-top: 3.5em;
}
.pb-35em {
    padding-bottom: 3.5em;
}
.pl-35em {
    padding-left: 3.5em;
}
.pr-35em {
    padding-right: 3.5em;
}
.pall-35em {
    padding: 3.5em;
}
.mt-40em {
    margin-top: 4em;
}
.mb-40em {
    margin-bottom: 4em;
}
.ml-40em {
    margin-left: 4em;
}
.mr-40em {
    margin-right: 4em;
}
.pt-40em {
    padding-top: 4em;
}
.pb-40em {
    padding-bottom: 4em;
}
.pl-40em {
    padding-left: 4em;
}
.pr-40em {
    padding-right: 4em;
}
.pall-40em {
    padding: 4em;
}
.mt-50em {
    margin-top: 5em;
}
.mb-50em {
    margin-bottom: 5em;
}
.ml-50em {
    margin-left: 5em;
}
.mr-50em {
    margin-right: 5em;
}
.pt-50em {
    padding-top: 5em;
}
.pb-50em {
    padding-bottom: 5em;
}
.pl-50em {
    padding-left: 5em;
}
.pr-50em {
    padding-right: 5em;
}
.pall-50em {
    padding: 5em;
}
.mt-60em {
    margin-top: 6em;
}
.mb-60em {
    margin-bottom: 6em;
}
.ml-60em {
    margin-left: 6em;
}
.mr-60em {
    margin-right: 6em;
}
.pt-60em {
    padding-top: 6em;
}
.pb-60em {
    padding-bottom: 6em;
}
.pl-60em {
    padding-left: 6em;
}
.pr-60em {
    padding-right: 6em;
}
.pall-60em {
    padding: 6em;
}
.mt-90em {
    margin-top: 9em;
}
.mb-90em {
    margin-bottom: 9em;
}
.ml-90em {
    margin-left: 9em;
}
.mr-90em {
    margin-right: 9em;
}
.pt-90em {
    padding-top: 9em;
}
.pb-90em {
    padding-bottom: 9em;
}
.pl-90em {
    padding-left: 9em;
}
.pr-90em {
    padding-right: 9em;
}
.pall-90em {
    padding: 9em;
}
.mb-0em {
    margin-bottom: 0 !important;
}
.mb-5em {
    margin-bottom: 0.5em !important;
}
@media screen and (min-width: 200px) and (max-width: 1024px) {
    .hide-on-mobile {
        display: none;
    }
}
@media screen and (min-width: 1025px) {
    .hide-on-desktop {
        display: none;
    }
}
@media screen and (min-width: 569px) and (max-width: 767px) {
    .hide-on-sm,
    .hide-on-sm-down {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .hide-on-md,
    .hide-on-md-down {
        display: none;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .hide-on-lg,
    .hide-on-lg-down {
        display: none;
    }
}
.hidden {
    display: none !important;
}
.hide {
    display: none;
}
@media all and (max-width: 1199px) {
    .hide-tablet-down {
        display: none;
    }
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.stop-scrolling {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}
.font-bold {
    font-weight: bold;
}
.full-width {
    width: 100%;
}
.fill-blue {
    fill: #1e2e54;
}
.mw-650 {
    max-width: 650px;
}
@media all and (max-width: 640px) {
    .mw-mob-230 {
        margin-right: auto;
        margin-left: auto;
        width: 230px;
    }
}
.pos-relative {
    position: relative;
}
@media all and (max-width: 767px) {
    .text-center-mobile {
        text-align: center;
    }
}
@media all and (max-width: 991px) {
    .text-center-not-desktop {
        text-align: center;
    }
}
@media all and (max-width: 1249px) {
    .text-center-laptop {
        text-align: center;
    }
}
@media all and (min-width: 991px) {
    .text-right-on-desktop {
        text-align: right;
    }
}
@media all and (min-width: 768px) {
    .text-center-tablet-above {
        text-align: center;
    }
}
.z-index-2 {
    position: relative;
    z-index: 2;
}
@media all and (min-width: 1025px) {
    .show-on-mobile {
        display: none;
    }
}
.scroll::-webkit-scrollbar-track,
.block--table::-webkit-scrollbar-track,
.table-stock-form .table-stock-wrapper::-webkit-scrollbar-track,
.table-regular-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5;
}
.scroll::-webkit-scrollbar,
.block--table::-webkit-scrollbar,
.table-stock-form .table-stock-wrapper::-webkit-scrollbar,
.table-regular-wrapper::-webkit-scrollbar {
    height: 8px;
    background-color: #f5f5f5;
}
.scroll::-webkit-scrollbar-thumb,
.block--table::-webkit-scrollbar-thumb,
.table-stock-form .table-stock-wrapper::-webkit-scrollbar-thumb,
.table-regular-wrapper::-webkit-scrollbar-thumb {
    background-color: #1e2e54;
    border-radius: 12px;
}
.border-bottom {
    border-bottom: 1px solid #e8e9ed;
}
.border-top {
    border-top: 1px solid #e8e9ed;
}
label.error {
    position: absolute;
    font-size: 12px;
    left: 10px;
    color: #ff5f5f;
    margin-top: 3px;
}
@media all and (max-width: 1024px) {
    .md-down-padded {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.divider {
    width: 100%;
    height: 2px;
    background-color: #f2f2f2;
}
.divider--closer {
    margin-top: -2rem;
}
.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}
.divider {
    width: 100%;
    height: 2px;
    background-color: #f2f2f2;
}
.divider--closer {
    margin-top: -2rem;
}
.stop-transition {
    transition: none !important;
}
.headline-divider {
    border: 0;
    width: 100%;
    height: 1px;
    background-color: #1e2e54;
}
.full-height {
    height: 100%;
}
.highlight-white {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #fff;
}
.highlight-black {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #1d1d1d;
}
.highlight-green {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #e50748;
}
.highlight-blue {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #1e2e54;
}
.highlight-ice {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #e8e9ed;
}
.highlight-red {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #ff5f5f;
}
.highlight-orange {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #ecb500;
}
.highlight-gray {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: rgba(255, 255, 255, 0.5);
}
.highlight-gray2 {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #f2f2f2;
}
.highlight-gray-light {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #d6d6d6;
}
.highlight-azure {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #eff3fc;
}
.highlight-green-emerald {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #00b67a;
}
.highlight-gray-2 {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #f2f2f2;
}
.highlight-gray-dark {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #8c8c8c;
}
.highlight-paktool-green-dark {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #0e5f17;
}
.highlight-paktool-green-light {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #4ab350;
}
.highlight-paktool-green-grey {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #414042;
}
.highlight-gray-3 {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #99a1b1;
}
.highlight-gray-4 {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #4b5876;
}
.highlight-dark {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #101010;
}
.highlight-gray-5 {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #4a4a4a;
}
.highlight-gray-6 {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #4e4e4e;
}
.highlight-gray-7 {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #fafafa;
}
.highlight-dark-blue {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #1a294b;
}
.highlight-gray-dark-1 {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #464646;
}
.highlight-gray-8 {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #bebebe;
}
.highlight-orange-bright {
    padding: 0.3em 10px 0;
    position: relative;
    display: inline-block;
    border-radius: 0.3em;
    background: #f57926;
}
.page-overly main,
.page-overly header,
.page-overly nav {
    pointer-events: none;
}
.page-overly:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.4s;
}
.font-sm {
    font-size: 16px;
}
.font-lg {
    font-size: 20px;
}
.message,
.list-radio__date-picker-message {
    margin-top: 11px;
    padding: 12px 15px;
    display: block;
    width: 94%;
    font-size: 14px;
    font-weight: bold;
    border-radius: 9px;
    background-color: #ecb500;
}
.message--wide {
    width: 100%;
}
@media all and (max-width: 567px) {
    .message,
    .list-radio__date-picker-message {
        margin-bottom: 10px;
    }
}
.d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.rounded-corners {
    border-radius: 22px;
}
.circle-green:before {
    background-color: #e50748;
}
.circle-blue:before {
    background-color: #1e2e54;
}
.circle-orange:before {
    background-color: #f99900;
}
.circle-red:before {
    background-color: #d00;
}
.circle-light-blue:before {
    background-color: #3fcffa;
}
@media all and (max-width: 575px) {
    .center-mobile {
        margin-left: auto;
        margin-right: auto;
    }
}
.leaf-icon {
    position: absolute;
    right: 15px;
    top: 15px;
}
.leaf-icon--md {
    width: 42px;
    height: 42px;
}
.font-md {
    font-size: 18px;
}
.svg-rounded-corners {
    border-radius: 50%;
}
.zindex-1 {
    z-index: 1;
    position: relative;
}
.zindex-2 {
    z-index: 2;
}
/*# sourceMappingURL=main.css.map */
.hakkimizdabg:after{
    content:"";
    background:url("../images/hakkimizda-232.png")no-repeat center;
    width: 429px;
    height: 100%;
    position: absolute;
    right: -410px;
    top: 0;
}
.hakkimizdabg:before{
    content:"";
    background:url("../images/hakkimizda-231.png")no-repeat center;
    position: absolute;
    height: 100%;
    width: 376px;
    left: -390px;
}

.sitebox{
    float: left;
    width: 100%;
    margin: 20px 0;
    position: relative;
    z-index: 9;
}
.siteboxs{
    float: left;
    margin-right: 15px;
    width: 19%;
    position: relative;
    height: 114px;
    overflow: hidden;
    background: #f4f4f6;
    border-radius: 5px;
}
.siteboxs:last-child{
    margin-right: 0;
}
.siteboxs span{
    padding: 8px;
    border-radius: 0px 4px 4px 0px;
    color: #222;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500;
    font-size: 13px;
}
.siteboxsimg{
    float: left;
    width: 100%;
    height: 114px;
    overflow: hidden;
}
.siteboxsimg img.siteboxsimglogo{
    float: left;
    width: 35%;
    position: absolute;
    filter: grayscale(1);
    margin: auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    right: 0;
    bottom: 10px;
}
.siteboxsimg:hover img.siteboxsimglogo{
    filter: grayscale(0);
}
@media screen and (max-width: 1024px){

    .siteboxs {
        width: 46%;
        margin-bottom: 10px;
    }
    .l-header--margin-top {
        margin-top: 0;
    }

    .siteboxs:nth-child(2n+2){
        margin-right: 0;
    }
}