/** Shopify CDN: Minification failed

Line 2209:4837 Unexpected "<"
Line 2455:30 Expected identifier but found "{"

**/
/* Publish by EComposer at 2025-07-31 13:29:27*//**ECOM-INSERT-CSS**/
                .ecom-column {
                    position: relative;
                    /* display: flex; responsive generate display block */
                }
                .ecom-column>.core__column--wrapper {
                    align-items: flex-start; /* fix tam de mn lam layout */
                    display: flex;
                }
                /*.ecom-column:hover {
                    z-index: 1;
                }*/

                .ecom-column__overlay .ecom-overlay {
                    pointer-events: none;
                }

                .ecom-column__overlay > .ecom-overlay, .ecom-column__overlay .ecom-video-background-youtube {
                    position: absolute;
                    inset: 0;
                }

                @media only screen and (min-width: 768px) {
                    .ecom-column>.core__column--wrapper {
                        height: 100%;
                    }
                }
                /*.ecom-parallax-background {
                    background-size: cover;
                    width: 100%;
                    height: 100%;
                    transition: background-position 0.2s linear;
                    background-repeat: inherit !important;
                }*/
                .ecom-use-parallax {
                    background: unset !important;
                }
                .ecom-parallax-background {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    overflow: hidden;
                }
                .ecom-parallax-background img {
                    object-fit: cover;
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translate(-50%,0);
                    pointer-events: none;
                }
                .ecom-row {
                    width: 100%;
                    position: relative;
                }
                .ecom-video-background-youtube-wrapper {
                    overflow: hidden
                }
                .ecom-section__overlay > .ecom-overlay, .ecom-section__overlay .ecom-video-background-youtube, .ecom-video-background-youtube-wrapper{
                    position:absolute;
                    top:0;
                    left:0;
                    bottom:0;
                    right:0;
                }
                .ecom-row:not(.ecom-section) {
                    float: left;
                }
                .ecom-row.ecom-section {
                    clear: both;
                }
                .ecom-row:hover {
                    z-index: 1;
                }
                .ecom-row>div.core__row--columns.core__row--full {
                    max-width: 100%;
                }
                @media (min-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { height: 300%; top: -100%; }
                }
                @media (max-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { width: 300%; left: -100%; }
                }
                @supports not (aspect-ratio: 16 / 9) {
                    .ecom-video-background-youtube:before {
                        display: block;
                        content: "";
                        width: 100%;
                        padding-top: 56.25%;
                    }
                    .ecom-video-background-youtube .ecom-video-background {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }
                    .ecom-video-background {
                        -o-object-fit: unset !important;
                        object-fit: unset !important;
                    }
                }
                @media (max-width: 767px) {
                    .ecom-section__video-bg .ecom-video-background-youtube {
                        display: none;
                    }
                }
                
                    .image-resize {
                        width: auto !important;
                        max-width: 100% !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default picture {
                        height: var(--height-resize) !important;
                        width: var(--width-resize) !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default .ecom-image-picture img {
                        width: 100% !important;
                        height: 100% !important;
                    }
                    .ecom-container-image.resize .ecom-image-content-position.ecom-image-default.ecom-base-image-container-overlay{
                        width: var(--width-resize) !important;
                        user-select: none;
                        -ms-user-select: none;
                        -webkit-user-select: none;
                    }
                    .ecom-container-image.resize .ecom-image-picture * {
                        /*transition: none;*/
                        pointer-events: none;
                    }
                    .ecom-base-image.ecom-overlay > .ecom-overlay-text{
                        text-align:center
                    }
                    .ecom-image-align{
                        display:flex;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-picture{
                        overflow: hidden;
                        width:100%;
                        height:100%;
                    }
                    .ecom-base-image .ecom-image-picture img {
                        min-height: 1px;
                        object-position: var(--object-position);
                    }
                    .ecom-base-image picture {
                        overflow: hidden;
                        flex:1 1 auto;
                        min-height:1px;
                    }
                    .ecom-base-image picture img{
                        display: block;
                        max-width: 100%;
                        height: auto;
                        width: 100%;
                    }
                    .ecom-base-image figure{
                        display: flex;
                    }
                    .ecom-container-image{
                        display: flex;
                        flex-direction: column;
                        width:100%;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-content-position{
                        position: relative;
                    }
                    .ecom-base-image.ecom-overlay {
                        position: absolute;
                        z-index: 1;
                        opacity: 0.5;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                    }
                    .ecom-image__caption{
                        width:100%;
                    }
                    .ecom-base-image .ecom-image-picture, .ecom-base-image .ecom-image-picture img {
                        width: 100%;
                        max-width: 100%;
                    }
                    .ecom-base-image .ecom-base-image-container-overlay:hover>.ecom-overlay {
                        background-color: rgba(17, 24, 39, 0.3);
                    }
                    .ecom-base-image.image-highlight:after {
                        content: "";
                        position: fixed;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        background: #000000bf;
                        z-index: 999;
                        opacity: 1;
                        pointer-events: none; /* for clickable thought overlay */
                    }
                    .ecom-base-image.image-highlight .ecom-container-image {
                        z-index: 1000;
                    }
                    @media (max-width: 1024px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-tablet);
                        }
                    }
                    @media (max-width: 767px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-mobile);
                        }
                    }
                

                    .el__heading--tooltip-wrapper{
                        position: relative;
                        display: inline-block;
                    }
                    .el__heading--tooltip-wrapper svg{
                        width: 18px;
                        cursor: pointer;
                    }
                    .el__heading--tooltip-content{
                        line-height: 16px;
                        max-width: 200px;
                        position: absolute;
                        display: block;
                        width: max-content;
                        opacity: 0;
                        padding: 5px;
                        visibility: hidden;
                        font-size: 14px;
                        background-color: #545454;
                        color: #ffffff;
                        border-radius: 5px;
                        transition: .5s ease all;
                        z-index: 999;
                    }
                    .el__heading--tooltip-content.el__tooltip-tablet, .el__heading--tooltip-content.el__tooltip-mobile {
                        display: none;
                    }
                    .el__heading--tooltip-bottom{
                        left: 50%;
                        transform: translate(-50%, 10px);
                    }

                    .el__heading--tooltip-left{
                        transform: translate(-20px, -50%);
                        right: 100%;
                        top: 50%;
                    }
                    .el__heading--tooltip-top{
                        left: 50%;
                        bottom: 100%;
                        transform: translate(-50%, -10px);
                    }
                    .el__heading--tooltip-right {
                        top: 50%;
                        left: 100%;
                        transform: translate(20px, -50%);
                    }
                    .tooltip__arrow:before{
                        position: absolute;
                        content: '';
                        width: 8px;
                        height: 8px;
                        background: inherit;
                        z-index: -1;
                    }
                    .tooltip__arrow.el__heading--tooltip-bottom:before{
                        top: 0;
                        transform: translate(-50%, -50%) rotate(45deg);
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-top:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 0%;
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-right:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 50%;
                        left: 0%;
                    }
                    .tooltip__arrow.el__heading--tooltip-left:before{
                        transform: translate(50%,50%) rotate(45deg);
                        bottom: 50%;
                        right: 0%;
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-bottom, .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-top {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-50%, 0);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-left {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-15px, -50%);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-right {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(15px, -50%);
                    }
                    @media screen and (max-width: 1024px) {
                        .el__heading--tooltip-content.el__tooltip-desktop {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: block;
                        }
                    }
                    @media screen and (max-width: 767px) {
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-mobile {
                            display: block;
                        }
                    }
                
                .ecom__text--dropcap:first-letter {
                    font-size: 40px;
                    color: #2bcf19;
                    display:inline-flex;
                    border-style: solid;
                    border-width: 1px;
                    border-color: transparent;
                    float:left;
                    line-height:1;
                }
                .ecom__text--dropcap.has-drop-cap-view-default:first-letter {
                    border:none;
                }
                body[ecom-loaded] .ecom-sections .element__text a {
                    cursor: auto;
                }
                .text-content.ecom-html {
                    overflow: hidden;
                    position: relative;
                }

                .ecom-text--is-mark::after {
                    position: absolute;
                    content: '';
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 150px;
                    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
                    pointer-events: none;
                }

                .ecom-text_view-more-btn,
                .ecom-text_view-less-btn {
                    display: flex;
                    background: none;
                    outline: none;
                    border: none;
                    align-items: center;
                }

                .ecom__element--button-icon {
                    display: flex;
                    align-items: center;
                }

                .ecom-text_view-more-btn svg, .ecom-text_view-less-btn svg {
                    width: 16px;
                    color: #fff;
                }
                sub, sup{
                    position: relative;
                    font-size: 75%;
                    line-height: 0;
                    vertical-align: baseline;
                }
                sup{
                    top: -.5em;
                }
                sub{
                    bottom: -.25em;
                }

            
                    .ecom-element-button.ecom-button-default{
                        display:flex;
                    }
                    a.ecom__element--button{
                        display: inline-flex;
                        align-items: center;
                        text-decoration: none;
                        text-align:center
                    }
                    .ecom__element--button-icon{
                        display:inline-flex;
                        color:inherit;
                    }
                    .ecom__element--button-icon svg{
                        width:24px;
                        height:auto
                    }
                
                    body[ecom-loaded] .ecom__accordion:not(.ecom-accordion-close-all) .ecom-item-active.ecom-accordion__item:first-child > .ecom-accordion__body {
                        height: 100% !important;
                    }
                    body[ecom-loaded] .ecom-accordion__item:not(.ecom-item-active) > .ecom-accordion__body {
                        height: 0 !important;
                    }
                    .ecom-accordion__title-text{
                        flex:1
                    }
                    body[ecom-loaded] .core__group--item.ecom-accordion__item.ecom-item-active > .ecom-accordion__body, .core__group--item.ecom-accordion__item.ecom-item-active > .ecom-accordion__body, body[ecom-loaded] .core__group--item.ecom-accordion__item.ecom-item-active .core__blocks--body {
                        overflow: inherit;
                    }
                    .core__group--item.ecom-accordion__item {
                        width: 100%;
                        flex:unset !important;
                        transition: all 500ms ease;
                    }
                    .ecom-accordion__item + .ecom-accordion__item {
                        margin-top: -1px;
                    }
                    .ecom-core .ecom-accordion__item >.ecom-accordion__body {
                        overflow: hidden;
                        margin: 0;
                        border: 0;
                        height:0;
                        opacity: 0;
                        /*transition:height 300ms ease-out;*/
                    }
                    .ecom-core .ecom-item-active > .ecom-accordion__body {
                        opacity: 1 !important;
                    }
                    .core__group--wrapper:not(.ecom-accordion-close-all) .ecom-accordion__item:first-child >.ecom-accordion__body  {
                        display: block;
                    }
                    .ecom-accordion__title {
                        cursor: pointer;
                    }
                    .ecom-accordion_nav--icon {
                        display: flex;
                        align-items: center;
                    }
                    .ecom-accordion_wrapper-info {
                        flex: 1;
                    }
                    .ecom-accordion_wrapper-info svg {
                        width: 20px;
                        height: 20px;
                    }
                    .ecom-accordion_wrapper-info .ecom-accordion_icon-title {
                        display: flex;
                    }

                    .ecom-accordion_nav--icon svg{
                        height:auto;
                    }
                    .ecom-accordion__body > div{
                        padding:0 !important;
                    }
                    .ecom-items-icon-active{
                        display:none;
                    }
                    .ecom-accordion_nav--icon.ecom-items--icon {
                      transition: all .2s ease;
                    }
                    .ecom-item-active.ecom-accordion__item > .ecom-items > .ecom-accordion_nav--icon{
                        display:none
                    }
                    .ecom-item-active.ecom-accordion__item > .ecom-items > .ecom-items-icon-active{
                        display:flex;
                    }
                    .ecom-accordion__wrapper .core__group--items{
                        display:flex;
                        flex-wrap:wrap;
                    }
                    .ecom-core .ecom-item-active > .ecom-accordion__body.ecom-accordion__body--auto-height,
                    .ecom-item-group-init.ecom-item-active > .ecom-accordion__body{
                        height:auto !important;
                    }
                    .ecom-items--icon[data-image="true"]{
                        display: none;
                    }
                

                a.ecom-product__heading {
                    display: block;
                }
            
                .ecom-iconlist--image img{
                    width: 20%;
                }
                .ecom-iconlist--link{
                    text-decoration:none
                }
                .ecom-iconlist--list{
                    display:grid;
                }
                .ecom-iconlist--item{
                    position: relative
                }
                .ecom-iconlist--list[data-layout='inline'] .ecom-iconlist--item{
                    display: flex;
                    align-items:center;
                }
                .ecom-iconlist-content{
                    flex:1;
                    display:flex;
                    flex-direction:column;
                    gap:10px;
                }
                .ecom-iconlist--title{
                    margin:0;
                }
                .ecom-iconlist--list, .ecom-iconlist--container {
                    margin: 0;
                    padding: 0;
                    list-style-type: none;
                }
                .ecom-iconlist--container{
                    display:flex;
                    align-items:center;
                }
                .ecom-iconlist--list[data-layout='default'] .ecom-iconlist--container {
                    padding-top: calc(var(--ecom-spacing) / 2);
                    padding-bottom: calc(var(--ecom-spacing) / 2);
                }

                .ecom-iconlist--list[data-layout='default'] .ecom-iconlist--item{
                    flex-direction:column;
                    display:flex;
                }
                .ecom-iconlist--list[data-layout='default']{
                    display:grid !important;
                }
                .ecom-iconlist--list[data-layout='inline']{
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }
                .ecom-iconlist--list[data-layout='inline'] {
                    margin-left: calc(var(--ecom-spacing) / -2);
                    margin-right: calc(var(--ecom-spacing) / -2);
                }
                .ecom-iconlist--list[data-layout='inline'] .ecom-iconlist--container {
                    padding-left: calc(var(--ecom-spacing) / 2);
                    padding-right: calc(var(--ecom-spacing) / 2);
                }
                .ecom-iconlist--icon{
                    display: flex;
                }
                .ecom-iconlist--icon[data-image="true"]{
                    display: none;
                }
                .ecom-iconlist--icon svg {
                    height: 37px;
                    width: 37px;
                }
                .ecom-iconlist--container{
                    display: inline-flex;
                    align-items: center;
                }
            
                    .ecom-delivery-time-wrapper{
                        display: block;
                        font-size: 16px;
                    }
                    .ecom-delivery-time,
                    .ecom-delivery-time-text{
                        display: inline;
                    }
                    .ecom-product-single__delivery-time { 
                        opacity: 0;
                        visibility: hidden;
                    }
                    .ecom-product-single__delivery-time.ecom-delivery-loaded { 
                        opacity: 1;
                        visibility: visible;
                    }
                    .ecom-delivery-icon{
                        display: inline-block;
                        margin-right: 5px;
                    }
                    .ecom-delivery-icon svg{
                        width: inherit;
                    }

                
                  .ecom-elements-slider {
                    overflow: hidden;
                  }
                  .ecom-swiper-flip .ecom-swiper-slide, .ecom-swiper-fade .ecom-swiper-slide {
                    pointer-events: auto !important;
                  }
                  .ecom-swiper-fade .ecom-box-active {
                    z-index: 99
                  }
                  body[ecom-loaded] .ecom-elements-slider {
                    overflow: unset;
                  }
                  .ecom-swiper-creative.ecom-slider .ecom-swiper-wrapper{
                    transform: translateX(0) !important;
                  }
                  .ecom-slider__image--link {
                      position: absolute;
                      inset: 0;
                      display: block !important;
                      opacity: 0;
                      z-index: 100
                  }
                  .ecom-slider--container .ecom-swiper-vertical.ecom-slider-not-custom-height .ecom-swiper-wrapper {
                    height: 640px !important;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button {
                    transform: translateX(-50%);
                    left: 50%;
                    width: fit-content;
                    height: fit-content;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-prev {
                    top: 0;
                    bottom: unset;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-next {
                    bottom: 0;
                    top: unset;
                  }
                  .ecom-slider--container .ecom-swiper-autoheight.ecom-swiper-horizontal .ecom-swiper-slide, .ecom-slider--container .ecom-swiper-horizontal .ecom-swiper-wrapper {
                    height: 100% !important;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position {
                    flex-direction: column !important;
                    position: absolute;
                    height: fit-content;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_left"] {
                    top: 20px;
                    left: 20px;
                    bottom: unset;
                    right: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_right"] {
                    top: 20px;
                    right: 20px;
                    bottom: unset;
                    left: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_center"] {
                    left: 50%;
                    right: unset;
                    transform: translateX(50%);
                    top: 0;
                    bottom: unset;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_left"] {
                    bottom: 20px;
                    left: 20px;
                    right: unset;
                    top: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_right"] {
                    bottom: 20px;
                    right: 20px;
                    left: unset;
                    top: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_center"] {
                    left: 50%;
                    right: unset;
                    transform: translateX(-50%);
                    top: unset;
                    bottom: 0;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="center_right"] {
                    bottom: unset;
                    left: unset;
                    right: 20px;
                    top: 50%;
                    transform: translateY(-50%);
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="center_left"] {
                    bottom: unset;
                    left: 20px;
                    right: unset;
                    top: 50%;
                    transform: translateY(-50%);
                  }
                  .ecom-slider__has-link .ecom-content-item__container {
                    pointer-events: none;
                  }
                  .ecom-swiper-navigation-position{
                      display:flex;
                  }
                  .ecom-swiper-navigation-position button{
                      margin:0
                  }
                  .ecom-swiper-navigation button{
                      position:unset;
                      margin:0
                  }
                  .ecom-slider--container {
                      opacity: 0;
                      position: relative;
                      display: flex;
                      flex-direction: column;
                  }
                  .ecom-slider--container.ecom-swiper-initialized-wrapper {
                      opacity: 1;
                  }
                  .ecom-swiper-pagination-bullet:only-child {
                      opacity: none
                  }
                  .ecom-swiper-button svg{
                      width:24px;
                      height:24px;
                  }
                  .ecom-flex-center, .ecom-swiper-navigation {
                      display: flex;
                      align-items: center;
                  }
                  .ecom-swiper-navigation{
                      justify-content: center
                  }
                  .ecom-slider img {
                      display: block
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet img{
                      display: block;
                      width: 100%;
                      height: 100%;
                      object-fit: cover
                  }
                  .ecom-slider--container .ecom-swiper-button-next:after,
                  .ecom-slider--container .ecom-swiper-button-prev:after {
                      content: none;
                  }
                  .ecom-slider--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
                  .ecom-slider--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                      position: static;
                      margin: 0;
                  }
                  .ecom-slider--container .ecom-swiper-button-next,
                  .ecom-slider--container .ecom-swiper-button-prev {
                      border: 0;
                      background: transparent;
                      width: auto;
                      height: auto;
                      padding: 5px;
                      color: #444;
                      /*transform: translateY(-50%);*/
                  }
                  .ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-next,
                  .ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-prev {
                    transform: translateY(-50%);
                  }
                  .ecom-slider--container .ecom-swiper-pagination:not(.ecom-swiper-pagination-progressbar) {
                      position: relative;
                      display: flex;
                      flex-wrap: wrap;
                      align-items: center
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet {
                      width: 15px;
                      height: 15px;
                      opacity: 1;
                      overflow: hidden;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet,
                  .ecom-slider--container .ecom-swiper-pagination-bullet-active{
                      background-clip: content-box;
                      padding: 1px;
                      box-sizing: content-box !important;
                      background-color: currentColor;
                  }
                   .ecom-swiper-container-horizontal>.ecom-swiper-pagination-bullets{
                      width:auto;
                  }
                  .ecom-slider--container .ecom-swiper-slide{
                      position: relative;
                  }
                  .ecom-swiper-slide div.core__blocks>div.core__blocks--body{
                      display:flex
                  }
                  .ecom-content-item__container {
                      width: 100%;
                      z-index: 99;
                  }
                  .ecom-slider:not(.ecom-swiper-initialized):not(.ecom-swiper-container-initialized) {
                    opacity: 0
                  }
                  .ecom-swiper-slide .ecom-content-item {
                      display: flex;
                      justify-content: center;
                  }
                  .ecom-swiper-slide .ecom-image-background{
                      position:absolute;
                      top:0;
                      left:0;
                      height: 100% !important;
                      width: 100%;
                  }
                  .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img{
                      position:absolute;
                      top:0;
                      left:0;
                      height: 100% !important;
                      width: 100%;
                      object-fit: cover;
                      object-position: center center;
                  }

                  .ecom-overlay {
                      display: block;
                      position: absolute;
                      inset: 0;
                  }

                  .ecom-elements-slider .ecom-overlay span:not(.ecom-video-icon-play) {
                      opacity: 0;
                      visibility: hidden;
                  }

                  .ecom-slider--container .ecom-swiper-pagination-bullets, .ecom-swiper-pagination-custom, .ecom-swiper-pagination-fraction {
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      bottom: 0;
                  }

                  .ecom-slider--container .ecom-swiper-pagination-bullets, .ecom-swiper-pagination-custom, .ecom-swiper-pagination-fraction {
                      bottom: 0;
                  }
                  .ecom-content-item {
                      height: 100%;
                  }
                  .ecom-slider--container .ecom-swiper-navigation[data-navigator-type="classic"] .ecom-swiper-pagination,
                  .ecom-slider--container .ecom-swiper-navigation:not([data-navigator-type]) .ecom-swiper-pagination {
                      width:100%
                  }
                  .ecom-transition-Bottom2Top, .ecom-transition-Top2Bottom, .ecom-transition-Left2Right, .ecom-transition-Right2Left {
                      transform: translateY(40px);
                      -webkit-transform: translateY(40px);
                      -moz-transform: translateY(40px);
                      transition: .4s cubic-bezier(.44, .13, .48, .87) .3s;
                      -webkit-transition: .4s cubic-bezier(.44, .13, .48, .87) .3s;
                      opacity: 0;
                  }
                  .ecom-transition-Top2Bottom {
                      transform: translateY(-40px);
                      -webkit-transform: translateY(-40px);
                      -moz-transform: translateY(-40px);
                  }
                  .ecom-transition-Left2Right {
                      transform: translateX(-40px);
                      -webkit-transform: translateX(-40px);
                      -moz-transform: translateX(-40px);
                  }
                  .ecom-transition-Right2Left {
                      transform: translateX(40px);
                      -webkit-transform: translateX(40px);
                      -moz-transform: translateX(40px);
                  }
                  .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Bottom2Top, .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Top2Bottom, .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Left2Right, .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Right2Left {
                      transform: translateY(0);
                      -webkit-transform: translateY(0);
                      -moz-transform: translateY(0);
                      opacity: 1;
                  }
                  .ecom-swiper-pagination-bullet {
                      position: relative;
                  }
                  .ecom-swiper-pagination-bullet:after {
                      content: '';
                      position: absolute;
                      bottom: 0;
                      height: 0;
                      left: 0;
                      width: 100%;
                      box-shadow: 0 0 1px #fff;
                      -webkit-transition: height .3s;
                      transition: height .5s;
                  }
                  .ecom-swiper-navigation-position .ecom-swiper-button {
                    position: var(--ecom-position);
                  }
                  .ecom-swiper-effect-cube .ecom-image-background img {
                    /* visibility: visible; */
                  }
                  .ecom-autoplay-progress {
                    position: absolute;
                    right: 16px;
                    bottom: 16px;
                    z-index: 10;
                    width: 48px;
                    height: 48px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-weight: bold;
                    color: #000;
                  }

                  .ecom-autoplay-progress svg {
                    --progress: 0;
                    position: absolute;
                    left: 0;
                    top: 0px;
                    z-index: 10;
                    width: 100%;
                    height: 100%;
                    stroke-width: 4px;
                    color: #1ced8f;
                    fill: none;
                    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
                    stroke-dasharray: 125.6;
                    transform: rotate(-90deg);
                  }
                  .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position);
                      object-fit: var(--ecom-object-fit);
                    }
                  @media (max-width: 1024px) {
                    .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position-tablet);
                      object-fit: var(--ecom-object-fit-tablet);
                    }
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                      position: var(--ecom-position__tablet);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_left"] {
                      top: 20px;
                      left: 20px;
                      bottom: unset;
                      right: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_right"] {
                      top: 20px;
                      right: 20px;
                      bottom: unset;
                      left: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(50%);
                      top: 0;
                      bottom: unset;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_left"] {
                      bottom: 20px;
                      left: 20px;
                      right: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_right"] {
                      bottom: 20px;
                      right: 20px;
                      left: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(-50%);
                      top: unset;
                      bottom: 0;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="center_right"] {
                      bottom: unset;
                      left: unset;
                      right: 20px;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="center_left"] {
                      bottom: unset;
                      left: 20px;
                      right: unset;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                  }
                  @media (max-width: 767px) {
                    .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position-mobile);
                      object-fit: var(--ecom-object-fit-mobile);
                    }
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                      position: var(--ecom-position__mobile);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_left"] {
                      top: 20px;
                      left: 20px;
                      bottom: unset;
                      right: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_right"] {
                      top: 20px;
                      right: 20px;
                      bottom: unset;
                      left: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(50%);
                      top: 0;
                      bottom: unset;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_left"] {
                      bottom: 20px;
                      left: 20px;
                      right: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_right"] {
                      bottom: 20px;
                      right: 20px;
                      left: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(-50%);
                      top: unset;
                      bottom: 0;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="center_right"] {
                      bottom: unset;
                      left: unset;
                      right: 20px;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="center_left"] {
                      bottom: unset;
                      left: 20px;
                      right: unset;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                  }
              
                .element__featured .element__featured--box-icon{
                    display: flex;
                }
                .element__featured--wrapper {
                    display: grid;
                    width: 100%;
                }
                .element__featured--box {
                    text-align: center;
                    overflow:hidden;
                }

                .element__featured--box-img img {
                    height: auto;
                    max-width: 100%;
                    border: none;
                    box-shadow: none;
                    transition-duration: 0.3s;
                    vertical-align: middle;
                    pointer-events: none;
                }
                .ecom-button-default{
                    display:flex;
                    justify-content:inherit;
                }
                .element__featured--box-content{
                    justify-content:inherit;
                }

                .element__featured--wrapper-list {
                    display: flex;
                    overflow-x: auto;
                }

                .element__featured--wrapper-list::-webkit-scrollbar {
                    display: block;
                    height: 3px;
                }
                .element__featured--wrapper-list::-webkit-scrollbar-track {
                    background-color: rgba(0,0,0,.15);
                }
                .element__featured--wrapper-list::-webkit-scrollbar-thumb {
                    background-color: rgba(0,0,0,.25)
                }
                .element__featured--box-btn {
                    text-transform: uppercase;
                    text-decoration: none;
                    color: #fff;
                    background-color: #0691b1;
                    border-radius: 4px;
                    margin-top: 6px;
                    margin-bottom: 10px;
                    padding: 5px 20px 5px 20px;
                }
                .ecom-feature-box-icon-link svg {
                    width: 25px;
                    height: 25px;
                }
            
                ecom-marquee-component {
                    opacity: 0;
                    visibility: hidden;
                    height: 0;
                }
                ecom-marquee-component.show {
                    opacity: 1;
                    visibility: visible;
                    height: auto
                }
                .ecom-text-marquee-container {
                    overflow-x: hidden;
                    display: flex;
                    flex-direction: row;
                    position: relative;
                    width: var(--width);
                    transform: var(--transform);
                }

                .ecom-text-marquee-container:hover div {
                    animation-play-state: var(--pause-on-hover);
                }

                .ecom-text-marquee-container:active div {
                    animation-play-state: var(--pause-on-click);
                }

                .ecom-text-marquee-overlay {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                }

                .ecom-text-marquee-overlay::before,
                .ecom-text-marquee-overlay::after {
                    background: linear-gradient(to right, var(--gradient-color), #fff);
                    content: "";
                    height: 100%;
                    position: absolute;
                    width: var(--gradient-width);
                    z-index: 2;
                    pointer-events: none;
                    touch-action: none;
                }

                .ecom-text-marquee-overlay::after {
                    right: 0;
                    top: 0;
                    transform: rotateZ(180deg);
                }

                .ecom-text-marquee-overlay::before {
                    left: 0;
                    top: 0;
                }

                .ecom-text-marque-wrapper {
                    flex: 0 0 auto;
                    min-width: var(--min-width);
                    z-index: 1;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    animation: ecom-scroll var(--duration) linear var(--delay) var(--iteration-count);
                    animation-play-state: var(--play);
                    animation-delay: var(--delay);
                    animation-direction: var(--direction);
                }

                @keyframes ecom-scroll {
                    0% {
                        transform: translateX(var(--percent-start, 0%));
                    }

                    100% {
                        transform: translateX(var(--percent-end, -100%));
                    }
                }
                .ecom-text-marquee-child {
                    display: flex;
                    transform: var(--transform);
                }
                .ecom-marquee {
                    overflow: hidden;
                    display: flex;
                }

                .ecom-marquee .ecom-marquee_items {
                    font-size: 1.8em;
                    width: fit-content;
                    white-space: nowrap;
                }

                .ecom-marquee.animation-reverse .ecom-marquee_items {
                    justify-content: end;
                }

                .ecom-marquee_items.ecom-anim_marquee {
                    animation: ecomMarquee 10s linear infinite;
                }

                .ecom-marquee.animation-reverse .ecom-marquee_items.ecom-anim_marquee {
                    animation: ecomMarqueeReverse 10s linear infinite;
                }

                .element__text-marquee:hover .ecom-marquee_items {
                    animation-play-state: paused;
                }
                .ecom-marquee_items .ecom-marquee_item {
                    display: flex;
                    text-decoration: none;
                }
                @keyframes ecomMarquee {
                    0% { margin-left: 0; }
                    100% { margin-left: -100%; }
                }

                @keyframes ecomMarqueeReverse {
                    0% { margin-left: -100%; }
                    100% { margin-left: 0; }
                }

                .ecom-marquee_items h3 {
                    display: flex;
                    align-items: center;
                }

                .ecom-flex_full {
                    flex: 0 0 100%;
                    width: 100%;
                }

                .ecom-icon-separator svg {
                    width: 20px;
                    height: 20px;
                }

                .ecom-icon-separator, .ecom-marquee-image {
                    padding-left: 15px;
                    padding-right: 15px;
                    line-height: normal;
                    align-self: center;
                }
            
                .element__social.ecom-element{
                    display:flex;
                    flex-wrap:wrap;
                }
                .ecom__element-social{
                    display:flex;
                    width:auto;
                    border-radius:4px;
                    border-width:0px;
                    border-style:solid;
                }
                .ecom__element-social .element-social-link{
                    display:flex;
                    align-items:center;
                    text-decoration: none;
                    width:100%;
                    justify-content:center;
                }
                .icon-border .element-social-link{
                    justify-content:flex-start;
                }
                .element-social-link.left{
                    flex-direction:row;
                }
                .element-social-link.right{
                    flex-direction:row-reverse;
                }
                .element-social-link span{
                    display:inline-flex;
                }
                .social-icon{
                    display:inline-flex;
                    color:white;
                    padding:10px;
                    border:0;
                    border-style:solid;
                    border-color:white;
                    height:100%;
                }
                .social-icon svg{
                    width:24px;
                    height:auto;
                    fill: currentColor;
                }
                .element-social-label{
                    flex:1;
                    justify-content:center;
                    text-align:center;
                    padding:7px 10px;
                    color:white;
                }
                .ecom__element-social a {

                }
                .ecom__element-social.facebook{
                    border-color:#3b5998;
                    background-color:#3b5998;
                }
                .ecom__element-social.twitter{
                    border-color:#000;
                    background-color:#000;
                }

                .ecom__element-social.linkedIn{
                    border-color:#0077b5;
                    background-color:#0077b5;
                }
                .ecom__element-social.pinterest{
                    border-color:#bd081c;
                    background-color:#bd081c;
                }
                .ecom__element-social.reddit{
                    border-color:#ff4500;
                    background-color:#ff4500;
                }
                .ecom__element-social.vk{
                    border-color:#45668e;
                    background-color:#45668e;
                }
                .ecom__element-social.ok{
                    border-color:#f4731c;
                    background-color:#f4731c;
                }
                .ecom__element-social.tumblr{
                    border-color:#476475;
                    background-color:#476475;
                }
                .ecom__element-social.digg{
                    border-color:#005be2;
                    background-color:#005be2
                }
                .ecom__element-social.skype{
                    border-color:#00aff0;
                    background-color:#00aff0;
                }
                .ecom__element-social.stumbleUpon{
                    border-color:#eb4924;
                    background-color:#eb4924;
                }
                .ecom__element-social.mix{
                    border-color:#f3782b;
                    background-color:#f3782b;
                }
                .ecom__element-social.telegram{
                    border-color:#2ca5e0;
                    background-color:#2ca5e0
                }
                .ecom__element-social.pocket{
                    border-color:#ef3f56;
                    background-color:#ef3f56
                }
                .ecom__element-social.xing{
                    border-color:#026466;
                    background-color:#026466
                }
                .ecom__element-social.whatsApp{
                    border-color:#25d366;
                    background-color:#25d366
                }
                .ecom__element-social.email{
                    border-color:#ea4335;
                    background-color:#ea4335
                }
                .ecom__element-social.custom{
                    border-color:rgba(5, 150, 105);
                    background-color:rgba(5, 150, 105)
                }

            
                .ecom-product-single__media-container .ecom-swiper-container.ecom-product-single__media--featured {
                    overflow-y: unset !important;
                    overflow-x: clip !important;
                }
                .ecom-product-single .ecom-swiper-button-lock {
                    display: none !important;
                }
                .ecom-modal-gallery-item iframe {
                    width: 100%;
                    height: 100%;
                }
                .ecom-element.ecom-product-single .ecom-image-link-product {
                    cursor: inherit;
                }
                .ecom-product-single__media--image img {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -o-user-select: none;
                    user-select: none;
                }

                .ecom-media-video, .shopify-model-viewer-ui, .ecom-img-zoom-a, .ecom-product-single__media--model-wrapper {
                    position: absolute;
                    inset: 0
                }

                .ecom-product-single .ec_splide__pagination__page.ec_splide__pagination__page.is-active {
                    transform: none;
                }

                .ecom-product-single__media--thumbs:empty {
                    display: none !important;
                }
                .ecom-product-single__media {
                    display: block;
                    position: relative;
                    width: 100%;
                }
                .ecom-product-single__media--grid .ecom-product-single__media--images img {
                    max-width: 100%;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--images {
                    display: flex;
                    flex-wrap: wrap;
                    margin-bottom: 2rem;
                    padding: 0;
                    gap: 10px;
                    list-style: none;
                }

                .ecom-product-single__media--images {
                    transition: height 0.3s;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--image {
                    width: calc(50% - 1rem / 2);
                    max-width: 100%;
                    flex-grow: 1;
                }
                /** Set the media image and the first image 100% width **/

                .ecom-product-single__media--grid .ecom-product-single__media--image:nth-child(5n+1) {
                    width: 100%;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--image.ecom-product-single__media--full {
                    width: 100%;
                }
                .ecom-product-single__media-label, .ecom-product-single__zoom-icon-wrapper {
                    align-items: center;
                }
                .ecom-product-single__zoom-icon-wrapper {
                    color: #000000;
                    background-color: #f7f7f7;
                    border-style: solid;
                    border-width: 0.8px;
                    overflow: hidden;
                    border-radius: 50%;
                }
                .ecom-product-single__zoom-icon {
                    width: 25px;
                    height: 25px;
                    padding: 6px;
                }
                .ecom-product-single__zoom-icon-wrapper .ecom-product-single__zoom-icon svg{
                    width: 100%;
                    height: 100%;
                    display: flex;
                }
                .ecom-product-single__media-label > span {
                    height: fit-content;
                }

                .ecom-swiper-controls::after {
                    display: none
                }

                .ecom-product-single__media--grid .ecom-swiper-controls {
                    display: none;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--images img,
                .ecom-product-single__media--video video {
                    max-width: 100%;
                }

                .ecom-product-single__media--video video {
                    width: 100%;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--image:first-child {
                    width: 100%;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--image.ecom-product-single__media--full {
                    width: 100%;
                }

                .ecom-product-single__media---external-video {
                    position: relative;
                    padding-top: var(--img_padding, 100%);
                }

                .ecom-product-single__media--image {
                    padding-top: var(--img_padding, 100%);
                }

                .ec_splide__slide.ecom-product-single__media--image img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                .ecom-product-single__media--model {
                    position: relative;
                }
                .ecom-modal .ecom-swiper-wrapper .ecom-splide-slide img {
                    margin: auto !important;
                    height: auto !important;
                }
                .ecom-product-single__media---external-video iframe,
                .ecom-product-single__media--model-wrapper model-viewer {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                }

                .ecom-product-single__media .shopify-model-viewer-ui.shopify-model-viewer-ui--desktop {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                }

                .ecom-product-single__media--image {
                    height: 0;
                }

                .ecom-swiper-wrapper {
                    align-items: stretch;
                }

                /* Height 100% will break the thumbs slider height */
                .ecom-swiper-wrapper .ecom-splide-slide {
                    text-align: center;
                }

                .ecom-product-single__media--slider .ecom-splide-slide img {
                    object-fit: contain;
                }

                .ecom-product-single__media--thumbnail {
                    border: 2px solid transparent;
                    cursor: pointer;
                    display: flex;
                    justify-content: center;
                }
                /* Fix filter CSS on Safari */
                .ecom-product-single__media--featured img {
                    transform: translate3d(0, 0, 0);
                }
                .ecom-product-single__media--featured.ecom-before-init{
                    opacity: 0;
                }

                .ecom-product-single__media--thumbnail img {
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -o-user-select: none;
                    user-select: none;
                    width: 100%;
                    max-width: 100%;
                    height: auto;
                    border: 0;
                    vertical-align: middle;
                    position: relative;
                    z-index: 1;
                }

                .ecom-swiper-controls svg {
                    height: 16px;
                    width: 16px;
                    color: inherit;
                }

                .ecom-product-single__media-wrapper .ecom-swiper-controls {
                    cursor: pointer;
                    width: auto;
                    height: auto;
                    transition: .2s ease-in-out;
                }

                .ecom-product-single .ec_splide__arrow.ecom-swiper-button,
                .ecom-product-single .ec_splide__arrow.ecom-swiper-controls-thumb {
                    padding: 8px;
                }

                .ecom-swiper-controls-thumb svg {
                    height: 100%;
                    width: 100%;
                    color: inherit;
                }
                .ecom-product-single__media--thumbs{
                    position:relative
                }

                .ecom-product-single__media--thumbs.ec_splide--ttb {
                    top: 0;
                    bottom: 0;
                }

                .ecom-product-single .ec_splide__track--ttb.ec_splide__track--nav {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                }

                .ecom-swiper-button-thumb-prev{
                    left:0
                }

                .ecom-product-single__media-container button.ec_splide__arrow.ecom-swiper-controls {
                    transform: inherit;
                }

                .ecom-swiper-controls-thumb > svg{
                    width:24px;
                    height:24px;
                }

                .ecom-swiper-controls-thumb {
                    z-index:10;
                    display:flex;
                    cursor: pointer;
                    width:auto;
                    height:auto;
                    transition: .2s ease-in-out;
                    text-align: center;
                }
                .ecom-swiper-controls-thumb::after{
                    display:none
                }

                .ecom-swiper-controls:after {
                    margin-left: -3px;
                }

                .ecom-product-single__media--thumbnail:hover {
                    z-index: 10;
                }

                button.ecom-product-single__media--play-control {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    border: none;
                    cursor: pointer;
                    margin: 0;
                    padding: 0;
                    background-color:rgb(238 238 238 / 40%);
                }

                .ecom-product-single__media--play-control-wrapper {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%) scale(1);
                    z-index: 1;
                }
                .ecom-product-single__media--thumbnail {
                    position: relative;
                }

                .ecom-product-single__media--thumbnail--icon {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    z-index: 3;
                    display: flex;
                }

                .ecom-product-single__media--thumbnail--icon svg {
                    display: flex;
                }
                .ecom-product-single__media--horizontal .ecom-swiper-controls-thumb,
                .ecom-product-single__media-tablet--horizontal .ecom-swiper-controls-thumb,
                .ecom-product-single__media-mobile--horizontal .ecom-swiper-controls-thumb{
                    transform:translateY(-50%);
                    top: 50%;
                    margin-top: 0px;
                    width: auto;
                    height: auto;
                }
                .ecom-dont-has-many-images .ecom-product-single__media--thumbs,
                .ecom-dont-has-many-images .ec_splide__pagination {
                    display: none;
                }

                .ecom-product-single__media--image.ecom-image-align-left img {
                    left: 0;
                    right: unset;
                    transform: none;
                }
                .ecom-product-single__media--image.ecom-image-align-right img {
                    left: unset;
                    right: 0;
                    transform: none;
                }

                .ecom-product-single__media--image.ecom-image-align-center img {
                    left: 50%;
                    transform: translateX(-50%);
                }

                .ecom-product-single__media .ecom-product-single__media-container {
                    display: flex;
                    flex-direction: column;
                    gap: 10px
                }

                .ecom-swiper-container {
                    width: 100%;
                }
                .ecom-product-single__media--thumbnail > * {
                    transition:inherit;
                }

                /* Image Zoom */
                .ecom-image-zoom {
                    position: relative;
                    display: inline-block;
                    overflow: hidden;
                }

                .ecom-image-zoom > a {
                    cursor: zoom-in;
                }

                .ecom-image-zoom.is-error > a {
                    cursor: not-allowed;
                }

                .ecom-image-zoom.is-loading > a {
                    cursor: progress;
                }

                .ecom-image-zoom > a > img {
                    display: block;
                }

                .ecom-image-zoom-notice {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    z-index: 150;
                    width: 10em;
                    margin: -1em 0 0 -5em;
                    line-height: 2em;
                    text-align: center;
                    background: #FFF;
                    box-shadow: 0 0 10px #888;
                }

                .ecom-image-zoom-flyout {
                    position:absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 200;
                    overflow: hidden;
                    background: #FFF;
                    cursor: crosshair;
                }
                .ecom-image-zoom-window.ecom-image-zoom-flyout {
                    opacity: 0;
                    box-shadow: 0 1px 5px rgba(127,127,127,0.02), 0 5px 18px rgba(127,127,127,0.2);
                }
                .ecom-image-zoom-flyout.ecom-open {
                    animation: fadeZoomIn 200ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
                    -webkit-animation: fadeZoomIn 200ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
                }

                .ecom-image-zoom-flyout.ecom-close {
                    animation: fadeZoomOut 150ms cubic-bezier(0, 0, 0.2, 1)
                }

                .ecom-product-single__media .ecom-product-single__media-container .ecom-product-single__media--image .ecom-image-zoom-flyout img {
                    width: auto;
                    max-width: none !important;
                    height: auto !important;
                    object-fit: unset !important;
                    transform: none;
                }
                .ecom-product-single__media .ecom-image-align {
                    justify-content: center;
                }
                .ecom-product-single__media-label, .ecom-product-single__zoom-icon-wrapper {
                    z-index: 99;
                    pointer-events: none;
                }
                .ecom-label-position__topleft, .ecom-zoom-position__topleft {
                    top: 20px;
                    left: 20px;
                }
                .ecom-label-position__topright, .ecom-zoom-position__topright {
                    top: 20px;
                    right: 20px;
                }
                .ecom-label-position__bottomleft, .ecom-zoom-position__bottomleft {
                    bottom: 20px;
                    left: 20px;
                }
                .ecom-label-position__bottomright, .ecom-zoom-position__bottomright {
                    bottom: 20px;
                    right: 20px;
                }
                .ecom-product-single__media--thumbs.ecom-product-single__init-thumb-hidden .ecom-product-single__media--thumbnail{
                    opacity: 0;
                    visibility: hidden;
                    width: 100px;
                }

                .ecom-product-single .ec_splide:not(.is-overflow) .ec_splide__arrows {
                    display: none;
                }

                @media screen and (min-width: 1025px) {
                    .ecom-product-single__media.ecom-position-sticky {
                        position: sticky;
                        top: 0
                    }
                    .ecom-product-single__media .ecom-product-single__media--vertical .ecom-product-single__media--thumbs {
                        width: 120px;
                    }
                    .ecom-product-single__media--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-next{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:auto;
                        bottom:10px;
                    }
                    .ecom-product-single__media--vertical .ecom-product-single__media--thumbs .ecom-swiper-controls-thumb svg{
                        transform: rotate(90deg);
                    }
                    .ecom-product-single__media--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-prev{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:10px;
                        bottom:auto;
                    }
                    .ecom-product-single__media .ecom-product-single__media--horizontal .ecom-product-single__media--thumbs {
                        min-height: 100px;
                        height: auto;
                    }
                }
                @media (min-width: 768px) and (max-width: 1024px) {
                    .ecom-product-single__media--image.ecom-image-align-center--tablet img {
                        left: 50%;
                        right: unset;
                        transform: translateX(-50%);
                    }
                    .ecom-product-single__media--image.ecom-image-align-left--tablet img {
                        left: 0;
                        right: unset;
                        transform: none;
                    }
                    .ecom-product-single__media--image.ecom-image-align-right--tablet img {
                        left: unset;
                        right: 0;
                        transform: none;
                    }
                    .ecom-product-single__media--image, .ecom-product-single__media--full {
                        padding-top: var(--img_padding__tablet, 100%)
                    }
                    .ecom-product-single__media--thumbs.ecom-swiper-tablet-vertical {
                        min-width: 50px;
                        width: auto;
                    }
                    .ecom-product-single__media-tablet--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-next{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:auto;
                        bottom:10px;
                    }
                    .ecom-product-single__media-tablet--vertical .ecom-product-single__media--thumbs .ecom-swiper-controls-thumb svg{
                        transform: rotate(90deg);
                    }
                    .ecom-product-single__media-tablet--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-prev{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:10px;
                        bottom:auto;
                    }
                }
                @media (max-width: 767px) {
                    .ecom-product-single__media--image.ecom-image-align-center--mobile img {
                        left: 50%;
                        right: unset;
                        transform: translateX(-50%);
                    }
                    .ecom-product-single__media--image.ecom-image-align-left--mobile img {
                        left: 0;
                        right: unset;
                        transform: none;
                    }
                    .ecom-product-single__media--image.ecom-image-align-right--mobile img {
                        left: unset;
                        right: 0;
                        transform: none;
                    }
                    .ecom-product-single__media--image, .ecom-product-single__media--full {
                        padding-top: var(--img_padding__mobile, 100%)
                    }
                    .ecom-product-single__media--vertical-mobile .ecom-product-single__media--featured {
                        width: auto;
                    }
                    .ecom-product-single__media--thumbs.ecom-swiper-mobile-vertical {
                       /* min-width: 50px;*/
                        width: auto;
                    }
                    .ecom-product-single__media-mobile--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-next{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:auto;
                        bottom:10px;
                    }
                    .ecom-product-single__media-mobile--vertical .ecom-product-single__media--thumbs .ecom-swiper-controls-thumb svg{
                        transform: rotate(90deg);
                    }
                    .ecom-product-single__media-mobile--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-prev{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:10px;
                        bottom:auto;
                    }
                }

                .ecom-product-single .ec_splide__arrows:not(.ec_splide__arrows--ttb) .ec_splide__arrow.ec_splide__arrow--prev svg {
                    transform: none;
                }

                @keyframes fadeZoomIn {
                0% {
                    transform: scale(0.8);
                    opacity: 0; }

                100% {
                    transform: scale(1);
                    opacity: 1; } }

                @keyframes fadeZoomOut {
                0% {
                    opacity: 1; }

                100% {
                    opacity: 0; } }

            
                    .ecom-flex-center, .ecom-swiper-navigation {
                        display: flex;
                        align-items: center;
                    }
                    .ecom-swiper-navigation-position{
                        display:flex;
                    }
                    .ecom-swiper-navigation-position button{
                        margin:0
                    }
                    .ecom-swiper-navigation{
                        justify-content: center
                    }
                    .ecom-testimonials--container {
                        position: relative;
                        display: flex;
                        flex-direction: column;
                    }
                    .ecom-swiper-navigation[data-navigator-type="combine"]{
                        justify-content: center
                    }
                    .ecom-testimonials--container .ecom-swiper-button-next:after,
                    .ecom-testimonials--container .ecom-swiper-button-prev:after {
                        content: none;
                    }
                    .ecom-testimonials--container .ecom-swiper-button-next,
                    .ecom-testimonials--container .ecom-swiper-button-prev {
                        border: 0;
                        background: transparent;
                        width: auto;
                        height: auto;
                        padding: 5px;
                        color: #444
                    }
                    .ecom-testimonials--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
                    .ecom-testimonials--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                        position: static;
                        margin: 0;
                    }
                    .ecom-testimonials--container .ecom-swiper-navigation[data-navigator-type="classic"] .ecom-swiper-pagination,
                    .ecom-testimonials--container .ecom-swiper-navigation:not([data-navigator-type]) .ecom-swiper-pagination {
                        width:100%
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination:not(.ecom-swiper-pagination-progressbar) {
                        position: relative;
                    }
                    .ecom-swiper-pagination-bullet:only-child {
                        opacity: none
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet {
                        width: 15px;
                        height: 15px;
                        opacity: 1
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet,
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet-active{
                        background-clip: content-box;
                        padding: 1px;
                        box-sizing: content-box !important;
                        background-color: currentColor;
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullets{
                        width:auto;
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet img{
                        display: block;
                        width: 100%;
                        height: 100%;
                        object-fit: cover
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullets, .ecom-swiper-pagination-custom, .ecom-swiper-pagination-fraction {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        bottom: 0;
                    }
                    .ecom-d-hide {
                        opacity: 0;
                    }
                    .ecom__testimonials {
                        width: 100%;
                    }
                    .ecom__testimonials .testimonial-content {
                        position: relative;
                        display:flex;
                        flex-direction:column
                    }
                    .ecom__testimonials .ecom__testimonials--grid {
                        display: grid;
                    }
                    .ecom-text-left {
                        text-align: left
                    }
                    .ecom-text-center {
                        text-align: center
                    }
                    .ecom-text-right {
                        text-align: right
                    }
                    .ecom__testimonials .ecom-base-testimonial-image figure {
                        display: block;
                    }
                    .testimonial-rating {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content:inherit;
                    }
                    .ecom-row-center{
                        display: inline-flex;
                        flex-direction: row;
                        align-items: center;
                        justify-content:center
                    }
                    .ecom-column-center{
                        display: flex;
                        flex-direction: column;
                        justify-content:inherit;
                    }
                    .ecom-column-center > .testimonial-info-avatar{
                        justify-content:inherit;
                        display:flex;
                    }
                    .ecom-icon-list span svg{
                        width:24px;
                        height:auto;
                    }
                     .testimonial-content .ecom-base-testimonial-image{
                         overflow:hidden;
                         display:flex;
                     }
                     .testimonial-content .ecom-base-testimonial-image img{
                         width:100%;
                     }

                     .testimonial-quote svg{
                        width:24px;
                        height:auto
                     }
                     .ecom-swiper-pagination{
                         display:flex;
                         flex-wrap:wrap;
                     }
                     .ecom-testimonial-rating-position{
                         display:flex;
                         flex-direction:column
                     }
                     .testimonial-content-prag ul {
                        list-style-type: disc;
                        list-style-position: inside;
                    }
                    .testimonial-content-prag ol {
                        list-style-type: decimal;
                        list-style-position: inside;
                    }
                    .testimonial-content-prag ul ul,
                    .testimonial-content-prag ol ul {
                        list-style-type: circle;
                        list-style-position: inside;
                        margin-left: 15px;
                    }
                    .testimonial-content-prag ol ol,
                    .testimonial-content-prag ul ol {
                        list-style-type: lower-latin;
                        list-style-position: inside;
                        margin-left: 15px;
                    }
                    .ecom-swiper-button > svg{
                        width:36px;
                        height:36px;
                    }
                    .testimonial-rating >span{
                        display:flex
                    }
                    .ecom__testimonials-slider-vertical {
                        flex-direction: column
                    }
                    .ecom__testimonials-slider-vertical .ecom-swiper-slide {
                        height: 100%;
                    }
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                      position: var(--ecom-position);
                    }
                    @media (max-width: 1024px) {
                        .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__tablet);
                      }
                    }
                    @media (max-width: 767px) {
                        .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__mobile);
                      }
                    }
                
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.ecom-core.ecom-e80344j37k{width: 33.33%;}.ecom-core.ecom-e80344j37k>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-e80344j37k>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e80344j37k{width: 100%;}}html body .ecom-core.ecom-jcmn62xero .ecom-core.ecom-e80344j37k>div.core__column--wrapper{margin-top: 0px !important;margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-jcmn62xero .ecom-core.ecom-e80344j37k>div.core__column--wrapper{margin-top: 0px !important;}.ecom-core.ecom-e80344j37k{display: none;}}.ecom-core.ecom-mi4u7ks9dnh .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-mi4u7ks9dnh .ecom-iconlist--list{gap: 2px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mi4u7ks9dnh .ecom-iconlist--list{gap: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mi4u7ks9dnh .ecom-iconlist--list{gap: 8px;}}.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: center;padding-left: 25px;margin-bottom: 37.5px;}.ecom-core.ecom-mi4u7ks9dnh .ecom-iconlist--item{width: 89%;}.ecom-core.ecom-mi4u7ks9dnh .ecom-image-default{width: 20% !important;}.ecom-core.ecom-mi4u7ks9dnh .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--icon{color: #ffffff;border-style: none;border-radius: 63%;margin: 0px;padding: 0px;}.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: var(--ecom-global-colors-xmfLBa);margin: 0px 0px 5px 0px;padding-top: 1px;padding-left: 5px;}.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--title a{font-size: 12px;font-weight: 400;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;padding-left: 12.5px;}.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--title a{font-size: 9px;}.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--title{padding-top: 6px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-left: 0px;}.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 0px;padding-right: 8px;}.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--title a{font-size: 12px;line-height: 1.3em;font-weight: 600;}.ecom-core.ecom-mi4u7ks9dnh .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;padding-top: 0px;}}.ecom-core.ecom-mi4u7ks9dnh{margin-top: -25px !important;margin-bottom: 0px !important;padding-bottom: 0px !important;display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mi4u7ks9dnh{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mi4u7ks9dnh{margin-top: 0px !important;padding-top: 15px !important;padding-bottom: 0px !important;display: none;}} .ecom-core.ecom-mi4u7ks9dnh .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-lhwpolyqsvr .ecom__element--button{gap: 6px;}.ecom-core.ecom-lhwpolyqsvr .ecom-button-default{justify-content: flex-end;}.ecom-core.ecom-lhwpolyqsvr .ecom__element--button{font-size: 14px;line-height: 32px;text-transform: uppercase;font-weight: 500;color: #ffffff;background-color: var(--ecom-global-colors-cNfU2q);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-cNfU2q);border-radius: 47px;padding: 8px 30px 8px 30px;margin-bottom: 37.5px;}.ecom-core.ecom-lhwpolyqsvr .ecom__element--button:hover{color: #ffffff;background-color: #5079d9;}.ecom-core.ecom-lhwpolyqsvr .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-lhwpolyqsvr .ecom-button-icon svg{height: 14px;width: 14px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-lhwpolyqsvr .ecom__element--button{font-size: 12px;padding-right: 8px;padding-left: 8px;}}.ecom-core.ecom-lhwpolyqsvr{width: unset;max-width:unset;}.ecom-core.ecom-f3fsacnxo36{width: 33.33%;}.ecom-core.ecom-f3fsacnxo36>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-f3fsacnxo36>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: left;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-f3fsacnxo36{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-jcmn62xero .ecom-core.ecom-f3fsacnxo36>div.core__column--wrapper{margin-top: 8px !important;margin-bottom: 12px !important;padding-top: 0px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-bshxxasfrto .ecom-image-align{align-items: center;}.ecom-core.ecom-bshxxasfrto .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-bshxxasfrto .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-bshxxasfrto .ecom-base-image .ecom-image-picture picture{height: 30px !important;}.ecom-core.ecom-bshxxasfrto .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-bshxxasfrto .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-bshxxasfrto .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-bshxxasfrto .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-bshxxasfrto .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bshxxasfrto .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-bshxxasfrto .ecom-base-image .ecom-image-picture picture{height: none !important;}}.ecom-core.ecom-bshxxasfrto{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bshxxasfrto{padding-bottom: 0px !important;}}.ecom-core.ecom-6obts9fh8ue{width: 33.33%;}.ecom-core.ecom-6obts9fh8ue>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-6obts9fh8ue>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6obts9fh8ue{width: 44%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-jcmn62xero .ecom-core.ecom-6obts9fh8ue>div.core__column--wrapper{margin-top: 8px !important;margin-bottom: 12px !important;padding-top: 0px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-esl28fwdwr .ecom-image-align{align-items: center;}.ecom-core.ecom-esl28fwdwr .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-esl28fwdwr .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-esl28fwdwr .ecom-base-image .ecom-image-picture picture{height: 30px !important;}.ecom-core.ecom-esl28fwdwr .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-esl28fwdwr .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-esl28fwdwr .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-esl28fwdwr .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-esl28fwdwr .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-esl28fwdwr .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-esl28fwdwr .ecom-base-image .ecom-image-picture picture{height: none !important;}}.ecom-core.ecom-jcmn62xero{background-color: #1c1c1c;}.ecom-core.ecom-jcmn62xero{}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jcmn62xero div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jcmn62xero{margin-bottom: -15px !important;}.ecom-core.ecom-jcmn62xero div.core__row--columns{flex-direction: row;}} <meta name="robots" content="noindex">

@media (min-width: 1024px) {
        .ecom-core.ecom-jcmn62xero{
height: fit-content;
position: sticky;
top: 0px;
z-index: 9 !important;
}
}
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.ecom-core.ecom-qwmic5p9928{width: 100.00%;}.ecom-core.ecom-qwmic5p9928>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-qwmic5p9928>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qwmic5p9928{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-yrncsy1ng5 .ecom-core.ecom-qwmic5p9928>div.core__column--wrapper{margin-top: -5px !important;}}.ecom-core.ecom-owc8xpcwyt .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-owc8xpcwyt .ecom-iconlist--list{gap: 2px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-owc8xpcwyt .ecom-iconlist--list{gap: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-owc8xpcwyt .ecom-iconlist--list{gap: 8px;}}.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: center;padding-left: 25px;}.ecom-core.ecom-owc8xpcwyt .ecom-image-default{width: 20% !important;}.ecom-core.ecom-owc8xpcwyt .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--icon svg{height: 26px;width: 26px;}.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--icon{color: #ffffff;border-style: none;border-radius: 63%;margin-top: 0px;margin-right: 20px;padding: 0px;}.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: var(--ecom-global-colors-xmfLBa);margin-bottom: 5px;padding-top: 4px;}.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--title a{font-size: 19px;font-weight: 400;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-left: 0px;}.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 0px;padding-right: 8px;}.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--title a{font-size: 12px;line-height: 1.3em;font-weight: 600;}.ecom-core.ecom-owc8xpcwyt .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;padding-top: 0px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-owc8xpcwyt{margin-top: -25px !important;margin-bottom: 0px !important;padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-owc8xpcwyt{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-owc8xpcwyt{margin-top: 0px !important;padding-top: 15px !important;padding-bottom: 0px !important;}} .ecom-core.ecom-owc8xpcwyt .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-xy18izher2h .ecom__element--button{gap: 6px;}.ecom-core.ecom-xy18izher2h .ecom-button-default{justify-content: flex-end;}.ecom-core.ecom-xy18izher2h .ecom__element--button{font-size: 16px;line-height: 32px;text-transform: uppercase;font-weight: 500;color: #ffffff;background-color: var(--ecom-global-colors-cNfU2q);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-cNfU2q);border-radius: 47px;padding: 8px 30px 8px 30px;}.ecom-core.ecom-xy18izher2h .ecom__element--button:hover{color: #ffffff;background-color: #5079d9;}.ecom-core.ecom-xy18izher2h .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-xy18izher2h .ecom-button-icon svg{height: 14px;width: 14px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xy18izher2h .ecom__element--button{font-size: 14px;font-weight: 700;padding-top: 6px;padding-right: 25px;padding-left: 25px;}}.ecom-core.ecom-xy18izher2h{width: unset;max-width:unset;}.ecom-core.ecom-yrncsy1ng5{background-color: #1c1c1c;}@media screen and (min-width: 1025px) {.ecom-core.ecom-yrncsy1ng5{padding-top: 10px !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yrncsy1ng5 div.core__row--columns{flex-direction: row;}.ecom-core.ecom-yrncsy1ng5{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yrncsy1ng5 div.core__row--columns{flex-direction: row;}} @media (min-width: 0px) {
        .ecom-core.ecom-yrncsy1ng5{
height: fit-content;
position: sticky;
top: 0px;
z-index: 9 !important;
}
}

@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.ecom-core.ecom-5qlwryb1xto{width: 100%;}.ecom-core.ecom-5qlwryb1xto>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5qlwryb1xto{width: 100%;}.ecom-core.ecom-5qlwryb1xto>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-xpv1b76w5 .ecom-core.ecom-5qlwryb1xto>div.core__column--wrapper{padding-top: 60px !important;padding-bottom: 60px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-xpv1b76w5 .ecom-core.ecom-5qlwryb1xto>div.core__column--wrapper{padding-top: 40px !important;padding-bottom: 100px !important;}}.ecom-core.ecom-wys09drscvc>div.core__row--columns{max-width: 1240px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wys09drscvc{background-color: rgba(255, 255, 255, 0.5);}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wys09drscvc > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wys09drscvc{margin-top: 0px !important;}.ecom-core.ecom-wys09drscvc > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-t9prpukgull{width: 100.00%;}.ecom-core.ecom-t9prpukgull>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: left;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-t9prpukgull{width: 45%;}.ecom-core.ecom-t9prpukgull>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-t9prpukgull>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-t9prpukgull{width: 100%;}.ecom-core.ecom-t9prpukgull>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}html body .ecom-core.ecom-xpv1b76w5 .ecom-core.ecom-t9prpukgull>div.core__column--wrapper{padding-top: 180px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-xpv1b76w5 .ecom-core.ecom-t9prpukgull>div.core__column--wrapper{padding-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-xpv1b76w5 .ecom-core.ecom-t9prpukgull>div.core__column--wrapper{padding-top: 20px !important;}}.ecom-core.ecom-hczoc05xdjs>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-hczoc05xdjs{margin-top: 14px !important;}.ecom-core.ecom-hczoc05xdjs.ecom-animated{animation-name: fadeInLeft;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hczoc05xdjs{margin-top: 34px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hczoc05xdjs{margin-top: 34px !important;}}.ecom-core.ecom-glolyteihxt{width: 70%;}.ecom-core.ecom-glolyteihxt>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-glolyteihxt{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-glolyteihxt{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-xpv1b76w5 .ecom-core.ecom-glolyteihxt>div.core__column--wrapper{margin-top: 12px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-xpv1b76w5 .ecom-core.ecom-glolyteihxt>div.core__column--wrapper{margin-top: 20px !important;}}.ecom-core.ecom-fzpfcnquraa .ecom-text--more-actions button ,.ecom-core.ecom-fzpfcnquraa .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-fzpfcnquraa .text-content,.ecom-core.ecom-fzpfcnquraa  .text-content a,.ecom-core.ecom-fzpfcnquraa  .text-content p,.ecom-core.ecom-fzpfcnquraa  .text-content span{text-align: left;color: #184849;margin: 0px;padding: 0px;}.ecom-core.ecom-fzpfcnquraa .text-content,.ecom-core.ecom-fzpfcnquraa .text-content a,.ecom-core.ecom-fzpfcnquraa  .text-content a,.ecom-core.ecom-fzpfcnquraa  .text-content a a,.ecom-core.ecom-fzpfcnquraa  .text-content p,.ecom-core.ecom-fzpfcnquraa  .text-content p a,.ecom-core.ecom-fzpfcnquraa  .text-content span,.ecom-core.ecom-fzpfcnquraa  .text-content span a{font-size: 12px;font-weight: 600;font-family: 'DM Sans', sans-serif;text-transform: none;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-fzpfcnquraa .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-fzpfcnquraa .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-fzpfcnquraa .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-fzpfcnquraa .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-fzpfcnquraa{margin-top: 4px !important;padding-bottom: 0 !important;}.ecom-core.ecom-u9n7h3snj5n .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-u9n7h3snj5n .ecom-image-default{width: 72px !important;max-width: 100% !important;}.ecom-core.ecom-u9n7h3snj5n .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-u9n7h3snj5n .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-u9n7h3snj5n .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-u9n7h3snj5n .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-u9n7h3snj5n{}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-u9n7h3snj5n{padding-bottom: 0 !important;}} .ecom-core.ecom-u9n7h3snj5n .ecom-core.ecom-block{
    min-height: auto;
}.ecom-core.ecom-33pe4om8xb{width: 30%;}.ecom-core.ecom-33pe4om8xb>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-33pe4om8xb{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-33pe4om8xb{width: 100%;}}.ecom-core.ecom-iunoixmhc2 .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-iunoixmhc2 .ecom__element--button{font-size: 14px;font-family: 'DM Sans', sans-serif;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;text-transform: none;text-decoration: none;width: 125px;height: 40px;min-height: 40px;color: #fff;background-color: #184849;border-style: solid;border-width: 1px;border-color: #184849;border-radius: 4px;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-iunoixmhc2 .ecom__element--button:hover{color: #184849;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 1px;border-color: #184849;}.ecom-core.ecom-iunoixmhc2 .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-iunoixmhc2{padding-bottom: 0 !important;width: unset;max-width:unset;} .ecom-core.ecom-iunoixmhc2 a.ecom__element--button:hover{
    transform: translateY(-8px);
}.ecom-core.ecom-v115jx0bs19 .ecom-text--more-actions button ,.ecom-core.ecom-v115jx0bs19 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-v115jx0bs19 .text-content,.ecom-core.ecom-v115jx0bs19  .text-content a,.ecom-core.ecom-v115jx0bs19  .text-content p,.ecom-core.ecom-v115jx0bs19  .text-content span{text-align: left;color: #184849;margin: 0px;padding: 0px;}.ecom-core.ecom-v115jx0bs19 .text-content,.ecom-core.ecom-v115jx0bs19 .text-content a,.ecom-core.ecom-v115jx0bs19  .text-content a,.ecom-core.ecom-v115jx0bs19  .text-content a a,.ecom-core.ecom-v115jx0bs19  .text-content p,.ecom-core.ecom-v115jx0bs19  .text-content p a,.ecom-core.ecom-v115jx0bs19  .text-content span,.ecom-core.ecom-v115jx0bs19  .text-content span a{font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 300;text-transform: none;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-v115jx0bs19 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-v115jx0bs19 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-v115jx0bs19 .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-v115jx0bs19 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-v115jx0bs19{padding-bottom: 0 !important;margin-top: 12px !important;}.ecom-core.ecom-v115jx0bs19.ecom-animated{animation-name: fadeInLeft;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-v115jx0bs19{padding-bottom: 0 !important;}} @media (max-width: 1024px) {
    .ecom-core.ecom-v115jx0bs19 .text-content div{
    display: inline;
}
}.ecom-core.ecom-shvg2mqnj5 .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-shvg2mqnj5 .element__heading .ecom__heading,.ecom-core.ecom-shvg2mqnj5 .element__heading .ecom__heading a{font-family: 'DM Sans', sans-serif;font-size: 48px;font-weight: 500;text-transform: none;text-decoration: none;line-height: 1.2em;letter-spacing: -0.96px;}.ecom-core.ecom-shvg2mqnj5  .element__heading .ecom__heading,.ecom-core.ecom-shvg2mqnj5  .element__heading .ecom__heading a{color: #184849;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-shvg2mqnj5 .element__heading .ecom__heading,.ecom-core.ecom-shvg2mqnj5 .element__heading .ecom__heading a{font-size: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-shvg2mqnj5 .element__heading .ecom__heading,.ecom-core.ecom-shvg2mqnj5 .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-shvg2mqnj5{padding-bottom: 0 !important;}.ecom-core.ecom-shvg2mqnj5.ecom-animated{animation-name: fadeInLeft;;animation-duration: .75s;;} @media (max-width: 576px) {
    .ecom-core.ecom-shvg2mqnj5 h3.ecom__heading div{
    display: inline;
}
}.ecom-core.ecom-l1rfaod21g .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 8px 16px 8px 16px;}.ecom-core.ecom-l1rfaod21g .element__heading .ecom__heading,.ecom-core.ecom-l1rfaod21g .element__heading .ecom__heading a{font-weight: 600;font-size: 14px;font-family: 'DM Sans', sans-serif;text-transform: none;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-l1rfaod21g  .element__heading .ecom__heading,.ecom-core.ecom-l1rfaod21g  .element__heading .ecom__heading a{color: #ffffff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l1rfaod21g .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l1rfaod21g .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-l1rfaod21g .element__heading .ecom__heading,.ecom-core.ecom-l1rfaod21g .element__heading .ecom__heading a{font-size: 10px;}}.ecom-core.ecom-l1rfaod21g{padding-bottom: 0 !important;width: unset;max-width:unset;}.ecom-core.ecom-l1rfaod21g.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l1rfaod21g{margin-bottom: 10px !important;padding-bottom: 0 !important;}} .ecom-core.ecom-l1rfaod21g h3.ecom__heading.ecom-db{
    background-color: #ff0000;
    border-radius: 100px;
}.ecom-core.ecom-2940i77mr5l .ecom-image-align{align-items: center;}.ecom-core.ecom-2940i77mr5l .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-2940i77mr5l .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-2940i77mr5l .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-2940i77mr5l .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-2940i77mr5l .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-2940i77mr5l .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-2940i77mr5l.ecom-animated{animation-name: zoomIn;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2940i77mr5l{margin-right: 0px !important;}}.ecom-core.ecom-xpv1b76w5{background-color: #F3FAFB;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xpv1b76w5{}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xpv1b76w5{background-color: #016fa4;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-xpv1b76w5{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xpv1b76w5 > div.core__row--columns{flex-direction: row !important;}.ecom-core.ecom-xpv1b76w5{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xpv1b76w5{}.ecom-core.ecom-xpv1b76w5 > div.core__row--columns{flex-direction: row !important;}}







@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.ecom-core.ecom-hrlqzaqrwxl{width: 100%;}.ecom-core.ecom-hrlqzaqrwxl>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hrlqzaqrwxl{width: 100%;}.ecom-core.ecom-hrlqzaqrwxl>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}}.ecom-core.ecom-hrlqzaqrwxl>.core__column--wrapper{background: url('/cdn/shop/files/herobggeneral.jpg?v=1753900467') no-repeat scroll bottom right/cover;}html body .ecom-core.ecom-yg589dqmezp .ecom-core.ecom-hrlqzaqrwxl>div.core__column--wrapper{padding-top: 100px !important;padding-bottom: 265px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-yg589dqmezp .ecom-core.ecom-hrlqzaqrwxl>div.core__column--wrapper{padding-top: 60px !important;padding-bottom: 60px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-yg589dqmezp .ecom-core.ecom-hrlqzaqrwxl>div.core__column--wrapper{padding-top: 40px !important;padding-bottom: 100px !important;}.ecom-core.ecom-hrlqzaqrwxl{display: none;}}.ecom-core.ecom-h6gw3klzape>div.core__row--columns{max-width: 1240px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h6gw3klzape{background-color: rgba(255, 255, 255, 0.5);}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h6gw3klzape > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h6gw3klzape{margin-top: 0px !important;}.ecom-core.ecom-h6gw3klzape > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-heg1kz0nxv9{width: 44%;}.ecom-core.ecom-heg1kz0nxv9>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: left;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-heg1kz0nxv9{width: 45%;}.ecom-core.ecom-heg1kz0nxv9>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-heg1kz0nxv9>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-heg1kz0nxv9{width: 100%;}.ecom-core.ecom-heg1kz0nxv9>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-heg1kz0nxv9>.core__column--wrapper{background-color: rgba(255, 255, 255, 0.4);}html body .ecom-core.ecom-yg589dqmezp .ecom-core.ecom-heg1kz0nxv9>div.core__column--wrapper{padding-top: 50px !important;padding-bottom: 50px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-yg589dqmezp .ecom-core.ecom-heg1kz0nxv9>div.core__column--wrapper{padding-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-yg589dqmezp .ecom-core.ecom-heg1kz0nxv9>div.core__column--wrapper{padding-top: 20px !important;}}.ecom-core.ecom-u79u76wetwl>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-u79u76wetwl{margin-top: 14px !important;}.ecom-core.ecom-u79u76wetwl.ecom-animated{animation-name: fadeInLeft;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-u79u76wetwl{margin-top: 34px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u79u76wetwl{margin-top: 34px !important;}}.ecom-core.ecom-p40yrzo1p8m{width: 65%;}.ecom-core.ecom-p40yrzo1p8m>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p40yrzo1p8m{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p40yrzo1p8m{width: 100%;}}html body .ecom-core.ecom-yg589dqmezp .ecom-core.ecom-p40yrzo1p8m>div.core__column--wrapper{padding-left: 25px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-yg589dqmezp .ecom-core.ecom-p40yrzo1p8m>div.core__column--wrapper{margin-top: 12px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-yg589dqmezp .ecom-core.ecom-p40yrzo1p8m>div.core__column--wrapper{margin-top: 20px !important;}}.ecom-core.ecom-uolqezmq6w .ecom-text--more-actions button ,.ecom-core.ecom-uolqezmq6w .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-uolqezmq6w .text-content,.ecom-core.ecom-uolqezmq6w  .text-content a,.ecom-core.ecom-uolqezmq6w  .text-content p,.ecom-core.ecom-uolqezmq6w  .text-content span{text-align: left;color: #184849;margin: 0px;padding: 0px;}.ecom-core.ecom-uolqezmq6w .text-content,.ecom-core.ecom-uolqezmq6w .text-content a,.ecom-core.ecom-uolqezmq6w  .text-content a,.ecom-core.ecom-uolqezmq6w  .text-content a a,.ecom-core.ecom-uolqezmq6w  .text-content p,.ecom-core.ecom-uolqezmq6w  .text-content p a,.ecom-core.ecom-uolqezmq6w  .text-content span,.ecom-core.ecom-uolqezmq6w  .text-content span a{font-size: 12px;font-weight: 600;font-family: 'DM Sans', sans-serif;text-transform: none;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-uolqezmq6w .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-uolqezmq6w .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-uolqezmq6w .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-uolqezmq6w .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-uolqezmq6w{margin-top: 4px !important;padding-bottom: 0 !important;}.ecom-core.ecom-jucda3jfyw .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-jucda3jfyw .ecom-image-default{width: 72px !important;max-width: 100% !important;}.ecom-core.ecom-jucda3jfyw .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-jucda3jfyw .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-jucda3jfyw .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-jucda3jfyw .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-jucda3jfyw{}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jucda3jfyw{padding-bottom: 0 !important;}} .ecom-core.ecom-jucda3jfyw .ecom-core.ecom-block{
    min-height: auto;
}.ecom-core.ecom-la50nqkutd8{width: 35%;}.ecom-core.ecom-la50nqkutd8>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-la50nqkutd8{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-la50nqkutd8{width: 100%;}}.ecom-core.ecom-avg0o1g182q .ecom__element--button{gap: 10px;}.ecom-core.ecom-avg0o1g182q .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-avg0o1g182q .ecom__element--button{font-size: 14px;font-family: 'DM Sans', sans-serif;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;text-transform: none;text-decoration: none;width: 185px;height: 40px;min-height: 40px;color: #fff;background-color: #184849;border-style: solid;border-width: 1px;border-color: #184849;border-radius: 4px;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-avg0o1g182q .ecom__element--button:hover{color: #184849;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 1px;border-color: #184849;}.ecom-core.ecom-avg0o1g182q .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-avg0o1g182q .ecom-button-icon svg{height: 15px;width: 15px;}.ecom-core.ecom-avg0o1g182q .ecom-button-icon{border-radius: 50%;transition: all 400ms ease;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-avg0o1g182q .ecom__element--button{font-size: 12px;width: 260px;}}.ecom-core.ecom-avg0o1g182q{padding-bottom: 0 !important;width: unset;max-width:unset;} .ecom-core.ecom-avg0o1g182q a.ecom__element--button:hover{
    transform: translateY(-8px);
}.ecom-core.ecom-rn34m886ifp .ecom-text--more-actions button ,.ecom-core.ecom-rn34m886ifp .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-rn34m886ifp .text-content,.ecom-core.ecom-rn34m886ifp  .text-content a,.ecom-core.ecom-rn34m886ifp  .text-content p,.ecom-core.ecom-rn34m886ifp  .text-content span{text-align: left;color: #184849;margin: 0px;padding: 0px;}.ecom-core.ecom-rn34m886ifp .text-content,.ecom-core.ecom-rn34m886ifp .text-content a,.ecom-core.ecom-rn34m886ifp  .text-content a,.ecom-core.ecom-rn34m886ifp  .text-content a a,.ecom-core.ecom-rn34m886ifp  .text-content p,.ecom-core.ecom-rn34m886ifp  .text-content p a,.ecom-core.ecom-rn34m886ifp  .text-content span,.ecom-core.ecom-rn34m886ifp  .text-content span a{font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 300;text-transform: none;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-rn34m886ifp .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-rn34m886ifp .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-rn34m886ifp .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-rn34m886ifp .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-rn34m886ifp{padding-bottom: 0 !important;margin-top: 12px !important;}.ecom-core.ecom-rn34m886ifp.ecom-animated{animation-name: fadeInLeft;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-rn34m886ifp{padding-bottom: 0 !important;}} @media (max-width: 1024px) {
    .ecom-core.ecom-rn34m886ifp .text-content div{
    display: inline;
}
}.ecom-core.ecom-ph9ckaizp7 .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-ph9ckaizp7 .element__heading .ecom__heading,.ecom-core.ecom-ph9ckaizp7 .element__heading .ecom__heading a{font-family: 'DM Sans', sans-serif;font-size: 48px;font-weight: 500;text-transform: none;text-decoration: none;line-height: 1.2em;letter-spacing: -0.96px;}.ecom-core.ecom-ph9ckaizp7  .element__heading .ecom__heading,.ecom-core.ecom-ph9ckaizp7  .element__heading .ecom__heading a{color: #ffffff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ph9ckaizp7 .element__heading .ecom__heading,.ecom-core.ecom-ph9ckaizp7 .element__heading .ecom__heading a{font-size: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ph9ckaizp7 .element__heading .ecom__heading,.ecom-core.ecom-ph9ckaizp7 .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-ph9ckaizp7{padding-bottom: 0 !important;}.ecom-core.ecom-ph9ckaizp7.ecom-animated{animation-name: fadeInLeft;;animation-duration: .75s;;} @media (max-width: 576px) {
    .ecom-core.ecom-ph9ckaizp7 h3.ecom__heading div{
    display: inline;
}
}.ecom-core.ecom-6603k2khq3i .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 8px 16px 8px 16px;}.ecom-core.ecom-6603k2khq3i .element__heading .ecom__heading,.ecom-core.ecom-6603k2khq3i .element__heading .ecom__heading a{font-weight: 600;font-size: 14px;font-family: 'DM Sans', sans-serif;text-transform: none;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-6603k2khq3i  .element__heading .ecom__heading,.ecom-core.ecom-6603k2khq3i  .element__heading .ecom__heading a{color: #ffffff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6603k2khq3i .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6603k2khq3i .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-6603k2khq3i .element__heading .ecom__heading,.ecom-core.ecom-6603k2khq3i .element__heading .ecom__heading a{font-size: 10px;}}.ecom-core.ecom-6603k2khq3i{padding-bottom: 0 !important;width: unset;max-width:unset;}.ecom-core.ecom-6603k2khq3i.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6603k2khq3i{margin-bottom: 10px !important;padding-bottom: 0 !important;}} .ecom-core.ecom-6603k2khq3i h3.ecom__heading.ecom-db{
    background-color: #ff0000;
    border-radius: 100px;
}.ecom-core.ecom-yg589dqmezp{background-color: #F3FAFB;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yg589dqmezp{}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yg589dqmezp div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yg589dqmezp div.core__row--columns{flex-direction: row;}.ecom-core.ecom-yg589dqmezp{display: block;}}
.ecom-core.ecom-cyz8o2ftcwg{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cyz8o2ftcwg{width: 100%;}}.ecom-core.ecom-80uvl1asi3p .ecom-iconlist--container{flex-direction: column;}.ecom-core.ecom-80uvl1asi3p .ecom-iconlist--list{display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 72px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-80uvl1asi3p .ecom-iconlist--list{display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-80uvl1asi3p .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 30px;}}.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: center;padding: 0px;margin: 0px;}.ecom-core.ecom-80uvl1asi3p .ecom-image-default{width: 70px !important;}.ecom-core.ecom-80uvl1asi3p .ecom-iconlist--image{margin-right: 0px;}.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--icon{align-self: center;border-style: none;border-radius: 63%;padding: 0px;}.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--icon svg{height: 50px;width: 50px;}.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--title{text-align: center;color: #184849;margin: 20px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--title a{font-size: 16px;font-weight: 600;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: -0.32px;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--des{text-align: center;color: #184849;margin: 0px;padding: 0px;}.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--des a{font-size: 14px;line-height: 24px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'DM Sans', sans-serif;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--icon{margin: 0px;}.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--title a{font-size: 18px;}.ecom-core.ecom-80uvl1asi3p .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-80uvl1asi3p{margin-top: 0px !important;margin-bottom: 0px !important;} .ecom-core.ecom-80uvl1asi3p .ecom-iconlist--container{
    align-items: flex-start;
}

.ecom-core.ecom-80uvl1asi3p .ecom-iconlist-content{
    gap: 7px;
}.ecom-core.ecom-ytbd9az4px>div.core__row--columns{max-width: 1240px;}.ecom-core.ecom-ytbd9az4px{background-color: #F3FAFB;}.ecom-core.ecom-ytbd9az4px{padding-bottom: 50px !important;}
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.ecom-core.ecom-y0jx18udldh{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-y0jx18udldh{width: 100%;}}.ecom-core.ecom-os30ija1ap{width: 50%;}.ecom-core.ecom-os30ija1ap>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-os30ija1ap{width: 100%;}}.ecom-core.ecom-e3dc6h6vjw .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-e3dc6h6vjw .ecom__element--button{font-size: 14px;font-family: 'DM Sans', sans-serif;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;text-transform: none;text-decoration: none;width: 135px;height: 40px;min-height: 40px;color: #fff;background-color: #184849;border-style: solid;border-width: 1px;border-color: #184849;border-radius: 4px;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-e3dc6h6vjw .ecom__element--button:hover{color: #184849;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 1px;border-color: #184849;}.ecom-core.ecom-e3dc6h6vjw .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-e3dc6h6vjw{margin-top: 40px !important;width: unset;max-width:unset;}.ecom-core.ecom-e3dc6h6vjw.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-e3dc6h6vjw{margin-top: 32px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e3dc6h6vjw{margin-top: 20px !important;}} .ecom-core.ecom-e3dc6h6vjw a.ecom__element--button:hover{
    transform: translateY(-8px);
}.ecom-core.ecom-js85wlzwlhd .ecom-text--more-actions button ,.ecom-core.ecom-js85wlzwlhd .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-js85wlzwlhd .text-content,.ecom-core.ecom-js85wlzwlhd  .text-content a,.ecom-core.ecom-js85wlzwlhd  .text-content p,.ecom-core.ecom-js85wlzwlhd  .text-content span{text-align: left;color: #184849;margin: 0px;padding: 0px;}.ecom-core.ecom-js85wlzwlhd .text-content,.ecom-core.ecom-js85wlzwlhd .text-content a,.ecom-core.ecom-js85wlzwlhd  .text-content a,.ecom-core.ecom-js85wlzwlhd  .text-content a a,.ecom-core.ecom-js85wlzwlhd  .text-content p,.ecom-core.ecom-js85wlzwlhd  .text-content p a,.ecom-core.ecom-js85wlzwlhd  .text-content span,.ecom-core.ecom-js85wlzwlhd  .text-content span a{font-family: 'DM Sans', sans-serif;font-size: 14px;font-weight: 400;text-transform: none;text-decoration: none;line-height: 24px;letter-spacing: 0px;}.ecom-core.ecom-js85wlzwlhd .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-js85wlzwlhd .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-js85wlzwlhd .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-js85wlzwlhd .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-js85wlzwlhd{padding-bottom: 0px !important;margin-top: 17px !important;}.ecom-core.ecom-js85wlzwlhd.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-js85wlzwlhd{padding-bottom: 0 !important;}}.ecom-core.ecom-d45uv8nzusc .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-d45uv8nzusc .element__heading .ecom__heading,.ecom-core.ecom-d45uv8nzusc .element__heading .ecom__heading a{font-weight: 500;font-size: 36px;font-family: 'DM Sans', sans-serif;text-transform: none;text-decoration: none;line-height: 1.25em;letter-spacing: -0.72px;}.ecom-core.ecom-d45uv8nzusc  .element__heading .ecom__heading,.ecom-core.ecom-d45uv8nzusc  .element__heading .ecom__heading a{color: #184849;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-d45uv8nzusc .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-d45uv8nzusc .element__heading .ecom__heading,.ecom-core.ecom-d45uv8nzusc .element__heading .ecom__heading a{font-size: 32px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-d45uv8nzusc .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-d45uv8nzusc .element__heading .ecom__heading,.ecom-core.ecom-d45uv8nzusc .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-d45uv8nzusc{padding-bottom: 0px !important;margin-top: 17px !important;}.ecom-core.ecom-d45uv8nzusc.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;} @media (max-width: 576px) {
    .ecom-core.ecom-d45uv8nzusc h3.ecom__heading div{
    display: inline;
}
}.ecom-core.ecom-t6jpzp6y9rb .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 8px 16px 8px 16px;}.ecom-core.ecom-t6jpzp6y9rb .element__heading .ecom__heading,.ecom-core.ecom-t6jpzp6y9rb .element__heading .ecom__heading a{font-weight: 600;font-size: 14px;font-family: 'DM Sans', sans-serif;text-transform: none;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-t6jpzp6y9rb  .element__heading .ecom__heading,.ecom-core.ecom-t6jpzp6y9rb  .element__heading .ecom__heading a{color: #184849;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-t6jpzp6y9rb .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-t6jpzp6y9rb .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-t6jpzp6y9rb .element__heading .ecom__heading,.ecom-core.ecom-t6jpzp6y9rb .element__heading .ecom__heading a{font-size: 14px;}}.ecom-core.ecom-t6jpzp6y9rb{padding-bottom: 0 !important;width: unset;max-width:unset;}.ecom-core.ecom-t6jpzp6y9rb.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;} .ecom-core.ecom-t6jpzp6y9rb h3.ecom__heading.ecom-db{
    background-color: #E4F2F3;
    border-radius: 100px;
}.ecom-core.ecom-p4pdafb5zam{width: 50%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p4pdafb5zam{width: 50%;}.ecom-core.ecom-p4pdafb5zam>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p4pdafb5zam{width: 100%;}}html body .ecom-core.ecom-rnej7u4na9d .ecom-core.ecom-p4pdafb5zam>div.core__column--wrapper{padding-right: 120px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-rnej7u4na9d .ecom-core.ecom-p4pdafb5zam>div.core__column--wrapper{padding-right: 40px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-rnej7u4na9d .ecom-core.ecom-p4pdafb5zam>div.core__column--wrapper{padding-right: 20px !important;}}.ecom-core.ecom-al2083bin6 .ecom-image-align{align-items: center;}.ecom-core.ecom-al2083bin6 .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-al2083bin6 .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-al2083bin6 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-al2083bin6 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-al2083bin6 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-al2083bin6 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-al2083bin6.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;}.ecom-core.ecom-rnej7u4na9d>div.core__row--columns{max-width: 1240px;}.ecom-core.ecom-rnej7u4na9d>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-rnej7u4na9d{background-color: #fff;}.ecom-core.ecom-rnej7u4na9d{padding-top: 58px !important;padding-bottom: 58px !important;}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-7wyvb9p5ca3{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7wyvb9p5ca3{width: 100%;}}.ecom-core.ecom-0tukzy4tets .ecom-icon-separator,.ecom-core.ecom-0tukzy4tets .ecom-marquee-image{order: 1;}.ecom-core.ecom-0tukzy4tets .ecom-marquee_items .ecom-marquee_item h3,.ecom-core.ecom-0tukzy4tets .ecom-marquee_items .ecom-marquee_item h3 a{font-size: 24px;text-transform: capitalize;font-style: normal;text-decoration: none;}.ecom-core.ecom-0tukzy4tets .ecom-marquee_items .ecom-marquee_item h3{color: #333;margin: 0px 12px 0px 0px;padding: 0px;}.ecom-core.ecom-0tukzy4tets .ecom-marquee-image img{width: none !important;object-fit: scale-down;}.ecom-core.ecom-0tukzy4tets .ecom-marquee-image img,.ecom-core.ecom-0tukzy4tets .ecom-marquee-image picture{height: none !important;}.ecom-core.ecom-0tukzy4tets .ecom-marquee-image ,.ecom-core.ecom-0tukzy4tets .ecom-marquee-image .ecom-image-default{opacity: 1;}.ecom-core.ecom-0tukzy4tets .ecom-marquee-image:hover ,.ecom-core.ecom-0tukzy4tets .ecom-marquee-image:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-0tukzy4tets .ecom-marquee-image{transition: all 400ms ease;margin: 0px 64px 0px 0px;padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0tukzy4tets .ecom-marquee-image img,.ecom-core.ecom-0tukzy4tets .ecom-marquee-image picture{height: 50px !important;}}.ecom-core.ecom-0tukzy4tets{margin-top: 32px !important;position: relative;z-index: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0tukzy4tets{margin-top: 20px !important;}} .ecom-core.ecom-0tukzy4tets .ecom-marquee_item:nth-child(1) img{
    width: 73px !important;
}

.ecom-core.ecom-0tukzy4tets .ecom-marquee_item:nth-child(2) img{
    width: 85px !important;
}

.ecom-core.ecom-0tukzy4tets .ecom-marquee_item:nth-child(3) img{
    width: 116.5px !important;
}

.ecom-core.ecom-0tukzy4tets .ecom-marquee_item:nth-child(4) img{
    width: 107.6px !important;
}

.ecom-core.ecom-0tukzy4tets .ecom-marquee_item:nth-child(5) img{
    width: 87.4px !important;
}

.ecom-core.ecom-0tukzy4tets .ecom-marquee_item:nth-child(6) img{
    width: 107px !important;
}

.ecom-core.ecom-0tukzy4tets .ecom-marquee_item:nth-child(7) img{
    width: 220px !important;
}

.ecom-core.ecom-0tukzy4tets .ecom-marquee_item:nth-child(8) img{
    width: 220px !important;
}
.ecom-core.ecom-ebhtahjhbb .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-ebhtahjhbb .element__heading .ecom__heading,.ecom-core.ecom-ebhtahjhbb .element__heading .ecom__heading a{font-weight: 700;font-size: 12px;font-family: 'DM Sans', sans-serif;text-transform: uppercase;text-decoration: none;letter-spacing: 2.4px;}.ecom-core.ecom-ebhtahjhbb  .element__heading .ecom__heading,.ecom-core.ecom-ebhtahjhbb  .element__heading .ecom__heading a{color: #184849;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ebhtahjhbb .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ebhtahjhbb .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ebhtahjhbb .element__heading .ecom__heading,.ecom-core.ecom-ebhtahjhbb .element__heading .ecom__heading a{font-size: 12px;}}.ecom-core.ecom-ebhtahjhbb{padding-bottom: 0 !important;}.ecom-core.ecom-ebhtahjhbb.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;}.ecom-core.ecom-piop42i148{background-color: #F3FAFB;}.ecom-core.ecom-piop42i148{padding-top: 37px !important;padding-bottom: 48px !important;}
@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.ecom-core.ecom-hluhujb4zk7{width: 100%;}.ecom-core.ecom-hluhujb4zk7>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hluhujb4zk7{width: 100%;}}.ecom-core.ecom-l3wynhkec98{width: 43.5%;}.ecom-core.ecom-l3wynhkec98>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l3wynhkec98>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l3wynhkec98{width: 100%;}}.ecom-core.ecom-k2xkbyn7k4a .ecom-image-align{align-items: center;}.ecom-core.ecom-k2xkbyn7k4a .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-k2xkbyn7k4a .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-k2xkbyn7k4a .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-k2xkbyn7k4a .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-k2xkbyn7k4a .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-k2xkbyn7k4a .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-k2xkbyn7k4a.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;}.ecom-core.ecom-54at0iwetzq{width: 56.5%;}.ecom-core.ecom-54at0iwetzq>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-54at0iwetzq{width: 100%;}}.ecom-core.ecom-rn36pyvrdqh .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-rn36pyvrdqh .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 24px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-rn36pyvrdqh .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 24px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rn36pyvrdqh .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 30px;}}.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;padding: 0px;margin: 0px;}.ecom-core.ecom-rn36pyvrdqh .ecom-image-default{width: 20% !important;}.ecom-core.ecom-rn36pyvrdqh .ecom-iconlist--image{margin: 0px;padding: 0px;}.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--icon svg{height: 50px;width: 50px;}.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 63%;margin: 0px;padding: 0px;}.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #184849;margin: 0px;padding: 0px;}.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--title a{font-size: 16px;font-weight: 600;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: -0.32px;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: #184849;margin: 5px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--des a{font-size: 14px;line-height: 24px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'DM Sans', sans-serif;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--title a{font-size: 18px;}.ecom-core.ecom-rn36pyvrdqh .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-rn36pyvrdqh{width: 80%;max-width:80%;}.ecom-core.ecom-rn36pyvrdqh.ecom-animated{animation-name: fadeInLeft;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-rn36pyvrdqh{width: 100%;max-width:100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rn36pyvrdqh{width: 100%;max-width:100%;}} .ecom-core.ecom-rn36pyvrdqh .ecom-iconlist--container{
    align-items: flex-start;
}

.ecom-core.ecom-rn36pyvrdqh p.ecom-iconlist--title{
    display: flex;
    align-items: center;
    gap: 12px;
}

.ecom-core.ecom-rn36pyvrdqh li{
    counter-increment: ec-count-item;
}

.ecom-core.ecom-rn36pyvrdqh .ecom-iconlist--title::before{
    content: "0" counter(ec-count-item);
    display: block;
    width: 30px;
    height: 30px;
    background-color: #184849;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.ecom-core.ecom-rn36pyvrdqh li:nth-child(1):after{
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 24px;
    background-color: #DFE5E5;
}

.ecom-core.ecom-rn36pyvrdqh li:nth-child(2):after{
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 24px;
    background-color: #DFE5E5;
}.ecom-core.ecom-772mox52p3q .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-772mox52p3q .element__heading .ecom__heading,.ecom-core.ecom-772mox52p3q .element__heading .ecom__heading a{font-weight: 500;font-size: 36px;font-family: 'DM Sans', sans-serif;text-transform: none;text-decoration: none;line-height: 1.25em;letter-spacing: -0.72px;}.ecom-core.ecom-772mox52p3q  .element__heading .ecom__heading,.ecom-core.ecom-772mox52p3q  .element__heading .ecom__heading a{color: #184849;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-772mox52p3q .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-772mox52p3q .element__heading .ecom__heading,.ecom-core.ecom-772mox52p3q .element__heading .ecom__heading a{font-size: 32px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-772mox52p3q .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-772mox52p3q .element__heading .ecom__heading,.ecom-core.ecom-772mox52p3q .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-772mox52p3q{padding-bottom: 0px !important;margin-top: 17px !important;}.ecom-core.ecom-772mox52p3q.ecom-animated{animation-name: fadeInLeft;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-772mox52p3q{padding-bottom: 0 !important;}} @media (max-width: 576px) {
    .ecom-core.ecom-772mox52p3q h3.ecom__heading div{
    display: inline;
}
}.ecom-core.ecom-65q4gj104lk .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 8px 16px 8px 16px;}.ecom-core.ecom-65q4gj104lk .element__heading .ecom__heading,.ecom-core.ecom-65q4gj104lk .element__heading .ecom__heading a{font-weight: 600;font-size: 14px;font-family: 'DM Sans', sans-serif;text-transform: none;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-65q4gj104lk  .element__heading .ecom__heading,.ecom-core.ecom-65q4gj104lk  .element__heading .ecom__heading a{color: #184849;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-65q4gj104lk .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-65q4gj104lk .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-65q4gj104lk .element__heading .ecom__heading,.ecom-core.ecom-65q4gj104lk .element__heading .ecom__heading a{font-size: 14px;}}.ecom-core.ecom-65q4gj104lk{padding-bottom: 0 !important;width: unset;max-width:unset;}.ecom-core.ecom-65q4gj104lk.ecom-animated{animation-name: fadeInLeft;;animation-duration: .75s;;} .ecom-core.ecom-65q4gj104lk h3.ecom__heading.ecom-db{
    background-color: #E4F2F3;
    border-radius: 100px;
}.ecom-core.ecom-n7j9ol57uen>div.core__row--columns{max-width: 1240px;}.ecom-core.ecom-n7j9ol57uen>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-n7j9ol57uen{background-color: #fff;}.ecom-core.ecom-n7j9ol57uen{padding-top: 68px !important;padding-bottom: 68px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-n7j9ol57uen{padding-top: 32px !important;padding-bottom: 32px !important;}}

@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-uyhb3xwwxns{width: 100.00%;}.ecom-core.ecom-uyhb3xwwxns>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-uyhb3xwwxns{width: 100%;}}.ecom-core.ecom-ihl6iy5mfqp .element__featured--box.item-style--list{max-width: 20%;flex: 0 0 20%;}.ecom-core.ecom-ihl6iy5mfqp .element__featured--wrapper{grid-template-columns: repeat(4, 1fr);gap: 20px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured--wrapper-list > * + *{margin-left: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ihl6iy5mfqp .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-ihl6iy5mfqp .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 15px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ihl6iy5mfqp .element__featured--box.item-style--list{max-width: 63%;flex: 0 0 63%;}.ecom-core.ecom-ihl6iy5mfqp .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 15px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box{text-align: center;justify-content: center;background-color: rgba(0, 0, 0, 0.5);border-style: solid;border-width: 3px;border-color: var(--ecom-global-colors-xmfLBa);box-shadow: 11px -29px 64px -21px rgba(0, 0, 0, 0.36);border-radius: 20px;padding: 50px 35px 30px 35px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box:hover{background-color: rgba(0, 0, 0, 0.38);border-radius: 0px;}.ecom-core.ecom-ihl6iy5mfqp .ecom-image-default{width: 68px !important;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-img img,.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-img picture{height: 68px !important;}.ecom-core.ecom-ihl6iy5mfqp .ecom-image-align{justify-content: flex-start;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-img ,.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-img .ecom-image-default,.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-img  > picture,.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-img > img{border-radius: 8px;overflow: hidden;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-img{margin-bottom: 30px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-icon{color: var(--ecom-global-colors-xmfLBa);justify-content: center;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-icon svg{height: 80px;width: 80px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured--box-icon svg{margin-bottom: 45px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-title{font-size: 20px;font-weight: 800;line-height: 1.2em;text-transform: uppercase;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #fff;margin-bottom: 16px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-text,.ecom-core.ecom-ihl6iy5mfqp .element__featured a{font-size: 14px;font-weight: 600;line-height: 1.75em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-text{color: var(--ecom-global-colors-xmfLBa);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box{padding: 30px 15px 15px 15px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-icon svg{height: 60px;width: 60px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured--box-icon svg{margin-bottom: 15px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-title{font-size: 16px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-text,.ecom-core.ecom-ihl6iy5mfqp .element__featured a{font-size: 13px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box{padding-right: 15px;padding-left: 15px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-img{margin-bottom: 20px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-icon svg{height: 60px;width: 60px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured--box-icon svg{margin-bottom: 15px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-title{font-size: 18px;margin-bottom: 10px;}.ecom-core.ecom-ihl6iy5mfqp .element__featured .element__featured--box-text{margin-top: 0px;margin-bottom: 0px;}}.ecom-core.ecom-ihl6iy5mfqp{padding-top: 50px !important;}.ecom-core.ecom-ihl6iy5mfqp.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ihl6iy5mfqp{padding-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ihl6iy5mfqp{padding-top: 30px !important;}}.ecom-core.ecom-pqbxfa68b8 .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-pqbxfa68b8 .element__heading .ecom__heading,.ecom-core.ecom-pqbxfa68b8 .element__heading .ecom__heading a{font-weight: 500;font-size: 36px;font-family: 'DM Sans', sans-serif;text-transform: none;text-decoration: none;line-height: 1.25em;letter-spacing: -0.72px;}.ecom-core.ecom-pqbxfa68b8  .element__heading .ecom__heading,.ecom-core.ecom-pqbxfa68b8  .element__heading .ecom__heading a{color: #184849;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-pqbxfa68b8 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-pqbxfa68b8 .element__heading .ecom__heading,.ecom-core.ecom-pqbxfa68b8 .element__heading .ecom__heading a{font-size: 32px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pqbxfa68b8 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-pqbxfa68b8 .element__heading .ecom__heading,.ecom-core.ecom-pqbxfa68b8 .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-pqbxfa68b8{padding-bottom: 0px !important;margin-top: 9px !important;} @media (max-width: 576px) {
    .ecom-core.ecom-pqbxfa68b8 .ecom__heading div{
    display: inline;
}
}.ecom-core.ecom-5scnlrbdulq .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 8px 16px 8px 16px;}.ecom-core.ecom-5scnlrbdulq .element__heading .ecom__heading,.ecom-core.ecom-5scnlrbdulq .element__heading .ecom__heading a{font-weight: 600;font-size: 14px;font-family: 'DM Sans', sans-serif;text-transform: none;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-5scnlrbdulq  .element__heading .ecom__heading,.ecom-core.ecom-5scnlrbdulq  .element__heading .ecom__heading a{color: #184849;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5scnlrbdulq .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5scnlrbdulq .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-5scnlrbdulq .element__heading .ecom__heading,.ecom-core.ecom-5scnlrbdulq .element__heading .ecom__heading a{font-size: 14px;}}.ecom-core.ecom-5scnlrbdulq{padding-bottom: 0 !important;width: unset;max-width:unset;} .ecom-core.ecom-5scnlrbdulq h3.ecom__heading.ecom-db{
    background-color: #E4F2F3;
    border-radius: 100px;
}.ecom-core.ecom-g3e3kywd2au>div.core__row--columns{max-width: 1240px;}.ecom-core.ecom-g3e3kywd2au{background-color: #F2F6F0;}.ecom-core.ecom-g3e3kywd2au{padding-top: 50px !important;padding-bottom: 32px !important;}
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.ecom-core.ecom-qt8k90cxeom{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qt8k90cxeom{width: 100%;}}.ecom-core.ecom-2glk05fa02n{width: 50.00%;}.ecom-core.ecom-2glk05fa02n>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2glk05fa02n{width: 100%;}}.ecom-core.ecom-xurhj8uxm1 .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-xurhj8uxm1 .ecom__element--button{font-size: 14px;font-family: 'DM Sans', sans-serif;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;text-transform: none;text-decoration: none;width: 150px;height: 40px;min-height: 40px;color: #fff;background-color: #184849;border-style: solid;border-width: 1px;border-color: #184849;border-radius: 4px;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-xurhj8uxm1 .ecom__element--button:hover{color: #184849;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 1px;border-color: #184849;}.ecom-core.ecom-xurhj8uxm1 .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-xurhj8uxm1{margin-top: 33px !important;padding-bottom: 0 !important;width: unset;max-width:unset;}.ecom-core.ecom-xurhj8uxm1.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xurhj8uxm1{margin-top: 32px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xurhj8uxm1{margin-top: 34px !important;}} .ecom-core.ecom-xurhj8uxm1 a.ecom__element--button:hover{
    transform: translateY(-8px);
}.ecom-core.ecom-aq92zs768he .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-aq92zs768he .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 17px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-aq92zs768he .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 17px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aq92zs768he .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 30px;}}.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;padding: 0px;margin: 0px;}.ecom-core.ecom-aq92zs768he .ecom-image-default{width: 36px !important;}.ecom-core.ecom-aq92zs768he .ecom-iconlist--image{margin: 0px 13px 0px 0px;padding: 0px;}.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--icon{align-self: center;border-style: none;border-radius: 63%;margin: 0px;padding: 0px;}.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--icon svg{height: 50px;width: 50px;}.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #184849;margin: 0px;padding: 0px;}.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--title a{font-size: 16px;font-weight: 600;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: -0.32px;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: #184849;margin: 5px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--des a{font-size: 14px;line-height: 24px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'DM Sans', sans-serif;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--title a{font-size: 18px;}.ecom-core.ecom-aq92zs768he .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-aq92zs768he{margin-top: 32px !important;}.ecom-core.ecom-aq92zs768he.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;} .ecom-core.ecom-aq92zs768he .ecom-iconlist--container{
    align-items: center;
}

.ecom-core.ecom-aq92zs768he p.ecom-iconlist--title{
    display: flex;
    align-items: center;
    gap: 12px;
}

.ecom-core.ecom-aq92zs768he li:nth-child(1):after{
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 17px;
    background-color: #DFE5E5;
}

.ecom-core.ecom-aq92zs768he li:nth-child(2):after{
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 17px;
    background-color: #DFE5E5;
}.ecom-core.ecom-l4pydpbrxdb .ecom-text--more-actions button ,.ecom-core.ecom-l4pydpbrxdb .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-l4pydpbrxdb .text-content,.ecom-core.ecom-l4pydpbrxdb  .text-content a,.ecom-core.ecom-l4pydpbrxdb  .text-content p,.ecom-core.ecom-l4pydpbrxdb  .text-content span{text-align: left;color: #184849;margin: 0px;padding: 0px;}.ecom-core.ecom-l4pydpbrxdb .text-content,.ecom-core.ecom-l4pydpbrxdb .text-content a,.ecom-core.ecom-l4pydpbrxdb  .text-content a,.ecom-core.ecom-l4pydpbrxdb  .text-content a a,.ecom-core.ecom-l4pydpbrxdb  .text-content p,.ecom-core.ecom-l4pydpbrxdb  .text-content p a,.ecom-core.ecom-l4pydpbrxdb  .text-content span,.ecom-core.ecom-l4pydpbrxdb  .text-content span a{font-family: 'DM Sans', sans-serif;font-size: 14px;font-weight: 400;text-transform: none;text-decoration: none;line-height: 24px;letter-spacing: 0px;}.ecom-core.ecom-l4pydpbrxdb .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-l4pydpbrxdb .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-l4pydpbrxdb .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-l4pydpbrxdb .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-l4pydpbrxdb{padding-bottom: 0px !important;margin-top: 17px !important;}.ecom-core.ecom-l4pydpbrxdb.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l4pydpbrxdb{padding-bottom: 0 !important;}}.ecom-core.ecom-5jvx3f0qw8a .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-5jvx3f0qw8a .element__heading .ecom__heading,.ecom-core.ecom-5jvx3f0qw8a .element__heading .ecom__heading a{font-weight: 500;font-size: 36px;font-family: 'DM Sans', sans-serif;text-transform: none;text-decoration: none;line-height: 1.25em;letter-spacing: -0.72px;}.ecom-core.ecom-5jvx3f0qw8a  .element__heading .ecom__heading,.ecom-core.ecom-5jvx3f0qw8a  .element__heading .ecom__heading a{color: #184849;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5jvx3f0qw8a .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-5jvx3f0qw8a .element__heading .ecom__heading,.ecom-core.ecom-5jvx3f0qw8a .element__heading .ecom__heading a{font-size: 32px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5jvx3f0qw8a .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-5jvx3f0qw8a .element__heading .ecom__heading,.ecom-core.ecom-5jvx3f0qw8a .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-5jvx3f0qw8a{padding-bottom: 0px !important;margin-top: 17px !important;}.ecom-core.ecom-5jvx3f0qw8a.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5jvx3f0qw8a{padding-bottom: 0 !important;}} @media (max-width: 576px) {
    .ecom-core.ecom-5jvx3f0qw8a h3.ecom__heading div{
    display: inline;
}
}.ecom-core.ecom-mrc6su5s7fg .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 8px 16px 8px 16px;}.ecom-core.ecom-mrc6su5s7fg .element__heading .ecom__heading,.ecom-core.ecom-mrc6su5s7fg .element__heading .ecom__heading a{font-weight: 600;font-size: 14px;font-family: 'DM Sans', sans-serif;text-transform: none;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-mrc6su5s7fg  .element__heading .ecom__heading,.ecom-core.ecom-mrc6su5s7fg  .element__heading .ecom__heading a{color: #184849;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mrc6su5s7fg .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mrc6su5s7fg .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-mrc6su5s7fg .element__heading .ecom__heading,.ecom-core.ecom-mrc6su5s7fg .element__heading .ecom__heading a{font-size: 14px;}}.ecom-core.ecom-mrc6su5s7fg{padding-bottom: 0 !important;width: unset;max-width:unset;}.ecom-core.ecom-mrc6su5s7fg.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;} .ecom-core.ecom-mrc6su5s7fg h3.ecom__heading.ecom-db{
    background-color: #E4F2F3;
    border-radius: 100px;
}.ecom-core.ecom-k0m3wpbvnnj{width: 50.00%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-k0m3wpbvnnj>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-k0m3wpbvnnj{width: 100%;}}html body .ecom-core.ecom-gfisiame2pd .ecom-core.ecom-k0m3wpbvnnj>div.core__column--wrapper{padding-right: 120px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-gfisiame2pd .ecom-core.ecom-k0m3wpbvnnj>div.core__column--wrapper{padding-right: 40px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-gfisiame2pd .ecom-core.ecom-k0m3wpbvnnj>div.core__column--wrapper{padding-right: 20px !important;}}.ecom-core.ecom-322p4mwrwkv .ecom-image-align{align-items: center;}.ecom-core.ecom-322p4mwrwkv .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-322p4mwrwkv .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-322p4mwrwkv .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-322p4mwrwkv .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-322p4mwrwkv .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-322p4mwrwkv .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-322p4mwrwkv.ecom-animated{animation-name: fadeInLeft;;animation-duration: .75s;;}.ecom-core.ecom-gfisiame2pd>div.core__row--columns{max-width: 1240px;}.ecom-core.ecom-gfisiame2pd>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-gfisiame2pd{background-color: #fff;}.ecom-core.ecom-gfisiame2pd{padding-top: 73px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gfisiame2pd{padding-top: 32px !important;padding-bottom: 32px !important;}}
.ecom-core.ecom-ev75eyaipi7{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ev75eyaipi7{width: 100%;}}.ecom-core.ecom-ev75eyaipi7>.core__column--wrapper{background-color: #F6F6F6;}.ecom-core.ecom-ev75eyaipi7>.core__column--wrapper,.ecom-core.ecom-ev75eyaipi7>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 400px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ev75eyaipi7>.core__column--wrapper,.ecom-core.ecom-ev75eyaipi7>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 20px;}}html body .ecom-core.ecom-hhfuhknn9oi .ecom-core.ecom-ev75eyaipi7>div.core__column--wrapper{padding: 50px 69px 50px 69px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-hhfuhknn9oi .ecom-core.ecom-ev75eyaipi7>div.core__column--wrapper{padding: 2% !important;margin-right: 5% !important;margin-left: 5% !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-hhfuhknn9oi .ecom-core.ecom-ev75eyaipi7>div.core__column--wrapper{padding: 15px 5px 15px 5px !important;}}.ecom-core.ecom-gkhy9yfb78s{width: 100.00%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gkhy9yfb78s{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gkhy9yfb78s{width: 100%;}}.ecom-core.ecom-3fjfnaroo8q .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-3fjfnaroo8q .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-3fjfnaroo8q .ecom-swiper-slide{border-style: none;border-radius: 0px;overflow: hidden;padding: 0px;}.ecom-core.ecom-3fjfnaroo8q{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3fjfnaroo8q{margin-top: 15px !important;}} .ecom-core.ecom-3fjfnaroo8q .ecom-elements-slider{
    overflow: visible;
}
.ecom-core.ecom-3fjfnaroo8q .ecom-swiper-button-next.ecom-swiper-button-disabled,.ecom-core.ecom-3fjfnaroo8q .ecom-swiper-button-prev.ecom-swiper-button-disabled{
    opacity: 1;
}.ecom-core.ecom-ijmf21fohc .ecom-text--more-actions button ,.ecom-core.ecom-ijmf21fohc .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ijmf21fohc .text-content,.ecom-core.ecom-ijmf21fohc  .text-content a,.ecom-core.ecom-ijmf21fohc  .text-content p,.ecom-core.ecom-ijmf21fohc  .text-content span{text-align: center;margin: 0em;padding-top: 0em;padding-bottom: 0em;}.ecom-core.ecom-ijmf21fohc .text-content,.ecom-core.ecom-ijmf21fohc .text-content a,.ecom-core.ecom-ijmf21fohc  .text-content a,.ecom-core.ecom-ijmf21fohc  .text-content a a,.ecom-core.ecom-ijmf21fohc  .text-content p,.ecom-core.ecom-ijmf21fohc  .text-content p a,.ecom-core.ecom-ijmf21fohc  .text-content span,.ecom-core.ecom-ijmf21fohc  .text-content span a{font-size: 13px;font-weight: 700;line-height: 1.6em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-ijmf21fohc .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ijmf21fohc .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-ijmf21fohc .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ijmf21fohc .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ijmf21fohc .text-content,.ecom-core.ecom-ijmf21fohc  .text-content a,.ecom-core.ecom-ijmf21fohc  .text-content p,.ecom-core.ecom-ijmf21fohc  .text-content span{text-align: center;}}.ecom-core.ecom-ijmf21fohc{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ijmf21fohc{margin-top: 15px !important;}}.ecom-core.ecom-2ocwj4imbp6 .ecom-image-align{align-items: center;}.ecom-core.ecom-2ocwj4imbp6 .ecom-image-default{max-width: 99px !important;}.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-2ocwj4imbp6 .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-lpwkhc5nbt .ecom-text--more-actions button ,.ecom-core.ecom-lpwkhc5nbt .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-lpwkhc5nbt .text-content,.ecom-core.ecom-lpwkhc5nbt  .text-content a,.ecom-core.ecom-lpwkhc5nbt  .text-content p,.ecom-core.ecom-lpwkhc5nbt  .text-content span{text-align: center;margin: 0em;padding-top: 0em;padding-bottom: 0em;}.ecom-core.ecom-lpwkhc5nbt .text-content,.ecom-core.ecom-lpwkhc5nbt .text-content a,.ecom-core.ecom-lpwkhc5nbt  .text-content a,.ecom-core.ecom-lpwkhc5nbt  .text-content a a,.ecom-core.ecom-lpwkhc5nbt  .text-content p,.ecom-core.ecom-lpwkhc5nbt  .text-content p a,.ecom-core.ecom-lpwkhc5nbt  .text-content span,.ecom-core.ecom-lpwkhc5nbt  .text-content span a{font-size: 13px;font-weight: 700;line-height: 1.6em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-lpwkhc5nbt .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-lpwkhc5nbt .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-lpwkhc5nbt .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-lpwkhc5nbt .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lpwkhc5nbt .text-content,.ecom-core.ecom-lpwkhc5nbt  .text-content a,.ecom-core.ecom-lpwkhc5nbt  .text-content p,.ecom-core.ecom-lpwkhc5nbt  .text-content span{text-align: center;}}.ecom-core.ecom-lpwkhc5nbt{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lpwkhc5nbt{margin-top: 15px !important;}}.ecom-core.ecom-da5m6j191pg .ecom-image-align{align-items: center;}.ecom-core.ecom-da5m6j191pg .ecom-image-default{max-width: 99px !important;}.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-da5m6j191pg .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-3d3rmbxy2zf .ecom-text--more-actions button ,.ecom-core.ecom-3d3rmbxy2zf .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-3d3rmbxy2zf .text-content,.ecom-core.ecom-3d3rmbxy2zf  .text-content a,.ecom-core.ecom-3d3rmbxy2zf  .text-content p,.ecom-core.ecom-3d3rmbxy2zf  .text-content span{text-align: center;margin: 0em;padding-top: 0em;padding-bottom: 0em;}.ecom-core.ecom-3d3rmbxy2zf .text-content,.ecom-core.ecom-3d3rmbxy2zf .text-content a,.ecom-core.ecom-3d3rmbxy2zf  .text-content a,.ecom-core.ecom-3d3rmbxy2zf  .text-content a a,.ecom-core.ecom-3d3rmbxy2zf  .text-content p,.ecom-core.ecom-3d3rmbxy2zf  .text-content p a,.ecom-core.ecom-3d3rmbxy2zf  .text-content span,.ecom-core.ecom-3d3rmbxy2zf  .text-content span a{font-size: 13px;font-weight: 700;line-height: 1.6em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-3d3rmbxy2zf .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-3d3rmbxy2zf .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-3d3rmbxy2zf .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-3d3rmbxy2zf .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3d3rmbxy2zf .text-content,.ecom-core.ecom-3d3rmbxy2zf  .text-content a,.ecom-core.ecom-3d3rmbxy2zf  .text-content p,.ecom-core.ecom-3d3rmbxy2zf  .text-content span{text-align: center;}}.ecom-core.ecom-3d3rmbxy2zf{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3d3rmbxy2zf{margin-top: 15px !important;}}.ecom-core.ecom-vhyr2t9nqs .ecom-image-align{align-items: center;}.ecom-core.ecom-vhyr2t9nqs .ecom-image-default{max-width: 99px !important;}.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-vhyr2t9nqs .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-t6jw5pzm7ik .ecom-text--more-actions button ,.ecom-core.ecom-t6jw5pzm7ik .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-t6jw5pzm7ik .text-content,.ecom-core.ecom-t6jw5pzm7ik  .text-content a,.ecom-core.ecom-t6jw5pzm7ik  .text-content p,.ecom-core.ecom-t6jw5pzm7ik  .text-content span{text-align: center;margin: 0em;padding-top: 0em;padding-bottom: 0em;}.ecom-core.ecom-t6jw5pzm7ik .text-content,.ecom-core.ecom-t6jw5pzm7ik .text-content a,.ecom-core.ecom-t6jw5pzm7ik  .text-content a,.ecom-core.ecom-t6jw5pzm7ik  .text-content a a,.ecom-core.ecom-t6jw5pzm7ik  .text-content p,.ecom-core.ecom-t6jw5pzm7ik  .text-content p a,.ecom-core.ecom-t6jw5pzm7ik  .text-content span,.ecom-core.ecom-t6jw5pzm7ik  .text-content span a{font-size: 13px;font-weight: 700;line-height: 1.6em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-t6jw5pzm7ik .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-t6jw5pzm7ik .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-t6jw5pzm7ik .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-t6jw5pzm7ik .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-t6jw5pzm7ik .text-content,.ecom-core.ecom-t6jw5pzm7ik  .text-content a,.ecom-core.ecom-t6jw5pzm7ik  .text-content p,.ecom-core.ecom-t6jw5pzm7ik  .text-content span{text-align: center;}}.ecom-core.ecom-t6jw5pzm7ik{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-t6jw5pzm7ik{margin-top: 15px !important;}}.ecom-core.ecom-c38jd8mabtv .ecom-image-align{align-items: center;}.ecom-core.ecom-c38jd8mabtv .ecom-image-default{max-width: 99px !important;}.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-c38jd8mabtv .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-sp7901moyr .ecom-text--more-actions button ,.ecom-core.ecom-sp7901moyr .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-sp7901moyr .text-content,.ecom-core.ecom-sp7901moyr  .text-content a,.ecom-core.ecom-sp7901moyr  .text-content p,.ecom-core.ecom-sp7901moyr  .text-content span{text-align: center;margin: 0em;padding-top: 0em;padding-bottom: 0em;}.ecom-core.ecom-sp7901moyr .text-content,.ecom-core.ecom-sp7901moyr .text-content a,.ecom-core.ecom-sp7901moyr  .text-content a,.ecom-core.ecom-sp7901moyr  .text-content a a,.ecom-core.ecom-sp7901moyr  .text-content p,.ecom-core.ecom-sp7901moyr  .text-content p a,.ecom-core.ecom-sp7901moyr  .text-content span,.ecom-core.ecom-sp7901moyr  .text-content span a{font-size: 13px;font-weight: 700;line-height: 1.6em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-sp7901moyr .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-sp7901moyr .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-sp7901moyr .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-sp7901moyr .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sp7901moyr .text-content,.ecom-core.ecom-sp7901moyr  .text-content a,.ecom-core.ecom-sp7901moyr  .text-content p,.ecom-core.ecom-sp7901moyr  .text-content span{text-align: center;}}.ecom-core.ecom-sp7901moyr{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sp7901moyr{margin-top: 15px !important;}}.ecom-core.ecom-x85o03kcel .ecom-image-align{align-items: center;}.ecom-core.ecom-x85o03kcel .ecom-image-default{max-width: 99px !important;}.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-x85o03kcel .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-689n4g9vimh .ecom-text--more-actions button ,.ecom-core.ecom-689n4g9vimh .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-689n4g9vimh .text-content,.ecom-core.ecom-689n4g9vimh  .text-content a,.ecom-core.ecom-689n4g9vimh  .text-content p,.ecom-core.ecom-689n4g9vimh  .text-content span{text-align: center;margin: 0em;padding-top: 0em;padding-bottom: 0em;}.ecom-core.ecom-689n4g9vimh .text-content,.ecom-core.ecom-689n4g9vimh .text-content a,.ecom-core.ecom-689n4g9vimh  .text-content a,.ecom-core.ecom-689n4g9vimh  .text-content a a,.ecom-core.ecom-689n4g9vimh  .text-content p,.ecom-core.ecom-689n4g9vimh  .text-content p a,.ecom-core.ecom-689n4g9vimh  .text-content span,.ecom-core.ecom-689n4g9vimh  .text-content span a{font-size: 13px;font-weight: 700;line-height: 1.6em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-689n4g9vimh .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-689n4g9vimh .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-689n4g9vimh .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-689n4g9vimh .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-689n4g9vimh .text-content,.ecom-core.ecom-689n4g9vimh  .text-content a,.ecom-core.ecom-689n4g9vimh  .text-content p,.ecom-core.ecom-689n4g9vimh  .text-content span{text-align: center;}}.ecom-core.ecom-689n4g9vimh{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-689n4g9vimh{margin-top: 15px !important;}}.ecom-core.ecom-fn3smraq0pq .ecom-image-align{align-items: center;}.ecom-core.ecom-fn3smraq0pq .ecom-image-default{max-width: 99px !important;}.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-fn3smraq0pq .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-quhmyce49zj .ecom-text--more-actions button ,.ecom-core.ecom-quhmyce49zj .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-quhmyce49zj .text-content,.ecom-core.ecom-quhmyce49zj  .text-content a,.ecom-core.ecom-quhmyce49zj  .text-content p,.ecom-core.ecom-quhmyce49zj  .text-content span{text-align: center;margin: 0em;padding-top: 0em;padding-bottom: 0em;}.ecom-core.ecom-quhmyce49zj .text-content,.ecom-core.ecom-quhmyce49zj .text-content a,.ecom-core.ecom-quhmyce49zj  .text-content a,.ecom-core.ecom-quhmyce49zj  .text-content a a,.ecom-core.ecom-quhmyce49zj  .text-content p,.ecom-core.ecom-quhmyce49zj  .text-content p a,.ecom-core.ecom-quhmyce49zj  .text-content span,.ecom-core.ecom-quhmyce49zj  .text-content span a{font-size: 13px;font-weight: 700;line-height: 1.6em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-quhmyce49zj .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-quhmyce49zj .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-quhmyce49zj .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-quhmyce49zj .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-quhmyce49zj .text-content,.ecom-core.ecom-quhmyce49zj  .text-content a,.ecom-core.ecom-quhmyce49zj  .text-content p,.ecom-core.ecom-quhmyce49zj  .text-content span{text-align: center;}}.ecom-core.ecom-quhmyce49zj{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-quhmyce49zj{margin-top: 15px !important;}}.ecom-core.ecom-6fwitm30sz .ecom-image-align{align-items: center;}.ecom-core.ecom-6fwitm30sz .ecom-image-default{max-width: 99px !important;}.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-6fwitm30sz .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-nssuth8vlsj .ecom-text--more-actions button ,.ecom-core.ecom-nssuth8vlsj .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-nssuth8vlsj .text-content,.ecom-core.ecom-nssuth8vlsj  .text-content a,.ecom-core.ecom-nssuth8vlsj  .text-content p,.ecom-core.ecom-nssuth8vlsj  .text-content span{text-align: center;margin: 0em;padding-top: 0em;padding-bottom: 0em;}.ecom-core.ecom-nssuth8vlsj .text-content,.ecom-core.ecom-nssuth8vlsj .text-content a,.ecom-core.ecom-nssuth8vlsj  .text-content a,.ecom-core.ecom-nssuth8vlsj  .text-content a a,.ecom-core.ecom-nssuth8vlsj  .text-content p,.ecom-core.ecom-nssuth8vlsj  .text-content p a,.ecom-core.ecom-nssuth8vlsj  .text-content span,.ecom-core.ecom-nssuth8vlsj  .text-content span a{font-size: 13px;font-weight: 700;line-height: 1.6em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-nssuth8vlsj .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-nssuth8vlsj .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-nssuth8vlsj .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-nssuth8vlsj .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nssuth8vlsj .text-content,.ecom-core.ecom-nssuth8vlsj  .text-content a,.ecom-core.ecom-nssuth8vlsj  .text-content p,.ecom-core.ecom-nssuth8vlsj  .text-content span{text-align: center;}}.ecom-core.ecom-nssuth8vlsj{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nssuth8vlsj{margin-top: 15px !important;}}.ecom-core.ecom-87xpd8hhb0m .ecom-image-align{align-items: center;}.ecom-core.ecom-87xpd8hhb0m .ecom-image-default{max-width: 99px !important;}.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-87xpd8hhb0m .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-hhfuhknn9oi>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-hhfuhknn9oi{background-color: #ffffff;}.ecom-core.ecom-hhfuhknn9oi{padding-top: 1em !important;padding-bottom: 5em !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hhfuhknn9oi{padding-top: 5em !important;padding-bottom: 5em !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hhfuhknn9oi{padding: 4em 0em 4em 0em !important;}}
.ecom-core.ecom-upbbn10cdyj{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-upbbn10cdyj{width: 100%;}}.ecom-core.ecom-5965woz3j7y .ecom__testimonials--grid{grid-template-columns: repeat(2,1fr);gap: 20px;}.ecom-core.ecom-5965woz3j7y .ecom__testimonials{height: 350px;}.ecom-core.ecom-5965woz3j7y .ecom-swiper-pagination-position{justify-content: center;align-items: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5965woz3j7y .ecom__testimonials--grid{grid-template-columns: repeat(2,1fr);gap: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5965woz3j7y .ecom__testimonials--grid{grid-template-columns: repeat(1,1fr);gap: 0px;}}.ecom-core.ecom-5965woz3j7y .testimonial-content{text-align: left;justify-content: flex-start;background-color: #FFFFFF;border-radius: 20px;margin: 0px;padding: 36px;}.ecom-core.ecom-5965woz3j7y .testimonial-rating.ecom-icon-list{justify-content: flex-start;}.ecom-core.ecom-5965woz3j7y .ecom-icon-list span svg{height: 14px;width: 14px;}.ecom-core.ecom-5965woz3j7y .ecom-icon-list span{color: #696862;margin: 0px 2px 0px 2px;padding: 0px;}.ecom-core.ecom-5965woz3j7y .ecom-icon-list span.ecom-icon-active{color: #F99B2C;}.ecom-core.ecom-5965woz3j7y .testimonial-content-name{text-align: left;color: #184849;margin: 0px;padding: 0px;}.ecom-core.ecom-5965woz3j7y .testimonial-content-name,.ecom-core.ecom-5965woz3j7y .testimonial-content-name a{font-size: 20px;font-weight: 600;line-height: 1.2em;letter-spacing: -0.4px;text-decoration: none;text-transform: none;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-5965woz3j7y .testimonial-content-title{text-align: left;color: #184849;padding: 0px;margin: 2px 0px 0px 0px;}.ecom-core.ecom-5965woz3j7y .testimonial-content-title,.ecom-core.ecom-5965woz3j7y .testimonial-content-title a{font-size: 12px;font-weight: 400;line-height: 1.4em;letter-spacing: 0px;text-decoration: none;text-transform: none;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-5965woz3j7y .testimonial-content-prag{text-align: left;color: #184849;margin: 16px 0px 24px 0px;padding: 0px;}.ecom-core.ecom-5965woz3j7y .testimonial-content-prag,.ecom-core.ecom-5965woz3j7y .testimonial-content-prag a{font-size: 16px;line-height: 28px;font-weight: 500;text-decoration: none;letter-spacing: 0px;font-family: 'DM Sans', sans-serif;text-transform: none;}.ecom-core.ecom-5965woz3j7y .ecom-testimonials--container .ecom-swiper-pagination-bullet{width: 8px;min-width: 8px;height: 8px;background-color: #18484933;transition: all 500ms ease;}.ecom-core.ecom-5965woz3j7y .ecom-testimonials--container .ecom-swiper-pagination-bullet:hover{background-color: #184849;}.ecom-core.ecom-5965woz3j7y .ecom-testimonials--container .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active{background-color: #184849;}.ecom-core.ecom-5965woz3j7y .ecom-testimonials--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin: 45px 7px 0px 7px;padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5965woz3j7y .testimonial-content-name,.ecom-core.ecom-5965woz3j7y .testimonial-content-name a{font-size: 16px;}.ecom-core.ecom-5965woz3j7y .testimonial-content-prag,.ecom-core.ecom-5965woz3j7y .testimonial-content-prag a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5965woz3j7y .testimonial-content-name,.ecom-core.ecom-5965woz3j7y .testimonial-content-name a{font-size: 16px;}.ecom-core.ecom-5965woz3j7y .testimonial-content-prag,.ecom-core.ecom-5965woz3j7y .testimonial-content-prag a{font-size: 14px;}}.ecom-core.ecom-5965woz3j7y{margin-top: 40px !important;} .ecom-core.ecom-5965woz3j7y .testimonial-info{
    display: flex;
    flex-direction: row;
    align-items: center;
}.ecom-core.ecom-tri2jvlxcnq .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-tri2jvlxcnq .element__heading .ecom__heading,.ecom-core.ecom-tri2jvlxcnq .element__heading .ecom__heading a{font-weight: 500;font-size: 36px;font-family: 'DM Sans', sans-serif;text-transform: none;text-decoration: none;line-height: 1.25em;letter-spacing: -0.72px;}.ecom-core.ecom-tri2jvlxcnq  .element__heading .ecom__heading,.ecom-core.ecom-tri2jvlxcnq  .element__heading .ecom__heading a{color: #184849;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tri2jvlxcnq .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-tri2jvlxcnq .element__heading .ecom__heading,.ecom-core.ecom-tri2jvlxcnq .element__heading .ecom__heading a{font-size: 32px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tri2jvlxcnq .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-tri2jvlxcnq .element__heading .ecom__heading,.ecom-core.ecom-tri2jvlxcnq .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-tri2jvlxcnq{padding-bottom: 0 !important;margin-top: 17px !important;} @media (max-width: 576px) {
    .ecom-core.ecom-tri2jvlxcnq h3.ecom__heading div{
    display: inline;
}
}.ecom-core.ecom-0bhngk0bnwza .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 8px 16px 8px 16px;}.ecom-core.ecom-0bhngk0bnwza .element__heading .ecom__heading,.ecom-core.ecom-0bhngk0bnwza .element__heading .ecom__heading a{font-weight: 600;font-size: 14px;font-family: 'DM Sans', sans-serif;text-transform: none;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-0bhngk0bnwza  .element__heading .ecom__heading,.ecom-core.ecom-0bhngk0bnwza  .element__heading .ecom__heading a{color: #184849;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0bhngk0bnwza .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0bhngk0bnwza .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-0bhngk0bnwza .element__heading .ecom__heading,.ecom-core.ecom-0bhngk0bnwza .element__heading .ecom__heading a{font-size: 14px;}}.ecom-core.ecom-0bhngk0bnwza{padding-bottom: 0px !important;width: unset;max-width:unset;} .ecom-core.ecom-0bhngk0bnwza h3.ecom__heading.ecom-db{
    background-color: #E4F2F3;
    border-radius: 100px;
}.ecom-core.ecom-ch9etnsaee9>div.core__row--columns{max-width: 1240px;}.ecom-core.ecom-ch9etnsaee9{background-color: #F3FAFB;}.ecom-core.ecom-ch9etnsaee9{padding-top: 50px !important;padding-bottom: 45px !important;}
@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.ecom-core.ecom-vbethffejjp{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vbethffejjp{width: 100%;}}.ecom-core.ecom-z3tmdxgrnqh>div.core__row--columns{max-width: 900px;}.ecom-core.ecom-z3tmdxgrnqh>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-bvi10ipgucl{width: 100%;}.ecom-core.ecom-bvi10ipgucl>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-bvi10ipgucl>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bvi10ipgucl{width: 100%;}.ecom-core.ecom-bvi10ipgucl>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}}.ecom-core.ecom-bvi10ipgucl.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-kpn8qc8f62b .ecom-core.ecom-bvi10ipgucl>div.core__column--wrapper{padding-left: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-kpn8qc8f62b .ecom-core.ecom-bvi10ipgucl>div.core__column--wrapper{padding-top: 35px !important;padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-9ubvxrn3634 .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-9ubvxrn3634 .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-9ubvxrn3634 .ecom-swiper-slide{border-style: none;border-radius: 0px;overflow: hidden;padding: 0px;margin: 0px;}.ecom-core.ecom-9ubvxrn3634{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9ubvxrn3634{margin-top: 0px !important;}} .ecom-core.ecom-9ubvxrn3634 .ecom-elements-slider{
    overflow: visible;
}
.ecom-core.ecom-9ubvxrn3634 .ecom-swiper-button-next.ecom-swiper-button-disabled,.ecom-core.ecom-9ubvxrn3634 .ecom-swiper-button-prev.ecom-swiper-button-disabled{
    opacity: 1;
}.ecom-core.ecom-5sg8y88d54p .ecom-image-align{align-items: center;}.ecom-core.ecom-5sg8y88d54p .ecom-image-default{max-width: 215px !important;}.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-5sg8y88d54p .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-5sg8y88d54p{padding-bottom: 0 !important;}.ecom-core.ecom-gh8s1679sbv .ecom-image-align{align-items: center;}.ecom-core.ecom-gh8s1679sbv .ecom-image-default{max-width: 215px !important;}.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-gh8s1679sbv .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-47n2on3cd5p .ecom-image-align{align-items: center;}.ecom-core.ecom-47n2on3cd5p .ecom-image-default{max-width: 215px !important;}.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-47n2on3cd5p .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-47n2on3cd5p{padding-bottom: 0 !important;}.ecom-core.ecom-7a01p0dybo2 .ecom-image-align{align-items: center;}.ecom-core.ecom-7a01p0dybo2 .ecom-image-default{max-width: 215px !important;}.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-7a01p0dybo2 .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}
.ecom-core.ecom-skpzd1ph0i{width: 55%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-skpzd1ph0i{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-skpzd1ph0i{width: 100%;}}html body .ecom-core.ecom-ya6wf58ibq9 .ecom-core.ecom-skpzd1ph0i>div.core__column--wrapper{padding-top: 5px !important;padding-left: 40px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-ya6wf58ibq9 .ecom-core.ecom-skpzd1ph0i>div.core__column--wrapper{padding-left: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-ya6wf58ibq9 .ecom-core.ecom-skpzd1ph0i>div.core__column--wrapper{padding-top: 30px !important;padding-right: 15px !important;padding-left: 15px !important;}} .ecom-core.ecom-skpzd1ph0i .ecom-block:has(>.ec-row-sticky){
    position: sticky;
    top: 0;
}.ecom-core.ecom-bu6pbj5d1q9{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bu6pbj5d1q9{width: 100%;}}html body .ecom-core.ecom-ya6wf58ibq9 .ecom-core.ecom-bu6pbj5d1q9>div.core__column--wrapper{padding: 5px 0px 0px 0px !important;}.ecom-core.ecom-lju53084dd>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-lju53084dd{margin-top: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-lju53084dd{margin-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lju53084dd{margin-top: 0px !important;}}.ecom-core.ecom-5qpm3ihkmkn{width: 100%;}.ecom-core.ecom-5qpm3ihkmkn>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5qpm3ihkmkn{width: 100%;}}.ecom-core.ecom-af81figgm6 .ecom-image-align{align-items: flex-end;}.ecom-core.ecom-af81figgm6 .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-af81figgm6 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-af81figgm6 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-af81figgm6 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-af81figgm6 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-af81figgm6{padding-bottom: 0 !important;margin-top: 0px !important;width: unset;max-width:unset;}.ecom-core.ecom-9qwsinnznit .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-9qwsinnznit .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9qwsinnznit .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9qwsinnznit .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 0px;}}.ecom-core.ecom-9qwsinnznit .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;overflow: hidden;border-radius: 0px;padding: 0px;margin: 0px;}.ecom-core.ecom-9qwsinnznit .ecom-image-default{width: 20% !important;}.ecom-core.ecom-9qwsinnznit .ecom-iconlist--image ,.ecom-core.ecom-9qwsinnznit .ecom-iconlist--image .ecom-image-default,.ecom-core.ecom-9qwsinnznit .ecom-iconlist--image  > picture,.ecom-core.ecom-9qwsinnznit .ecom-iconlist--image > img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-9qwsinnznit .ecom-iconlist--image{margin: 0px 20px 0px 0px;padding: 0px;}.ecom-core.ecom-9qwsinnznit .ecom-base-iconlist .ecom-iconlist--icon svg{height: 21px;width: 21px;}.ecom-core.ecom-9qwsinnznit .ecom-base-iconlist .ecom-iconlist--icon{color: #000;background-color: rgba(255, 0, 0, 0);border-style: none;border-radius: 63%;margin: 3px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-9qwsinnznit .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-9qwsinnznit .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-9qwsinnznit .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;font-weight: 600;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9qwsinnznit .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;padding-left: 0px;margin-right: 0px;margin-left: 0px;}.ecom-core.ecom-9qwsinnznit .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-9qwsinnznit .ecom-base-iconlist .ecom-iconlist--title a{font-size: 13px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9qwsinnznit .ecom-base-iconlist .ecom-iconlist--title{margin-top: 5px;margin-bottom: 0px;}}.ecom-core.ecom-9qwsinnznit{margin-right: 18px !important;padding-bottom: 0 !important;width: unset;max-width:unset;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9qwsinnznit{padding-right: 0px !important;padding-left: 0px !important;margin-right: 10px !important;margin-bottom: 15px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9qwsinnznit{margin-bottom: 25px !important;}} .ecom-core.ecom-9qwsinnznit .ecom-iconlist--container{
    align-items: flex-start;
}
@media(max-width:1024px){
.ecom-core.ecom-9qwsinnznit .ecom-iconlist--title br{
    display: none;
}
.ecom-core.ecom-9qwsinnznit .ecom-iconlist--container{
    align-items: center;
}
}
.ecom-core.ecom-70pg21y5jtr{text-align: left;}.ecom-core.ecom-70pg21y5jtr{margin: 0px !important;padding: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-70pg21y5jtr{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-70pg21y5jtr{padding-bottom: 0 !important;}}.ecom-core.ecom-91rdwmnvir{text-align: left;}.ecom-core.ecom-6rws3eq7cj .ecom-product-single__metafield-container{text-align: left;color: #000;padding: 8px 15px 8px 15px;}.ecom-core.ecom-6rws3eq7cj .ecom-product-single__metafield-container,.ecom-core.ecom-6rws3eq7cj .ecom-product-single__metafield-container a{font-size: 10px;font-weight: 700;text-transform: uppercase;line-height: 1.25em;}.ecom-core.ecom-6rws3eq7cj{padding-bottom: 0px !important;margin-top: 15px !important;width: unset;max-width:unset;} .ecom-core.ecom-6rws3eq7cj .ecom-product-single__metafield-container:not(:empty){
    border: 1px solid;
    border-radius: 3px;
}
.ecom-core.ecom-6rws3eq7cj .ecom-product-single__metafield-container:empty{
    padding:0 !important;
    margin:0 !important;
}.ecom-core.ecom-bohy692kbwi .{delivery_start_date: 2days;}.ecom-core.ecom-bohy692kbwi .ecom-delivery-time-wrapper,.ecom-core.ecom-bohy692kbwi .ecom-delivery-time-wrapper a{font-size: 16px;font-weight: 400;line-height: 1.5em;letter-spacing: 0px;}.ecom-core.ecom-bohy692kbwi .ecom-delivery-time-wrapper{color: #000;}.ecom-core.ecom-bohy692kbwi .ecom-delivery-time__date,.ecom-core.ecom-bohy692kbwi .ecom-delivery-time__date a{font-weight: 600;letter-spacing: 0px;font-style: normal;text-decoration: underline;font-size: 14px;text-transform: none;line-height: 1.4em;}.ecom-core.ecom-bohy692kbwi .ecom-delivery-time__date{color: #000;}.ecom-core.ecom-bohy692kbwi .ecom-delivery-icon{color: #000;width: 28px;padding-top: 3px;margin-right: 12px;}.ecom-core.ecom-bohy692kbwi{margin-top: 20px !important;margin-bottom: 0px !important;padding-bottom: 0 !important;width: 90%;max-width:90%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bohy692kbwi{width: 100%;max-width:100%;}} .ecom-core.ecom-bohy692kbwi .ecom-delivery-time{
    display: flex;
    align-items: flex-start;
}.ecom-core.ecom-nbt7ytl35us .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-nbt7ytl35us .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 15px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nbt7ytl35us .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nbt7ytl35us .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));}}.ecom-core.ecom-nbt7ytl35us .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;overflow: hidden;border-radius: 0px;padding: 0px;margin: 0px;}.ecom-core.ecom-nbt7ytl35us .ecom-image-default{width: 14px !important;}.ecom-core.ecom-nbt7ytl35us .ecom-iconlist--image ,.ecom-core.ecom-nbt7ytl35us .ecom-iconlist--image .ecom-image-default,.ecom-core.ecom-nbt7ytl35us .ecom-iconlist--image  > picture,.ecom-core.ecom-nbt7ytl35us .ecom-iconlist--image > img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-nbt7ytl35us .ecom-iconlist--image{margin: -1px 5px 0px 0px;padding: 0px;}.ecom-core.ecom-nbt7ytl35us .ecom-base-iconlist .ecom-iconlist--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-nbt7ytl35us .ecom-base-iconlist .ecom-iconlist--icon{color: #1E775C;border-style: none;border-radius: 0%;margin: 0px 9px 0px 0px;padding: 0px;}.ecom-core.ecom-nbt7ytl35us .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-nbt7ytl35us .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-nbt7ytl35us .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;font-weight: 600;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nbt7ytl35us .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-nbt7ytl35us .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-nbt7ytl35us .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nbt7ytl35us .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-nbt7ytl35us .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}.ecom-core.ecom-nbt7ytl35us .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-nbt7ytl35us{margin-top: 19px !important;margin-bottom: 0px !important;padding-bottom: 0 !important;} .ecom-core.ecom-nbt7ytl35us .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-ts8qgjc5r5s .ecom-iconlist--container{flex-direction: row-reverse;}.ecom-core.ecom-ts8qgjc5r5s .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 15px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ts8qgjc5r5s .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ts8qgjc5r5s .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));}}.ecom-core.ecom-ts8qgjc5r5s .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;overflow: hidden;border-radius: 0px;padding: 0px;margin: 0px;}.ecom-core.ecom-ts8qgjc5r5s .ecom-image-default{width: 14px !important;}.ecom-core.ecom-ts8qgjc5r5s .ecom-iconlist--image ,.ecom-core.ecom-ts8qgjc5r5s .ecom-iconlist--image .ecom-image-default,.ecom-core.ecom-ts8qgjc5r5s .ecom-iconlist--image  > picture,.ecom-core.ecom-ts8qgjc5r5s .ecom-iconlist--image > img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-ts8qgjc5r5s .ecom-iconlist--image{margin: -1px 5px 0px 0px;padding: 0px;}.ecom-core.ecom-ts8qgjc5r5s .ecom-base-iconlist .ecom-iconlist--icon{align-self: center;color: #121414;border-style: none;border-radius: 0%;margin: 0px 9px 0px 0px;padding: 0px;}.ecom-core.ecom-ts8qgjc5r5s .ecom-base-iconlist .ecom-iconlist--icon svg{height: 26px;width: 26px;}.ecom-core.ecom-ts8qgjc5r5s .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #ff9a1e;margin: 0px;padding: 0px;}.ecom-core.ecom-ts8qgjc5r5s .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-ts8qgjc5r5s .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ts8qgjc5r5s .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-ts8qgjc5r5s .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-ts8qgjc5r5s .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ts8qgjc5r5s .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-ts8qgjc5r5s .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}.ecom-core.ecom-ts8qgjc5r5s .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-ts8qgjc5r5s{margin-top: 12px !important;margin-bottom: 0px !important;padding-bottom: 0px !important;} .ecom-core.ecom-ts8qgjc5r5s .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-h3iewpky4x .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-h3iewpky4x .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 15px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h3iewpky4x .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h3iewpky4x .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));}}.ecom-core.ecom-h3iewpky4x .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;overflow: hidden;border-radius: 0px;padding: 0px;margin: 0px;}.ecom-core.ecom-h3iewpky4x .ecom-image-default{width: 14px !important;}.ecom-core.ecom-h3iewpky4x .ecom-iconlist--image ,.ecom-core.ecom-h3iewpky4x .ecom-iconlist--image .ecom-image-default,.ecom-core.ecom-h3iewpky4x .ecom-iconlist--image  > picture,.ecom-core.ecom-h3iewpky4x .ecom-iconlist--image > img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-h3iewpky4x .ecom-iconlist--image{margin: -1px 5px 0px 0px;padding: 0px;}.ecom-core.ecom-h3iewpky4x .ecom-base-iconlist .ecom-iconlist--icon{align-self: center;color: #679ae5;border-style: none;border-radius: 0%;margin: 0px 9px 0px 0px;padding: 0px;}.ecom-core.ecom-h3iewpky4x .ecom-base-iconlist .ecom-iconlist--icon svg{height: 26px;width: 26px;}.ecom-core.ecom-h3iewpky4x .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #679ae5;margin: 0px;padding: 0px;}.ecom-core.ecom-h3iewpky4x .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-h3iewpky4x .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h3iewpky4x .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-h3iewpky4x .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-h3iewpky4x .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h3iewpky4x .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-h3iewpky4x .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}.ecom-core.ecom-h3iewpky4x .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-h3iewpky4x{margin-top: 19px !important;margin-bottom: 0px !important;padding-bottom: 0 !important;} .ecom-core.ecom-h3iewpky4x .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-tq250u8y12a .ecom-text--more-actions button ,.ecom-core.ecom-tq250u8y12a .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-tq250u8y12a .text-content,.ecom-core.ecom-tq250u8y12a  .text-content a,.ecom-core.ecom-tq250u8y12a  .text-content p,.ecom-core.ecom-tq250u8y12a  .text-content span{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-tq250u8y12a .text-content,.ecom-core.ecom-tq250u8y12a .text-content a,.ecom-core.ecom-tq250u8y12a  .text-content a,.ecom-core.ecom-tq250u8y12a  .text-content a a,.ecom-core.ecom-tq250u8y12a  .text-content p,.ecom-core.ecom-tq250u8y12a  .text-content p a,.ecom-core.ecom-tq250u8y12a  .text-content span,.ecom-core.ecom-tq250u8y12a  .text-content span a{font-size: 14px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-tq250u8y12a .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-tq250u8y12a .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-tq250u8y12a{margin-top: 1px !important;padding-bottom: 0 !important;width: unset;max-width:unset;}.ecom-core.ecom-cbloxidhajm .ecom-image-align{align-items: center;}.ecom-core.ecom-cbloxidhajm .ecom-image-default{width: 86px !important;max-width: 100% !important;}.ecom-core.ecom-cbloxidhajm .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-cbloxidhajm .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-cbloxidhajm .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-cbloxidhajm .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-cbloxidhajm .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-cbloxidhajm{margin-top: 3px !important;margin-right: 7px !important;width: unset;max-width:unset;}.ecom-core.ecom-x4ef580zv0d .ecom-product__heading{text-align: left;color: #000;}.ecom-core.ecom-x4ef580zv0d .ecom-product__heading,.ecom-core.ecom-x4ef580zv0d .ecom-product__heading a{font-size: 28px;line-height: 1.25em;letter-spacing: 0px;font-weight: 700;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-x4ef580zv0d .ecom-product__heading{text-align: left;}.ecom-core.ecom-x4ef580zv0d .ecom-product__heading,.ecom-core.ecom-x4ef580zv0d .ecom-product__heading a{font-size: 24px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x4ef580zv0d .ecom-product__heading{text-align: left;}.ecom-core.ecom-x4ef580zv0d .ecom-product__heading,.ecom-core.ecom-x4ef580zv0d .ecom-product__heading a{line-height: 1.25em;letter-spacing: 0px;font-size: 22px;}}.ecom-core.ecom-x4ef580zv0d{padding-bottom: 0px !important;margin-top: 8px !important;margin-bottom: 15px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x4ef580zv0d{padding-bottom: 0 !important;}}.ecom-core.ecom-yvtop00k96{width: 45%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yvtop00k96{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yvtop00k96{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-ya6wf58ibq9 .ecom-core.ecom-yvtop00k96>div.core__column--wrapper{padding-bottom: 0px !important;}}.ecom-core.ecom-842unemxstl .ecom-product-single__media--slider{flex-flow: column;}.ecom-core.ecom-842unemxstl .ecom-product-single__media .ecom-product-single__media-container{gap: 9px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-842unemxstl .ecom-product-single__media--slider{flex-flow: column;}.ecom-core.ecom-842unemxstl .ecom-product-single__media .ecom-product-single__media-container{gap: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-842unemxstl .ecom-product-single__media--slider{flex-flow: column;}.ecom-core.ecom-842unemxstl .ecom-product-single__media .ecom-product-single__media-container{gap: 10px;}}.ecom-core.ecom-842unemxstl .ecom-image-default{width: 100% !important;max-width: none !important;}.ecom-core.ecom-842unemxstl .ecom-product-single__media--featured img,.ecom-core.ecom-842unemxstl .ecom-product-single__media--featured picture{height: none !important;}.ecom-core.ecom-842unemxstl .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-842unemxstl .ecom-product-single__media--featured > picture,.ecom-core.ecom-842unemxstl .ecom-product-single__media--featured > img{border-style: none;}.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbnail img{object-fit: fill;}.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbnail{opacity: 1;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0);transition: all 300ms ease;margin: 0px;padding: 0px;}.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbnail ,.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbnail img{border-radius: 0px;}.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbnail:hover{opacity: 1;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbnail.ec_splide__slide.is-active{opacity: 1;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-842unemxstl .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev svg,.ecom-core.ecom-842unemxstl .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-842unemxstl .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev,.ecom-core.ecom-842unemxstl .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next{color: #000;background-color: #fff;border-radius: 50%;padding: 16px;margin: 0px;}.ecom-core.ecom-842unemxstl .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-842unemxstl .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next:hover{color: #fff;background-color: #000;transition: all 400ms ease;}.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbs .ecom-swiper-button-prev svg,.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbs .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbs .ecom-swiper-button-prev,.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbs .ecom-swiper-button-next{color: #fff;background-color: rgba(0, 0, 0, 0.4);border-radius: 50%;padding: 5px;margin: 0px;}.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbs .ecom-swiper-button-prev:hover,.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbs .ecom-swiper-button-next:hover{color: #fff;background-color: rgba(0, 0, 0, 0.8);}.ecom-core.ecom-842unemxstl .ecom-product-single__media-label{border-radius: 0px;overflow: hidden;padding: 0px 80px 0px 0px;margin: 0px;}.ecom-core.ecom-842unemxstl .ecom-product-single__media-label > span{border-radius: 0px;overflow: hidden;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbnail{margin-bottom: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbnail{margin-bottom: 0px;}.ecom-core.ecom-842unemxstl .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev,.ecom-core.ecom-842unemxstl .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next{padding: 10px;margin-left: 0px;}}.ecom-core.ecom-842unemxstl{margin-bottom: 30px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-842unemxstl{padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-842unemxstl{padding-left: 0px !important;margin-bottom: 0px !important;}} .ecom-core.ecom-842unemxstl .ecom-swiper-container{
    position: relative;
}
.ecom-core.ecom-842unemxstl .ecom-product-single__media-label{
    flex-wrap: wrap;
}
.ecom-core.ecom-842unemxstl .ecom-product-single__media--grid .ecom-product-single__media--images{
    gap: 9px;
}
.ecom-core.ecom-842unemxstl .ecom-product-single__media--image img{
    height: 100%;
    object-fit: cover;
}
.ecom-core.ecom-842unemxstl .ecom-product-single__zoom-icon-wrapper{
    pointer-events: auto;
}
.ecom-core.ecom-842unemxstl .ecom-product-single__zoom-icon-wrapper:hover{
    background: #000;
    color: #fff;
}
@media (min-width: 1199px){
.ecom-core.ecom-842unemxstl .ecom-product-single__media .ecom-product-single__media--vertical .ecom-product-single__media--thumbs{
    max-height: 746px;
}
.ecom-core.ecom-842unemxstl .ecom-swiper-controls-thumb{
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbs:hover .ecom-swiper-controls-thumb{
    opacity: 1;
    visibility: visible;
}
}
.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbnail:last-child{
    margin: 0;
}
.ecom-core.ecom-842unemxstl .ecom-swiper-controls-thumb.ecom-swiper-button-disabled{
    display: none!important;
}
.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbnail--icon{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-repeat: no-repeat;
    transition: 0.4s;
    background-position: center;
    transform: scale(1) translateY(-50%) translateX(-50%);
}
.ecom-core.ecom-842unemxstl .ecom-product-single__media--thumbnail--icon:hover{
    transform: scale(0.95) translateY(-50%) translateX(-50%);
}
.ecom-core.ecom-842unemxstl .ecom-product-single__media--model{
    padding-top: 0;
}
.ecom-core.ecom-842unemxstl .ecom-product-single__media.ecom-position-sticky{
    position: sticky;
}.ecom-core.ecom-ya6wf58ibq9>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-ya6wf58ibq9{background-color: #fff;}.ecom-core.ecom-ya6wf58ibq9{padding-top: 6em !important;padding-bottom: 6em !important;display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ya6wf58ibq9{padding: 5em 0em 5em 0em !important;display: block;}.ecom-core.ecom-ya6wf58ibq9 div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ya6wf58ibq9{padding: 4em 0em 4em 0em !important;display: block;}.ecom-core.ecom-ya6wf58ibq9 div.core__row--columns{flex-direction: row;}}

@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.ecom-core.ecom-a9nu28y0{width: 100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-a9nu28y0{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-a9nu28y0{width: 100%;}}.ecom-core.ecom-a4q3haus{}.ecom-core.ecom-nbyiplkk{width: 50%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nbyiplkk{width: 15%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nbyiplkk{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nbyiplkk{display: none;}}.ecom-core.ecom-6potrrjl{width: 50%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6potrrjl{width: 85%;}.ecom-core.ecom-6potrrjl>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6potrrjl{width: 100%;}.ecom-core.ecom-6potrrjl>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-3k2armiqono .ecom-core.ecom-6potrrjl>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-q4fhwaounmi .ecom__element--button{gap: 6px;}.ecom-core.ecom-q4fhwaounmi .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-q4fhwaounmi .ecom__element--button{font-size: 16px;line-height: 32px;text-transform: uppercase;font-weight: 500;color: #ffffff;background-color: var(--ecom-global-colors-cNfU2q);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-cNfU2q);border-radius: 47px;padding: 8px 30px 8px 30px;}.ecom-core.ecom-q4fhwaounmi .ecom__element--button:hover{color: #ffffff;background-color: #5079d9;}.ecom-core.ecom-q4fhwaounmi .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-q4fhwaounmi .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-q4fhwaounmi{margin-top: 15px !important;width: unset;max-width:unset;}.ecom-core.ecom-tktgjhzdvqg .ecom-text--more-actions button ,.ecom-core.ecom-tktgjhzdvqg .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-tktgjhzdvqg .text-content,.ecom-core.ecom-tktgjhzdvqg  .text-content a,.ecom-core.ecom-tktgjhzdvqg  .text-content p,.ecom-core.ecom-tktgjhzdvqg  .text-content span{text-align: left;color: var(--ecom-global-colors-xmfLBa);margin: 0em;padding-top: 0em;padding-bottom: 0em;}.ecom-core.ecom-tktgjhzdvqg .text-content,.ecom-core.ecom-tktgjhzdvqg .text-content a,.ecom-core.ecom-tktgjhzdvqg  .text-content a,.ecom-core.ecom-tktgjhzdvqg  .text-content a a,.ecom-core.ecom-tktgjhzdvqg  .text-content p,.ecom-core.ecom-tktgjhzdvqg  .text-content p a,.ecom-core.ecom-tktgjhzdvqg  .text-content span,.ecom-core.ecom-tktgjhzdvqg  .text-content span a{font-size: 16px;font-weight: 400;line-height: 1.6em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-tktgjhzdvqg .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-tktgjhzdvqg .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-tktgjhzdvqg .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-tktgjhzdvqg .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tktgjhzdvqg .text-content,.ecom-core.ecom-tktgjhzdvqg  .text-content a,.ecom-core.ecom-tktgjhzdvqg  .text-content p,.ecom-core.ecom-tktgjhzdvqg  .text-content span{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tktgjhzdvqg .text-content,.ecom-core.ecom-tktgjhzdvqg  .text-content a,.ecom-core.ecom-tktgjhzdvqg  .text-content p,.ecom-core.ecom-tktgjhzdvqg  .text-content span{text-align: center;}}.ecom-core.ecom-tktgjhzdvqg{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tktgjhzdvqg{margin-top: 15px !important;}}.ecom-core.ecom-4rmrpxcz8af .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-4rmrpxcz8af .element__heading .ecom__heading,.ecom-core.ecom-4rmrpxcz8af .element__heading .ecom__heading a{font-weight: 800;font-size: 40px;line-height: 1.25em;letter-spacing: 0px;text-transform: uppercase;}.ecom-core.ecom-4rmrpxcz8af  .element__heading .ecom__heading,.ecom-core.ecom-4rmrpxcz8af  .element__heading .ecom__heading a{color: var(--ecom-global-colors-xmfLBa);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4rmrpxcz8af .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-4rmrpxcz8af .element__heading .ecom__heading,.ecom-core.ecom-4rmrpxcz8af .element__heading .ecom__heading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4rmrpxcz8af .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-4rmrpxcz8af .element__heading .ecom__heading,.ecom-core.ecom-4rmrpxcz8af .element__heading .ecom__heading a{font-size: 23px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4rmrpxcz8af{margin-bottom: 0px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-3k2armiqono{background: url('/cdn/shop/files/Andria-FeelingIt.jpg?v=1712001811') no-repeat scroll top center/cover #3A4253;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3k2armiqono{background-color: #6194ea;}}.ecom-core.ecom-3k2armiqono{padding-top: 100px !important;padding-bottom: 100px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-3k2armiqono{padding-top: 5em !important;padding-bottom: 5em !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3k2armiqono{padding: 4em 0em 4em 0em !important;}}
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.ecom-core.ecom-2x1znw7i54l{width: 100%;}.ecom-core.ecom-2x1znw7i54l>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2x1znw7i54l{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-4du6y6gmk17 .ecom-core.ecom-2x1znw7i54l>div.core__column--wrapper{padding-right: 5% !important;padding-left: 5% !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-4du6y6gmk17 .ecom-core.ecom-2x1znw7i54l>div.core__column--wrapper{padding-right: 5% !important;padding-left: 5% !important;}}.ecom-core.ecom-yof1uwgemp>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yof1uwgemp>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-yof1uwgemp{padding-top: 45px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yof1uwgemp > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yof1uwgemp > div.core__row--columns{flex-direction: column-reverse !important;}}.ecom-core.ecom-480is2dn08v{width: 50%;}.ecom-core.ecom-480is2dn08v>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-480is2dn08v>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-480is2dn08v{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-480is2dn08v{width: 100%;}}html body .ecom-core.ecom-4du6y6gmk17 .ecom-core.ecom-480is2dn08v>div.core__column--wrapper{padding-left: 55px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-4du6y6gmk17 .ecom-core.ecom-480is2dn08v>div.core__column--wrapper{padding-top: 5% !important;padding-right: 10% !important;padding-left: 10% !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-4du6y6gmk17 .ecom-core.ecom-480is2dn08v>div.core__column--wrapper{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-jfqrnh5sx1 .ecom-image-align{align-items: center;}.ecom-core.ecom-jfqrnh5sx1 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-jfqrnh5sx1 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-jfqrnh5sx1 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-jfqrnh5sx1 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-jfqrnh5sx1{margin-top: 45px !important;margin-bottom: 45px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jfqrnh5sx1{margin-bottom: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jfqrnh5sx1{margin-bottom: 15px !important;}}.ecom-core.ecom-klwfn2a15g{width: 50%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-klwfn2a15g{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-klwfn2a15g{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-4du6y6gmk17 .ecom-core.ecom-klwfn2a15g>div.core__column--wrapper{padding-right: 5% !important;padding-left: 5% !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-4du6y6gmk17 .ecom-core.ecom-klwfn2a15g>div.core__column--wrapper{padding-top: 35px !important;}}.ecom-core.ecom-eczkvo7iyn .ecom-accordion__title{text-align: left;background-color: #272624;border-radius: 5px;padding: 24px 23px 24px 30px;margin: 13px 0px 0px 0px;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion__title:hover{background-color: #272624;border-radius: 5px;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion__title.ecom-item-active{background-color: #272624;border-radius: 5px 5px 0px 0px;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion__title .ecom-items--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion__title .ecom-items--icon{color: #fff;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion_nav--icon{margin-left: 10px;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;text-transform: none;font-weight: 700;line-height: 1.5em;font-style: normal;text-decoration: none;color: #fff;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion_wrapper-info .ecom-items--icon svg{height: 20px;width: 20px;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion_wrapper-info .ecom-accordion_icon-title{color: #000;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion_wrapper-info .ecom-accordion_icon-title:hover{color: #00;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion_icon-title{margin-right: 7px;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion--image img{width: 20px !important;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion--image{margin-right: 10px;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion__body>.core__blocks>.core__blocks--body{background-color: #272624;border-style: none;border-radius: 0px 0px 5px 5px;overflow: hidden;padding: 0px 23px 23px 30px;margin: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-eczkvo7iyn .ecom-accordion__title{margin: 13px 0px 0px 0px;padding: 23px;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion__body>.core__blocks>.core__blocks--body{margin-bottom: 0px;padding: 0px 15px 15px 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-eczkvo7iyn .ecom-accordion__title{padding: 10px 15px 10px 15px;margin-bottom: 0px;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion__title .ecom-items--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 14px;}.ecom-core.ecom-eczkvo7iyn .ecom-accordion__body>.core__blocks>.core__blocks--body{padding-right: 15px;padding-bottom: 15px;padding-left: 15px;}}.ecom-core.ecom-eczkvo7iyn{padding-top: 0px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-eczkvo7iyn{padding-bottom: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-eczkvo7iyn{padding-bottom: 0px !important;margin-bottom: 0px !important;}}.ecom-core.ecom-qfyeakdb5qh .ecom-text--more-actions button ,.ecom-core.ecom-qfyeakdb5qh .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-qfyeakdb5qh .text-content,.ecom-core.ecom-qfyeakdb5qh  .text-content a,.ecom-core.ecom-qfyeakdb5qh  .text-content p,.ecom-core.ecom-qfyeakdb5qh  .text-content span{text-align: left;color: #c2c2c2;}.ecom-core.ecom-qfyeakdb5qh .text-content,.ecom-core.ecom-qfyeakdb5qh .text-content a,.ecom-core.ecom-qfyeakdb5qh  .text-content a,.ecom-core.ecom-qfyeakdb5qh  .text-content a a,.ecom-core.ecom-qfyeakdb5qh  .text-content p,.ecom-core.ecom-qfyeakdb5qh  .text-content p a,.ecom-core.ecom-qfyeakdb5qh  .text-content span,.ecom-core.ecom-qfyeakdb5qh  .text-content span a{font-size: 14px;font-weight: 500;line-height: 1.75em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-qfyeakdb5qh .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-qfyeakdb5qh .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-qfyeakdb5qh{margin-top: 0px !important;margin-bottom: 15px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qfyeakdb5qh{margin-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qfyeakdb5qh{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 0px !important;}}.ecom-core.ecom-51bu9usqs8c .ecom-text--more-actions button ,.ecom-core.ecom-51bu9usqs8c .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-51bu9usqs8c .text-content,.ecom-core.ecom-51bu9usqs8c  .text-content a,.ecom-core.ecom-51bu9usqs8c  .text-content p,.ecom-core.ecom-51bu9usqs8c  .text-content span{text-align: left;color: #c2c2c2;}.ecom-core.ecom-51bu9usqs8c .text-content,.ecom-core.ecom-51bu9usqs8c .text-content a,.ecom-core.ecom-51bu9usqs8c  .text-content a,.ecom-core.ecom-51bu9usqs8c  .text-content a a,.ecom-core.ecom-51bu9usqs8c  .text-content p,.ecom-core.ecom-51bu9usqs8c  .text-content p a,.ecom-core.ecom-51bu9usqs8c  .text-content span,.ecom-core.ecom-51bu9usqs8c  .text-content span a{font-size: 14px;font-weight: 500;line-height: 1.75em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-51bu9usqs8c .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-51bu9usqs8c .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-51bu9usqs8c{margin-top: 0px !important;margin-bottom: 15px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-51bu9usqs8c{margin-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-51bu9usqs8c{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 0px !important;}}.ecom-core.ecom-eqxlemgcvef .ecom-text--more-actions button ,.ecom-core.ecom-eqxlemgcvef .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-eqxlemgcvef .text-content,.ecom-core.ecom-eqxlemgcvef  .text-content a,.ecom-core.ecom-eqxlemgcvef  .text-content p,.ecom-core.ecom-eqxlemgcvef  .text-content span{text-align: left;color: #c2c2c2;}.ecom-core.ecom-eqxlemgcvef .text-content,.ecom-core.ecom-eqxlemgcvef .text-content a,.ecom-core.ecom-eqxlemgcvef  .text-content a,.ecom-core.ecom-eqxlemgcvef  .text-content a a,.ecom-core.ecom-eqxlemgcvef  .text-content p,.ecom-core.ecom-eqxlemgcvef  .text-content p a,.ecom-core.ecom-eqxlemgcvef  .text-content span,.ecom-core.ecom-eqxlemgcvef  .text-content span a{font-size: 14px;font-weight: 500;line-height: 1.75em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-eqxlemgcvef .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-eqxlemgcvef .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-eqxlemgcvef{margin-top: 0px !important;margin-bottom: 15px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-eqxlemgcvef{margin-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-eqxlemgcvef{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 0px !important;}}.ecom-core.ecom-bo060ypleci .ecom-text--more-actions button ,.ecom-core.ecom-bo060ypleci .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-bo060ypleci .text-content,.ecom-core.ecom-bo060ypleci  .text-content a,.ecom-core.ecom-bo060ypleci  .text-content p,.ecom-core.ecom-bo060ypleci  .text-content span{text-align: left;color: #c2c2c2;}.ecom-core.ecom-bo060ypleci .text-content,.ecom-core.ecom-bo060ypleci .text-content a,.ecom-core.ecom-bo060ypleci  .text-content a,.ecom-core.ecom-bo060ypleci  .text-content a a,.ecom-core.ecom-bo060ypleci  .text-content p,.ecom-core.ecom-bo060ypleci  .text-content p a,.ecom-core.ecom-bo060ypleci  .text-content span,.ecom-core.ecom-bo060ypleci  .text-content span a{font-size: 14px;font-weight: 500;line-height: 1.75em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-bo060ypleci .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-bo060ypleci .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-bo060ypleci{margin-top: 0px !important;margin-bottom: 15px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bo060ypleci{margin-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bo060ypleci{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 0px !important;}}.ecom-core.ecom-lv7d03ys1qq .ecom-text--more-actions button ,.ecom-core.ecom-lv7d03ys1qq .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-lv7d03ys1qq .text-content,.ecom-core.ecom-lv7d03ys1qq  .text-content a,.ecom-core.ecom-lv7d03ys1qq  .text-content p,.ecom-core.ecom-lv7d03ys1qq  .text-content span{text-align: left;color: #c2c2c2;}.ecom-core.ecom-lv7d03ys1qq .text-content,.ecom-core.ecom-lv7d03ys1qq .text-content a,.ecom-core.ecom-lv7d03ys1qq  .text-content a,.ecom-core.ecom-lv7d03ys1qq  .text-content a a,.ecom-core.ecom-lv7d03ys1qq  .text-content p,.ecom-core.ecom-lv7d03ys1qq  .text-content p a,.ecom-core.ecom-lv7d03ys1qq  .text-content span,.ecom-core.ecom-lv7d03ys1qq  .text-content span a{font-size: 14px;font-weight: 500;line-height: 1.75em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-lv7d03ys1qq .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-lv7d03ys1qq .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-lv7d03ys1qq{margin-top: 0px !important;margin-bottom: 15px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-lv7d03ys1qq{margin-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lv7d03ys1qq{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 0px !important;}}.ecom-core.ecom-p0qx5mg3vvm .ecom-text--more-actions button ,.ecom-core.ecom-p0qx5mg3vvm .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-p0qx5mg3vvm .text-content,.ecom-core.ecom-p0qx5mg3vvm  .text-content a,.ecom-core.ecom-p0qx5mg3vvm  .text-content p,.ecom-core.ecom-p0qx5mg3vvm  .text-content span{text-align: left;color: #c2c2c2;}.ecom-core.ecom-p0qx5mg3vvm .text-content,.ecom-core.ecom-p0qx5mg3vvm .text-content a,.ecom-core.ecom-p0qx5mg3vvm  .text-content a,.ecom-core.ecom-p0qx5mg3vvm  .text-content a a,.ecom-core.ecom-p0qx5mg3vvm  .text-content p,.ecom-core.ecom-p0qx5mg3vvm  .text-content p a,.ecom-core.ecom-p0qx5mg3vvm  .text-content span,.ecom-core.ecom-p0qx5mg3vvm  .text-content span a{font-size: 14px;font-weight: 500;line-height: 1.75em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-p0qx5mg3vvm .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-p0qx5mg3vvm .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-p0qx5mg3vvm{margin-top: 0px !important;margin-bottom: 15px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p0qx5mg3vvm{margin-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p0qx5mg3vvm{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 0px !important;}}.ecom-core.ecom-pbig857n99a .ecom__element--button{gap: 6px;}.ecom-core.ecom-pbig857n99a .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-pbig857n99a .ecom__element--button{font-size: 16px;line-height: 32px;text-transform: uppercase;font-weight: 500;color: #ffffff;background-color: var(--ecom-global-colors-cNfU2q);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-cNfU2q);border-radius: 47px;padding: 8px 30px 8px 30px;}.ecom-core.ecom-pbig857n99a .ecom__element--button:hover{color: #ffffff;background-color: #5079d9;}.ecom-core.ecom-pbig857n99a .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-pbig857n99a .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-pbig857n99a{margin-top: 15px !important;width: unset;max-width:unset;}.ecom-core.ecom-jqbi6lecel .ecom-text--more-actions button ,.ecom-core.ecom-jqbi6lecel .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-jqbi6lecel .text-content,.ecom-core.ecom-jqbi6lecel  .text-content a,.ecom-core.ecom-jqbi6lecel  .text-content p,.ecom-core.ecom-jqbi6lecel  .text-content span{text-align: center;color: var(--ecom-global-colors-xmfLBa);margin: 0em;padding: 0em 5em 0em 5em;}.ecom-core.ecom-jqbi6lecel .text-content,.ecom-core.ecom-jqbi6lecel .text-content a,.ecom-core.ecom-jqbi6lecel  .text-content a,.ecom-core.ecom-jqbi6lecel  .text-content a a,.ecom-core.ecom-jqbi6lecel  .text-content p,.ecom-core.ecom-jqbi6lecel  .text-content p a,.ecom-core.ecom-jqbi6lecel  .text-content span,.ecom-core.ecom-jqbi6lecel  .text-content span a{font-size: 16px;font-weight: 400;line-height: 1.6em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-jqbi6lecel .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-jqbi6lecel .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-jqbi6lecel .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-jqbi6lecel .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jqbi6lecel .text-content,.ecom-core.ecom-jqbi6lecel  .text-content a,.ecom-core.ecom-jqbi6lecel  .text-content p,.ecom-core.ecom-jqbi6lecel  .text-content span{text-align: center;padding-right: 0px;padding-left: 0px;}}.ecom-core.ecom-jqbi6lecel{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jqbi6lecel{margin-top: 15px !important;}}.ecom-core.ecom-1zql9d24yj .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-1zql9d24yj .element__heading .ecom__heading,.ecom-core.ecom-1zql9d24yj .element__heading .ecom__heading a{font-weight: 800;font-size: 40px;line-height: 1.25em;letter-spacing: 0px;text-transform: uppercase;}.ecom-core.ecom-1zql9d24yj  .element__heading .ecom__heading,.ecom-core.ecom-1zql9d24yj  .element__heading .ecom__heading a{color: var(--ecom-global-colors-xmfLBa);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1zql9d24yj .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-1zql9d24yj .element__heading .ecom__heading,.ecom-core.ecom-1zql9d24yj .element__heading .ecom__heading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1zql9d24yj .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-1zql9d24yj .element__heading .ecom__heading,.ecom-core.ecom-1zql9d24yj .element__heading .ecom__heading a{font-size: 25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1zql9d24yj{margin-bottom: 0px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-4du6y6gmk17{background: url('/cdn/shop/files/bg-left.png?v=1718510252') no-repeat scroll center left/auto #0B0907;}.ecom-core.ecom-4du6y6gmk17{padding-top: 7em !important;padding-bottom: 7em !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4du6y6gmk17{padding-top: 5em !important;padding-bottom: 5em !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4du6y6gmk17{padding-top: 4em !important;padding-bottom: 4em !important;}}
.ecom-core.ecom-off9f4ugk1{width: 100%;}.ecom-core.ecom-off9f4ugk1>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-off9f4ugk1{width: 100%;}}.ecom-core.ecom-3jkcp89kypw .ecom-text--more-actions button ,.ecom-core.ecom-3jkcp89kypw .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-3jkcp89kypw .text-content,.ecom-core.ecom-3jkcp89kypw  .text-content a,.ecom-core.ecom-3jkcp89kypw  .text-content p,.ecom-core.ecom-3jkcp89kypw  .text-content span{text-align: center;color: var(--ecom-global-colors-xmfLBa);margin: 0em;padding-top: 0em;padding-bottom: 0em;}.ecom-core.ecom-3jkcp89kypw .text-content,.ecom-core.ecom-3jkcp89kypw .text-content a,.ecom-core.ecom-3jkcp89kypw  .text-content a,.ecom-core.ecom-3jkcp89kypw  .text-content a a,.ecom-core.ecom-3jkcp89kypw  .text-content p,.ecom-core.ecom-3jkcp89kypw  .text-content p a,.ecom-core.ecom-3jkcp89kypw  .text-content span,.ecom-core.ecom-3jkcp89kypw  .text-content span a{font-size: 16px;font-weight: 400;line-height: 1.6em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-3jkcp89kypw .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-3jkcp89kypw .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-3jkcp89kypw .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-3jkcp89kypw .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3jkcp89kypw .text-content,.ecom-core.ecom-3jkcp89kypw  .text-content a,.ecom-core.ecom-3jkcp89kypw  .text-content p,.ecom-core.ecom-3jkcp89kypw  .text-content span{text-align: center;}}.ecom-core.ecom-3jkcp89kypw{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3jkcp89kypw{margin-top: 15px !important;}}.ecom-core.ecom-j7u9ler9zxn .ecom-element.element__social{justify-content: center;gap: 10px;}.ecom-core.ecom-j7u9ler9zxn .ecom__element-social{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-j7u9ler9zxn .element__social .social-icon svg{height: 20px;width: 20px;}.ecom-core.ecom-qvzirisbv59 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-qvzirisbv59 .element__heading .ecom__heading,.ecom-core.ecom-qvzirisbv59 .element__heading .ecom__heading a{font-weight: 800;font-size: 20px;line-height: 1.25em;letter-spacing: 0px;text-transform: uppercase;}.ecom-core.ecom-qvzirisbv59  .element__heading .ecom__heading,.ecom-core.ecom-qvzirisbv59  .element__heading .ecom__heading a{color: var(--ecom-global-colors-xmfLBa);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qvzirisbv59 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-qvzirisbv59 .element__heading .ecom__heading,.ecom-core.ecom-qvzirisbv59 .element__heading .ecom__heading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qvzirisbv59 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-qvzirisbv59 .element__heading .ecom__heading,.ecom-core.ecom-qvzirisbv59 .element__heading .ecom__heading a{font-size: 25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qvzirisbv59{margin-bottom: 0px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-52784zn6zpa .ecom-image-align{align-items: center;}.ecom-core.ecom-52784zn6zpa .ecom-image-default{max-width: 300px !important;}.ecom-core.ecom-52784zn6zpa .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-52784zn6zpa .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-52784zn6zpa .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-52784zn6zpa .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-52784zn6zpa .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-3dsy32bsnj7{background-color: var(--ecom-global-colors-Xt6yNf);}.ecom-core.ecom-3dsy32bsnj7{padding-top: 7em !important;padding-bottom: 7em !important;transform-origin:  0 none;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-3dsy32bsnj7{padding-top: 5em !important;padding-bottom: 5em !important;}.ecom-core.ecom-3dsy32bsnj7 div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3dsy32bsnj7{padding-top: 4em !important;padding-bottom: 4em !important;}.ecom-core.ecom-3dsy32bsnj7 div.core__row--columns{flex-direction: row;}} .ecom-core.ecom-3dsy32bsnj7 selector{z-index: 99999 !important;}

