/** Shopify CDN: Minification failed

Line 2245:0 Unexpected "}"

**/
/* Publish by EComposer at 2025-08-04 04:42:58*/@font-face {font-family: 'Lato-Regular'; src: url('/cdn/shop/files/Lato-Regular.ttf?v=1712835837&display=swap') format('truetype');font-display: swap;}/**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;
                    }
                }
                

                    .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-video-poster {
                position: absolute;
                width: 100%;
                height: 100%;
            }
            .ecom-video-poster img {
                width: 100%;
                height: 100% !important;
                object-fit: cover;
            }
            .ecom-element_video-popup{
                display:none;
            }

            .ecom-video_link-extra {
                position: absolute;
                inset: 0;
                z-index: 5;
            }

            .element__video .ecom-video_link-extra {
                display: block;
            }
                .element__video.ecom-element{
                    display: flex;
                    width: 100%;
                }
                .ecom-element_video-iframe{
                    display:inline-flex;
                    width:100%;
                    position:relative;
                    overflow:hidden;
                    justify-content: center;
                    transform: translateZ(0);
                }
                .ecom-video_overlay-icon.ecom-overlay {
                    pointer-events: auto;
                }
                .ecom-element_video-iframe .ecom-video_overlay-icon{
                    position:absolute;
                    display:flex;
                    top:0;
                    bottom:0;
                    left:0;
                    right:0;
                    align-items:center;
                    justify-content:center;
                    border:none;
                    outline:none;
                    width: 100%;
                    height: 100%;
                    cursor: default;
                    background-color:#3336;
                    z-index:-1;
                    opacity:0;
                    border-radius: 0;

                }
                .ecom-element_video-iframe .ecom-video_overlay-icon:hover {
                    background-color:#3336;
                }
                .ecom-element_video-iframe .ecom-overlay{
                    z-index:1;
                    opacity:1;
                }

                .ecom-element_video-iframe video {
                    width: 100%;
                    /*height: intrinsic;*/
                }

                .ecom-video-icon-play{
                    cursor: pointer;
                    position:absolute;
                    top:50%;
                    left:50%;
                    transform:translate(-50%,-50%);
                    color:white;
                    fill: currentColor;
                    display: flex;
                    z-index: 2;
                }
                .ecom-video-icon-play svg{
                    width: 50px;
                    height: auto;
                }
                .ecom-element_video-lightbox{
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    z-index: 100;
                    display: none;
                    opacity:0;
                }
                .ecom-light-box-modal{
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background-color: #333333d1;
                    display:block !important;
                }
                .ecom-element_video-lightbox.fadeIn{
                    display:block;
                    opacity:1;
                    -webkit-transition: opacity 3s;
                    -moz-transition: opacity 3s;
                    transition: opacity 3s;
                }
                .ecom-video-wrapper {
                    position: absolute;
                    top: 50%;
                    left: 10%;
                    right:10%;
                    z-index: 10;
                    height:700px;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
                }

                .ecom-video-close-btn {
                    width:30px;
                    height:30px;
                    color: grey;
                    font-size: 25px;
                    position: fixed;
                    top: 3%;
                    right: 3%;
                    z-index: 2;
                    -webkit-transform: scale(1, 1);
                    -moz-transform: scale(1, 1);
                    -ms-transform: scale(1, 1);
                    -o-transform: scale(1, 1);
                    transform: scale(1, 1);
                    -webkit-transition: transform .5s ease, color .5s ease;
                    -moz-transition: transform .5s ease, color .5s ease;
                    -ms-transition: transform .5s ease, color .5s ease;
                    -o-transition: transform .5s ease, color .5s ease;
                    transition: transform .5s ease, color .5s ease;
                }

                .ecom-video-close-btn:hover {
                    color: white;
                    cursor: pointer;
                    -webkit-transform: scale(1.2, 1.2);
                    -moz-transform: scale(1.2, 1.2);
                    -ms-transform: scale(1.2, 1.2);
                    -o-transform: scale(1.2, 1.2);
                    transform: scale(1.2, 1.2);
                    -webkit-transition: transform .5s ease, color .5s ease;
                    -moz-transition: transform .5s ease, color .5s ease;
                    -ms-transition: transform .5s ease, color .5s ease;
                    -o-transition: transform .5s ease, color .5s ease;
                    transition: transform .5s ease, color .5s ease;
                }
                .element__video controls:not(.audio-only) div[pseudo="-webkit-media-controls-panel" i] {
                    background: transparent;
                }
                video {
                    isolation: isolate;
                    -webkit-mask-image: -webkit-radial-gradient(white, black);
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                }
                @media screen and (max-width : 786px) {
                    .ecom-video-wrapper {
                    height:350px;
                    }
                }
                @media screen and (max-width : 480px) {
                    .ecom-video-wrapper {
                    height:180px;
                    }
                }
            
                  .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%);
                    }
                  }
              
                    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;
                    }
                
                    .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);
                        }
                    }
                
            .ec-swatch-shopify-color {
                display: block;
                max-width: 100%;
                aspect-ratio: 1 / 1;
                background: var(--ec-swatch--background);
                background-position: var(--ec-swatch-focal-point, initial);
                background-size: cover;
                background-origin: border-box;
            }
            /** progress bar pagination **/
                .ecom-pagination-progress-bar--wrapper {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                }
                .ecom-pagination-progress-bar {
                    display: flex;
                    justify-content: center;
                    flex-direction: var(--ecom-flex-direction, column);
                    align-items: center;
                }
                .ecom-paginate__progress-bar--outner {
                    width: 250px;
                    border-radius: 4px;
                    position: relative;
                    height: 10px;
                    background-color: rgba(0 0 0 /.3);
                }
                .ecom-paginate__progress-bar--inner {
                    border-radius: inherit;
                    position: absolute;
                    height: 100%;
                    width: 20%;
                    background-color: rgba(0 0 0 /1);
                    top: 0;
                    left: 0;
                }
                .ecom-paginate__progress-text {
                    margin: 0;
                    width: 100%;
                }
                .ecom-unit-price {
                    display: block;
                }
                /** Swiper css **/
                .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);
                    }
                    .ecom-collection__product--wrapper-items.ecom-collection__product--no-item {grid-template-columns: repeat(1, 1fr);}
                }
                .ecom-swiper-pagination-bullet:only-child {
                    opacity: none
                }
                .ecom-flex-center, .ecom-swiper-navigation {
                    display: flex;
                    align-items: center;
                }
                .ecom-swiper-navigation{
                    justify-content: center
                }
                .ecom-swiper-navigation[data-navigator-type="combine"]{
                    justify-content: center
                }
                .ecom-swiper-pagination:not(.ecom-swiper-pagination-lock){
                    display:flex;
                }


                /** Core **/

                .ecom-flex-column {
                    display: flex;
                    flex-direction: column
                }

                .ecom-collection__product-item--information{
                    flex: 1
                }
                .ecom-collection.ecom-collection__product {
                    width: 100%;
                    overflow: hidden;
                }
                .ecom-d-flex {
                    display: flex;
                    flex-wrap:wrap;
                }

                .ecom-collection__product--rating-wrapper {
                    position: relative
                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product--actions[data-layout="lite"] {
                    display: none;
                }
                .ecom-collection__product .ecom-collection__product-media a {
                    text-decoration: none;
                    color: inherit;
                    width: 100%
                }

                .ecom-collection__product--wrapper-items {
                    grid-template-columns: repeat(3, minmax(0, 1fr));
                    display: grid;
                    gap: 1rem;
                }
                /*
                .ecom-collection__product--wrapper-items.ecom-collection-product__layout-list {
                    grid-template-columns: repeat(1, minmax(0, 1fr));
                    grid-gap: 10px;
                }
                */
                .ecom-swiper-wrapper.ecom-collection__product--wrapper-items{
                    display:flex;
                    gap:0
                }
                .ecom-collection__product-main.ecom-swiper-container {
                    opacity: 0;
                    visibility: hidden;
                }
                .ecom-collection__product-main.ecom-swiper-container.ecom-swiper-initialized {
                    opacity: 1;
                    visibility: visible;
                }
                .ecom-collection__product-main.ecom-swiper-container:not(.ecom-swiper-initialized) .ecom-collection__product-item{
                    max-width: 200px;
                }
                .ecom-collection__product-quick-shop--force-hide {
                    display: none !important;
                }


                .ecom-collection__product-countdown-progress-bar {
                    display: flex;
                    align-items: center;
                    width: 100%;
                }

                .ecom-collection__product-countdown-progress-bar--wrap {
                    flex: 1;
                    background: #BABFC3;
                    border-radius: 2px;
                    overflow:hidden;
                }

                .ecom-collection__product-countdown-progress-bar--timer {
                    position: relative;
                    width: 100%;
                    height: 5px;
                    background: #111827;
                    display: block;
                    border-radius: 2px;
                    z-index: 1
                }

                .ecom-collection__pagination-navigation .ecom-pagination-item svg {
                    width: 12px;
                    height: 12px;
                }

                .ecom-collection__product-media {
                    display: block;
                    position: relative;
                }

                .ecom-collection__product-media--portrait {
                    padding-bottom: 125% !important;
                }

                .ecom-collection__product-media--square {
                    padding-bottom: 100% !important;
                }
                .ecom-collection__product-item svg.ecom-colection__product-svg-placeholder{
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0 0 0 /.1);
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                body[ecom-loaded] .ecom-products-pagination-infinite {
                    display: none;
                }
                .ecom-products-pagination-infinite button.ecom-loading {
                    display: block;
                    margin: 25px auto;
                    border: none;
                    background: none;
                }
                .ecom-core .ecom-collection__product-media img {
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                    object-position: center center;
                    /*transition: opacity .4s cubic-bezier(.25, .46, .45, .94);*/
                }

                .ecom-collection__product--text-only {
                    background: rgb(26 27 24 / 8%);
                }

                .ecom-collection__product-item {
                    overflow: hidden;
                }
                .ecom-collection__product-media-wrapper {
                    position:relative;
                }
                .ecom-collection__product-item[data-style="horizontal"] .ecom-collection__product-media-wrapper{
                    flex-basis:30%;
                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product--actions:not([data-layout="full"]){
                    position: absolute;
                    opacity: 1;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    align-self: center;
                    justify-content: center;
                    inset: 0;
                    margin: auto;
                    text-align: center;
                }

                .ecom-collection__product-prices .ecom-collection__product-price--from {
                    text-decoration: none !important;
                }
                .ecom-collection__product-item .ecom-collection__product-item--inner {
                    display: flex;
                    width:100%;
                    height:100%;
                    overflow:hidden;
                }
                .ecom-product-single__countdown-container {
                    display: flex;
                }
                .ecom-collection__product--text-only .ecom-collection__product-item--content {
                    grid-row: 2;
                    justify-self: center;
                    margin-bottom: 6rem;
                    margin-top: 5rem;
                }

                .ecom-collection__product--text-only .ecom-collection__product-item--inner {
                    display: grid;
                    grid-template-rows: 1fr auto 1fr;
                    width: 100%;
                }

                .ecom-collection__product-badge {
                    z-index: 3;
                    position: absolute;
                    right: 8px;
                    left: 8px;
                    top: 8px;
                    display: flex;
                    flex-direction: column;
                    pointer-events: none
                }

                .ecom-paginate-loadmore--icon {
                    width: 16px;
                }
                .ecom-collection__product-badge>span {
                    pointer-events: auto
                }

                .ecom-visually-hidden {
                    display: none;
                }

                .ecom-collection__product-quick-shop-wrapper {
                    display: none;
                }
                .ecom-collection__product-variants[data-picker-type="dropdown"] .ecom-collection__product-quick-shop-wrapper,
                .ecom-collection__product-variants[data-picker-type="radio"] .ecom-collection__product-quick-shop-wrapper{
                    display: block;
                }
                .ecom-collection__product-media-image {
                    display: block;
                }

                .ecom-collection__product-media--hover-effect img.ecom-collection__product-secondary-media {
                    opacity: 0;
                    -webkit-transition: .4s ease-in-out;
                    transition: .4s ease-in-out;
                }
                @media(min-width: 1025px) {
                    .ecom-collection__product-media-wrapper:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-media-image {
                        opacity: 0;
                        transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
                    }

                    .ecom-collection__product-media-wrapper:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-secondary-media {
                        opacity: 1;
                    }
                }
                @media(max-width: 1024px) {
                    .ecom-collection__product-media-wrapper.ecom-enable-hover--mobile:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-media-image {
                        opacity: 0;
                        transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
                    }

                    .ecom-collection__product-media-wrapper.ecom-enable-hover--mobile:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-secondary-media {
                        opacity: 1;
                    }
                }
                .ecom-collection__product .selector-wrapper,
                .ecom-collection__product .ecom-collection__product-picker-main,
                .ecom-collection__product .ecom-collection__product-picker-other {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                }
                .ecom-collection__product .selector-wrapper label{
                    width:100%;
                }
                .ecom-collection__product-picker-colors-item .ecom-collection__product-picker-colors-item--preview {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

                .ecom-collection__product-picker-images-list,
                .ecom-collection__product-picker-colors-list,
                .ecom-collection__product-picker-radio-list {
                    display: flex;
                    width: 100%;
                    flex-wrap: wrap;
                    overflow:hidden;
                    list-style: none;
                }
                .ecom-collection__product-picker-radio-list {
                    list-style: none;
                }
                .ecom-collection__product-picker-colors-item,
                .ecom-collection__product-picker-images-item {
                    overflow: hidden;
                }
                .ecom-collection__product-picker-radio-list li,
                .ecom-collection__product-picker-images-list li,
                .ecom-collection__product-picker-colors-list li {
                    position: relative;
                    cursor: pointer;
                    list-style: none;
                    min-height: unset;
                }

                .ecom-collection__product-picker-radio-label,
                .ecom-collection__product-swatch-item--wrapper {
                    display: inline-block
                }
                .ecom-collection__product-swatch-item img{
                    display:block
                }
                .ecom-collection__product-swatch-item--wrapper {
                    position: absolute;
                    inset: 0;
                    z-index: 1;
                }
                .ecom-collection__product-variants{
                    transition: all 300ms ease;
                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product-variants.ecom-active {
                    position: absolute;
                    background:rgb(238 238 238 / 70%);
                    inset: 0;
                    z-index:999;


                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product-variants.ecom-active .ecom-collection__product-form{
                    display:flex;
                    align-items: center;
                    justify-content:center;
                    align-self: center;
                    position:relative;
                    height:100%;
                    flex-direction: column;
                    align-items:center;


                }
                .ecom-collection__product-item .ecom-collection__product-close{
                    display:none;
                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product-variants.ecom-active .ecom-collection__product-close{
                    display:flex;
                    justify-content: center;
                    align-items: center;
                }
                .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close {
                    position: absolute;
                    right: 5px;
                    top: 5px;
                    z-index:999;
                    border:none;
                    box-shadow: none;
                    padding: 0;
                    width: 24px;
                    height: 24px;
                    min-height: 24px;
                    overflow: hidden;
                    border-radius: 50%;
                  }
                  .ecom-collection__product-media {
                    display: block;
                    position: relative;
                    width: 100%;
                    height: 100%;
                }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:hover {
                    opacity: 1;
                    transition: width 1s;
                     -webkit-transition: width 1s;
                  }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:before,  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:after {
                    position: absolute;
                    content: ' ';
                    width: 2px;
                    height: 14px;
                    background-color: #222;
                  }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:before {
                    transform: rotate(45deg);
                  }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:after {
                    transform: rotate(-45deg);
                  }

                .ecom-collection__product-countdown-time {
                    display: inline-flex;
                    flex-wrap: wrap;
                    align-items:center;
                }

                .ecom-collection__pagination {
                    margin: auto;
                    text-align: center;
                }

                .ecom-collection__pagination li {
                    display: inline-flex;
                }

                .ecom-collection__pagination .ecom-collection__pagination--visuallyhidden {
                    display: none;
                }

                .ecom-paginate-action span {
                    display: flex;
                }

                .ecom-paginate-action {
                    display: inline-flex !important;
                    grid-column-gap: 12px;
                    align-items: center;
                    color:currentColor;
                    text-decoration:none;
                }

                .ecom-collection__pagination-navigation {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    list-style: none;
                }

                .ecom-collection__pagination-navigation li {
                    display:flex;
                }
                a.ecom-pagination-item {
                    display: flex;
                    text-decoration: none;
                    color: unset;
                }
                .ecom-collection__product--compare-at-price {
                    text-decoration: line-through;
                }

                .ecom-collection__product-quick-shop--force-show {
                    display: block !important;
                }

                .ecom-collection__product-item-vendor a {
                    display: block;
                }
                /** Skeleton **/

                .ecom-collection__product-card {
                    background-color: #fff;
                    border-radius: 6px;
                    overflow: hidden;
                    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
                }

                .ecom-collection__product-card .ecom-collection__product-card-image {
                    height: 200px;
                }

                .ecom-collection__product-card .ecom-collection__product-card-image img {
                    display: block;
                    width: 100%;
                    height: inherit;
                    object-fit: cover;
                }

                .ecom-collection__product-card .ecom-collection__product-card-content {
                    padding: 2rem 1.8rem;
                }

                .ecom-collection__product-card h4 {
                    margin: 0 0 1rem;
                    font-size: 1.5rem;
                    line-height: 1.5rem;
                }

                .ecom-collection__product-card .ecom-collection__product-card-description {
                    font-size: 1rem;
                    line-height: 1.4rem;
                }

                .ecom-collection__product-card.ecom-collection__product-card-loading .ecom-collection__product-card-image,
                .ecom-collection__product-card.ecom-collection__product-card-loading h4,
                .ecom-collection__product-card.ecom-collection__product-card-loading .ecom-collection__product-card-description {
                    background-color: #ededed;
                    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #ededed;
                    background-size: 200% 100%;
                    background-position-x: 180%;
                }

                @keyframes loading {
                    to {
                        background-position-x: -20%;
                    }
                }

                .ecom-collection__product-card.ecom-collection__product-card-loading h4 {
                    min-height: 1.6rem;
                    border-radius: 4px;
                    animation-delay: 0.05s;
                }

                .ecom-collection__product-card.ecom-collection__product-card-loading .ecom-collection__product-card-description {
                    min-height: 4rem;
                    border-radius: 4px;
                    animation-delay: 0.06s;
                }

                .ecom-collection__product-item {
                    position: relative;
                }

                .ecom-collection__product-form__actions {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                }



                .ecom-collection__product-item:hover .ecom-product-image-loading img:last-child {
                    min-height: 150px;
                }
                /* Quantity input */
                .ecom-collection__product-form__actions.ecom-collection__product-quantity--inline {
                    flex-direction: row;
                }
                input.ecom-collection__product-quantity-input::-webkit-outer-spin-button,
                input.ecom-collection__product-quantity-input::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                }
                .ecom-collection__product-quantity-input {
                    text-align: center;
                    align-self: center;
                    box-shadow: none;
                    outline: none;
                    width: 100%;
                    height: 100%;
                    position: relative;
                }
                .ecom-collection__product-quantity--wrapper {
                    overflow: hidden;
                    width: 100%;
                    align-self: center;
                }
                button.ecom-collection__quantity-controls-button {
                    color: #000000;
                    border-style: solid;
                    border-color: #c2bcbc;
                    background: transparent;
                    display: flex;
                    align-items: center;
                }
                .ecom-collection__quantity-controls-minus {
                    border-top-width: 0.8px;
                    border-left-width: 0.8px;
                    border-bottom-width: 0.8px;
                    border-right-width: 0;
                }
                .ecom-collection__quantity-controls-plus {
                    border-top-width: 0.8px;
                    border-left-width: 0px;
                    border-bottom-width: 0.8px;
                    border-right-width: 0.8px;
                }
                .ecom-collection__quantity-controls-button svg {
                    width: 12px;
                    height: 12px;
                }
                /* Quantity input */
                .ecom-collection__product-item:hover .ecom-product-image-loading::before {
                    visibility: visible;
                }
                .ecom-collection__product-form__actions--soldout,
                .ecom-collection__product-form__actions--view-more,
                .ecom-collection__product-form__actions--add {
                    cursor: pointer;
                    display: flex;
                    flex-direction: row;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                }
                /*.ecom-collection__product-item svg{
                    width:40px;
                    height: 40px;
                }*/
                .ecom-collection__product-view-more-after .ecom-collection__product-view-more-icon,
                .ecom-collection__product-quickshop-icon-after .ecom-collection__product-quickshop-icon,
                .ecom-collection__product-add-cart-icon-after .ecom-collection__product-add-cart-icon,
                .ecom-collection__product-sold-out-after .ecom-collection__product-sold-out-icon {
                    order: 1;
                }
                .ecom-collection__product-add-cart-icon {
                    display: flex;
                }
                .ecom-collection__product-submit:not(.ecom-collection__product-quick-shop--force-hide),
                .ecom-collection__product-form__actions--quickshop:not(.ecom-collection__product-quick-shop--force-hide) {
                    display: inline-flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                }
                .ecom-product-image-loading::before {
                    content: ' ';
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    z-index: 4;
                    border: 4px solid #343232;
                    opacity: 1;
                    visibility: hidden;
                    border-radius: 50%;
                    animation: ecom-loading .5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
                    vertical-align: middle;
                    margin: auto;
                }

                @keyframes ecom-loading {
                    0% {
                        top: 0px;
                        left: 0px;
                        width: 0;
                        height: 0;
                        opacity: 1;
                    }
                    100% {
                        top: 0px;
                        left: 0px;
                        width: 72px;
                        height: 72px;
                        opacity: 0;
                    }
                }
            .ecom-collection__product-login-to-see{
                display: flex;
            }
            .ecom-collection__product-login-to-see>a{
                color: inherit;
                text-decoration: inherit;
            }
            .ecom-collection__product .ecom-swiper-controls:after
            {
                content:'';
            }
            .ecom-collection__product .ecom-swiper-controls svg{
                width:40px;
                height:40px;
            }
            .ecom-collection__product .ecom-swiper-button-next,.ecom-collection__product  .ecom-swiper-button-prev{
                width:auto;
                height:auto
            }
            .ecom-collection__product-picker-main-label{
                width:100%;
            }
            .ecom-collection__product-picker-dropdown-label,
            .ecom-collection__product-picker-radio-label,
            .ecom-collection__product-item-information-title{
                width:100%;
            }
            .ecom-collection__product-item-information-title{
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: var(--ecom-webkit-line-clamp);
                text-overflow: ellipsis;
                overflow: hidden;
            }
            /*.ecom-collection__product-item-information-title,
            .ecom-collection__product-item-information-title a {
                display: block;
            }*/
            .ecom-collection__product-item-information-title.ecom-title-one-row{
                display: block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }
            .ecom-collection__product-price-wrapper{
                display:flex;
                gap:10px;
                flex-wrap: wrap;
                align-items: baseline;
            }
            .ecom-collection__product-price-range{
                word-break: break-word;
            }

            .ecom-collection__product-container {
                display: flex;
                flex-direction: column;
            }
            .ecom-collection__product-container .ecom-swiper-container {
                width: 100%
            }
            .ecom-collection__product-container .ecom-swiper-button-next:after,
            .ecom-collection__product-container .ecom-swiper-button-prev:after {
                content: none;
            }
            .ecom-collection__product-container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
            .ecom-collection__product-container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                position: static;
                margin: 0;
            }
            .ecom-collection__product-container .ecom-swiper-button-next,
            .ecom-collection__product-container .ecom-swiper-button-prev {
                border: 0;
                background: transparent;
                width: auto;
                height: auto;
                padding: 5px;
                color: #444;
            }
            .ecom-collection__product-container .ecom-swiper-pagination:not(.ecom-swiper-pagination-progressbar, .ecom-swiper-pagination-lock) {
                position: relative;
                display: flex;
                flex-wrap: wrap;
                align-items: center
            }
            .ecom-collection__product-container .ecom-swiper-pagination-bullet {
                width: 15px;
                height: 15px;
                opacity: 1;
                overflow: hidden;
            }
            .ecom-collection__product-container .ecom-swiper-pagination-bullet,
            .ecom-collection__product-container .ecom-swiper-pagination-bullet-active{
                background-clip: content-box;
                padding: 1px;
                box-sizing: content-box !important;
                background-color: currentColor;
            }
            .ecom-collection__product-media-wrapper.ecom-image-align{
                display: flex;
                overflow: hidden;
                flex-direction: column;
                justify-content: center;
            }
            .ecom-collection__product-countdown-wrapper{
                display:flex;
                flex-direction:column;
            }
            .ecom-collection__product-badge > span{
                display:flex;
                align-items: center;
                text-align: center;
                justify-content: center;
            }
            .ecom-flex-row,
            .ecom-collection-product__layout-list .ecom-collection__product-item--wrapper {
                display:grid;
                grid-template-columns: 40% auto;
            }
            .ecom-collection__product-loading {
                margin-top: 50px;
            }
            .ecom-doing-filter .ecom-collection__product-loading, .ecom-doing-scroll .ecom-collection__product-loading {
                display: block;
            }
            .ecom-doing-filter .ecom-collection__product-container_collection {
                display: none;
            }
            /**  Quick view **/
            .ecom-product-quickview{
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 3px;
            }
            .ecom-collection__product--quickview-wrapper {
                display: flex;
            }

        /* Progressbar **/

        .ecom-collection__product-countdown-progress-bar--wrap >div {
            background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
            background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
            -webkit-animation: 2s linear infinite ecom_progress_bar;
            animation: 2s linear infinite ecom_progress_bar;
            background-size: 60px 60px;
            transition: width 1s;
            -webkit-transition: width 1s;
        }

        @-webkit-keyframes ecom_progress_bar {
            from {
                background-position: 0 0
            }

            to {
                background-position: 40px 0
            }
        }

        @keyframes ecom_progress_bar {
            from {
                background-position: 0 0
            }

            to {
                background-position: 40px 0
            }
        }

        .ecom-collection__product-item .ecom-product__compare-link {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            line-height: 1.2;
            width: fit-content;
            font-size: 14px;
            pointer-events: auto;
            color: #000;
            padding: 2.5px;
            margin-left: 15px;
        }
        .ecom-product__compare-icon span {
            display: flex;
        }
        .ecom-collection__product-item .ecom-product__compare-icon svg {
            width: 18px;
            height: auto;
        }
        span.ecom-product__compare-added {
            display: none;
        }
        .ecom-product__compare-link-added span.ecom-product__compare-added {
            display: flex;
            justify-content: center;
        }
        .ecom-product__compare-link-added span.ecom-product__compare-normal {
            display: none;
        }
        .ecom-collection__action .ecom-product__compare-tooltip {
            position: absolute;
            top: 50%;
            bottom: auto;
            left: calc(100% + 4px);
            transform: translate(0, -50%);
            background: #383838;
            color: #ffffff;
            padding: 4px 10px;
            opacity: 0;
            visibility: hidden;
            transition: 0.25s;
            z-index: 10;
            text-wrap: nowrap;
            font-size: 12px;
        }
        .ecom-collection__action .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translate(4px, -50%);
        }
        .ecom-product__wishlist, .ecom-product__compare {
            width: 100%;
            display: flex;
        }
        .ecom-collection__product-item .ecom-product__wishlist-link {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: relative;
            line-height: 1.2;
            font-size: 14px;
            text-decoration: none;
            color: #000;
            pointer-events: auto;
            padding: 2.5px;
            margin-top: 10px;
            margin-left: 15px;
        }
        .ecom-product__wishlist-icon span {
            display: flex;
        }
        .ecom-collection__product-item .ecom-product__wishlist-icon svg {
            width: 18px;
            height: auto;
        }
        span.ecom-product__wishlist-added {
            display: none;
        }
        .ecom-product__wishlist-link-added span.ecom-product__wishlist-added {
            display: flex;
            justify-content: center;
        }
        .ecom-product__wishlist-link-added span.ecom-product__wishlist-normal {
            display: none;
        }
        .ecom-collection__action .ecom-product__wishlist-tooltip {
            position: absolute;
            top: 50%;
            bottom: auto;
            left: calc(100% + 4px);
            transform: translate(0, -50%);
            background: #383838;
            color: #ffffff;
            padding: 5px 10px;
            opacity: 0;
            visibility: hidden;
            transition: 0.25s;
            z-index: 10;
            text-wrap: nowrap;
            font-size: 12px;
            min-width: 100%;
            text-align: center;
            pointer-events: none;
        }
        .ecom-product__wishlist-tooltip:empty, .ecom-product__compare-tooltip:empty {
            display: none !important;
        }
        .ecom-collection__action .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translate(4px, -50%);
        }
        .ecom-collection__product-group-button-action {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
        }
        .ecom-collection__product-group-button-action-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: start;
        }
        .ecom-product__wishlist-visibility-hover, .ecom-product__wishlist-visibility-hover_active {
            visibility: hidden;
            opacity: 0;
            transition: 0.25s;
        }
        .ecom-collection__product-item:hover .ecom-product__wishlist-visibility-hover, .ecom-collection__product-item:hover .ecom-product__wishlist-visibility-hover_active, .ecom-product__wishlist-visibility-hover_active.ecom-button-active {
            visibility: visible;
            opacity: 1;
        }


        .ecom-collection__action.ecom-product__wishlist,
        .ecom-collection__action.ecom-product__compare {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: start;
            pointer-events: none;
        }
        .ecom-collection__product-group-button-action-wrapper .ecom-collection__action {
            position: relative;
        }
        .ecom-collection__action-hor-end .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-end .ecom-product__compare-tooltip {
            right: calc(100% + 4px);
            left: auto;
            transform: translate(0, -50%);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__compare-tooltip {
            top: 100%;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            transform: translate(-50%, 4px);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__compare-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__compare-tooltip {
            top: auto;
            bottom: 100%;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__compare-link:hover .ecom-product__compare-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            transform: translate(-50%, -4px);
        }
        .ecom-ext-wishlist-icon-loading * {
            opacity: 0;
        }
        .ecom-product__wishlist-link.ecom-ext-wishlist-icon-loading:before {
            content: "";
            position: absolute;
            transform: translate(-50%, -50%);
            border: 1.5px solid #f3f3f3;
            border-radius: 50%;
            border-top: 1.5px solid #000;
            width: 20px;
            height: 20px;
            -webkit-animation: spin 0.5s linear infinite; /* Safari */
            animation: spin .5s linear infinite;
        }
        @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        @media screen and (max-width: 1024px) {
            .ecom-product__wishlist-visibility-hover, .ecom-product__wishlist-visibility-hover_active {
                visibility: visible;
                opacity: 1;
            }
            .ecom-product__compare-tooltip {
                display: none !important;
            }
            .ecom-product__wishlist-tooltip {
                display: none !important;
            }
        }
        @media screen and (max-width: 767px) {
            .ecom-collection__product-form__actions-hide-mobile {
                display: none !important;
            }
        }
        
.ecom-core.ecom-g2tyo2eyvi{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g2tyo2eyvi{width: 100%;}}.ecom-core.ecom-g2tyo2eyvi>.core__column--wrapper{}html body .ecom-core.ecom-cz4evna2ze .ecom-core.ecom-g2tyo2eyvi>div.core__column--wrapper{position: relative;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-cz4evna2ze .ecom-core.ecom-g2tyo2eyvi>div.core__column--wrapper{padding-bottom: 0px !important;}}.ecom-core.ecom-y2l26knr1vq .ecom-image-align{align-items: center;}.ecom-core.ecom-y2l26knr1vq .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-y2l26knr1vq .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-y2l26knr1vq .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-y2l26knr1vq .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-y2l26knr1vq .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-y2l26knr1vq .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-cz4evna2ze>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-cz4evna2ze{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cz4evna2ze{padding-bottom: 0 !important;}} .ecom-core.ecom-cz4evna2ze .rules{
    position: absolute;
    bottom: 15%;
    z-index: 999999 !important;
}
.ecom-core.ecom-hq0ogdnzew{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hq0ogdnzew{width: 100%;}}.ecom-core.ecom-wel1ciuqh3p .ecom-slider--container{padding-left: calc((100% - 90%) / 2);padding-right: calc((100% - 90%) / 2);}.ecom-core.ecom-wel1ciuqh3p .ecom-content-item{align-content: center;align-items: center;display: flex;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wel1ciuqh3p .ecom-slider--container .ecom-slider{height: 500px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wel1ciuqh3p .ecom-slider--container .ecom-slider{height: 400px;}}.ecom-core.ecom-wel1ciuqh3p .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: transparent;border-radius: 25px;overflow: hidden;}.ecom-core.ecom-wel1ciuqh3p .ecom-swiper-slide:hover{background-color: transparent;}.ecom-core.ecom-wel1ciuqh3p .ecom-swiper-slide.ecom-box-active{background-color: transparent;}.ecom-core.ecom-wel1ciuqh3p{margin-top: 25px !important;margin-bottom: 25px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kgcgxx2yxpc{padding-bottom: 50px !important;}}.ecom-core.ecom-6lmjyc9a1qk{width: 100%;}.ecom-core.ecom-6lmjyc9a1qk>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-6lmjyc9a1qk>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-6lmjyc9a1qk>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6lmjyc9a1qk{width: 100%;}.ecom-core.ecom-6lmjyc9a1qk>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-uu9vp0lokjc .ecom-core.ecom-6lmjyc9a1qk>div.core__column--wrapper{padding-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-uu9vp0lokjc .ecom-core.ecom-6lmjyc9a1qk>div.core__column--wrapper{padding-right: 30px !important;padding-left: 30px !important;}}.ecom-core.ecom-vch3304yv .ecom-image-align{align-items: center;}.ecom-core.ecom-vch3304yv .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-vch3304yv .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-vch3304yv .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-vch3304yv .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-vch3304yv .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-vch3304yv .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-8xq5gbwpcz6{margin-left: 5px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8xq5gbwpcz6{padding-bottom: 50px !important;}}.ecom-core.ecom-po1sgz2i31a{width: 100%;}.ecom-core.ecom-po1sgz2i31a>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-po1sgz2i31a>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-po1sgz2i31a>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-po1sgz2i31a{width: 100%;}.ecom-core.ecom-po1sgz2i31a>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-uu9vp0lokjc .ecom-core.ecom-po1sgz2i31a>div.core__column--wrapper{padding-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-uu9vp0lokjc .ecom-core.ecom-po1sgz2i31a>div.core__column--wrapper{padding-right: 30px !important;padding-left: 30px !important;}}.ecom-core.ecom-lk2h5je4hk .ecom-image-align{align-items: center;}.ecom-core.ecom-lk2h5je4hk .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-lk2h5je4hk .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-lk2h5je4hk .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-lk2h5je4hk .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-lk2h5je4hk .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-lk2h5je4hk .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-uu9vp0lokjc>div.core__row--columns{max-width: 1600px;}.ecom-core.ecom-uu9vp0lokjc>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-uu9vp0lokjc div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-uu9vp0lokjc div.core__row--columns{flex-direction: row;}.ecom-core.ecom-uu9vp0lokjc{display: none;}}
.ecom-core.ecom-4t2yrnnzjid{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4t2yrnnzjid{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-tfmq2b7dz6q .ecom-core.ecom-4t2yrnnzjid>div.core__column--wrapper{margin-top: 25px !important;margin-bottom: 25px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rl77vpx0rv>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-rl77vpx0rv>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 5px;}}.ecom-core.ecom-6savd7yea5p{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6savd7yea5p{width: 50%;}}.ecom-core.ecom-20fnxr0g1wp .ecom-image-align{align-items: center;}.ecom-core.ecom-20fnxr0g1wp .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-20fnxr0g1wp .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-20fnxr0g1wp .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-20fnxr0g1wp .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-20fnxr0g1wp .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-20fnxr0g1wp .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-i5z6ejdn8jr{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-i5z6ejdn8jr{width: 50%;}}.ecom-core.ecom-avb62k8u0kk .ecom-image-align{align-items: center;}.ecom-core.ecom-avb62k8u0kk .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-avb62k8u0kk .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-avb62k8u0kk .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-avb62k8u0kk .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-avb62k8u0kk .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-avb62k8u0kk .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-tfmq2b7dz6q>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-tfmq2b7dz6q>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 7px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-tfmq2b7dz6q{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tfmq2b7dz6q div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tfmq2b7dz6q div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-c2rggcr5yxt{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-c2rggcr5yxt{width: 100%;}}.ecom-core.ecom-ofqkzngw9q .ecom-base-image .ecom-image-picture img{object-fit: fill;}.ecom-core.ecom-ofqkzngw9q .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-ofqkzngw9q .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-ofqkzngw9q .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-ofqkzngw9q .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-ofqkzngw9q{width: 100%;max-width:100%;}.ecom-core.ecom-laxypn0e6t9>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}
.ecom-core.ecom-th6k9tuk8tq{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-th6k9tuk8tq{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ya6lycnyp0n .ecom-element_video-iframe iframe,.ecom-core.ecom-ya6lycnyp0n .ecom-element_video-iframe video{aspect-ratio: 16/9;max-width: 100%;}}.ecom-core.ecom-5jc3hd0ojno>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-5jc3hd0ojno{padding-bottom: 0 !important;display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5jc3hd0ojno div.core__row--columns{flex-direction: row;}.ecom-core.ecom-5jc3hd0ojno{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5jc3hd0ojno{padding-bottom: 0 !important;display: block;}.ecom-core.ecom-5jc3hd0ojno div.core__row--columns{flex-direction: row;}}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-665o4z3x7lh{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-665o4z3x7lh{width: 100%;}}html body .ecom-core.ecom-xpwtom9tf9k .ecom-core.ecom-665o4z3x7lh>div.core__column--wrapper{margin: 80px 20px 80px 20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-xpwtom9tf9k .ecom-core.ecom-665o4z3x7lh>div.core__column--wrapper{margin: 30px 0px 30px 0px !important;}}.ecom-core.ecom-pknmdadqbn>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-16ea6zqunu2{width: 45%;}.ecom-core.ecom-16ea6zqunu2>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-16ea6zqunu2{width: 100%;}}html body .ecom-core.ecom-xpwtom9tf9k .ecom-core.ecom-16ea6zqunu2>div.core__column--wrapper{padding-right: 65px !important;padding-left: 65px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-xpwtom9tf9k .ecom-core.ecom-16ea6zqunu2>div.core__column--wrapper{padding-right: 15px !important;padding-left: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-xpwtom9tf9k .ecom-core.ecom-16ea6zqunu2>div.core__column--wrapper{padding-right: 15px !important;padding-left: 15px !important;margin-top: 10px !important;}}.ecom-core.ecom-sxp8tih7ss .ecom-text--more-actions button ,.ecom-core.ecom-sxp8tih7ss .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-sxp8tih7ss .text-content,.ecom-core.ecom-sxp8tih7ss  .text-content a,.ecom-core.ecom-sxp8tih7ss  .text-content p,.ecom-core.ecom-sxp8tih7ss  .text-content span{text-align: left;color: #666666;margin: 0px;padding: 0px;}.ecom-core.ecom-sxp8tih7ss .text-content,.ecom-core.ecom-sxp8tih7ss .text-content a,.ecom-core.ecom-sxp8tih7ss  .text-content a,.ecom-core.ecom-sxp8tih7ss  .text-content a a,.ecom-core.ecom-sxp8tih7ss  .text-content p,.ecom-core.ecom-sxp8tih7ss  .text-content p a,.ecom-core.ecom-sxp8tih7ss  .text-content span,.ecom-core.ecom-sxp8tih7ss  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 18px;}.ecom-core.ecom-sxp8tih7ss .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-sxp8tih7ss .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-sxp8tih7ss .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-sxp8tih7ss .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-sxp8tih7ss .text-content,.ecom-core.ecom-sxp8tih7ss  .text-content a,.ecom-core.ecom-sxp8tih7ss  .text-content p,.ecom-core.ecom-sxp8tih7ss  .text-content span{text-align: left;}.ecom-core.ecom-sxp8tih7ss .text-content,.ecom-core.ecom-sxp8tih7ss .text-content a,.ecom-core.ecom-sxp8tih7ss  .text-content a,.ecom-core.ecom-sxp8tih7ss  .text-content a a,.ecom-core.ecom-sxp8tih7ss  .text-content p,.ecom-core.ecom-sxp8tih7ss  .text-content p a,.ecom-core.ecom-sxp8tih7ss  .text-content span,.ecom-core.ecom-sxp8tih7ss  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sxp8tih7ss .text-content,.ecom-core.ecom-sxp8tih7ss .text-content a,.ecom-core.ecom-sxp8tih7ss  .text-content a,.ecom-core.ecom-sxp8tih7ss  .text-content a a,.ecom-core.ecom-sxp8tih7ss  .text-content p,.ecom-core.ecom-sxp8tih7ss  .text-content p a,.ecom-core.ecom-sxp8tih7ss  .text-content span,.ecom-core.ecom-sxp8tih7ss  .text-content span a{font-size: 14px;font-weight: 200;line-height: 20px;}}.ecom-core.ecom-sxp8tih7ss{margin-top: 0px !important;margin-left: 10px !important;padding-bottom: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-sxp8tih7ss.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sxp8tih7ss{margin-top: -10px !important;margin-left: 0px !important;}}.ecom-core.ecom-k6cre3rg8k .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-k6cre3rg8k  .element__heading .ecom__heading,.ecom-core.ecom-k6cre3rg8k  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-k6cre3rg8k .element__heading .ecom__heading,.ecom-core.ecom-k6cre3rg8k .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-k6cre3rg8k .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-k6cre3rg8k .element__heading .ecom__heading,.ecom-core.ecom-k6cre3rg8k .element__heading .ecom__heading a{font-size: 22px;line-height: 1.1em;font-family: 'Lato-Regular', sans-serif;font-weight: 400;}}.ecom-core.ecom-k6cre3rg8k{padding-bottom: 0px !important;margin-top: auto !important;margin-bottom: 30px !important;animation-duration: 600ms !important;}.ecom-core.ecom-k6cre3rg8k.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-k6cre3rg8k{margin-top: 15px !important;margin-bottom: 15px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-l6dqhudt5r{width: 55%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l6dqhudt5r{width: 100%;}}.ecom-core.ecom-ikpysi4szqf .ecom-image-align{align-items: center;}.ecom-core.ecom-ikpysi4szqf .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-ikpysi4szqf .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-ikpysi4szqf .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-ikpysi4szqf .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-ikpysi4szqf .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-ikpysi4szqf .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-xpwtom9tf9k{background-color: #E3DED0;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xpwtom9tf9k{background-color: #F5EFE3;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-xpwtom9tf9k{padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xpwtom9tf9k div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xpwtom9tf9k{margin-bottom: -20px !important;}.ecom-core.ecom-xpwtom9tf9k div.core__row--columns{flex-direction: row;}}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-oqaa6jg9ymj{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-oqaa6jg9ymj{width: 100%;}}html body .ecom-core.ecom-3wuhgm2qy1p .ecom-core.ecom-oqaa6jg9ymj>div.core__column--wrapper{margin: 80px 20px 80px 20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-3wuhgm2qy1p .ecom-core.ecom-oqaa6jg9ymj>div.core__column--wrapper{margin: 30px 0px 30px 0px !important;}}.ecom-core.ecom-tl40ahqja8>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tl40ahqja8{margin-bottom: 15px !important;}}.ecom-core.ecom-4gfuebigeqt{width: 45%;}.ecom-core.ecom-4gfuebigeqt>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-4gfuebigeqt{width: 100%;}}html body .ecom-core.ecom-3wuhgm2qy1p .ecom-core.ecom-4gfuebigeqt>div.core__column--wrapper{padding-right: 65px !important;padding-left: 65px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-3wuhgm2qy1p .ecom-core.ecom-4gfuebigeqt>div.core__column--wrapper{padding-right: 15px !important;padding-left: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-3wuhgm2qy1p .ecom-core.ecom-4gfuebigeqt>div.core__column--wrapper{padding-right: 15px !important;padding-left: 15px !important;margin-top: 10px !important;}}.ecom-core.ecom-gnyr2gm63ar .ecom-text--more-actions button ,.ecom-core.ecom-gnyr2gm63ar .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-gnyr2gm63ar .text-content,.ecom-core.ecom-gnyr2gm63ar  .text-content a,.ecom-core.ecom-gnyr2gm63ar  .text-content p,.ecom-core.ecom-gnyr2gm63ar  .text-content span{text-align: left;color: #666666;margin: 0px;padding: 0px;}.ecom-core.ecom-gnyr2gm63ar .text-content,.ecom-core.ecom-gnyr2gm63ar .text-content a,.ecom-core.ecom-gnyr2gm63ar  .text-content a,.ecom-core.ecom-gnyr2gm63ar  .text-content a a,.ecom-core.ecom-gnyr2gm63ar  .text-content p,.ecom-core.ecom-gnyr2gm63ar  .text-content p a,.ecom-core.ecom-gnyr2gm63ar  .text-content span,.ecom-core.ecom-gnyr2gm63ar  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 18px;}.ecom-core.ecom-gnyr2gm63ar .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-gnyr2gm63ar .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-gnyr2gm63ar .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-gnyr2gm63ar .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-gnyr2gm63ar .text-content,.ecom-core.ecom-gnyr2gm63ar  .text-content a,.ecom-core.ecom-gnyr2gm63ar  .text-content p,.ecom-core.ecom-gnyr2gm63ar  .text-content span{text-align: left;}.ecom-core.ecom-gnyr2gm63ar .text-content,.ecom-core.ecom-gnyr2gm63ar .text-content a,.ecom-core.ecom-gnyr2gm63ar  .text-content a,.ecom-core.ecom-gnyr2gm63ar  .text-content a a,.ecom-core.ecom-gnyr2gm63ar  .text-content p,.ecom-core.ecom-gnyr2gm63ar  .text-content p a,.ecom-core.ecom-gnyr2gm63ar  .text-content span,.ecom-core.ecom-gnyr2gm63ar  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gnyr2gm63ar .text-content,.ecom-core.ecom-gnyr2gm63ar .text-content a,.ecom-core.ecom-gnyr2gm63ar  .text-content a,.ecom-core.ecom-gnyr2gm63ar  .text-content a a,.ecom-core.ecom-gnyr2gm63ar  .text-content p,.ecom-core.ecom-gnyr2gm63ar  .text-content p a,.ecom-core.ecom-gnyr2gm63ar  .text-content span,.ecom-core.ecom-gnyr2gm63ar  .text-content span a{font-size: 14px;font-weight: 200;line-height: 20px;}}.ecom-core.ecom-gnyr2gm63ar{margin-top: 0px !important;margin-left: 10px !important;padding-bottom: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-gnyr2gm63ar.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gnyr2gm63ar{margin-top: -10px !important;margin-left: 0px !important;padding-bottom: 0 !important;}}.ecom-core.ecom-0spf3kojdimh .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-0spf3kojdimh  .element__heading .ecom__heading,.ecom-core.ecom-0spf3kojdimh  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0spf3kojdimh .element__heading .ecom__heading,.ecom-core.ecom-0spf3kojdimh .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0spf3kojdimh .element__heading .ecom__heading,.ecom-core.ecom-0spf3kojdimh .element__heading .ecom__heading a{font-size: 22px;line-height: 1.1em;font-family: 'Lato-Regular', sans-serif;font-weight: 400;}}.ecom-core.ecom-0spf3kojdimh{padding-bottom: 0px !important;margin-top: auto !important;margin-bottom: 30px !important;animation-duration: 600ms !important;}.ecom-core.ecom-0spf3kojdimh.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0spf3kojdimh{margin-top: 15px !important;margin-bottom: 15px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-yqxjiitax5o{width: 55%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yqxjiitax5o{width: 100%;}}.ecom-core.ecom-wdy1y61bxjk .ecom-image-align{align-items: center;}.ecom-core.ecom-wdy1y61bxjk .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-wdy1y61bxjk .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-wdy1y61bxjk .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-wdy1y61bxjk .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-wdy1y61bxjk .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-wdy1y61bxjk .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-wdy1y61bxjk{margin-top: -15px !important;}}.ecom-core.ecom-3wuhgm2qy1p{background-color: #E3DED0;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3wuhgm2qy1p{background-color: #F5EFE3;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-3wuhgm2qy1p{padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-3wuhgm2qy1p div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3wuhgm2qy1p{margin-bottom: -20px !important;}.ecom-core.ecom-3wuhgm2qy1p div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-qmqkumqpda9{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qmqkumqpda9{width: 100%;}.ecom-core.ecom-qmqkumqpda9>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-63rcdubw1fn .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-63rcdubw1fn .ecom-slider--container .ecom-slider{height: 600px;}.ecom-core.ecom-63rcdubw1fn .ecom-content-item{align-content: center;align-items: center;display: flex;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-63rcdubw1fn .ecom-slider--container .ecom-slider{height: 500px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-63rcdubw1fn .ecom-slider--container .ecom-slider{height: 285px;}}.ecom-core.ecom-63rcdubw1fn .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: transparent;}.ecom-core.ecom-63rcdubw1fn .ecom-swiper-slide:hover{background-color: transparent;}.ecom-core.ecom-63rcdubw1fn .ecom-swiper-slide.ecom-box-active{background-color: transparent;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-63rcdubw1fn{margin-top: 20px !important;margin-bottom: 10px !important;}}.ecom-core.ecom-3o7almm41wl .ecom-image-align{align-items: center;}.ecom-core.ecom-3o7almm41wl .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-3o7almm41wl .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-3o7almm41wl .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-3o7almm41wl .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-3o7almm41wl .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-3o7almm41wl .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-3o7almm41wl .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-3o7almm41wl .ecom-image-default{max-width: 80% !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3o7almm41wl{margin-left: -75px !important;}}.ecom-core.ecom-wqlbibcz9s .ecom-image-align{align-items: center;}.ecom-core.ecom-wqlbibcz9s .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-wqlbibcz9s .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-wqlbibcz9s .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-wqlbibcz9s .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-wqlbibcz9s .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-wqlbibcz9s .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-wqlbibcz9s .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-wqlbibcz9s .ecom-image-default{max-width: 80% !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wqlbibcz9s{margin-left: -60px !important;}}.ecom-core.ecom-9r4hinwvxt .ecom-image-align{align-items: center;}.ecom-core.ecom-9r4hinwvxt .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-9r4hinwvxt .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-9r4hinwvxt .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-9r4hinwvxt .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-9r4hinwvxt .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-9r4hinwvxt .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-9r4hinwvxt .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-9r4hinwvxt .ecom-image-default{max-width: 80% !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9r4hinwvxt{margin-left: -45px !important;}}.ecom-core.ecom-73080oou3i3 .ecom-image-align{align-items: center;}.ecom-core.ecom-73080oou3i3 .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-73080oou3i3 .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-73080oou3i3 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-73080oou3i3 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-73080oou3i3 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-73080oou3i3 .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-73080oou3i3 .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-73080oou3i3 .ecom-image-default{max-width: 80% !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-73080oou3i3{margin-left: -30px !important;}}.ecom-core.ecom-1fcesk9r7i7 .ecom-image-align{align-items: center;}.ecom-core.ecom-1fcesk9r7i7 .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-1fcesk9r7i7 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-1fcesk9r7i7 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-1fcesk9r7i7 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-1fcesk9r7i7 .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-1fcesk9r7i7 .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-1fcesk9r7i7 .ecom-image-default{max-width: 80% !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1fcesk9r7i7{margin-left: -15px !important;}}.ecom-core.ecom-mn588bmywas .ecom-image-align{align-items: center;}.ecom-core.ecom-mn588bmywas .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-mn588bmywas .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-mn588bmywas .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-mn588bmywas .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-mn588bmywas .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-mn588bmywas .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-mn588bmywas .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-mn588bmywas .ecom-image-default{max-width: 80% !important;}}.ecom-core.ecom-tj5l6avu94j .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-tj5l6avu94j .element__heading .ecom__heading,.ecom-core.ecom-tj5l6avu94j .element__heading .ecom__heading a{font-weight: 500;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tj5l6avu94j .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tj5l6avu94j .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-tj5l6avu94j .element__heading .ecom__heading,.ecom-core.ecom-tj5l6avu94j .element__heading .ecom__heading a{font-size: 22px;font-weight: 400;font-family: 'Lato-Regular', sans-serif;line-height: 1.1em;}}.ecom-core.ecom-tj5l6avu94j{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tj5l6avu94j{margin-top: 45px !important;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-adv552i580b{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-adv552i580b div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-adv552i580b div.core__row--columns{flex-direction: row;}}








@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-bezixtdpog5{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bezixtdpog5{width: 100%;}}html body .ecom-core.ecom-w0tl80uxc9q .ecom-core.ecom-bezixtdpog5>div.core__column--wrapper{margin: 40px 20px 40px 20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-w0tl80uxc9q .ecom-core.ecom-bezixtdpog5>div.core__column--wrapper{margin: -40px 0px 30px 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-abrtnanxru8>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-abrtnanxru8 > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-abrtnanxru8 > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-yv7ov6jpqz{width: 45%;}.ecom-core.ecom-yv7ov6jpqz>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-yv7ov6jpqz{width: 100%;}}html body .ecom-core.ecom-w0tl80uxc9q .ecom-core.ecom-yv7ov6jpqz>div.core__column--wrapper{padding-right: 65px !important;padding-left: 65px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-w0tl80uxc9q .ecom-core.ecom-yv7ov6jpqz>div.core__column--wrapper{padding-right: 15px !important;padding-left: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-w0tl80uxc9q .ecom-core.ecom-yv7ov6jpqz>div.core__column--wrapper{padding-right: 15px !important;padding-left: 15px !important;}}.ecom-core.ecom-hl284d9qpku .ecom-text--more-actions button ,.ecom-core.ecom-hl284d9qpku .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-hl284d9qpku .text-content,.ecom-core.ecom-hl284d9qpku  .text-content a,.ecom-core.ecom-hl284d9qpku  .text-content p,.ecom-core.ecom-hl284d9qpku  .text-content span{text-align: left;color: #666666;margin-right: 20px;}.ecom-core.ecom-hl284d9qpku .text-content,.ecom-core.ecom-hl284d9qpku .text-content a,.ecom-core.ecom-hl284d9qpku  .text-content a,.ecom-core.ecom-hl284d9qpku  .text-content a a,.ecom-core.ecom-hl284d9qpku  .text-content p,.ecom-core.ecom-hl284d9qpku  .text-content p a,.ecom-core.ecom-hl284d9qpku  .text-content span,.ecom-core.ecom-hl284d9qpku  .text-content span a{font-size: 16px;font-weight: 200;}.ecom-core.ecom-hl284d9qpku .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-hl284d9qpku .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-hl284d9qpku .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-hl284d9qpku .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-hl284d9qpku .text-content,.ecom-core.ecom-hl284d9qpku  .text-content a,.ecom-core.ecom-hl284d9qpku  .text-content p,.ecom-core.ecom-hl284d9qpku  .text-content span{text-align: left;}.ecom-core.ecom-hl284d9qpku .text-content,.ecom-core.ecom-hl284d9qpku .text-content a,.ecom-core.ecom-hl284d9qpku  .text-content a,.ecom-core.ecom-hl284d9qpku  .text-content a a,.ecom-core.ecom-hl284d9qpku  .text-content p,.ecom-core.ecom-hl284d9qpku  .text-content p a,.ecom-core.ecom-hl284d9qpku  .text-content span,.ecom-core.ecom-hl284d9qpku  .text-content span a{font-size: 15px;}}.ecom-core.ecom-hl284d9qpku{margin-top: 10px !important;margin-right: 0px !important;margin-left: 20px !important;padding-bottom: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-hl284d9qpku.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hl284d9qpku{margin-right: 0px !important;margin-bottom: 30px !important;margin-left: 0px !important;}}.ecom-core.ecom-n8vm2fdfqff .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-n8vm2fdfqff .element__heading .ecom__heading,.ecom-core.ecom-n8vm2fdfqff .element__heading .ecom__heading a{font-family: 'Lato-Regular', sans-serif;font-weight: 400;}.ecom-core.ecom-n8vm2fdfqff  .element__heading .ecom__heading,.ecom-core.ecom-n8vm2fdfqff  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-n8vm2fdfqff .element__heading .ecom__heading,.ecom-core.ecom-n8vm2fdfqff .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-n8vm2fdfqff .element__heading .ecom__heading,.ecom-core.ecom-n8vm2fdfqff .element__heading .ecom__heading a{font-size: 24px;line-height: 1.2em;}}.ecom-core.ecom-n8vm2fdfqff{margin-left: 20px !important;padding-bottom: 0 !important;animation-duration: 600ms !important;}.ecom-core.ecom-n8vm2fdfqff.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-n8vm2fdfqff{margin-top: 60px !important;margin-bottom: 30px !important;}}.ecom-core.ecom-jmohime3s58{width: 55%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jmohime3s58{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jmohime3s58{display: block;}}.ecom-core.ecom-kmuxufksdyh .ecom-slider--container{padding-left: calc((100% - 99%) / 2);padding-right: calc((100% - 99%) / 2);}.ecom-core.ecom-kmuxufksdyh .ecom-slider--container .ecom-slider{height: 600px;}.ecom-core.ecom-kmuxufksdyh .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-kmuxufksdyh .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active:after{height: 0;}.ecom-core.ecom-kmuxufksdyh .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kmuxufksdyh .ecom-slider--container .ecom-slider{height: 500px;}.ecom-core.ecom-kmuxufksdyh .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kmuxufksdyh .ecom-slider--container .ecom-slider{height: 400px;}.ecom-core.ecom-kmuxufksdyh .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-kmuxufksdyh .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: transparent;border-radius: 15px;overflow: hidden;}.ecom-core.ecom-kmuxufksdyh .ecom-swiper-slide:hover{background-color: transparent;border-radius: 15px;overflow: hidden;}.ecom-core.ecom-kmuxufksdyh .ecom-swiper-slide.ecom-box-active{background-color: transparent;border-radius: 15px;overflow: hidden;}.ecom-core.ecom-kmuxufksdyh .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-kmuxufksdyh .ecom-slider--container .ecom-swiper-button-next svg{height: 40px;width: 40px;}.ecom-core.ecom-kmuxufksdyh .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-kmuxufksdyh .ecom-slider--container .ecom-swiper-button-next{color: #fff;background-color: #ffffff;border-radius: 50px;margin: 0px 10px 0px 10px;padding: 8px;}.ecom-core.ecom-kmuxufksdyh .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-kmuxufksdyh .ecom-slider--container .ecom-swiper-button-next:hover{color: #fff;background-color: #ffffff;border-radius: 50px;transition: all 400ms ease;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kmuxufksdyh .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-kmuxufksdyh .ecom-slider--container .ecom-swiper-button-next{margin-right: -60px;margin-left: -60px;}}.ecom-core.ecom-kmuxufksdyh{display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kmuxufksdyh{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kmuxufksdyh{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sjyffn1ssi8>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-sjyffn1ssi8 > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sjyffn1ssi8 > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-w73ty3ri0s{width: 55%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w73ty3ri0s{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w73ty3ri0s{display: block;}}.ecom-core.ecom-hh6xwil2poo .ecom-slider--container{padding-left: calc((100% - 99%) / 2);padding-right: calc((100% - 99%) / 2);}.ecom-core.ecom-hh6xwil2poo .ecom-slider--container .ecom-slider{height: 600px;}.ecom-core.ecom-hh6xwil2poo .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-hh6xwil2poo .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active:after{height: 0;}.ecom-core.ecom-hh6xwil2poo .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hh6xwil2poo .ecom-slider--container .ecom-slider{height: 500px;}.ecom-core.ecom-hh6xwil2poo .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hh6xwil2poo .ecom-slider--container .ecom-slider{height: 400px;}.ecom-core.ecom-hh6xwil2poo .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-hh6xwil2poo .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: transparent;border-radius: 15px;overflow: hidden;}.ecom-core.ecom-hh6xwil2poo .ecom-swiper-slide:hover{background-color: transparent;border-radius: 15px;overflow: hidden;}.ecom-core.ecom-hh6xwil2poo .ecom-swiper-slide.ecom-box-active{background-color: transparent;border-radius: 15px;overflow: hidden;}.ecom-core.ecom-hh6xwil2poo .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-hh6xwil2poo .ecom-slider--container .ecom-swiper-button-next svg{height: 40px;width: 40px;}.ecom-core.ecom-hh6xwil2poo .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-hh6xwil2poo .ecom-slider--container .ecom-swiper-button-next{color: #fff;background-color: #ffffff;border-radius: 50px;margin: 0px 10px 0px 10px;padding: 8px;}.ecom-core.ecom-hh6xwil2poo .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-hh6xwil2poo .ecom-slider--container .ecom-swiper-button-next:hover{color: #fff;background-color: #ffffff;border-radius: 50px;transition: all 400ms ease;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hh6xwil2poo .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-hh6xwil2poo .ecom-slider--container .ecom-swiper-button-next{margin-right: -60px;margin-left: -60px;}}.ecom-core.ecom-hh6xwil2poo{display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hh6xwil2poo{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hh6xwil2poo{display: block;}}.ecom-core.ecom-5i6q1xxa97{width: 45%;}.ecom-core.ecom-5i6q1xxa97>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-5i6q1xxa97{width: 100%;}}html body .ecom-core.ecom-w0tl80uxc9q .ecom-core.ecom-5i6q1xxa97>div.core__column--wrapper{padding-right: 65px !important;padding-left: 65px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-w0tl80uxc9q .ecom-core.ecom-5i6q1xxa97>div.core__column--wrapper{padding-right: 15px !important;padding-left: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-w0tl80uxc9q .ecom-core.ecom-5i6q1xxa97>div.core__column--wrapper{padding-right: 15px !important;padding-left: 15px !important;}}.ecom-core.ecom-4z64fci39bo .ecom-text--more-actions button ,.ecom-core.ecom-4z64fci39bo .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-4z64fci39bo .text-content,.ecom-core.ecom-4z64fci39bo  .text-content a,.ecom-core.ecom-4z64fci39bo  .text-content p,.ecom-core.ecom-4z64fci39bo  .text-content span{text-align: left;color: #666666;margin-right: 20px;}.ecom-core.ecom-4z64fci39bo .text-content,.ecom-core.ecom-4z64fci39bo .text-content a,.ecom-core.ecom-4z64fci39bo  .text-content a,.ecom-core.ecom-4z64fci39bo  .text-content a a,.ecom-core.ecom-4z64fci39bo  .text-content p,.ecom-core.ecom-4z64fci39bo  .text-content p a,.ecom-core.ecom-4z64fci39bo  .text-content span,.ecom-core.ecom-4z64fci39bo  .text-content span a{font-size: 16px;font-weight: 200;}.ecom-core.ecom-4z64fci39bo .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-4z64fci39bo .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-4z64fci39bo .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-4z64fci39bo .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-4z64fci39bo .text-content,.ecom-core.ecom-4z64fci39bo  .text-content a,.ecom-core.ecom-4z64fci39bo  .text-content p,.ecom-core.ecom-4z64fci39bo  .text-content span{text-align: left;}.ecom-core.ecom-4z64fci39bo .text-content,.ecom-core.ecom-4z64fci39bo .text-content a,.ecom-core.ecom-4z64fci39bo  .text-content a,.ecom-core.ecom-4z64fci39bo  .text-content a a,.ecom-core.ecom-4z64fci39bo  .text-content p,.ecom-core.ecom-4z64fci39bo  .text-content p a,.ecom-core.ecom-4z64fci39bo  .text-content span,.ecom-core.ecom-4z64fci39bo  .text-content span a{font-size: 15px;}}.ecom-core.ecom-4z64fci39bo{margin-top: 10px !important;margin-right: 0px !important;margin-left: 20px !important;padding-bottom: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-4z64fci39bo.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4z64fci39bo{margin-right: 0px !important;margin-bottom: 30px !important;margin-left: 0px !important;}}.ecom-core.ecom-111efq03au6 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-111efq03au6 .element__heading .ecom__heading,.ecom-core.ecom-111efq03au6 .element__heading .ecom__heading a{font-family: 'Lato-Regular', sans-serif;font-weight: 400;}.ecom-core.ecom-111efq03au6  .element__heading .ecom__heading,.ecom-core.ecom-111efq03au6  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-111efq03au6 .element__heading .ecom__heading,.ecom-core.ecom-111efq03au6 .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-111efq03au6 .element__heading .ecom__heading,.ecom-core.ecom-111efq03au6 .element__heading .ecom__heading a{font-size: 24px;line-height: 1.2em;}}.ecom-core.ecom-111efq03au6{margin-left: 20px !important;padding-bottom: 0 !important;animation-duration: 600ms !important;}.ecom-core.ecom-111efq03au6.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-111efq03au6{margin-top: 60px !important;margin-bottom: 30px !important;}}.ecom-core.ecom-w0tl80uxc9q{background-color: #F5EFE3;}.ecom-core.ecom-w0tl80uxc9q{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-w0tl80uxc9q div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w0tl80uxc9q{margin-top: 0px !important;padding-bottom: 0 !important;display: none;}.ecom-core.ecom-w0tl80uxc9q div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-xn93i9o6fre{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xn93i9o6fre{width: 100%;}}.ecom-core.ecom-37y0x7ufp08>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-37y0x7ufp08>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 8px;}.ecom-core.ecom-37y0x7ufp08{margin-bottom: 15px !important;}.ecom-core.ecom-nmmslqgsqt{width: 16.66%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nmmslqgsqt{width: 100%;}}.ecom-core.ecom-jc69bn9i61c .ecom-image-align{align-items: center;}.ecom-core.ecom-jc69bn9i61c .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-jc69bn9i61c .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-jc69bn9i61c .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-jc69bn9i61c .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-jc69bn9i61c .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-jc69bn9i61c .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-dh8vxvsxzcv{width: 16.66%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dh8vxvsxzcv{width: 100%;}}.ecom-core.ecom-krap3w1wa9a .ecom-image-align{align-items: center;}.ecom-core.ecom-krap3w1wa9a .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-krap3w1wa9a .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-krap3w1wa9a .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-krap3w1wa9a .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-krap3w1wa9a .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-krap3w1wa9a .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-zh0mvgpgg0l{width: 16.66%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zh0mvgpgg0l{width: 100%;}}.ecom-core.ecom-dxtp6zyqey .ecom-image-align{align-items: center;}.ecom-core.ecom-dxtp6zyqey .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-dxtp6zyqey .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-dxtp6zyqey .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-dxtp6zyqey .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-dxtp6zyqey .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-dxtp6zyqey .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-l4qic50fb7b{width: 16.66%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l4qic50fb7b{width: 100%;}}.ecom-core.ecom-eddtfiux5uu .ecom-image-align{align-items: center;}.ecom-core.ecom-eddtfiux5uu .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-eddtfiux5uu .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-eddtfiux5uu .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-eddtfiux5uu .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-eddtfiux5uu .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-eddtfiux5uu .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-0l9yeglwiw6g{width: 16.66%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0l9yeglwiw6g{width: 100%;}}.ecom-core.ecom-yeamfilc0s .ecom-image-align{align-items: center;}.ecom-core.ecom-yeamfilc0s .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-yeamfilc0s .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-yeamfilc0s .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-yeamfilc0s .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-yeamfilc0s .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-yeamfilc0s .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-558yzhrm80m{width: 16.66%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-558yzhrm80m{width: 100%;}}.ecom-core.ecom-skiszs2rsmr .ecom-image-align{align-items: center;}.ecom-core.ecom-skiszs2rsmr .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-skiszs2rsmr .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-skiszs2rsmr .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-skiszs2rsmr .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-skiszs2rsmr .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-23z9fcvr1bf .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-23z9fcvr1bf .element__heading .ecom__heading,.ecom-core.ecom-23z9fcvr1bf .element__heading .ecom__heading a{font-weight: 400;font-size: 34px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-23z9fcvr1bf .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-23z9fcvr1bf .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-23z9fcvr1bf .element__heading .ecom__heading,.ecom-core.ecom-23z9fcvr1bf .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-23z9fcvr1bf{padding-bottom: 0px !important;margin-top: 45px !important;margin-bottom: -10px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bqnef0gl7k div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bqnef0gl7k div.core__row--columns{flex-direction: row;}.ecom-core.ecom-bqnef0gl7k{display: none;}}
.ecom-core.ecom-xm8unpkb3f{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xm8unpkb3f{width: 100%;}}.ecom-core.ecom-hrflcj14flv .ecom-image-align{align-items: center;}.ecom-core.ecom-hrflcj14flv .ecom-image-default{width: 70% !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hrflcj14flv .ecom-image-default{width: 100% !important;max-width: 100% !important;}}.ecom-core.ecom-hrflcj14flv{margin-bottom: 20px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hrflcj14flv{padding-bottom: 0px !important;margin-right: 20px !important;margin-bottom: 50px !important;margin-left: 20px !important;}}.ecom-core.ecom-ubas3jwc3v .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ubas3jwc3v .element__heading .ecom__heading,.ecom-core.ecom-ubas3jwc3v .element__heading .ecom__heading a{font-weight: 400;font-size: 34px;font-family: 'Lato-Regular', sans-serif;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ubas3jwc3v .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ubas3jwc3v .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ubas3jwc3v .element__heading .ecom__heading,.ecom-core.ecom-ubas3jwc3v .element__heading .ecom__heading a{font-size: 22px;font-weight: 400;}}.ecom-core.ecom-ubas3jwc3v{padding-bottom: 10px !important;margin-top: 45px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ubas3jwc3v{margin-top: 35px !important;padding-bottom: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yb0i4lhec9>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-yb0i4lhec9{background-color: #F5EFE3;}.ecom-core.ecom-yb0i4lhec9{padding-bottom: 25px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yb0i4lhec9{padding-bottom: 0px !important;}}


.ecom-core.ecom-ip7190s592{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ip7190s592{width: 100%;}.ecom-core.ecom-ip7190s592>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: none;}}html body .ecom-core.ecom-c2krjb9tw2m .ecom-core.ecom-ip7190s592>div.core__column--wrapper{margin: 80px 20px 80px 20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-c2krjb9tw2m .ecom-core.ecom-ip7190s592>div.core__column--wrapper{margin: 30px 0px 30px 0px !important;}}.ecom-core.ecom-230p16kraq .ecom-accordion__title{text-align: left;width: none;background-color: #F4F4F4;border-style: none;border-radius: 0px;padding: 15px 30px 15px 30px;margin: 15px 0px 15px 0px;}.ecom-core.ecom-230p16kraq .ecom-accordion__title:hover{background-color: #F4F4F4;border-style: none;}.ecom-core.ecom-230p16kraq .ecom-accordion__title.ecom-item-active{background-color: #F4F4F4;border-style: none;}.ecom-core.ecom-230p16kraq .ecom-accordion__title .ecom-items--icon svg{height: 30px;width: 30px;}.ecom-core.ecom-230p16kraq .ecom-accordion__title .ecom-items--icon{color: #000;}.ecom-core.ecom-230p16kraq .ecom-accordion_nav--icon{margin-left: 10px;}.ecom-core.ecom-230p16kraq .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 20px;text-transform: none;line-height: 34px;font-style: normal;text-decoration: none;font-family: 'Lato-Regular', sans-serif;letter-spacing: 0px;color: #000;}.ecom-core.ecom-230p16kraq .ecom-accordion_wrapper-info .ecom-items--icon svg{height: 20px;width: 20px;}.ecom-core.ecom-230p16kraq .ecom-accordion_wrapper-info .ecom-accordion_icon-title{color: #000;}.ecom-core.ecom-230p16kraq .ecom-accordion_wrapper-info .ecom-accordion_icon-title:hover{color: #00;}.ecom-core.ecom-230p16kraq .ecom-accordion_icon-title{margin-right: 7px;}.ecom-core.ecom-230p16kraq .ecom-image-default{width: 20px !important;}.ecom-core.ecom-230p16kraq .ecom-accordion--image{margin-right: 10px;}.ecom-core.ecom-230p16kraq .ecom-accordion__body>.core__blocks>.core__blocks--body{background-color: #ffffff;border-style: none;border-radius: 0px 0px 10px 10px;overflow: hidden;padding: 0px 25px 25px 35px;margin: -10px 0px 0px 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-230p16kraq .ecom-accordion__title{margin: 0px;padding: 10px;}.ecom-core.ecom-230p16kraq .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;}.ecom-core.ecom-230p16kraq .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-230p16kraq .ecom-accordion__title{text-align: left;padding: 10px;margin: 10px 0px 10px 0px;}.ecom-core.ecom-230p16kraq .ecom-accordion__title .ecom-items--icon svg{height: 16px;width: 16px;}.ecom-core.ecom-230p16kraq .ecom-accordion_nav--icon{margin-right: 5px;margin-left: 0px;}.ecom-core.ecom-230p16kraq .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;font-family: 'Lato-Regular', sans-serif;line-height: 29px;}.ecom-core.ecom-230p16kraq .ecom-accordion__body>.core__blocks>.core__blocks--body{padding-right: 15px;padding-bottom: 15px;padding-left: 15px;}}.ecom-core.ecom-230p16kraq{padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-230p16kraq{padding-bottom: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-230p16kraq{padding-bottom: 0px !important;margin-top: 0px !important;margin-bottom: 0px !important;}} 
}

.ecom-core.ecom-sjgga98xni .ecom-text--more-actions button ,.ecom-core.ecom-sjgga98xni .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-sjgga98xni .text-content,.ecom-core.ecom-sjgga98xni  .text-content a,.ecom-core.ecom-sjgga98xni  .text-content p,.ecom-core.ecom-sjgga98xni  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-sjgga98xni .text-content,.ecom-core.ecom-sjgga98xni .text-content a,.ecom-core.ecom-sjgga98xni  .text-content a,.ecom-core.ecom-sjgga98xni  .text-content a a,.ecom-core.ecom-sjgga98xni  .text-content p,.ecom-core.ecom-sjgga98xni  .text-content p a,.ecom-core.ecom-sjgga98xni  .text-content span,.ecom-core.ecom-sjgga98xni  .text-content span a{font-size: 18px;font-weight: 500;line-height: 24px;letter-spacing: 0px;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-sjgga98xni .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-sjgga98xni .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-sjgga98xni .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-sjgga98xni .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-sjgga98xni .text-content,.ecom-core.ecom-sjgga98xni .text-content a,.ecom-core.ecom-sjgga98xni  .text-content a,.ecom-core.ecom-sjgga98xni  .text-content a a,.ecom-core.ecom-sjgga98xni  .text-content p,.ecom-core.ecom-sjgga98xni  .text-content p a,.ecom-core.ecom-sjgga98xni  .text-content span,.ecom-core.ecom-sjgga98xni  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 14px;line-height: 22px;}}.ecom-core.ecom-sjgga98xni{padding-bottom: 0px !important;margin-top: 30px !important;margin-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sjgga98xni{margin-left: 0px !important;}}.ecom-core.ecom-3sri36e7stb .ecom-text--more-actions button ,.ecom-core.ecom-3sri36e7stb .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-3sri36e7stb .text-content,.ecom-core.ecom-3sri36e7stb  .text-content a,.ecom-core.ecom-3sri36e7stb  .text-content p,.ecom-core.ecom-3sri36e7stb  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-3sri36e7stb .text-content,.ecom-core.ecom-3sri36e7stb .text-content a,.ecom-core.ecom-3sri36e7stb  .text-content a,.ecom-core.ecom-3sri36e7stb  .text-content a a,.ecom-core.ecom-3sri36e7stb  .text-content p,.ecom-core.ecom-3sri36e7stb  .text-content p a,.ecom-core.ecom-3sri36e7stb  .text-content span,.ecom-core.ecom-3sri36e7stb  .text-content span a{font-size: 18px;font-weight: 500;line-height: 24px;letter-spacing: 0px;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-3sri36e7stb .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-3sri36e7stb .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-3sri36e7stb .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-3sri36e7stb .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-3sri36e7stb .text-content,.ecom-core.ecom-3sri36e7stb .text-content a,.ecom-core.ecom-3sri36e7stb  .text-content a,.ecom-core.ecom-3sri36e7stb  .text-content a a,.ecom-core.ecom-3sri36e7stb  .text-content p,.ecom-core.ecom-3sri36e7stb  .text-content p a,.ecom-core.ecom-3sri36e7stb  .text-content span,.ecom-core.ecom-3sri36e7stb  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 14px;line-height: 22px;}}.ecom-core.ecom-3sri36e7stb{padding-bottom: 0px !important;margin-top: 30px !important;margin-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3sri36e7stb{margin-left: 0px !important;}}.ecom-core.ecom-6vmlxajh3i4 .ecom-text--more-actions button ,.ecom-core.ecom-6vmlxajh3i4 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-6vmlxajh3i4 .text-content,.ecom-core.ecom-6vmlxajh3i4  .text-content a,.ecom-core.ecom-6vmlxajh3i4  .text-content p,.ecom-core.ecom-6vmlxajh3i4  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-6vmlxajh3i4 .text-content,.ecom-core.ecom-6vmlxajh3i4 .text-content a,.ecom-core.ecom-6vmlxajh3i4  .text-content a,.ecom-core.ecom-6vmlxajh3i4  .text-content a a,.ecom-core.ecom-6vmlxajh3i4  .text-content p,.ecom-core.ecom-6vmlxajh3i4  .text-content p a,.ecom-core.ecom-6vmlxajh3i4  .text-content span,.ecom-core.ecom-6vmlxajh3i4  .text-content span a{font-size: 18px;font-weight: 500;line-height: 24px;letter-spacing: 0px;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-6vmlxajh3i4 .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-6vmlxajh3i4 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-6vmlxajh3i4 .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-6vmlxajh3i4 .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-6vmlxajh3i4 .text-content,.ecom-core.ecom-6vmlxajh3i4 .text-content a,.ecom-core.ecom-6vmlxajh3i4  .text-content a,.ecom-core.ecom-6vmlxajh3i4  .text-content a a,.ecom-core.ecom-6vmlxajh3i4  .text-content p,.ecom-core.ecom-6vmlxajh3i4  .text-content p a,.ecom-core.ecom-6vmlxajh3i4  .text-content span,.ecom-core.ecom-6vmlxajh3i4  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 14px;line-height: 22px;}}.ecom-core.ecom-6vmlxajh3i4{padding-bottom: 0px !important;margin-top: 30px !important;margin-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6vmlxajh3i4{margin-left: 0px !important;}}.ecom-core.ecom-9e1hqxqcf7 .ecom-text--more-actions button ,.ecom-core.ecom-9e1hqxqcf7 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-9e1hqxqcf7 .text-content,.ecom-core.ecom-9e1hqxqcf7  .text-content a,.ecom-core.ecom-9e1hqxqcf7  .text-content p,.ecom-core.ecom-9e1hqxqcf7  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-9e1hqxqcf7 .text-content,.ecom-core.ecom-9e1hqxqcf7 .text-content a,.ecom-core.ecom-9e1hqxqcf7  .text-content a,.ecom-core.ecom-9e1hqxqcf7  .text-content a a,.ecom-core.ecom-9e1hqxqcf7  .text-content p,.ecom-core.ecom-9e1hqxqcf7  .text-content p a,.ecom-core.ecom-9e1hqxqcf7  .text-content span,.ecom-core.ecom-9e1hqxqcf7  .text-content span a{font-size: 18px;font-weight: 500;line-height: 24px;letter-spacing: 0px;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-9e1hqxqcf7 .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-9e1hqxqcf7 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-9e1hqxqcf7 .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-9e1hqxqcf7 .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-9e1hqxqcf7 .text-content,.ecom-core.ecom-9e1hqxqcf7 .text-content a,.ecom-core.ecom-9e1hqxqcf7  .text-content a,.ecom-core.ecom-9e1hqxqcf7  .text-content a a,.ecom-core.ecom-9e1hqxqcf7  .text-content p,.ecom-core.ecom-9e1hqxqcf7  .text-content p a,.ecom-core.ecom-9e1hqxqcf7  .text-content span,.ecom-core.ecom-9e1hqxqcf7  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 14px;line-height: 22px;}}.ecom-core.ecom-9e1hqxqcf7{padding-bottom: 0px !important;margin-top: 30px !important;margin-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9e1hqxqcf7{margin-left: 0px !important;}}.ecom-core.ecom-4znvh023j1k .ecom-text--more-actions button ,.ecom-core.ecom-4znvh023j1k .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-4znvh023j1k .text-content,.ecom-core.ecom-4znvh023j1k  .text-content a,.ecom-core.ecom-4znvh023j1k  .text-content p,.ecom-core.ecom-4znvh023j1k  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-4znvh023j1k .text-content,.ecom-core.ecom-4znvh023j1k .text-content a,.ecom-core.ecom-4znvh023j1k  .text-content a,.ecom-core.ecom-4znvh023j1k  .text-content a a,.ecom-core.ecom-4znvh023j1k  .text-content p,.ecom-core.ecom-4znvh023j1k  .text-content p a,.ecom-core.ecom-4znvh023j1k  .text-content span,.ecom-core.ecom-4znvh023j1k  .text-content span a{font-size: 18px;font-weight: 500;line-height: 24px;letter-spacing: 0px;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-4znvh023j1k .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-4znvh023j1k .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-4znvh023j1k .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-4znvh023j1k .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-4znvh023j1k .text-content,.ecom-core.ecom-4znvh023j1k .text-content a,.ecom-core.ecom-4znvh023j1k  .text-content a,.ecom-core.ecom-4znvh023j1k  .text-content a a,.ecom-core.ecom-4znvh023j1k  .text-content p,.ecom-core.ecom-4znvh023j1k  .text-content p a,.ecom-core.ecom-4znvh023j1k  .text-content span,.ecom-core.ecom-4znvh023j1k  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 14px;line-height: 22px;}}.ecom-core.ecom-4znvh023j1k{padding-bottom: 0px !important;margin-top: 30px !important;margin-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4znvh023j1k{margin-left: 0px !important;}}.ecom-core.ecom-qkycy2yu0r .ecom-text--more-actions button ,.ecom-core.ecom-qkycy2yu0r .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-qkycy2yu0r .text-content,.ecom-core.ecom-qkycy2yu0r  .text-content a,.ecom-core.ecom-qkycy2yu0r  .text-content p,.ecom-core.ecom-qkycy2yu0r  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-qkycy2yu0r .text-content,.ecom-core.ecom-qkycy2yu0r .text-content a,.ecom-core.ecom-qkycy2yu0r  .text-content a,.ecom-core.ecom-qkycy2yu0r  .text-content a a,.ecom-core.ecom-qkycy2yu0r  .text-content p,.ecom-core.ecom-qkycy2yu0r  .text-content p a,.ecom-core.ecom-qkycy2yu0r  .text-content span,.ecom-core.ecom-qkycy2yu0r  .text-content span a{font-size: 18px;font-weight: 500;line-height: 24px;letter-spacing: 0px;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-qkycy2yu0r .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-qkycy2yu0r .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-qkycy2yu0r .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-qkycy2yu0r .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-qkycy2yu0r .text-content,.ecom-core.ecom-qkycy2yu0r .text-content a,.ecom-core.ecom-qkycy2yu0r  .text-content a,.ecom-core.ecom-qkycy2yu0r  .text-content a a,.ecom-core.ecom-qkycy2yu0r  .text-content p,.ecom-core.ecom-qkycy2yu0r  .text-content p a,.ecom-core.ecom-qkycy2yu0r  .text-content span,.ecom-core.ecom-qkycy2yu0r  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 14px;line-height: 22px;}}.ecom-core.ecom-qkycy2yu0r{padding-bottom: 0 !important;margin-top: 30px !important;margin-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qkycy2yu0r{margin-left: 0px !important;}}.ecom-core.ecom-b4lbjqsesn .ecom-text--more-actions button ,.ecom-core.ecom-b4lbjqsesn .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-b4lbjqsesn .text-content,.ecom-core.ecom-b4lbjqsesn  .text-content a,.ecom-core.ecom-b4lbjqsesn  .text-content p,.ecom-core.ecom-b4lbjqsesn  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-b4lbjqsesn .text-content,.ecom-core.ecom-b4lbjqsesn .text-content a,.ecom-core.ecom-b4lbjqsesn  .text-content a,.ecom-core.ecom-b4lbjqsesn  .text-content a a,.ecom-core.ecom-b4lbjqsesn  .text-content p,.ecom-core.ecom-b4lbjqsesn  .text-content p a,.ecom-core.ecom-b4lbjqsesn  .text-content span,.ecom-core.ecom-b4lbjqsesn  .text-content span a{font-size: 18px;font-weight: 500;line-height: 24px;letter-spacing: 0px;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-b4lbjqsesn .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-b4lbjqsesn .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-b4lbjqsesn .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-b4lbjqsesn .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-b4lbjqsesn .text-content,.ecom-core.ecom-b4lbjqsesn .text-content a,.ecom-core.ecom-b4lbjqsesn  .text-content a,.ecom-core.ecom-b4lbjqsesn  .text-content a a,.ecom-core.ecom-b4lbjqsesn  .text-content p,.ecom-core.ecom-b4lbjqsesn  .text-content p a,.ecom-core.ecom-b4lbjqsesn  .text-content span,.ecom-core.ecom-b4lbjqsesn  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 14px;line-height: 22px;}}.ecom-core.ecom-b4lbjqsesn{padding-bottom: 0 !important;margin-top: 30px !important;margin-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b4lbjqsesn{margin-left: 0px !important;}}.ecom-core.ecom-p8d7tah83 .ecom-text--more-actions button ,.ecom-core.ecom-p8d7tah83 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-p8d7tah83 .text-content,.ecom-core.ecom-p8d7tah83  .text-content a,.ecom-core.ecom-p8d7tah83  .text-content p,.ecom-core.ecom-p8d7tah83  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-p8d7tah83 .text-content,.ecom-core.ecom-p8d7tah83 .text-content a,.ecom-core.ecom-p8d7tah83  .text-content a,.ecom-core.ecom-p8d7tah83  .text-content a a,.ecom-core.ecom-p8d7tah83  .text-content p,.ecom-core.ecom-p8d7tah83  .text-content p a,.ecom-core.ecom-p8d7tah83  .text-content span,.ecom-core.ecom-p8d7tah83  .text-content span a{font-size: 18px;font-weight: 500;line-height: 24px;letter-spacing: 0px;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-p8d7tah83 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-p8d7tah83 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-p8d7tah83 .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-p8d7tah83 .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-p8d7tah83 .text-content,.ecom-core.ecom-p8d7tah83 .text-content a,.ecom-core.ecom-p8d7tah83  .text-content a,.ecom-core.ecom-p8d7tah83  .text-content a a,.ecom-core.ecom-p8d7tah83  .text-content p,.ecom-core.ecom-p8d7tah83  .text-content p a,.ecom-core.ecom-p8d7tah83  .text-content span,.ecom-core.ecom-p8d7tah83  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 14px;line-height: 22px;}}.ecom-core.ecom-p8d7tah83{padding-bottom: 0px !important;margin-top: 30px !important;margin-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p8d7tah83{margin-top: 30px !important;margin-left: 0px !important;}}.ecom-core.ecom-183d9o88wps .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-183d9o88wps .element__heading .ecom__heading,.ecom-core.ecom-183d9o88wps .element__heading .ecom__heading a{font-weight: 400;font-size: 34px;line-height: 67px;letter-spacing: 0px;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-183d9o88wps  .element__heading .ecom__heading,.ecom-core.ecom-183d9o88wps  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-183d9o88wps .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-183d9o88wps .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-183d9o88wps .element__heading .ecom__heading,.ecom-core.ecom-183d9o88wps .element__heading .ecom__heading a{font-size: 22px;line-height: 1.2em;font-weight: 400;}}.ecom-core.ecom-183d9o88wps{margin-top: -30px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-183d9o88wps{margin-top: -15px !important;margin-bottom: 5px !important;}}.ecom-core.ecom-c2krjb9tw2m>div.core__row--columns{max-width: 1200px;}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-kiodnuclfx{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kiodnuclfx{width: 100%;}}html body .ecom-core.ecom-ouch4nc65vc .ecom-core.ecom-kiodnuclfx>div.core__column--wrapper{margin: 80px 20px 80px 20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-ouch4nc65vc .ecom-core.ecom-kiodnuclfx>div.core__column--wrapper{margin: 0px 0px 30px 0px !important;}}.ecom-core.ecom-1y5yajodxbk .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-1y5yajodxbk .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-1y5yajodxbk .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active:after{height: 0;}.ecom-core.ecom-1y5yajodxbk .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1y5yajodxbk .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1y5yajodxbk .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-1y5yajodxbk .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: transparent;border-radius: 15px;overflow: hidden;}.ecom-core.ecom-1y5yajodxbk .ecom-swiper-slide:hover{background-color: transparent;}.ecom-core.ecom-1y5yajodxbk .ecom-swiper-slide.ecom-box-active{background-color: transparent;}.ecom-core.ecom-1y5yajodxbk .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-1y5yajodxbk .ecom-slider--container .ecom-swiper-button-next svg{height: 30px;width: 30px;}.ecom-core.ecom-1y5yajodxbk .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-1y5yajodxbk .ecom-slider--container .ecom-swiper-button-next{color: #fff;background-color: #ffffff;border-radius: 30px;margin: -5px;}.ecom-core.ecom-1y5yajodxbk .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-1y5yajodxbk .ecom-slider--container .ecom-swiper-button-next:hover{color: #fff;background-color: #ffffff;border-radius: 50px;transition: all 400ms ease;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1y5yajodxbk .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-1y5yajodxbk .ecom-slider--container .ecom-swiper-button-next svg{height: 20px;width: 20px;}.ecom-core.ecom-1y5yajodxbk .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-1y5yajodxbk .ecom-slider--container .ecom-swiper-button-next{margin-right: -5px;margin-left: -5px;}}.ecom-core.ecom-1y5yajodxbk{margin-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1y5yajodxbk{margin-top: -5px !important;margin-bottom: -15px !important;margin-left: 0px !important;}}.ecom-core.ecom-7kd6j09uwec .ecom-text--more-actions button ,.ecom-core.ecom-7kd6j09uwec .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-7kd6j09uwec .text-content,.ecom-core.ecom-7kd6j09uwec  .text-content a,.ecom-core.ecom-7kd6j09uwec  .text-content p,.ecom-core.ecom-7kd6j09uwec  .text-content span{text-align: left;color: #333333;}.ecom-core.ecom-7kd6j09uwec .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-7kd6j09uwec .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-7kd6j09uwec .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-7kd6j09uwec .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-7kd6j09uwec .text-content,.ecom-core.ecom-7kd6j09uwec .text-content a,.ecom-core.ecom-7kd6j09uwec  .text-content a,.ecom-core.ecom-7kd6j09uwec  .text-content a a,.ecom-core.ecom-7kd6j09uwec  .text-content p,.ecom-core.ecom-7kd6j09uwec  .text-content p a,.ecom-core.ecom-7kd6j09uwec  .text-content span,.ecom-core.ecom-7kd6j09uwec  .text-content span a{font-size: 18px;}}.ecom-core.ecom-7kd6j09uwec{padding-bottom: 0 !important;margin-top: 10px !important;}.ecom-core.ecom-qr7dtabp5ck .ecom-element_video-iframe iframe,.ecom-core.ecom-qr7dtabp5ck .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qr7dtabp5ck .ecom-element_video-iframe iframe,.ecom-core.ecom-qr7dtabp5ck .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}}.ecom-core.ecom-qr7dtabp5ck .element__video .ecom-video-icon-play svg{height: none;width: none;transform: rotate(nonedeg);}.ecom-core.ecom-qr7dtabp5ck .element__video .ecom-video-icon-play{margin-top: 30px;}.ecom-core.ecom-qr7dtabp5ck .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qr7dtabp5ck .ecom-element_video-iframe{width: none;}.ecom-core.ecom-qr7dtabp5ck .element__video.ecom-element {justify-content: center;}}.ecom-core.ecom-4m38xexeexi .ecom-text--more-actions button ,.ecom-core.ecom-4m38xexeexi .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-4m38xexeexi .text-content,.ecom-core.ecom-4m38xexeexi  .text-content a,.ecom-core.ecom-4m38xexeexi  .text-content p,.ecom-core.ecom-4m38xexeexi  .text-content span{text-align: left;color: #333333;}.ecom-core.ecom-4m38xexeexi .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-4m38xexeexi .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-4m38xexeexi .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-4m38xexeexi .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-4m38xexeexi .text-content,.ecom-core.ecom-4m38xexeexi .text-content a,.ecom-core.ecom-4m38xexeexi  .text-content a,.ecom-core.ecom-4m38xexeexi  .text-content a a,.ecom-core.ecom-4m38xexeexi  .text-content p,.ecom-core.ecom-4m38xexeexi  .text-content p a,.ecom-core.ecom-4m38xexeexi  .text-content span,.ecom-core.ecom-4m38xexeexi  .text-content span a{font-size: 18px;}}.ecom-core.ecom-4m38xexeexi{padding-bottom: 0 !important;margin-top: 10px !important;}.ecom-core.ecom-y0ktr2kvd4 .ecom-element_video-iframe iframe,.ecom-core.ecom-y0ktr2kvd4 .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-y0ktr2kvd4 .ecom-element_video-iframe iframe,.ecom-core.ecom-y0ktr2kvd4 .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}}.ecom-core.ecom-y0ktr2kvd4 .element__video .ecom-video-icon-play svg{height: none;width: none;transform: rotate(nonedeg);}.ecom-core.ecom-y0ktr2kvd4 .element__video .ecom-video-icon-play{margin-top: 30px;}.ecom-core.ecom-y0ktr2kvd4 .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-y0ktr2kvd4 .ecom-element_video-iframe{width: none;}.ecom-core.ecom-y0ktr2kvd4 .element__video.ecom-element {justify-content: center;}}.ecom-core.ecom-fh8rqinvwv .ecom-text--more-actions button ,.ecom-core.ecom-fh8rqinvwv .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-fh8rqinvwv .text-content,.ecom-core.ecom-fh8rqinvwv  .text-content a,.ecom-core.ecom-fh8rqinvwv  .text-content p,.ecom-core.ecom-fh8rqinvwv  .text-content span{text-align: left;color: #333333;}.ecom-core.ecom-fh8rqinvwv .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-fh8rqinvwv .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-fh8rqinvwv .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-fh8rqinvwv .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-fh8rqinvwv .text-content,.ecom-core.ecom-fh8rqinvwv .text-content a,.ecom-core.ecom-fh8rqinvwv  .text-content a,.ecom-core.ecom-fh8rqinvwv  .text-content a a,.ecom-core.ecom-fh8rqinvwv  .text-content p,.ecom-core.ecom-fh8rqinvwv  .text-content p a,.ecom-core.ecom-fh8rqinvwv  .text-content span,.ecom-core.ecom-fh8rqinvwv  .text-content span a{font-size: 18px;}}.ecom-core.ecom-fh8rqinvwv{padding-bottom: 0 !important;margin-top: 10px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-fh8rqinvwv{padding-bottom: 0 !important;}}.ecom-core.ecom-dcwq9xop59d .ecom-element_video-iframe iframe,.ecom-core.ecom-dcwq9xop59d .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dcwq9xop59d .ecom-element_video-iframe iframe,.ecom-core.ecom-dcwq9xop59d .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}}.ecom-core.ecom-dcwq9xop59d .element__video .ecom-video-icon-play svg{height: none;width: none;transform: rotate(nonedeg);}.ecom-core.ecom-dcwq9xop59d .element__video .ecom-video-icon-play{margin-top: 30px;}.ecom-core.ecom-dcwq9xop59d .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dcwq9xop59d .ecom-element_video-iframe{width: none;}.ecom-core.ecom-dcwq9xop59d .element__video.ecom-element {justify-content: center;}}.ecom-core.ecom-ojkxvbvfr .ecom-text--more-actions button ,.ecom-core.ecom-ojkxvbvfr .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ojkxvbvfr .text-content,.ecom-core.ecom-ojkxvbvfr  .text-content a,.ecom-core.ecom-ojkxvbvfr  .text-content p,.ecom-core.ecom-ojkxvbvfr  .text-content span{text-align: left;color: #333333;}.ecom-core.ecom-ojkxvbvfr .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-ojkxvbvfr .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-ojkxvbvfr .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-ojkxvbvfr .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-ojkxvbvfr .text-content,.ecom-core.ecom-ojkxvbvfr .text-content a,.ecom-core.ecom-ojkxvbvfr  .text-content a,.ecom-core.ecom-ojkxvbvfr  .text-content a a,.ecom-core.ecom-ojkxvbvfr  .text-content p,.ecom-core.ecom-ojkxvbvfr  .text-content p a,.ecom-core.ecom-ojkxvbvfr  .text-content span,.ecom-core.ecom-ojkxvbvfr  .text-content span a{font-size: 18px;}}.ecom-core.ecom-ojkxvbvfr{padding-bottom: 0 !important;margin-top: 10px !important;}.ecom-core.ecom-fjk2u0ctx2h .ecom-element_video-iframe iframe,.ecom-core.ecom-fjk2u0ctx2h .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-fjk2u0ctx2h .ecom-element_video-iframe iframe,.ecom-core.ecom-fjk2u0ctx2h .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}}.ecom-core.ecom-fjk2u0ctx2h .element__video .ecom-video-icon-play svg{height: none;width: none;transform: rotate(nonedeg);}.ecom-core.ecom-fjk2u0ctx2h .element__video .ecom-video-icon-play{margin-top: 30px;}.ecom-core.ecom-fjk2u0ctx2h .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-fjk2u0ctx2h .ecom-element_video-iframe{width: none;}.ecom-core.ecom-fjk2u0ctx2h .element__video.ecom-element {justify-content: center;}}.ecom-core.ecom-sxmonrnuts .ecom-text--more-actions button ,.ecom-core.ecom-sxmonrnuts .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-sxmonrnuts .text-content,.ecom-core.ecom-sxmonrnuts  .text-content a,.ecom-core.ecom-sxmonrnuts  .text-content p,.ecom-core.ecom-sxmonrnuts  .text-content span{text-align: left;color: #333333;}.ecom-core.ecom-sxmonrnuts .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-sxmonrnuts .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-sxmonrnuts .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-sxmonrnuts .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-sxmonrnuts .text-content,.ecom-core.ecom-sxmonrnuts .text-content a,.ecom-core.ecom-sxmonrnuts  .text-content a,.ecom-core.ecom-sxmonrnuts  .text-content a a,.ecom-core.ecom-sxmonrnuts  .text-content p,.ecom-core.ecom-sxmonrnuts  .text-content p a,.ecom-core.ecom-sxmonrnuts  .text-content span,.ecom-core.ecom-sxmonrnuts  .text-content span a{font-size: 18px;}}.ecom-core.ecom-sxmonrnuts{padding-bottom: 0 !important;margin-top: 10px !important;}.ecom-core.ecom-0rnfz0suokoh .ecom-element_video-iframe iframe,.ecom-core.ecom-0rnfz0suokoh .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0rnfz0suokoh .ecom-element_video-iframe iframe,.ecom-core.ecom-0rnfz0suokoh .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}}.ecom-core.ecom-0rnfz0suokoh .element__video .ecom-video-icon-play svg{height: none;width: none;transform: rotate(nonedeg);}.ecom-core.ecom-0rnfz0suokoh .element__video .ecom-video-icon-play{margin-top: 30px;}.ecom-core.ecom-0rnfz0suokoh .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0rnfz0suokoh .ecom-element_video-iframe{width: none;}.ecom-core.ecom-0rnfz0suokoh .element__video.ecom-element {justify-content: center;}}.ecom-core.ecom-x5w6etvmf9e .ecom-text--more-actions button ,.ecom-core.ecom-x5w6etvmf9e .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-x5w6etvmf9e .text-content,.ecom-core.ecom-x5w6etvmf9e  .text-content a,.ecom-core.ecom-x5w6etvmf9e  .text-content p,.ecom-core.ecom-x5w6etvmf9e  .text-content span{text-align: center;color: #666666;margin-right: 20px;}.ecom-core.ecom-x5w6etvmf9e .text-content,.ecom-core.ecom-x5w6etvmf9e .text-content a,.ecom-core.ecom-x5w6etvmf9e  .text-content a,.ecom-core.ecom-x5w6etvmf9e  .text-content a a,.ecom-core.ecom-x5w6etvmf9e  .text-content p,.ecom-core.ecom-x5w6etvmf9e  .text-content p a,.ecom-core.ecom-x5w6etvmf9e  .text-content span,.ecom-core.ecom-x5w6etvmf9e  .text-content span a{font-size: 16px;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-x5w6etvmf9e .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-x5w6etvmf9e .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-x5w6etvmf9e .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-x5w6etvmf9e .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-x5w6etvmf9e .text-content,.ecom-core.ecom-x5w6etvmf9e  .text-content a,.ecom-core.ecom-x5w6etvmf9e  .text-content p,.ecom-core.ecom-x5w6etvmf9e  .text-content span{text-align: left;}.ecom-core.ecom-x5w6etvmf9e .text-content,.ecom-core.ecom-x5w6etvmf9e .text-content a,.ecom-core.ecom-x5w6etvmf9e  .text-content a,.ecom-core.ecom-x5w6etvmf9e  .text-content a a,.ecom-core.ecom-x5w6etvmf9e  .text-content p,.ecom-core.ecom-x5w6etvmf9e  .text-content p a,.ecom-core.ecom-x5w6etvmf9e  .text-content span,.ecom-core.ecom-x5w6etvmf9e  .text-content span a{font-size: 15px;}}.ecom-core.ecom-x5w6etvmf9e{margin-top: 0px !important;margin-right: 0px !important;margin-left: 20px !important;padding-bottom: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-x5w6etvmf9e.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x5w6etvmf9e{margin-right: 0px !important;margin-bottom: 30px !important;margin-left: 0px !important;}}.ecom-core.ecom-bht9am6q0zd .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-bht9am6q0zd .element__heading .ecom__heading,.ecom-core.ecom-bht9am6q0zd .element__heading .ecom__heading a{font-family: 'Lato-Regular', sans-serif;font-size: 34px;font-weight: 400;}.ecom-core.ecom-bht9am6q0zd  .element__heading .ecom__heading,.ecom-core.ecom-bht9am6q0zd  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bht9am6q0zd .element__heading .ecom__heading,.ecom-core.ecom-bht9am6q0zd .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bht9am6q0zd .element__heading .ecom__heading,.ecom-core.ecom-bht9am6q0zd .element__heading .ecom__heading a{font-size: 22px;line-height: 1.2em;font-weight: 400;}}.ecom-core.ecom-bht9am6q0zd{padding-bottom: 0 !important;margin-top: -15px !important;animation-duration: 600ms !important;}.ecom-core.ecom-bht9am6q0zd.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bht9am6q0zd{margin-top: -20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ouch4nc65vc>div.core__row--columns{justify-content: left;}}.ecom-core.ecom-ouch4nc65vc{background-color: #F5EFE3;}.ecom-core.ecom-ouch4nc65vc{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ouch4nc65vc{padding-top: 35px !important;padding-bottom: 35px !important;}.ecom-core.ecom-ouch4nc65vc div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ouch4nc65vc{padding-top: 35px !important;margin-bottom: -15px !important;}.ecom-core.ecom-ouch4nc65vc div.core__row--columns{flex-direction: row;}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.ecom-core.ecom-qfdljkgsg1i{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qfdljkgsg1i{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-jay9ngkpim .ecom-core.ecom-qfdljkgsg1i>div.core__column--wrapper{margin-top: 30px !important;}}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,minmax(0, 1fr));}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product--wrapper-items {column-gap: 17px;row-gap: 21px;}.ecom-core.ecom-ov5d4mfdxgi{show_price: block;show_picker: show;}.ecom-core.ecom-ov5d4mfdxgi .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: flex-end;align-items: flex-end;width: 100%;}@media screen and (min-width: 1025px) {.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-description{order: 2;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-prices{order: 1;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-variants{order: 5;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-countdown{order: 3;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-ov5d4mfdxgi .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,minmax(0, 1fr));}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product--wrapper-items {column-gap: 15px;row-gap: 12px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 20px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item-information-title{text-align: left;color: #000000;--ecom-webkit-line-clamp: 2;margin-top: -5px;margin-bottom: 5px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item-information-title,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item-information-title a{font-size: 14px;text-decoration: none;font-weight: 500;text-transform: none;font-style: normal;line-height: 1.4em;font-family: 'Lato', sans-serif;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item-information-title:hover{color: #d47d19;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price a{font-weight: 400;font-size: 14px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Lato', sans-serif;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price{color: #848484;margin-top: -16px;margin-bottom: 5px;padding-top: 0px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price--regular,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price--from{color: #9896A9;margin-left: -3px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price--sale{font-size: 17px;font-weight: 500;font-family: 'Lato', sans-serif;color: #e00707;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-submit{position: absolute;bottom: 100%;align-self: center;width: 100%;height: 40px;min-height: 40px;color: #fff;background-color: #000;border-style: none;border-radius: 40px;transition-duration: 400ms;;;padding: 10px 40px 10px 40px;margin: 5px 0px 25px 0px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-submit:hover{color: #ffffff;background-color: #e6ac1c;border-style: none;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--quickshop{position: absolute;left: 5%;bottom: 100%;align-self: center;font-size: 12px;font-weight: 500;line-height: 1.3em;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Lato', sans-serif;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;border-radius: 40px;margin-top: 5px;margin-bottom: 25px;padding: 10px 40px 10px 40px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--soldout{position: absolute;bottom: 100%;align-self: center;width: 100%;height: 40px;min-height: 40px;color: #000;background-color: #ccc;border-style: none;border-radius: 40px;margin: 5px 0px 25px 0px;padding: 10px 40px 10px 40px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: #000;border-style: none;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--view-more{position: absolute;left: none;bottom: 135%;align-self: center;text-transform: uppercase;text-decoration: none;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;padding: 10px 40px 10px 40px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: #000000;border-style: none;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--view-more svg{width: 141px;height: 141px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;width: 50px;color: #ffffff;background-color: #e60909;border-radius: 5px;padding: 6px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Lato', sans-serif;width: 50px;color: #fff;background-color: #dc2626;border-radius: 40px;padding-right: 11px;padding-left: 11px;margin-top: 0px;margin-bottom: 5px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;font-size: 12px;font-weight: 300;font-family: 'Lato', sans-serif;color: #ffffff;background-color: #111827;border-radius: 40px;padding-right: 8px;padding-left: 8px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;font-family: 'Lato', sans-serif;color: #ffffff;background-color: #111827;border-radius: 30px;margin-bottom: 5px;padding: 3px 10px 3px 10px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-rating-wrapper{display: flex;justify-content: flex-start;margin: 0px;padding: 0px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-countdown-wrapper{position: absolute;left: 0px;bottom: 100%;z-index: 2 !important;background-color: #fff;box-shadow: 0px 4px 24px 0 rgba(0, 0, 0, 0.06);border-radius: 16px;overflow: hidden;margin: 0px;padding: 0px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-countdown-wrapper .ecom-product-single__countdown-container,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-countdown-wrapper .ecom-collection__product-countdown-wrapper--title{justify-content: center;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;font-family: 'Lato', sans-serif;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-time--item{width: 43px;background-color: #000000;border-radius: 2px;overflow: hidden;margin: 0px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-time--number{text-align: center;font-size: 14px;font-weight: 300;font-family: 'Lato', sans-serif;height: 18px;min-height: 18px;color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-time--label{text-align: center;font-size: 13px;font-weight: 400;font-family: 'Lato', sans-serif;color: #fff;margin-top: -14px;margin-right: 5px;margin-left: 3px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-countdown-progress-bar--wrap .ecom-product-single__countdown-progress-bar--timer{height: 7px;--ecom-countdown-max-height: 7px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-countdown-progress-bar--wrap{border-radius: 4px;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-picker-radio-label,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;font-family: 'Lato', sans-serif;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-picker-radio-list,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-picker-images-list{justify-content: start;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-swatch-item{text-align: center;width: 25px;color: #6D7175;background-color: #fff;border-style: solid;border-width: 1px;border-color: #d5d5d5;border-radius: 20px;margin: 10px 7px 0px 0px;padding: 4px 8px 2px 8px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-ov5d4mfdxgi .selector-wrapper label,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-picker-dropdown-label{text-align: left;color: #000;margin-bottom: 0px;padding-bottom: 0px;}.ecom-core.ecom-ov5d4mfdxgi .selector-wrapper select,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-picker-dropdown-list,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-picker-selection select{width: 100%;border-style: solid;border-width: 1px;border-color: #d5d5d5;border-radius: 3px;outline-style:none;margin-bottom: 10px;padding: 5px 5px 5px 10px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item-information-title,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price a{line-height: 40px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price--regular,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price--regular a,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price--from,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price--from a{line-height: 40px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price--sale{line-height: 40px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--view-more{align-self: center;font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-countdown-wrapper{padding: 12px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-time--item{width: 30px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-time--number{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ov5d4mfdxgi .ecom-collection.ecom-collection__product{padding-right: 0px;padding-left: 0px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item-information-title,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item-information-title{margin-top: -6px;margin-bottom: 12.5px;padding-top: 0px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price a{font-size: 16px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price--regular,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price--regular a,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price--from,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price--from a{font-size: 14px;text-decoration: line-through;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price--sale{font-size: 16px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-submit{font-size: 12px;width: 80%;height: 22px;min-height: 22px;padding: 0px;margin-bottom: 25px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--quickshop{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--soldout{font-size: 12px;width: 80%;height: 22px;min-height: 22px;padding: 0px;margin-top: 20px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--view-more{left: 0%;bottom: 100%;width: 100%;height: 35px;min-height: 35px;padding-right: 0px;padding-left: 0px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--view-more .ecom-collection__product-view-more-icon{padding-right: 0px;padding-left: 0px;margin-right: 0px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{font-size: 10px;width: 30%;padding: 0px;}.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-time--item{width: 45px;}}.ecom-core.ecom-ov5d4mfdxgi{margin-right: 20px !important;margin-bottom: 0px !important;margin-left: 20px !important;background-color: #ffffff;display: block;animation-duration: 600ms !important;}.ecom-core.ecom-ov5d4mfdxgi.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 600ms;transition-delay: 600ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ov5d4mfdxgi{margin-bottom: 20px !important;display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ov5d4mfdxgi{margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-bottom: 0px !important;display: block;}} .ecom-core.ecom-ov5d4mfdxgi .ecom-child-element:before,.ecom-core.ecom-ov5d4mfdxgi .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--add,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}
.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}
.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-ov5d4mfdxgi .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-item svg{
    width: 15px !important;
    height: 15px !important;
}
.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-picker-selection{
    display: none;
}
.ecom-core.ecom-ov5d4mfdxgi .ecom-collection__product-price-wrapper{
flex-direction: row-reverse;
justify-content: flex-end;
}.ecom-core.ecom-emxr6q10nh9 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-emxr6q10nh9 .element__heading .ecom__heading,.ecom-core.ecom-emxr6q10nh9 .element__heading .ecom__heading a{font-weight: 500;font-size: 30px;line-height: 1.25em;letter-spacing: 0px;font-family: 'Lato-Regular', sans-serif;}.ecom-core.ecom-emxr6q10nh9  .element__heading .ecom__heading,.ecom-core.ecom-emxr6q10nh9  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-emxr6q10nh9 .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-emxr6q10nh9 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-emxr6q10nh9 .element__heading .ecom__heading,.ecom-core.ecom-emxr6q10nh9 .element__heading .ecom__heading a{font-size: 24px;}}.ecom-core.ecom-emxr6q10nh9{margin-top: 60px !important;margin-bottom: 10px !important;margin-left: 20px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-emxr6q10nh9{margin-top: 0px !important;margin-left: 0px !important;}}

