/** Shopify CDN: Minification failed

Line 2432:0 Unexpected "}"

**/
/* Publish by EComposer at 2025-08-04 04:42:40*/@font-face {font-family: 'Lato-Bold'; src: url('/cdn/shop/files/Lato-Bold.ttf?v=1712835833&display=swap') format('truetype');font-display: swap;}@font-face {font-family: 'Lato-Regular'; src: url('/cdn/shop/files/Lato-Regular.ttf?v=1712835837&display=swap') format('truetype');font-display: swap;}@font-face {font-family: 'Lato-BoldItalic'; src: url('/cdn/shop/files/Lato-BoldItalic.ttf?v=1712836392&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;
                    }
                }
                
                    .image-resize {
                        width: auto !important;
                        max-width: 100% !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default picture {
                        height: var(--height-resize) !important;
                        width: var(--width-resize) !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default .ecom-image-picture img {
                        width: 100% !important;
                        height: 100% !important;
                    }
                    .ecom-container-image.resize .ecom-image-content-position.ecom-image-default.ecom-base-image-container-overlay{
                        width: var(--width-resize) !important;
                        user-select: none;
                        -ms-user-select: none;
                        -webkit-user-select: none;
                    }
                    .ecom-container-image.resize .ecom-image-picture * {
                        /*transition: none;*/
                        pointer-events: none;
                    }
                    .ecom-base-image.ecom-overlay > .ecom-overlay-text{
                        text-align:center
                    }
                    .ecom-image-align{
                        display:flex;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-picture{
                        overflow: hidden;
                        width:100%;
                        height:100%;
                    }
                    .ecom-base-image .ecom-image-picture img {
                        min-height: 1px;
                        object-position: var(--object-position);
                    }
                    .ecom-base-image picture {
                        overflow: hidden;
                        flex:1 1 auto;
                        min-height:1px;
                    }
                    .ecom-base-image picture img{
                        display: block;
                        max-width: 100%;
                        height: auto;
                        width: 100%;
                    }
                    .ecom-base-image figure{
                        display: flex;
                    }
                    .ecom-container-image{
                        display: flex;
                        flex-direction: column;
                        width:100%;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-content-position{
                        position: relative;
                    }
                    .ecom-base-image.ecom-overlay {
                        position: absolute;
                        z-index: 1;
                        opacity: 0.5;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                    }
                    .ecom-image__caption{
                        width:100%;
                    }
                    .ecom-base-image .ecom-image-picture, .ecom-base-image .ecom-image-picture img {
                        width: 100%;
                        max-width: 100%;
                    }
                    .ecom-base-image .ecom-base-image-container-overlay:hover>.ecom-overlay {
                        background-color: rgba(17, 24, 39, 0.3);
                    }
                    .ecom-base-image.image-highlight:after {
                        content: "";
                        position: fixed;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        background: #000000bf;
                        z-index: 999;
                        opacity: 1;
                        pointer-events: none; /* for clickable thought overlay */
                    }
                    .ecom-base-image.image-highlight .ecom-container-image {
                        z-index: 1000;
                    }
                    @media (max-width: 1024px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-tablet);
                        }
                    }
                    @media (max-width: 767px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-mobile);
                        }
                    }
                

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

                    .el__heading--tooltip-left{
                        transform: translate(-20px, -50%);
                        right: 100%;
                        top: 50%;
                    }
                    .el__heading--tooltip-top{
                        left: 50%;
                        bottom: 100%;
                        transform: translate(-50%, -10px);
                    }
                    .el__heading--tooltip-right {
                        top: 50%;
                        left: 100%;
                        transform: translate(20px, -50%);
                    }
                    .tooltip__arrow:before{
                        position: absolute;
                        content: '';
                        width: 8px;
                        height: 8px;
                        background: inherit;
                        z-index: -1;
                    }
                    .tooltip__arrow.el__heading--tooltip-bottom:before{
                        top: 0;
                        transform: translate(-50%, -50%) rotate(45deg);
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-top:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 0%;
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-right:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 50%;
                        left: 0%;
                    }
                    .tooltip__arrow.el__heading--tooltip-left:before{
                        transform: translate(50%,50%) rotate(45deg);
                        bottom: 50%;
                        right: 0%;
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-bottom, .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-top {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-50%, 0);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-left {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-15px, -50%);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-right {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(15px, -50%);
                    }
                    @media screen and (max-width: 1024px) {
                        .el__heading--tooltip-content.el__tooltip-desktop {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: block;
                        }
                    }
                    @media screen and (max-width: 767px) {
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-mobile {
                            display: block;
                        }
                    }
                
              .ecom-horizontal-align-left {
                text-align: left;
              }
              .ecom-horizontal-align-center {
                text-align: center;
              }
              .ecom-horizontal-align-right {
                text-align: right;
              }
              .ecom-horizontal-center {
                margin: 0 auto;
              }
              .ecom-horizontal-left {
                margin: 0 auto 0 0;
              }
              .ecom-horizontal-right {
                margin: 0 0 0 auto;
              }
              .ecom-banner__button {
                text-decoration: none;
                pointer-events: auto;
              }
              .ecom-banner__hzoom {
                position: relative;
                overflow: hidden;
              }

              .ecom-masonry__nt_promotion_html {
                position: absolute;
                max-width: 100%;
                z-index: 10;
                pointer-events: none;
              }
              .ecom-banner__overlay {
                position: absolute;
                background-color: #000;
                z-index: 1;
                opacity: 0.3;
                display: flex;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                pointer-events: none;
              }
              .ecom-banner__image-picture {
                display: block;
              }

              .ecom-banner__picture-link,
              .ecom-banner__image-picture {
                width: 100%;
                object-fit: contain;
              }
              .ecom-banner__image-picture img {
                width: 100%;
              }
              .ecom-banner_wrap_html_block {
                pointer-events: all;
              }

            
                .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-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%);
                    }
                  }
              
            .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-element_video-iframe iframe,
                .ecom-element_video-iframe video{
                    background:#000;
                }
                .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-iconlist--image img{
                    width: 20%;
                }
                .ecom-iconlist--link{
                    text-decoration:none
                }
                .ecom-iconlist--list{
                    display:grid;
                }
                .ecom-iconlist--item{
                    position: relative
                }
                .ecom-iconlist--list[data-layout='inline'] .ecom-iconlist--item{
                    display: flex;
                    align-items:center;
                }
                .ecom-iconlist-content{
                    flex:1;
                    display:flex;
                    flex-direction:column;
                    gap:10px;
                }
                .ecom-iconlist--title{
                    margin:0;
                }
                .ecom-iconlist--list, .ecom-iconlist--container {
                    margin: 0;
                    padding: 0;
                    list-style-type: none;
                }
                .ecom-iconlist--container{
                    display:flex;
                    align-items:center;
                }
                .ecom-iconlist--list[data-layout='default'] .ecom-iconlist--container {
                    padding-top: calc(var(--ecom-spacing) / 2);
                    padding-bottom: calc(var(--ecom-spacing) / 2);
                }

                .ecom-iconlist--list[data-layout='default'] .ecom-iconlist--item{
                    flex-direction:column;
                    display:flex;
                }
                .ecom-iconlist--list[data-layout='default']{
                    display:grid !important;
                }
                .ecom-iconlist--list[data-layout='inline']{
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }
                .ecom-iconlist--list[data-layout='inline'] {
                    margin-left: calc(var(--ecom-spacing) / -2);
                    margin-right: calc(var(--ecom-spacing) / -2);
                }
                .ecom-iconlist--list[data-layout='inline'] .ecom-iconlist--container {
                    padding-left: calc(var(--ecom-spacing) / 2);
                    padding-right: calc(var(--ecom-spacing) / 2);
                }
                .ecom-iconlist--icon{
                    display: flex;
                }
                .ecom-iconlist--icon[data-image="true"]{
                    display: none;
                }
                .ecom-iconlist--icon svg {
                    height: 37px;
                    width: 37px;
                }
                .ecom-iconlist--container{
                    display: inline-flex;
                    align-items: center;
                }
            
                    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;
                    }
                
            .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-klaviyo-skelaton__body {
                    height: 30px;
                    width: 80%;
                    border: 12px solid #ddd;
                }
                .ecom-klaviyo-skelaton__sidebar {
                    width: 20%;
                    height: 30px;
                    border: 12px solid #4f6174;
                }
            
.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-tvvub8bxf4p .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-tvvub8bxf4p .ecom-core.ecom-g2tyo2eyvi>div.core__column--wrapper{padding-bottom: 0px !important;}}.ecom-core.ecom-9fsp5zs1bst .ecom-image-align{align-items: center;}.ecom-core.ecom-9fsp5zs1bst .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-9fsp5zs1bst .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-9fsp5zs1bst .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-9fsp5zs1bst .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-9fsp5zs1bst .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-9fsp5zs1bst .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-tvvub8bxf4p>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-tvvub8bxf4p{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tvvub8bxf4p{padding-bottom: 0 !important;}} .ecom-core.ecom-tvvub8bxf4p .rules{
    position: absolute;
    bottom: 15%;
    z-index: 999999 !important;
}

.ecom-core.ecom-xpaxl7rn9u{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xpaxl7rn9u{width: 100%;}}html body .ecom-core.ecom-wr24r1b1pua .ecom-core.ecom-xpaxl7rn9u>div.core__column--wrapper{margin: 50px 20px 50px 20px !important;}.ecom-core.ecom-xpaxl7rn9u{display: block;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-wr24r1b1pua .ecom-core.ecom-xpaxl7rn9u>div.core__column--wrapper{margin-top: 60px !important;margin-bottom: 60px !important;}.ecom-core.ecom-xpaxl7rn9u{display: none;}}.ecom-core.ecom-0xth709swmud{width: 40%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0xth709swmud{width: 100%;}}.ecom-core.ecom-w28e3xla{width: 30%;}.ecom-core.ecom-w28e3xla>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-w28e3xla{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-wr24r1b1pua .ecom-core.ecom-w28e3xla>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-wr24r1b1pua .ecom-core.ecom-w28e3xla>div.core__column--wrapper{padding-right: 15px !important;padding-left: 15px !important;}}.ecom-core.ecom-0l6osig4jlt8 .ecom-image-align{align-items: center;}.ecom-core.ecom-0l6osig4jlt8 .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-0l6osig4jlt8 .ecom-base-image .ecom-image-picture img{object-fit: fill;}.ecom-core.ecom-0l6osig4jlt8 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-0l6osig4jlt8 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-0l6osig4jlt8 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-0l6osig4jlt8 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-5r4ahdgct1p{width: 30%;}.ecom-core.ecom-5r4ahdgct1p>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-5r4ahdgct1p{width: 100%;}}.ecom-core.ecom-y1yqloomp5l .ecom-image-align{align-items: center;}.ecom-core.ecom-y1yqloomp5l .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-y1yqloomp5l .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-y1yqloomp5l .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-y1yqloomp5l .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-y1yqloomp5l .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-wr24r1b1pua{background-color: #ffffff;}.ecom-core.ecom-wr24r1b1pua{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wr24r1b1pua div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wr24r1b1pua div.core__row--columns{flex-direction: row;}}

.ecom-core.ecom-ugxat4co3xa{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ugxat4co3xa{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w25d3hy8th{margin-top: 20px !important;margin-bottom: 40px !important;}}.ecom-core.ecom-h0iz9uqgo3f{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h0iz9uqgo3f{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sbqc1eesa8d{margin-bottom: -20px !important;}}.ecom-core.ecom-mu3yvnj2jhf{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mu3yvnj2jhf{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-u8zq2frntmb .ecom-core.ecom-mu3yvnj2jhf>div.core__column--wrapper{padding-left: 5px !important;}}.ecom-core.ecom-k1jg5j51cyh .ecom-image-align{align-items: center;}.ecom-core.ecom-k1jg5j51cyh .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-k1jg5j51cyh .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-k1jg5j51cyh .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-k1jg5j51cyh .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-k1jg5j51cyh .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-k1jg5j51cyh .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-h9igei28mg{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h9igei28mg{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-u8zq2frntmb .ecom-core.ecom-h9igei28mg>div.core__column--wrapper{padding-right: 5px !important;}}.ecom-core.ecom-2axihtl03ib .ecom-image-align{align-items: center;}.ecom-core.ecom-2axihtl03ib .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-2axihtl03ib .ecom-base-image .ecom-image-picture img{object-fit: fill;}.ecom-core.ecom-2axihtl03ib .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-2axihtl03ib .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-2axihtl03ib .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-2axihtl03ib .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-2axihtl03ib .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-2axihtl03ib .ecom-base-image .ecom-image-picture picture{height: none !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u8zq2frntmb>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-u8zq2frntmb{background-color: #F6F8FA;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u8zq2frntmb{background-color: #F6F8FA;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-u8zq2frntmb{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-u8zq2frntmb div.core__row--columns{flex-direction: row;}.ecom-core.ecom-u8zq2frntmb{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u8zq2frntmb div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-hc7h095653{width: 100%;}.ecom-core.ecom-hc7h095653>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hc7h095653{width: 100%;}}.ecom-core.ecom-8xustmtj0xf .ecom-image-align{align-items: center;}.ecom-core.ecom-8xustmtj0xf .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-8xustmtj0xf .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-8xustmtj0xf .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-8xustmtj0xf .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-8xustmtj0xf .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-ckf7cbyhqze>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ckf7cbyhqze>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}

@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-lzz4g0iaua{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lzz4g0iaua{width: 100%;}}html body .ecom-core.ecom-kfve3vw5kt .ecom-core.ecom-lzz4g0iaua>div.core__column--wrapper{margin: 60px 20px 60px 20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-kfve3vw5kt .ecom-core.ecom-lzz4g0iaua>div.core__column--wrapper{margin: 30px 0px 30px 0px !important;}}.ecom-core.ecom-nbgc3uov5le .ecom-image-align{align-items: center;}.ecom-core.ecom-nbgc3uov5le .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-nbgc3uov5le .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-nbgc3uov5le .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-nbgc3uov5le .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-nbgc3uov5le .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-frlhrm63s4 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-frlhrm63s4 .element__heading .ecom__heading,.ecom-core.ecom-frlhrm63s4 .element__heading .ecom__heading a{font-size: 45px;font-family: 'Lato-Bold', sans-serif;line-height: 56px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-frlhrm63s4  .element__heading .ecom__heading,.ecom-core.ecom-frlhrm63s4  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-frlhrm63s4 .element__heading .ecom__heading,.ecom-core.ecom-frlhrm63s4 .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-frlhrm63s4 .element__heading .ecom__heading,.ecom-core.ecom-frlhrm63s4 .element__heading .ecom__heading a{font-size: 24px;line-height: 52px;font-family: 'Lato-Bold', sans-serif;}}.ecom-core.ecom-frlhrm63s4{padding-bottom: 0 !important;margin-bottom: 30px !important;animation-duration: 600ms !important;}.ecom-core.ecom-frlhrm63s4.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-frlhrm63s4{margin-top: -10px !important;margin-bottom: 0px !important;}}.ecom-core.ecom-kfve3vw5kt{background-color: #C7DBEB;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kfve3vw5kt div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kfve3vw5kt div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-gxvv58q7jfk{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gxvv58q7jfk{width: 100%;}}.ecom-core.ecom-4b07e8aq33u>div.core__row--columns{height: auto;}.ecom-core.ecom-4b07e8aq33u>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: none;}.ecom-core.ecom-4b07e8aq33u>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4b07e8aq33u>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-uekh50uoejq{width: 45%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-uekh50uoejq{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-uekh50uoejq{display: none;}}.ecom-core.ecom-vtd9bsxiwel .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-vtd9bsxiwel .ecom-slider--container .ecom-slider{height: 700px;}.ecom-core.ecom-vtd9bsxiwel .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-vtd9bsxiwel .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active:after{height: 0;}.ecom-core.ecom-vtd9bsxiwel .ecom-swiper-pagination-position{justify-content: center;align-items: center;}.ecom-core.ecom-vtd9bsxiwel .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: transparent;}.ecom-core.ecom-vtd9bsxiwel .ecom-swiper-slide:hover{background-color: transparent;}.ecom-core.ecom-vtd9bsxiwel .ecom-swiper-slide.ecom-box-active{background-color: transparent;}.ecom-core.ecom-vtd9bsxiwel .ecom-slider--container .ecom-swiper-pagination-bullet{width: 50px;min-width: 50px;height: 50px;background-color: rgba(137, 137, 137, 0.39);border-style: none;}.ecom-core.ecom-vtd9bsxiwel .ecom-slider--container .ecom-swiper-pagination-bullet,.ecom-core.ecom-vtd9bsxiwel .ecom-slider--container .ecom-swiper-pagination-bullet img{border-radius: 5px;}.ecom-core.ecom-vtd9bsxiwel .ecom-slider--container .ecom-swiper-pagination-bullet:hover,.ecom-core.ecom-vtd9bsxiwel .ecom-slider--container .ecom-swiper-pagination-bullet img:hover{border-radius: 5px;}.ecom-core.ecom-vtd9bsxiwel .ecom-slider--container .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active{border-style: solid;border-width: 1px;}.ecom-core.ecom-vtd9bsxiwel .ecom-slider--container .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active,.ecom-core.ecom-vtd9bsxiwel .ecom-slider--container .ecom-swiper-pagination-bullet img.ecom-swiper-pagination-bullet-active{border-radius: 5px;}.ecom-core.ecom-vtd9bsxiwel .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin: -250px 3px 0px 3px;padding: 2px;}.ecom-core.ecom-vtd9bsxiwel{} .ecom-core.ecom-vtd9bsxiwel picture.ecom-image-background:hover img{
    transform: scale(1);
}.ecom-core.ecom-sl3flmsmoa .ecom-text--more-actions button ,.ecom-core.ecom-sl3flmsmoa .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-sl3flmsmoa .text-content,.ecom-core.ecom-sl3flmsmoa  .text-content a,.ecom-core.ecom-sl3flmsmoa  .text-content p,.ecom-core.ecom-sl3flmsmoa  .text-content span{text-align: center;}.ecom-core.ecom-sl3flmsmoa .text-content,.ecom-core.ecom-sl3flmsmoa .text-content a,.ecom-core.ecom-sl3flmsmoa  .text-content a,.ecom-core.ecom-sl3flmsmoa  .text-content a a,.ecom-core.ecom-sl3flmsmoa  .text-content p,.ecom-core.ecom-sl3flmsmoa  .text-content p a,.ecom-core.ecom-sl3flmsmoa  .text-content span,.ecom-core.ecom-sl3flmsmoa  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 12px;}.ecom-core.ecom-sl3flmsmoa .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-sl3flmsmoa .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-sl3flmsmoa{padding-bottom: 0px !important;margin-top: 530px !important;}.ecom-core.ecom-ccktb8ma2x .ecom-text--more-actions button ,.ecom-core.ecom-ccktb8ma2x .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ccktb8ma2x .text-content,.ecom-core.ecom-ccktb8ma2x  .text-content a,.ecom-core.ecom-ccktb8ma2x  .text-content p,.ecom-core.ecom-ccktb8ma2x  .text-content span{text-align: center;}.ecom-core.ecom-ccktb8ma2x .text-content,.ecom-core.ecom-ccktb8ma2x .text-content a,.ecom-core.ecom-ccktb8ma2x  .text-content a,.ecom-core.ecom-ccktb8ma2x  .text-content a a,.ecom-core.ecom-ccktb8ma2x  .text-content p,.ecom-core.ecom-ccktb8ma2x  .text-content p a,.ecom-core.ecom-ccktb8ma2x  .text-content span,.ecom-core.ecom-ccktb8ma2x  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 12px;}.ecom-core.ecom-ccktb8ma2x .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ccktb8ma2x .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ccktb8ma2x{margin-top: 530px !important;}.ecom-core.ecom-64u18ovacsc .ecom-text--more-actions button ,.ecom-core.ecom-64u18ovacsc .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-64u18ovacsc .text-content,.ecom-core.ecom-64u18ovacsc  .text-content a,.ecom-core.ecom-64u18ovacsc  .text-content p,.ecom-core.ecom-64u18ovacsc  .text-content span{text-align: center;}.ecom-core.ecom-64u18ovacsc .text-content,.ecom-core.ecom-64u18ovacsc .text-content a,.ecom-core.ecom-64u18ovacsc  .text-content a,.ecom-core.ecom-64u18ovacsc  .text-content a a,.ecom-core.ecom-64u18ovacsc  .text-content p,.ecom-core.ecom-64u18ovacsc  .text-content p a,.ecom-core.ecom-64u18ovacsc  .text-content span,.ecom-core.ecom-64u18ovacsc  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 12px;}.ecom-core.ecom-64u18ovacsc .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-64u18ovacsc .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-64u18ovacsc{margin-top: 530px !important;}.ecom-core.ecom-pstgqd6cogr{width: 55%;}.ecom-core.ecom-pstgqd6cogr>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-pstgqd6cogr{width: 100%;}}.ecom-core.ecom-pstgqd6cogr>.core__column--wrapper{}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-6l8m6bluvle .ecom-core.ecom-pstgqd6cogr>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-6l8m6bluvle .ecom-core.ecom-pstgqd6cogr>div.core__column--wrapper{padding-right: 15px !important;padding-left: 15px !important;}}.ecom-core.ecom-6rcq29euu4l .ecom-banner__image-picture img, .ecom-core.ecom-6rcq29euu4l .ecom-overlay{transition-duration: 1400ms;;transition-delay:0ms;}.ecom-core.ecom-6rcq29euu4l .ecom-image-default{width: none !important;max-width: none !important;}.ecom-core.ecom-6rcq29euu4l .ecom-image-default img,.ecom-core.ecom-6rcq29euu4l .ecom-image-default picture{height: 700px !important;}.ecom-core.ecom-6rcq29euu4l .ecom-image-default img{object-fit: fill;}.ecom-core.ecom-6rcq29euu4l .ecom-banner_wrap_html_block{width: 67%;padding-bottom: 130px;padding-left: 50px;}.ecom-core.ecom-6rcq29euu4l .ecom-banner__heading{text-align: center;color: #ffffff;}.ecom-core.ecom-6rcq29euu4l .ecom-banner__heading,.ecom-core.ecom-6rcq29euu4l .ecom-banner__heading a{font-family: 'Lato-Bold', sans-serif;font-size: 4px;line-height: 58px;font-weight: 400;}.ecom-core.ecom-6rcq29euu4l .ecom-banner__subheading{text-align: left;color: #333333;}.ecom-core.ecom-6rcq29euu4l .ecom-banner__subheading,.ecom-core.ecom-6rcq29euu4l .ecom-banner__subheading a{font-family: 'Lato-Bold', sans-serif;font-size: 45px;}.ecom-core.ecom-6rcq29euu4l .ecom-banner__content{text-align: left;color: #444444;}.ecom-core.ecom-6rcq29euu4l .ecom-banner__content,.ecom-core.ecom-6rcq29euu4l .ecom-banner__content a{font-family: 'Lato-Regular', sans-serif;font-size: 18px;line-height: 1.2em;}.ecom-core.ecom-6rcq29euu4l .ecom-banner__button{align-self: flex-start;justify-content: center;font-family: 'Lato-Bold', sans-serif;font-size: 13px;width: 70%;color: #333333;background-color: #FFFFFF;border-radius: 20px;margin-top: 50px;padding: 10px 50px 10px 50px;}.ecom-core.ecom-6rcq29euu4l .ecom-elements__banner-button-icon svg{height: 24px;width: 24px;}.ecom-core.ecom-6rcq29euu4l .ecom-elements__banner-button-icon{margin-left: 0px;}.ecom-core.ecom-6rcq29euu4l{width: 100%;max-width:100%;}.ecom-core.ecom-6l8m6bluvle>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-6l8m6bluvle{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6l8m6bluvle div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6l8m6bluvle div.core__row--columns{flex-direction: row;}.ecom-core.ecom-6l8m6bluvle{display: none;}}
.ecom-core.ecom-pfb26rk4yrd{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pfb26rk4yrd{width: 100%;}}.ecom-core.ecom-rr5u0fotbem .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-rr5u0fotbem .ecom-slider--container .ecom-slider{height: 509px;}.ecom-core.ecom-rr5u0fotbem .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-rr5u0fotbem .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active:after{height: 0;}.ecom-core.ecom-rr5u0fotbem .ecom-swiper-pagination-position{justify-content: center;align-items: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rr5u0fotbem .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-rr5u0fotbem .ecom-slider--container .ecom-slider{height: 400px;}.ecom-core.ecom-rr5u0fotbem .ecom-swiper-pagination-position{justify-content: center;align-items: center;}}.ecom-core.ecom-rr5u0fotbem .ecom-swiper-slide{animation-duration: 5000ms !important;}.ecom-core.ecom-rr5u0fotbem .ecom-slider--container .ecom-swiper-pagination-bullet{width: 18px;min-width: 18px;height: 18px;background-color: #ffffff;}.ecom-core.ecom-rr5u0fotbem .ecom-slider--container .ecom-swiper-pagination-bullet,.ecom-core.ecom-rr5u0fotbem .ecom-slider--container .ecom-swiper-pagination-bullet img{border-radius: 5px;}.ecom-core.ecom-rr5u0fotbem .ecom-slider--container .ecom-swiper-pagination-bullet:hover{border-style: solid;border-color: #666666;border-width: 1px;}.ecom-core.ecom-rr5u0fotbem .ecom-slider--container .ecom-swiper-pagination-bullet:hover,.ecom-core.ecom-rr5u0fotbem .ecom-slider--container .ecom-swiper-pagination-bullet img:hover{border-radius: 8px;}.ecom-core.ecom-rr5u0fotbem .ecom-slider--container .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active{border-style: solid;border-width: 1px;border-color: #666666;}.ecom-core.ecom-rr5u0fotbem .ecom-slider--container .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active,.ecom-core.ecom-rr5u0fotbem .ecom-slider--container .ecom-swiper-pagination-bullet img.ecom-swiper-pagination-bullet-active{border-radius: 8px;}.ecom-core.ecom-rr5u0fotbem .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin: -50px 8px 8px 8px;padding: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rr5u0fotbem .ecom-slider--container .ecom-swiper-pagination-bullet{width: 40px;min-width: 40px;height: 40px;}.ecom-core.ecom-rr5u0fotbem .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{padding: 2px;margin: -130px 3px 0px 3px;}}.ecom-core.ecom-hpa5i3xcxtk .ecom-text--more-actions button ,.ecom-core.ecom-hpa5i3xcxtk .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-hpa5i3xcxtk .text-content,.ecom-core.ecom-hpa5i3xcxtk  .text-content a,.ecom-core.ecom-hpa5i3xcxtk  .text-content p,.ecom-core.ecom-hpa5i3xcxtk  .text-content span{color: #666666;}.ecom-core.ecom-hpa5i3xcxtk .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-hpa5i3xcxtk .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hpa5i3xcxtk .text-content,.ecom-core.ecom-hpa5i3xcxtk  .text-content a,.ecom-core.ecom-hpa5i3xcxtk  .text-content p,.ecom-core.ecom-hpa5i3xcxtk  .text-content span{text-align: center;}.ecom-core.ecom-hpa5i3xcxtk .text-content,.ecom-core.ecom-hpa5i3xcxtk .text-content a,.ecom-core.ecom-hpa5i3xcxtk  .text-content a,.ecom-core.ecom-hpa5i3xcxtk  .text-content a a,.ecom-core.ecom-hpa5i3xcxtk  .text-content p,.ecom-core.ecom-hpa5i3xcxtk  .text-content p a,.ecom-core.ecom-hpa5i3xcxtk  .text-content span,.ecom-core.ecom-hpa5i3xcxtk  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hpa5i3xcxtk{margin-top: 340px !important;}}.ecom-core.ecom-y3bki8r12a .ecom-text--more-actions button ,.ecom-core.ecom-y3bki8r12a .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-y3bki8r12a .text-content,.ecom-core.ecom-y3bki8r12a  .text-content a,.ecom-core.ecom-y3bki8r12a  .text-content p,.ecom-core.ecom-y3bki8r12a  .text-content span{color: #666666;}.ecom-core.ecom-y3bki8r12a .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-y3bki8r12a .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-y3bki8r12a .text-content,.ecom-core.ecom-y3bki8r12a  .text-content a,.ecom-core.ecom-y3bki8r12a  .text-content p,.ecom-core.ecom-y3bki8r12a  .text-content span{text-align: center;}.ecom-core.ecom-y3bki8r12a .text-content,.ecom-core.ecom-y3bki8r12a .text-content a,.ecom-core.ecom-y3bki8r12a  .text-content a,.ecom-core.ecom-y3bki8r12a  .text-content a a,.ecom-core.ecom-y3bki8r12a  .text-content p,.ecom-core.ecom-y3bki8r12a  .text-content p a,.ecom-core.ecom-y3bki8r12a  .text-content span,.ecom-core.ecom-y3bki8r12a  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-y3bki8r12a{margin-top: 340px !important;}}.ecom-core.ecom-c7p83cdj2x .ecom-text--more-actions button ,.ecom-core.ecom-c7p83cdj2x .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-c7p83cdj2x .text-content,.ecom-core.ecom-c7p83cdj2x  .text-content a,.ecom-core.ecom-c7p83cdj2x  .text-content p,.ecom-core.ecom-c7p83cdj2x  .text-content span{color: #666666;}.ecom-core.ecom-c7p83cdj2x .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-c7p83cdj2x .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-c7p83cdj2x .text-content,.ecom-core.ecom-c7p83cdj2x  .text-content a,.ecom-core.ecom-c7p83cdj2x  .text-content p,.ecom-core.ecom-c7p83cdj2x  .text-content span{text-align: center;}.ecom-core.ecom-c7p83cdj2x .text-content,.ecom-core.ecom-c7p83cdj2x .text-content a,.ecom-core.ecom-c7p83cdj2x  .text-content a,.ecom-core.ecom-c7p83cdj2x  .text-content a a,.ecom-core.ecom-c7p83cdj2x  .text-content p,.ecom-core.ecom-c7p83cdj2x  .text-content p a,.ecom-core.ecom-c7p83cdj2x  .text-content span,.ecom-core.ecom-c7p83cdj2x  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-c7p83cdj2x{margin-top: 340px !important;}}.ecom-core.ecom-zcqy4rny84f{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zcqy4rny84f{width: 100%;}}.ecom-core.ecom-zcqy4rny84f>.core__column--wrapper{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zcqy4rny84f>.core__column--wrapper{background: url('/cdn/shop/files/2x_4_89d2c41c-6fbd-46e6-8d17-38369a8f1cf9.png?v=1715654018') no-repeat scroll center center/cover;}}.ecom-core.ecom-vfki3n26jdc .ecom-banner__image-picture img, .ecom-core.ecom-vfki3n26jdc .ecom-overlay{transition-duration: 1400ms;;transition-delay:0ms;}.ecom-core.ecom-vfki3n26jdc .ecom-image-default img{object-fit: cover;}.ecom-core.ecom-vfki3n26jdc .ecom-banner__heading{text-align: center;color: #ffffff;}.ecom-core.ecom-vfki3n26jdc .ecom-banner__heading,.ecom-core.ecom-vfki3n26jdc .ecom-banner__heading a{font-size: 16px;line-height: 58px;font-weight: 400;}.ecom-core.ecom-vfki3n26jdc .ecom-banner__subheading{text-align: center;color: #333333;}.ecom-core.ecom-vfki3n26jdc .ecom-banner__subheading,.ecom-core.ecom-vfki3n26jdc .ecom-banner__subheading a{font-size: 50px;font-weight: 600;}.ecom-core.ecom-vfki3n26jdc .ecom-banner__content{text-align: center;color: #444444;}.ecom-core.ecom-vfki3n26jdc .ecom-banner__content,.ecom-core.ecom-vfki3n26jdc .ecom-banner__content a{font-weight: 400;}.ecom-core.ecom-vfki3n26jdc .ecom-banner__button{align-self: center;justify-content: center;width: 50%;color: #ffffff;background-color: #0691b1;margin: 15px 0px 0px 0px;padding: 10px 20px 10px 20px;}.ecom-core.ecom-vfki3n26jdc .ecom-elements__banner-button-icon svg{height: 24px;width: 24px;}.ecom-core.ecom-vfki3n26jdc .ecom-elements__banner-button-icon{margin-left: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vfki3n26jdc .ecom-image-default img,.ecom-core.ecom-vfki3n26jdc .ecom-image-default picture{height: 320px !important;}.ecom-core.ecom-vfki3n26jdc .ecom-banner_wrap_html_block{width: 80%;margin-top: 50px;padding-top: 50px;}.ecom-core.ecom-vfki3n26jdc .ecom-banner__subheading{text-align: center;}.ecom-core.ecom-vfki3n26jdc .ecom-banner__subheading,.ecom-core.ecom-vfki3n26jdc .ecom-banner__subheading a{font-family: 'Lato-Bold', sans-serif;font-size: 24px;}.ecom-core.ecom-vfki3n26jdc .ecom-banner__content{text-align: center;}.ecom-core.ecom-vfki3n26jdc .ecom-banner__content,.ecom-core.ecom-vfki3n26jdc .ecom-banner__content a{font-family: 'Lato-Regular', sans-serif;font-size: 16px;line-height: 1.2em;}.ecom-core.ecom-vfki3n26jdc .ecom-banner__button{align-self: center;justify-content: center;font-family: 'Lato-Regular', sans-serif;font-size: 14px;width: 80%;color: #666666;background-color: #ffffff;border-radius: 20px;margin-top: 25px;padding: 5px 15px 5px 15px;}}.ecom-core.ecom-b9rs35wnuhk>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b9rs35wnuhk>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-b9rs35wnuhk{padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-b9rs35wnuhk div.core__row--columns{flex-direction: row;}.ecom-core.ecom-b9rs35wnuhk{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b9rs35wnuhk div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-th6k9tuk8tq{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-th6k9tuk8tq{width: 100%;}}.ecom-core.ecom-nwyliqp5sm>div.core__row--columns{height: 100vh;}.ecom-core.ecom-nwyliqp5sm>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-nwyliqp5sm{display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nwyliqp5sm div.core__row--columns{flex-direction: row;}.ecom-core.ecom-nwyliqp5sm{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nwyliqp5sm div.core__row--columns{flex-direction: row;}.ecom-core.ecom-nwyliqp5sm{display: none;}}
.ecom-core.ecom-osiu2jmvk1{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-osiu2jmvk1{width: 100%;}}.ecom-core.ecom-7ckw43adt3d .ecom-element_video-iframe iframe,.ecom-core.ecom-7ckw43adt3d .ecom-element_video-iframe video{aspect-ratio: 21/9;max-width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7ckw43adt3d .ecom-element_video-iframe iframe,.ecom-core.ecom-7ckw43adt3d .ecom-element_video-iframe video{aspect-ratio: 16/9;max-width: 100%;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-7ckw43adt3d{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-7ckw43adt3d{display: none;}}.ecom-core.ecom-ms80eb1rnn>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (min-width: 1025px) {.ecom-core.ecom-ms80eb1rnn{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ms80eb1rnn div.core__row--columns{flex-direction: row;}.ecom-core.ecom-ms80eb1rnn{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ms80eb1rnn 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-v6j833r4kx{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-v6j833r4kx{width: 100%;}}html body .ecom-core.ecom-ew3yg31ozgl .ecom-core.ecom-v6j833r4kx>div.core__column--wrapper{margin: 60px 20px 80px 20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-ew3yg31ozgl .ecom-core.ecom-v6j833r4kx>div.core__column--wrapper{margin: 15px 0px 30px 0px !important;}}.ecom-core.ecom-h786ck7r99d .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-h786ck7r99d .ecom-iconlist--list{display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h786ck7r99d .ecom-iconlist--list{display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h786ck7r99d .ecom-iconlist--list{display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 0px;}}.ecom-core.ecom-h786ck7r99d .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: center;margin-right: 0px;margin-left: 0px;}.ecom-core.ecom-h786ck7r99d .ecom-iconlist--item{width: none;}.ecom-core.ecom-h786ck7r99d .ecom-image-default{width: 200px !important;max-width: none !important;}.ecom-core.ecom-h786ck7r99d .ecom-iconlist--image img,.ecom-core.ecom-h786ck7r99d .ecom-iconlist--image picture{height: 200px !important;}.ecom-core.ecom-h786ck7r99d .ecom-iconlist--image img{object-fit: none;}.ecom-core.ecom-h786ck7r99d .ecom-base-iconlist .ecom-iconlist--icon{align-self: center;border-style: none;border-radius: 63%;}.ecom-core.ecom-h786ck7r99d .ecom-base-iconlist .ecom-iconlist--icon svg{height: 180px;width: 180px;transform: rotate(nonedeg);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h786ck7r99d .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h786ck7r99d .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{margin-right: 0px;margin-left: 0px;}.ecom-core.ecom-h786ck7r99d .ecom-base-iconlist .ecom-iconlist--icon svg{height: 100px;width: 100px;}.ecom-core.ecom-h786ck7r99d .ecom-base-iconlist .ecom-iconlist--icon{border-top-left-radius: 63%;}}.ecom-core.ecom-h786ck7r99d{margin-top: 0px !important;margin-right: 120px !important;margin-left: 120px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h786ck7r99d{margin-right: 0px !important;margin-left: 0px !important;}} .ecom-core.ecom-h786ck7r99d .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-3rewslfmdlz .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-3rewslfmdlz .element__heading .ecom__heading,.ecom-core.ecom-3rewslfmdlz .element__heading .ecom__heading a{font-size: 45px;font-family: 'Lato-Bold', sans-serif;line-height: 56px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-3rewslfmdlz  .element__heading .ecom__heading,.ecom-core.ecom-3rewslfmdlz  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-3rewslfmdlz .element__heading .ecom__heading,.ecom-core.ecom-3rewslfmdlz .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3rewslfmdlz .element__heading .ecom__heading,.ecom-core.ecom-3rewslfmdlz .element__heading .ecom__heading a{font-size: 24px;line-height: 52px;font-family: 'Lato-Bold', sans-serif;}}.ecom-core.ecom-3rewslfmdlz{padding-bottom: 0 !important;margin-bottom: 30px !important;animation-duration: 600ms !important;}.ecom-core.ecom-3rewslfmdlz.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-3rewslfmdlz{margin-bottom: 20px !important;}}.ecom-core.ecom-ew3yg31ozgl>div.core__row--columns{height: auto;}.ecom-core.ecom-ew3yg31ozgl>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 106px;}.ecom-core.ecom-ew3yg31ozgl{background-color: #F6F8FA;}
@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-j2grt2k9jo .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-j2grt2k9jo .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-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% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-kmuxufksdyh .ecom-slider--container .ecom-slider{height: 800px;}.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;}.ecom-core.ecom-kmuxufksdyh .ecom-swiper-slide.ecom-box-active{background-color: transparent;}.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;}}.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-j2grt2k9jo .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-j2grt2k9jo .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-j2grt2k9jo .ecom-core.ecom-yv7ov6jpqz>div.core__column--wrapper{padding-right: 15px !important;padding-left: 15px !important;}}.ecom-core.ecom-akrp7t4gkll .ecom-text--more-actions button ,.ecom-core.ecom-akrp7t4gkll .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-akrp7t4gkll .text-content,.ecom-core.ecom-akrp7t4gkll  .text-content a,.ecom-core.ecom-akrp7t4gkll  .text-content p,.ecom-core.ecom-akrp7t4gkll  .text-content span{text-align: left;color: #666666;margin-right: 20px;}.ecom-core.ecom-akrp7t4gkll .text-content,.ecom-core.ecom-akrp7t4gkll .text-content a,.ecom-core.ecom-akrp7t4gkll  .text-content a,.ecom-core.ecom-akrp7t4gkll  .text-content a a,.ecom-core.ecom-akrp7t4gkll  .text-content p,.ecom-core.ecom-akrp7t4gkll  .text-content p a,.ecom-core.ecom-akrp7t4gkll  .text-content span,.ecom-core.ecom-akrp7t4gkll  .text-content span a{font-size: 18px;font-family: 'Lato-Regular', sans-serif;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;}.ecom-core.ecom-akrp7t4gkll .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-akrp7t4gkll .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-akrp7t4gkll .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-akrp7t4gkll .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-akrp7t4gkll .text-content,.ecom-core.ecom-akrp7t4gkll  .text-content a,.ecom-core.ecom-akrp7t4gkll  .text-content p,.ecom-core.ecom-akrp7t4gkll  .text-content span{text-align: left;}.ecom-core.ecom-akrp7t4gkll .text-content,.ecom-core.ecom-akrp7t4gkll .text-content a,.ecom-core.ecom-akrp7t4gkll  .text-content a,.ecom-core.ecom-akrp7t4gkll  .text-content a a,.ecom-core.ecom-akrp7t4gkll  .text-content p,.ecom-core.ecom-akrp7t4gkll  .text-content p a,.ecom-core.ecom-akrp7t4gkll  .text-content span,.ecom-core.ecom-akrp7t4gkll  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-akrp7t4gkll .text-content,.ecom-core.ecom-akrp7t4gkll .text-content a,.ecom-core.ecom-akrp7t4gkll  .text-content a,.ecom-core.ecom-akrp7t4gkll  .text-content a a,.ecom-core.ecom-akrp7t4gkll  .text-content p,.ecom-core.ecom-akrp7t4gkll  .text-content p a,.ecom-core.ecom-akrp7t4gkll  .text-content span,.ecom-core.ecom-akrp7t4gkll  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 16px;line-height: 22px;}}.ecom-core.ecom-akrp7t4gkll{margin-top: 0px !important;margin-right: 0px !important;margin-left: 0px !important;padding-bottom: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-akrp7t4gkll.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-akrp7t4gkll{margin-right: 0px !important;margin-bottom: 30px !important;margin-left: 0px !important;}}.ecom-core.ecom-kjvne17j3c .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-kjvne17j3c .element__heading .ecom__heading,.ecom-core.ecom-kjvne17j3c .element__heading .ecom__heading a{font-size: 45px;font-family: 'Lato-Bold', sans-serif;line-height: 56px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-kjvne17j3c  .element__heading .ecom__heading,.ecom-core.ecom-kjvne17j3c  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kjvne17j3c .element__heading .ecom__heading,.ecom-core.ecom-kjvne17j3c .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kjvne17j3c .element__heading .ecom__heading,.ecom-core.ecom-kjvne17j3c .element__heading .ecom__heading a{font-size: 24px;line-height: 1.2em;}}.ecom-core.ecom-kjvne17j3c{padding-bottom: 0px !important;margin-top: auto !important;margin-bottom: 30px !important;animation-duration: 600ms !important;}.ecom-core.ecom-kjvne17j3c.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-kjvne17j3c{margin-top: 60px !important;margin-bottom: 30px !important;}}.ecom-core.ecom-j2grt2k9jo{background-color: #F8EECD;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-j2grt2k9jo div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j2grt2k9jo{margin-top: 0px !important;display: none;}.ecom-core.ecom-j2grt2k9jo 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-gkgz23ay7h{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gkgz23ay7h{width: 100%;}}html body .ecom-core.ecom-20u1qq91guc .ecom-core.ecom-gkgz23ay7h>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-20u1qq91guc .ecom-core.ecom-gkgz23ay7h>div.core__column--wrapper{margin: -40px 0px 30px 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-f3mfy1zxdbb>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-f3mfy1zxdbb > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-f3mfy1zxdbb > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-pwktojsk4qg{width: 45%;}.ecom-core.ecom-pwktojsk4qg>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-pwktojsk4qg{width: 100%;}}html body .ecom-core.ecom-20u1qq91guc .ecom-core.ecom-pwktojsk4qg>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-20u1qq91guc .ecom-core.ecom-pwktojsk4qg>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-20u1qq91guc .ecom-core.ecom-pwktojsk4qg>div.core__column--wrapper{padding-right: 15px !important;padding-left: 15px !important;}}.ecom-core.ecom-jiv1ac0rrup .ecom-text--more-actions button ,.ecom-core.ecom-jiv1ac0rrup .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-jiv1ac0rrup .text-content,.ecom-core.ecom-jiv1ac0rrup  .text-content a,.ecom-core.ecom-jiv1ac0rrup  .text-content p,.ecom-core.ecom-jiv1ac0rrup  .text-content span{text-align: left;color: #666666;margin-right: 20px;}.ecom-core.ecom-jiv1ac0rrup .text-content,.ecom-core.ecom-jiv1ac0rrup .text-content a,.ecom-core.ecom-jiv1ac0rrup  .text-content a,.ecom-core.ecom-jiv1ac0rrup  .text-content a a,.ecom-core.ecom-jiv1ac0rrup  .text-content p,.ecom-core.ecom-jiv1ac0rrup  .text-content p a,.ecom-core.ecom-jiv1ac0rrup  .text-content span,.ecom-core.ecom-jiv1ac0rrup  .text-content span a{font-size: 18px;font-family: 'Lato-Regular', sans-serif;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;}.ecom-core.ecom-jiv1ac0rrup .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-jiv1ac0rrup .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-jiv1ac0rrup .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-jiv1ac0rrup .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-jiv1ac0rrup .text-content,.ecom-core.ecom-jiv1ac0rrup  .text-content a,.ecom-core.ecom-jiv1ac0rrup  .text-content p,.ecom-core.ecom-jiv1ac0rrup  .text-content span{text-align: left;}.ecom-core.ecom-jiv1ac0rrup .text-content,.ecom-core.ecom-jiv1ac0rrup .text-content a,.ecom-core.ecom-jiv1ac0rrup  .text-content a,.ecom-core.ecom-jiv1ac0rrup  .text-content a a,.ecom-core.ecom-jiv1ac0rrup  .text-content p,.ecom-core.ecom-jiv1ac0rrup  .text-content p a,.ecom-core.ecom-jiv1ac0rrup  .text-content span,.ecom-core.ecom-jiv1ac0rrup  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jiv1ac0rrup .text-content,.ecom-core.ecom-jiv1ac0rrup .text-content a,.ecom-core.ecom-jiv1ac0rrup  .text-content a,.ecom-core.ecom-jiv1ac0rrup  .text-content a a,.ecom-core.ecom-jiv1ac0rrup  .text-content p,.ecom-core.ecom-jiv1ac0rrup  .text-content p a,.ecom-core.ecom-jiv1ac0rrup  .text-content span,.ecom-core.ecom-jiv1ac0rrup  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 16px;line-height: 22px;}}.ecom-core.ecom-jiv1ac0rrup{margin-top: 0px !important;margin-right: 0px !important;margin-left: 0px !important;padding-bottom: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-jiv1ac0rrup.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-jiv1ac0rrup{margin-right: 0px !important;margin-bottom: 30px !important;margin-left: 0px !important;}}.ecom-core.ecom-fkcj4qmxlvo .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-fkcj4qmxlvo .element__heading .ecom__heading,.ecom-core.ecom-fkcj4qmxlvo .element__heading .ecom__heading a{font-size: 45px;font-family: 'Lato-Bold', sans-serif;line-height: 56px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-fkcj4qmxlvo  .element__heading .ecom__heading,.ecom-core.ecom-fkcj4qmxlvo  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-fkcj4qmxlvo .element__heading .ecom__heading,.ecom-core.ecom-fkcj4qmxlvo .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-fkcj4qmxlvo .element__heading .ecom__heading,.ecom-core.ecom-fkcj4qmxlvo .element__heading .ecom__heading a{font-size: 24px;line-height: 1.2em;}}.ecom-core.ecom-fkcj4qmxlvo{padding-bottom: 0px !important;margin-top: auto !important;margin-bottom: 30px !important;animation-duration: 600ms !important;}.ecom-core.ecom-fkcj4qmxlvo.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-fkcj4qmxlvo{margin-top: 50px !important;margin-bottom: 30px !important;}}.ecom-core.ecom-hsdgieisjm5{width: 55%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hsdgieisjm5{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hsdgieisjm5{display: block;}}.ecom-core.ecom-mvjb2cjrr5i .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-mvjb2cjrr5i .ecom-slider--container .ecom-slider{height: 800px;}.ecom-core.ecom-mvjb2cjrr5i .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-mvjb2cjrr5i .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active:after{height: 0;}.ecom-core.ecom-mvjb2cjrr5i .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mvjb2cjrr5i .ecom-slider--container .ecom-slider{height: 500px;}.ecom-core.ecom-mvjb2cjrr5i .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mvjb2cjrr5i .ecom-slider--container .ecom-slider{height: 400px;}.ecom-core.ecom-mvjb2cjrr5i .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-mvjb2cjrr5i .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: transparent;border-radius: 15px;overflow: hidden;}.ecom-core.ecom-mvjb2cjrr5i .ecom-swiper-slide:hover{background-color: transparent;}.ecom-core.ecom-mvjb2cjrr5i .ecom-swiper-slide.ecom-box-active{background-color: transparent;}.ecom-core.ecom-mvjb2cjrr5i .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-mvjb2cjrr5i .ecom-slider--container .ecom-swiper-button-next svg{height: 40px;width: 40px;}.ecom-core.ecom-mvjb2cjrr5i .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-mvjb2cjrr5i .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-mvjb2cjrr5i .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-mvjb2cjrr5i .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-mvjb2cjrr5i .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-mvjb2cjrr5i .ecom-slider--container .ecom-swiper-button-next{margin-right: -60px;margin-left: -60px;}}.ecom-core.ecom-mvjb2cjrr5i{display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mvjb2cjrr5i{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mvjb2cjrr5i{margin-top: 80px !important;display: block;}}.ecom-core.ecom-20u1qq91guc{background-color: #F8EECD;}@media screen and (min-width: 1025px) {.ecom-core.ecom-20u1qq91guc{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-20u1qq91guc div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-20u1qq91guc{margin-top: 0px !important;}.ecom-core.ecom-20u1qq91guc 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-p44lcjaajki{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p44lcjaajki{width: 100%;}}html body .ecom-core.ecom-thg0sua450l .ecom-core.ecom-p44lcjaajki>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-thg0sua450l .ecom-core.ecom-p44lcjaajki>div.core__column--wrapper{margin: 30px 0px 30px 0px !important;}}.ecom-core.ecom-dbowkkx95e>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-tmhlllryzdk{width: 45%;}.ecom-core.ecom-tmhlllryzdk>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-tmhlllryzdk{width: 100%;}}html body .ecom-core.ecom-thg0sua450l .ecom-core.ecom-tmhlllryzdk>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-thg0sua450l .ecom-core.ecom-tmhlllryzdk>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-thg0sua450l .ecom-core.ecom-tmhlllryzdk>div.core__column--wrapper{padding-right: 15px !important;padding-left: 15px !important;margin-top: 10px !important;}}.ecom-core.ecom-jin7c6nwss .ecom-text--more-actions button ,.ecom-core.ecom-jin7c6nwss .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-jin7c6nwss .text-content,.ecom-core.ecom-jin7c6nwss  .text-content a,.ecom-core.ecom-jin7c6nwss  .text-content p,.ecom-core.ecom-jin7c6nwss  .text-content span{text-align: left;color: #666666;margin: 0px;padding: 0px;}.ecom-core.ecom-jin7c6nwss .text-content,.ecom-core.ecom-jin7c6nwss .text-content a,.ecom-core.ecom-jin7c6nwss  .text-content a,.ecom-core.ecom-jin7c6nwss  .text-content a a,.ecom-core.ecom-jin7c6nwss  .text-content p,.ecom-core.ecom-jin7c6nwss  .text-content p a,.ecom-core.ecom-jin7c6nwss  .text-content span,.ecom-core.ecom-jin7c6nwss  .text-content span a{font-size: 18px;font-family: 'Lato-Regular', sans-serif;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;}.ecom-core.ecom-jin7c6nwss .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-jin7c6nwss .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-jin7c6nwss .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-jin7c6nwss .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-jin7c6nwss .text-content,.ecom-core.ecom-jin7c6nwss  .text-content a,.ecom-core.ecom-jin7c6nwss  .text-content p,.ecom-core.ecom-jin7c6nwss  .text-content span{text-align: left;}.ecom-core.ecom-jin7c6nwss .text-content,.ecom-core.ecom-jin7c6nwss .text-content a,.ecom-core.ecom-jin7c6nwss  .text-content a,.ecom-core.ecom-jin7c6nwss  .text-content a a,.ecom-core.ecom-jin7c6nwss  .text-content p,.ecom-core.ecom-jin7c6nwss  .text-content p a,.ecom-core.ecom-jin7c6nwss  .text-content span,.ecom-core.ecom-jin7c6nwss  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jin7c6nwss .text-content,.ecom-core.ecom-jin7c6nwss .text-content a,.ecom-core.ecom-jin7c6nwss  .text-content a,.ecom-core.ecom-jin7c6nwss  .text-content a a,.ecom-core.ecom-jin7c6nwss  .text-content p,.ecom-core.ecom-jin7c6nwss  .text-content p a,.ecom-core.ecom-jin7c6nwss  .text-content span,.ecom-core.ecom-jin7c6nwss  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 16px;line-height: 22px;}}.ecom-core.ecom-jin7c6nwss{margin-top: 0px !important;margin-left: 10px !important;padding-bottom: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-jin7c6nwss.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}.ecom-core.ecom-l28lmcvy8m .ecom-text--more-actions button ,.ecom-core.ecom-l28lmcvy8m .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-l28lmcvy8m .text-content,.ecom-core.ecom-l28lmcvy8m  .text-content a,.ecom-core.ecom-l28lmcvy8m  .text-content p,.ecom-core.ecom-l28lmcvy8m  .text-content span{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-l28lmcvy8m .text-content,.ecom-core.ecom-l28lmcvy8m .text-content a,.ecom-core.ecom-l28lmcvy8m  .text-content a,.ecom-core.ecom-l28lmcvy8m  .text-content a a,.ecom-core.ecom-l28lmcvy8m  .text-content p,.ecom-core.ecom-l28lmcvy8m  .text-content p a,.ecom-core.ecom-l28lmcvy8m  .text-content span,.ecom-core.ecom-l28lmcvy8m  .text-content span a{font-size: 18px;font-family: 'Lato-Bold', sans-serif;font-weight: 900;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-l28lmcvy8m .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-l28lmcvy8m .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-l28lmcvy8m .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-l28lmcvy8m .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-l28lmcvy8m .text-content,.ecom-core.ecom-l28lmcvy8m  .text-content a,.ecom-core.ecom-l28lmcvy8m  .text-content p,.ecom-core.ecom-l28lmcvy8m  .text-content span{text-align: left;}.ecom-core.ecom-l28lmcvy8m .text-content,.ecom-core.ecom-l28lmcvy8m .text-content a,.ecom-core.ecom-l28lmcvy8m  .text-content a,.ecom-core.ecom-l28lmcvy8m  .text-content a a,.ecom-core.ecom-l28lmcvy8m  .text-content p,.ecom-core.ecom-l28lmcvy8m  .text-content p a,.ecom-core.ecom-l28lmcvy8m  .text-content span,.ecom-core.ecom-l28lmcvy8m  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l28lmcvy8m .text-content,.ecom-core.ecom-l28lmcvy8m .text-content a,.ecom-core.ecom-l28lmcvy8m  .text-content a,.ecom-core.ecom-l28lmcvy8m  .text-content a a,.ecom-core.ecom-l28lmcvy8m  .text-content p,.ecom-core.ecom-l28lmcvy8m  .text-content p a,.ecom-core.ecom-l28lmcvy8m  .text-content span,.ecom-core.ecom-l28lmcvy8m  .text-content span a{font-family: 'Lato-Bold', sans-serif;font-size: 16px;line-height: 26px;}}.ecom-core.ecom-l28lmcvy8m{margin-top: 30px !important;padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-l28lmcvy8m.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}.ecom-core.ecom-b6v358sqa4 .ecom-text--more-actions button ,.ecom-core.ecom-b6v358sqa4 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-b6v358sqa4 .text-content,.ecom-core.ecom-b6v358sqa4  .text-content a,.ecom-core.ecom-b6v358sqa4  .text-content p,.ecom-core.ecom-b6v358sqa4  .text-content span{text-align: left;color: #666666;margin: 0px;padding: 0px;}.ecom-core.ecom-b6v358sqa4 .text-content,.ecom-core.ecom-b6v358sqa4 .text-content a,.ecom-core.ecom-b6v358sqa4  .text-content a,.ecom-core.ecom-b6v358sqa4  .text-content a a,.ecom-core.ecom-b6v358sqa4  .text-content p,.ecom-core.ecom-b6v358sqa4  .text-content p a,.ecom-core.ecom-b6v358sqa4  .text-content span,.ecom-core.ecom-b6v358sqa4  .text-content span a{font-size: 18px;font-family: 'Lato-Regular', sans-serif;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;}.ecom-core.ecom-b6v358sqa4 .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-b6v358sqa4 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-b6v358sqa4 .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-b6v358sqa4 .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-b6v358sqa4 .text-content,.ecom-core.ecom-b6v358sqa4  .text-content a,.ecom-core.ecom-b6v358sqa4  .text-content p,.ecom-core.ecom-b6v358sqa4  .text-content span{text-align: left;}.ecom-core.ecom-b6v358sqa4 .text-content,.ecom-core.ecom-b6v358sqa4 .text-content a,.ecom-core.ecom-b6v358sqa4  .text-content a,.ecom-core.ecom-b6v358sqa4  .text-content a a,.ecom-core.ecom-b6v358sqa4  .text-content p,.ecom-core.ecom-b6v358sqa4  .text-content p a,.ecom-core.ecom-b6v358sqa4  .text-content span,.ecom-core.ecom-b6v358sqa4  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b6v358sqa4 .text-content,.ecom-core.ecom-b6v358sqa4 .text-content a,.ecom-core.ecom-b6v358sqa4  .text-content a,.ecom-core.ecom-b6v358sqa4  .text-content a a,.ecom-core.ecom-b6v358sqa4  .text-content p,.ecom-core.ecom-b6v358sqa4  .text-content p a,.ecom-core.ecom-b6v358sqa4  .text-content span,.ecom-core.ecom-b6v358sqa4  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 16px;line-height: 22px;}}.ecom-core.ecom-b6v358sqa4{margin-top: 0px !important;margin-left: 10px !important;padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-b6v358sqa4.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}.ecom-core.ecom-p55u28dky9c .ecom-text--more-actions button ,.ecom-core.ecom-p55u28dky9c .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-p55u28dky9c .text-content,.ecom-core.ecom-p55u28dky9c  .text-content a,.ecom-core.ecom-p55u28dky9c  .text-content p,.ecom-core.ecom-p55u28dky9c  .text-content span{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-p55u28dky9c .text-content,.ecom-core.ecom-p55u28dky9c .text-content a,.ecom-core.ecom-p55u28dky9c  .text-content a,.ecom-core.ecom-p55u28dky9c  .text-content a a,.ecom-core.ecom-p55u28dky9c  .text-content p,.ecom-core.ecom-p55u28dky9c  .text-content p a,.ecom-core.ecom-p55u28dky9c  .text-content span,.ecom-core.ecom-p55u28dky9c  .text-content span a{font-size: 18px;font-family: 'Lato-Bold', sans-serif;font-weight: 900;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-p55u28dky9c .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-p55u28dky9c .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-p55u28dky9c .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-p55u28dky9c .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-p55u28dky9c .text-content,.ecom-core.ecom-p55u28dky9c  .text-content a,.ecom-core.ecom-p55u28dky9c  .text-content p,.ecom-core.ecom-p55u28dky9c  .text-content span{text-align: left;}.ecom-core.ecom-p55u28dky9c .text-content,.ecom-core.ecom-p55u28dky9c .text-content a,.ecom-core.ecom-p55u28dky9c  .text-content a,.ecom-core.ecom-p55u28dky9c  .text-content a a,.ecom-core.ecom-p55u28dky9c  .text-content p,.ecom-core.ecom-p55u28dky9c  .text-content p a,.ecom-core.ecom-p55u28dky9c  .text-content span,.ecom-core.ecom-p55u28dky9c  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p55u28dky9c .text-content,.ecom-core.ecom-p55u28dky9c .text-content a,.ecom-core.ecom-p55u28dky9c  .text-content a,.ecom-core.ecom-p55u28dky9c  .text-content a a,.ecom-core.ecom-p55u28dky9c  .text-content p,.ecom-core.ecom-p55u28dky9c  .text-content p a,.ecom-core.ecom-p55u28dky9c  .text-content span,.ecom-core.ecom-p55u28dky9c  .text-content span a{font-family: 'Lato-Bold', sans-serif;font-size: 16px;line-height: 26px;}}.ecom-core.ecom-p55u28dky9c{margin-top: 30px !important;padding-bottom: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-p55u28dky9c.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}.ecom-core.ecom-nzgy04g3rcm .ecom-text--more-actions button ,.ecom-core.ecom-nzgy04g3rcm .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-nzgy04g3rcm .text-content,.ecom-core.ecom-nzgy04g3rcm  .text-content a,.ecom-core.ecom-nzgy04g3rcm  .text-content p,.ecom-core.ecom-nzgy04g3rcm  .text-content span{text-align: left;color: #666666;margin: 0px;padding: 0px;}.ecom-core.ecom-nzgy04g3rcm .text-content,.ecom-core.ecom-nzgy04g3rcm .text-content a,.ecom-core.ecom-nzgy04g3rcm  .text-content a,.ecom-core.ecom-nzgy04g3rcm  .text-content a a,.ecom-core.ecom-nzgy04g3rcm  .text-content p,.ecom-core.ecom-nzgy04g3rcm  .text-content p a,.ecom-core.ecom-nzgy04g3rcm  .text-content span,.ecom-core.ecom-nzgy04g3rcm  .text-content span a{font-size: 18px;font-family: 'Lato-Regular', sans-serif;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;}.ecom-core.ecom-nzgy04g3rcm .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-nzgy04g3rcm .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-nzgy04g3rcm .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-nzgy04g3rcm .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-nzgy04g3rcm .text-content,.ecom-core.ecom-nzgy04g3rcm  .text-content a,.ecom-core.ecom-nzgy04g3rcm  .text-content p,.ecom-core.ecom-nzgy04g3rcm  .text-content span{text-align: left;}.ecom-core.ecom-nzgy04g3rcm .text-content,.ecom-core.ecom-nzgy04g3rcm .text-content a,.ecom-core.ecom-nzgy04g3rcm  .text-content a,.ecom-core.ecom-nzgy04g3rcm  .text-content a a,.ecom-core.ecom-nzgy04g3rcm  .text-content p,.ecom-core.ecom-nzgy04g3rcm  .text-content p a,.ecom-core.ecom-nzgy04g3rcm  .text-content span,.ecom-core.ecom-nzgy04g3rcm  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nzgy04g3rcm .text-content,.ecom-core.ecom-nzgy04g3rcm .text-content a,.ecom-core.ecom-nzgy04g3rcm  .text-content a,.ecom-core.ecom-nzgy04g3rcm  .text-content a a,.ecom-core.ecom-nzgy04g3rcm  .text-content p,.ecom-core.ecom-nzgy04g3rcm  .text-content p a,.ecom-core.ecom-nzgy04g3rcm  .text-content span,.ecom-core.ecom-nzgy04g3rcm  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 16px;line-height: 22px;}}.ecom-core.ecom-nzgy04g3rcm{margin-top: 0px !important;margin-left: 10px !important;padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-nzgy04g3rcm.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}.ecom-core.ecom-u1t8kg7flc .ecom-text--more-actions button ,.ecom-core.ecom-u1t8kg7flc .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-u1t8kg7flc .text-content,.ecom-core.ecom-u1t8kg7flc  .text-content a,.ecom-core.ecom-u1t8kg7flc  .text-content p,.ecom-core.ecom-u1t8kg7flc  .text-content span{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-u1t8kg7flc .text-content,.ecom-core.ecom-u1t8kg7flc .text-content a,.ecom-core.ecom-u1t8kg7flc  .text-content a,.ecom-core.ecom-u1t8kg7flc  .text-content a a,.ecom-core.ecom-u1t8kg7flc  .text-content p,.ecom-core.ecom-u1t8kg7flc  .text-content p a,.ecom-core.ecom-u1t8kg7flc  .text-content span,.ecom-core.ecom-u1t8kg7flc  .text-content span a{font-size: 18px;font-family: 'Lato-Bold', sans-serif;font-weight: 900;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-u1t8kg7flc .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-u1t8kg7flc .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-u1t8kg7flc .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-u1t8kg7flc .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-u1t8kg7flc .text-content,.ecom-core.ecom-u1t8kg7flc  .text-content a,.ecom-core.ecom-u1t8kg7flc  .text-content p,.ecom-core.ecom-u1t8kg7flc  .text-content span{text-align: left;}.ecom-core.ecom-u1t8kg7flc .text-content,.ecom-core.ecom-u1t8kg7flc .text-content a,.ecom-core.ecom-u1t8kg7flc  .text-content a,.ecom-core.ecom-u1t8kg7flc  .text-content a a,.ecom-core.ecom-u1t8kg7flc  .text-content p,.ecom-core.ecom-u1t8kg7flc  .text-content p a,.ecom-core.ecom-u1t8kg7flc  .text-content span,.ecom-core.ecom-u1t8kg7flc  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u1t8kg7flc .text-content,.ecom-core.ecom-u1t8kg7flc .text-content a,.ecom-core.ecom-u1t8kg7flc  .text-content a,.ecom-core.ecom-u1t8kg7flc  .text-content a a,.ecom-core.ecom-u1t8kg7flc  .text-content p,.ecom-core.ecom-u1t8kg7flc  .text-content p a,.ecom-core.ecom-u1t8kg7flc  .text-content span,.ecom-core.ecom-u1t8kg7flc  .text-content span a{font-family: 'Lato-Bold', sans-serif;font-size: 16px;line-height: 26px;}}.ecom-core.ecom-u1t8kg7flc{margin-top: 0px !important;padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-u1t8kg7flc.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-u1t8kg7flc{padding-bottom: 0 !important;}}.ecom-core.ecom-a0903b5iaso .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-a0903b5iaso .element__heading .ecom__heading,.ecom-core.ecom-a0903b5iaso .element__heading .ecom__heading a{font-size: 45px;font-family: 'Lato', sans-serif;line-height: 56px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-a0903b5iaso  .element__heading .ecom__heading,.ecom-core.ecom-a0903b5iaso  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-a0903b5iaso .element__heading .ecom__heading,.ecom-core.ecom-a0903b5iaso .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-a0903b5iaso .element__heading .ecom__heading,.ecom-core.ecom-a0903b5iaso .element__heading .ecom__heading a{font-size: 24px;line-height: 1.2em;font-family: 'Lato-Bold', sans-serif;}}.ecom-core.ecom-a0903b5iaso{padding-bottom: 0px !important;margin-top: auto !important;margin-bottom: 30px !important;animation-duration: 600ms !important;}.ecom-core.ecom-a0903b5iaso.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-a0903b5iaso{margin-top: 30px !important;}}.ecom-core.ecom-0c31o7oooqxi{width: 55%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0c31o7oooqxi{width: 100%;}}.ecom-core.ecom-p3wry52brn .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-p3wry52brn .ecom-slider--container .ecom-slider{height: 800px;}.ecom-core.ecom-p3wry52brn .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-p3wry52brn .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active:after{height: 0;}.ecom-core.ecom-p3wry52brn .ecom-swiper-navigation-position{order: 0;width: auto;}.ecom-core.ecom-p3wry52brn .ecom-swiper-pagination-position{justify-content: center;align-items: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p3wry52brn .ecom-slider--container .ecom-slider{height: 500px;}.ecom-core.ecom-p3wry52brn .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p3wry52brn .ecom-slider--container .ecom-slider{height: 400px;}.ecom-core.ecom-p3wry52brn .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-p3wry52brn .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: transparent;border-radius: 15px;overflow: hidden;}.ecom-core.ecom-p3wry52brn .ecom-swiper-slide:hover{background-color: transparent;}.ecom-core.ecom-p3wry52brn .ecom-swiper-slide.ecom-box-active{background-color: transparent;}.ecom-core.ecom-p3wry52brn .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-p3wry52brn .ecom-slider--container .ecom-swiper-button-next svg{height: 40px;width: 40px;}.ecom-core.ecom-p3wry52brn .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-p3wry52brn .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-p3wry52brn .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-p3wry52brn .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-p3wry52brn .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-p3wry52brn .ecom-slider--container .ecom-swiper-button-next svg{height: 30px;width: 30px;}.ecom-core.ecom-p3wry52brn .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-p3wry52brn .ecom-slider--container .ecom-swiper-button-next{margin-right: -5px;margin-left: -5px;}}.ecom-core.ecom-p3wry52brn{margin-left: 20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p3wry52brn{margin-left: 0px !important;}}.ecom-core.ecom-thg0sua450l{background-color: #CDE1BC;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-thg0sua450l div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-thg0sua450l div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-zpyl5en358d{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zpyl5en358d{width: 100%;}}.ecom-core.ecom-zpyl5en358d{display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zpyl5en358d{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-29p7fo7234h .ecom-core.ecom-zpyl5en358d>div.core__column--wrapper{margin-top: 30px !important;}}.ecom-core.ecom-ax2iuzrv21u .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-ax2iuzrv21u .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-ax2iuzrv21u .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active:after{height: 0;}.ecom-core.ecom-ax2iuzrv21u .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ax2iuzrv21u .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ax2iuzrv21u .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-ax2iuzrv21u .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-ax2iuzrv21u .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: transparent;}.ecom-core.ecom-ax2iuzrv21u .ecom-swiper-slide:hover{background-color: transparent;}.ecom-core.ecom-ax2iuzrv21u .ecom-swiper-slide.ecom-box-active{background-color: transparent;}.ecom-core.ecom-ax2iuzrv21u .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-ax2iuzrv21u .ecom-slider--container .ecom-swiper-button-next svg{height: 40px;width: 40px;}.ecom-core.ecom-ax2iuzrv21u .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-ax2iuzrv21u .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-ax2iuzrv21u .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-ax2iuzrv21u .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-ax2iuzrv21u .ecom-swiper-slide{border-radius: 15px;overflow: hidden;}.ecom-core.ecom-ax2iuzrv21u .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-ax2iuzrv21u .ecom-slider--container .ecom-swiper-button-next svg{height: 30px;width: 30px;}.ecom-core.ecom-ax2iuzrv21u .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-ax2iuzrv21u .ecom-slider--container .ecom-swiper-button-next{margin-right: -5px;margin-left: -5px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vosgpkg0zz .ecom-element_video-iframe iframe,.ecom-core.ecom-vosgpkg0zz .ecom-element_video-iframe video{aspect-ratio: 1/1;max-width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3rsjsjdvwwc .ecom-element_video-iframe iframe,.ecom-core.ecom-3rsjsjdvwwc .ecom-element_video-iframe video{aspect-ratio: 1/1;max-width: 100%;}}.ecom-core.ecom-3rsjsjdvwwc .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}.ecom-core.ecom-29p7fo7234h{background-color: #C0D7E5;}@media screen and (min-width: 1025px) {.ecom-core.ecom-29p7fo7234h{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-29p7fo7234h div.core__row--columns{flex-direction: row;}.ecom-core.ecom-29p7fo7234h{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-29p7fo7234h 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-caou3fylzh{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-caou3fylzh{width: 100%;}}html body .ecom-core.ecom-cyukjcvoeo6 .ecom-core.ecom-caou3fylzh>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-cyukjcvoeo6 .ecom-core.ecom-caou3fylzh>div.core__column--wrapper{margin: -40px 0px 30px 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-glnsg07qjf9>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-rsignmu88a8{width: 50.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rsignmu88a8{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rsignmu88a8{display: none;}}.ecom-core.ecom-mj1tfzl1bb .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-mj1tfzl1bb .ecom-slider--container .ecom-slider{height: 800px;}.ecom-core.ecom-mj1tfzl1bb .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-mj1tfzl1bb .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active:after{height: 0;}.ecom-core.ecom-mj1tfzl1bb .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mj1tfzl1bb .ecom-slider--container .ecom-slider{height: 500px;}.ecom-core.ecom-mj1tfzl1bb .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mj1tfzl1bb .ecom-slider--container .ecom-slider{height: 400px;}.ecom-core.ecom-mj1tfzl1bb .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-mj1tfzl1bb .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: transparent;}.ecom-core.ecom-mj1tfzl1bb .ecom-swiper-slide:hover{background-color: transparent;}.ecom-core.ecom-mj1tfzl1bb .ecom-swiper-slide.ecom-box-active{background-color: transparent;}.ecom-core.ecom-mj1tfzl1bb .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-mj1tfzl1bb .ecom-slider--container .ecom-swiper-button-next svg{height: 40px;width: 40px;}.ecom-core.ecom-mj1tfzl1bb .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-mj1tfzl1bb .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-mj1tfzl1bb .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-mj1tfzl1bb .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-mj1tfzl1bb .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-mj1tfzl1bb .ecom-slider--container .ecom-swiper-button-next{margin-right: -60px;margin-left: -60px;}}.ecom-core.ecom-856h9d234kj .ecom-element_video-iframe iframe,.ecom-core.ecom-856h9d234kj .ecom-element_video-iframe video{aspect-ratio: 1/1;max-width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-856h9d234kj .ecom-element_video-iframe iframe,.ecom-core.ecom-856h9d234kj .ecom-element_video-iframe video{aspect-ratio: 1/1;max-width: 100%;}}.ecom-core.ecom-856h9d234kj .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}.ecom-core.ecom-5nfdwuy7byp .ecom-element_video-iframe iframe,.ecom-core.ecom-5nfdwuy7byp .ecom-element_video-iframe video{aspect-ratio: 1/1;max-width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5nfdwuy7byp .ecom-element_video-iframe iframe,.ecom-core.ecom-5nfdwuy7byp .ecom-element_video-iframe video{aspect-ratio: 1/1;max-width: 100%;}}.ecom-core.ecom-5nfdwuy7byp .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}.ecom-core.ecom-xo07iktiajc{width: 50.00%;}.ecom-core.ecom-xo07iktiajc>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-xo07iktiajc{width: 100%;}}html body .ecom-core.ecom-cyukjcvoeo6 .ecom-core.ecom-xo07iktiajc>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-cyukjcvoeo6 .ecom-core.ecom-xo07iktiajc>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-cyukjcvoeo6 .ecom-core.ecom-xo07iktiajc>div.core__column--wrapper{padding-right: 15px !important;padding-left: 15px !important;}}.ecom-core.ecom-lz1kgdsjjql .ecom-text--more-actions button ,.ecom-core.ecom-lz1kgdsjjql .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-lz1kgdsjjql .text-content,.ecom-core.ecom-lz1kgdsjjql  .text-content a,.ecom-core.ecom-lz1kgdsjjql  .text-content p,.ecom-core.ecom-lz1kgdsjjql  .text-content span{text-align: left;color: #666666;}.ecom-core.ecom-lz1kgdsjjql .text-content,.ecom-core.ecom-lz1kgdsjjql .text-content a,.ecom-core.ecom-lz1kgdsjjql  .text-content a,.ecom-core.ecom-lz1kgdsjjql  .text-content a a,.ecom-core.ecom-lz1kgdsjjql  .text-content p,.ecom-core.ecom-lz1kgdsjjql  .text-content p a,.ecom-core.ecom-lz1kgdsjjql  .text-content span,.ecom-core.ecom-lz1kgdsjjql  .text-content span a{font-size: 18px;font-family: 'Lato-Regular', sans-serif;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;}.ecom-core.ecom-lz1kgdsjjql .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-lz1kgdsjjql .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-lz1kgdsjjql .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-lz1kgdsjjql .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-lz1kgdsjjql .text-content,.ecom-core.ecom-lz1kgdsjjql  .text-content a,.ecom-core.ecom-lz1kgdsjjql  .text-content p,.ecom-core.ecom-lz1kgdsjjql  .text-content span{text-align: left;}.ecom-core.ecom-lz1kgdsjjql .text-content,.ecom-core.ecom-lz1kgdsjjql .text-content a,.ecom-core.ecom-lz1kgdsjjql  .text-content a,.ecom-core.ecom-lz1kgdsjjql  .text-content a a,.ecom-core.ecom-lz1kgdsjjql  .text-content p,.ecom-core.ecom-lz1kgdsjjql  .text-content p a,.ecom-core.ecom-lz1kgdsjjql  .text-content span,.ecom-core.ecom-lz1kgdsjjql  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lz1kgdsjjql .text-content,.ecom-core.ecom-lz1kgdsjjql .text-content a,.ecom-core.ecom-lz1kgdsjjql  .text-content a,.ecom-core.ecom-lz1kgdsjjql  .text-content a a,.ecom-core.ecom-lz1kgdsjjql  .text-content p,.ecom-core.ecom-lz1kgdsjjql  .text-content p a,.ecom-core.ecom-lz1kgdsjjql  .text-content span,.ecom-core.ecom-lz1kgdsjjql  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 16px;line-height: 22px;}}.ecom-core.ecom-lz1kgdsjjql{margin-top: 0px !important;margin-left: 10px !important;padding-bottom: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-lz1kgdsjjql.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}.ecom-core.ecom-hm6tnb23jqc .ecom-text--more-actions button ,.ecom-core.ecom-hm6tnb23jqc .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-hm6tnb23jqc .text-content,.ecom-core.ecom-hm6tnb23jqc  .text-content a,.ecom-core.ecom-hm6tnb23jqc  .text-content p,.ecom-core.ecom-hm6tnb23jqc  .text-content span{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-hm6tnb23jqc .text-content,.ecom-core.ecom-hm6tnb23jqc .text-content a,.ecom-core.ecom-hm6tnb23jqc  .text-content a,.ecom-core.ecom-hm6tnb23jqc  .text-content a a,.ecom-core.ecom-hm6tnb23jqc  .text-content p,.ecom-core.ecom-hm6tnb23jqc  .text-content p a,.ecom-core.ecom-hm6tnb23jqc  .text-content span,.ecom-core.ecom-hm6tnb23jqc  .text-content span a{font-size: 18px;font-family: 'Lato-Bold', sans-serif;font-weight: 900;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-hm6tnb23jqc .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-hm6tnb23jqc .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-hm6tnb23jqc .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-hm6tnb23jqc .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-hm6tnb23jqc .text-content,.ecom-core.ecom-hm6tnb23jqc  .text-content a,.ecom-core.ecom-hm6tnb23jqc  .text-content p,.ecom-core.ecom-hm6tnb23jqc  .text-content span{text-align: left;}.ecom-core.ecom-hm6tnb23jqc .text-content,.ecom-core.ecom-hm6tnb23jqc .text-content a,.ecom-core.ecom-hm6tnb23jqc  .text-content a,.ecom-core.ecom-hm6tnb23jqc  .text-content a a,.ecom-core.ecom-hm6tnb23jqc  .text-content p,.ecom-core.ecom-hm6tnb23jqc  .text-content p a,.ecom-core.ecom-hm6tnb23jqc  .text-content span,.ecom-core.ecom-hm6tnb23jqc  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hm6tnb23jqc .text-content,.ecom-core.ecom-hm6tnb23jqc .text-content a,.ecom-core.ecom-hm6tnb23jqc  .text-content a,.ecom-core.ecom-hm6tnb23jqc  .text-content a a,.ecom-core.ecom-hm6tnb23jqc  .text-content p,.ecom-core.ecom-hm6tnb23jqc  .text-content p a,.ecom-core.ecom-hm6tnb23jqc  .text-content span,.ecom-core.ecom-hm6tnb23jqc  .text-content span a{font-family: 'Lato-Bold', sans-serif;font-size: 16px;line-height: 26px;}}.ecom-core.ecom-hm6tnb23jqc{margin-top: 30px !important;padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-hm6tnb23jqc.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}.ecom-core.ecom-77cl85v6dy .ecom-text--more-actions button ,.ecom-core.ecom-77cl85v6dy .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-77cl85v6dy .text-content,.ecom-core.ecom-77cl85v6dy  .text-content a,.ecom-core.ecom-77cl85v6dy  .text-content p,.ecom-core.ecom-77cl85v6dy  .text-content span{text-align: left;color: #666666;}.ecom-core.ecom-77cl85v6dy .text-content,.ecom-core.ecom-77cl85v6dy .text-content a,.ecom-core.ecom-77cl85v6dy  .text-content a,.ecom-core.ecom-77cl85v6dy  .text-content a a,.ecom-core.ecom-77cl85v6dy  .text-content p,.ecom-core.ecom-77cl85v6dy  .text-content p a,.ecom-core.ecom-77cl85v6dy  .text-content span,.ecom-core.ecom-77cl85v6dy  .text-content span a{font-size: 18px;font-family: 'Lato-Regular', sans-serif;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;}.ecom-core.ecom-77cl85v6dy .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-77cl85v6dy .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-77cl85v6dy .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-77cl85v6dy .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-77cl85v6dy .text-content,.ecom-core.ecom-77cl85v6dy  .text-content a,.ecom-core.ecom-77cl85v6dy  .text-content p,.ecom-core.ecom-77cl85v6dy  .text-content span{text-align: left;}.ecom-core.ecom-77cl85v6dy .text-content,.ecom-core.ecom-77cl85v6dy .text-content a,.ecom-core.ecom-77cl85v6dy  .text-content a,.ecom-core.ecom-77cl85v6dy  .text-content a a,.ecom-core.ecom-77cl85v6dy  .text-content p,.ecom-core.ecom-77cl85v6dy  .text-content p a,.ecom-core.ecom-77cl85v6dy  .text-content span,.ecom-core.ecom-77cl85v6dy  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-77cl85v6dy .text-content,.ecom-core.ecom-77cl85v6dy .text-content a,.ecom-core.ecom-77cl85v6dy  .text-content a,.ecom-core.ecom-77cl85v6dy  .text-content a a,.ecom-core.ecom-77cl85v6dy  .text-content p,.ecom-core.ecom-77cl85v6dy  .text-content p a,.ecom-core.ecom-77cl85v6dy  .text-content span,.ecom-core.ecom-77cl85v6dy  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 16px;line-height: 22px;}}.ecom-core.ecom-77cl85v6dy{margin-top: 0px !important;margin-left: 10px !important;padding-bottom: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-77cl85v6dy.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}.ecom-core.ecom-dtg7hw6gfwa .ecom-text--more-actions button ,.ecom-core.ecom-dtg7hw6gfwa .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-dtg7hw6gfwa .text-content,.ecom-core.ecom-dtg7hw6gfwa  .text-content a,.ecom-core.ecom-dtg7hw6gfwa  .text-content p,.ecom-core.ecom-dtg7hw6gfwa  .text-content span{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-dtg7hw6gfwa .text-content,.ecom-core.ecom-dtg7hw6gfwa .text-content a,.ecom-core.ecom-dtg7hw6gfwa  .text-content a,.ecom-core.ecom-dtg7hw6gfwa  .text-content a a,.ecom-core.ecom-dtg7hw6gfwa  .text-content p,.ecom-core.ecom-dtg7hw6gfwa  .text-content p a,.ecom-core.ecom-dtg7hw6gfwa  .text-content span,.ecom-core.ecom-dtg7hw6gfwa  .text-content span a{font-size: 18px;font-family: 'Lato-Bold', sans-serif;font-weight: 900;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-dtg7hw6gfwa .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-dtg7hw6gfwa .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-dtg7hw6gfwa .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-dtg7hw6gfwa .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-dtg7hw6gfwa .text-content,.ecom-core.ecom-dtg7hw6gfwa  .text-content a,.ecom-core.ecom-dtg7hw6gfwa  .text-content p,.ecom-core.ecom-dtg7hw6gfwa  .text-content span{text-align: left;}.ecom-core.ecom-dtg7hw6gfwa .text-content,.ecom-core.ecom-dtg7hw6gfwa .text-content a,.ecom-core.ecom-dtg7hw6gfwa  .text-content a,.ecom-core.ecom-dtg7hw6gfwa  .text-content a a,.ecom-core.ecom-dtg7hw6gfwa  .text-content p,.ecom-core.ecom-dtg7hw6gfwa  .text-content p a,.ecom-core.ecom-dtg7hw6gfwa  .text-content span,.ecom-core.ecom-dtg7hw6gfwa  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dtg7hw6gfwa .text-content,.ecom-core.ecom-dtg7hw6gfwa .text-content a,.ecom-core.ecom-dtg7hw6gfwa  .text-content a,.ecom-core.ecom-dtg7hw6gfwa  .text-content a a,.ecom-core.ecom-dtg7hw6gfwa  .text-content p,.ecom-core.ecom-dtg7hw6gfwa  .text-content p a,.ecom-core.ecom-dtg7hw6gfwa  .text-content span,.ecom-core.ecom-dtg7hw6gfwa  .text-content span a{font-family: 'Lato-Bold', sans-serif;font-size: 16px;line-height: 26px;}}.ecom-core.ecom-dtg7hw6gfwa{margin-top: 30px !important;padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-dtg7hw6gfwa.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}.ecom-core.ecom-y4x8ewnlnzb .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-y4x8ewnlnzb .element__heading .ecom__heading,.ecom-core.ecom-y4x8ewnlnzb .element__heading .ecom__heading a{font-size: 45px;font-family: 'Lato-Bold', sans-serif;line-height: 56px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-y4x8ewnlnzb  .element__heading .ecom__heading,.ecom-core.ecom-y4x8ewnlnzb  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-y4x8ewnlnzb .element__heading .ecom__heading,.ecom-core.ecom-y4x8ewnlnzb .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-y4x8ewnlnzb .element__heading .ecom__heading,.ecom-core.ecom-y4x8ewnlnzb .element__heading .ecom__heading a{font-size: 24px;line-height: 1.2em;}}.ecom-core.ecom-y4x8ewnlnzb{padding-bottom: 0px !important;margin-top: auto !important;margin-bottom: 30px !important;animation-duration: 600ms !important;}.ecom-core.ecom-y4x8ewnlnzb.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-y4x8ewnlnzb{margin-top: 30px !important;margin-bottom: 0px !important;}}.ecom-core.ecom-cyukjcvoeo6{background-color: #C7DBEB;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-cyukjcvoeo6 div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cyukjcvoeo6{margin-top: 0px !important;}.ecom-core.ecom-cyukjcvoeo6 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-kiodnuclfx{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kiodnuclfx{width: 100%;}}html body .ecom-core.ecom-mvvtfn8d3fa .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-mvvtfn8d3fa .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-left: 0px !important;}}.ecom-core.ecom-yr3roj2o47 .ecom-text--more-actions button ,.ecom-core.ecom-yr3roj2o47 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-yr3roj2o47 .text-content,.ecom-core.ecom-yr3roj2o47  .text-content a,.ecom-core.ecom-yr3roj2o47  .text-content p,.ecom-core.ecom-yr3roj2o47  .text-content span{text-align: left;color: #333333;}.ecom-core.ecom-yr3roj2o47 .text-content,.ecom-core.ecom-yr3roj2o47 .text-content a,.ecom-core.ecom-yr3roj2o47  .text-content a,.ecom-core.ecom-yr3roj2o47  .text-content a a,.ecom-core.ecom-yr3roj2o47  .text-content p,.ecom-core.ecom-yr3roj2o47  .text-content p a,.ecom-core.ecom-yr3roj2o47  .text-content span,.ecom-core.ecom-yr3roj2o47  .text-content span a{font-family: 'Lato-BoldItalic', sans-serif;font-size: 14px;line-height: 29px;}.ecom-core.ecom-yr3roj2o47 .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-yr3roj2o47 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-yr3roj2o47 .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-yr3roj2o47 .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-yr3roj2o47 .text-content,.ecom-core.ecom-yr3roj2o47 .text-content a,.ecom-core.ecom-yr3roj2o47  .text-content a,.ecom-core.ecom-yr3roj2o47  .text-content a a,.ecom-core.ecom-yr3roj2o47  .text-content p,.ecom-core.ecom-yr3roj2o47  .text-content p a,.ecom-core.ecom-yr3roj2o47  .text-content span,.ecom-core.ecom-yr3roj2o47  .text-content span a{font-size: 18px;}}.ecom-core.ecom-yr3roj2o47{padding-bottom: 0 !important;margin-top: 10px !important;}.ecom-core.ecom-ruo9lzbitw .ecom-element_video-iframe iframe,.ecom-core.ecom-ruo9lzbitw .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-ruo9lzbitw .ecom-element_video-iframe iframe,.ecom-core.ecom-ruo9lzbitw .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}}.ecom-core.ecom-ruo9lzbitw .element__video .ecom-video-icon-play svg{height: none;width: none;transform: rotate(nonedeg);}.ecom-core.ecom-ruo9lzbitw .element__video .ecom-video-icon-play{margin-top: 30px;}.ecom-core.ecom-ruo9lzbitw .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ruo9lzbitw .ecom-element_video-iframe{width: none;}.ecom-core.ecom-ruo9lzbitw .element__video.ecom-element {justify-content: center;}}.ecom-core.ecom-pq8w6aph1xj .ecom-text--more-actions button ,.ecom-core.ecom-pq8w6aph1xj .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-pq8w6aph1xj .text-content,.ecom-core.ecom-pq8w6aph1xj  .text-content a,.ecom-core.ecom-pq8w6aph1xj  .text-content p,.ecom-core.ecom-pq8w6aph1xj  .text-content span{text-align: left;color: #333333;}.ecom-core.ecom-pq8w6aph1xj .text-content,.ecom-core.ecom-pq8w6aph1xj .text-content a,.ecom-core.ecom-pq8w6aph1xj  .text-content a,.ecom-core.ecom-pq8w6aph1xj  .text-content a a,.ecom-core.ecom-pq8w6aph1xj  .text-content p,.ecom-core.ecom-pq8w6aph1xj  .text-content p a,.ecom-core.ecom-pq8w6aph1xj  .text-content span,.ecom-core.ecom-pq8w6aph1xj  .text-content span a{font-family: 'Lato-BoldItalic', sans-serif;font-size: 14px;line-height: 29px;}.ecom-core.ecom-pq8w6aph1xj .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-pq8w6aph1xj .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-pq8w6aph1xj .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-pq8w6aph1xj .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-pq8w6aph1xj .text-content,.ecom-core.ecom-pq8w6aph1xj .text-content a,.ecom-core.ecom-pq8w6aph1xj  .text-content a,.ecom-core.ecom-pq8w6aph1xj  .text-content a a,.ecom-core.ecom-pq8w6aph1xj  .text-content p,.ecom-core.ecom-pq8w6aph1xj  .text-content p a,.ecom-core.ecom-pq8w6aph1xj  .text-content span,.ecom-core.ecom-pq8w6aph1xj  .text-content span a{font-size: 18px;}}.ecom-core.ecom-pq8w6aph1xj{padding-bottom: 0 !important;margin-top: 10px !important;}.ecom-core.ecom-oc4d7f3v13 .ecom-element_video-iframe iframe,.ecom-core.ecom-oc4d7f3v13 .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-oc4d7f3v13 .ecom-element_video-iframe iframe,.ecom-core.ecom-oc4d7f3v13 .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}}.ecom-core.ecom-oc4d7f3v13 .element__video .ecom-video-icon-play svg{height: none;width: none;transform: rotate(nonedeg);}.ecom-core.ecom-oc4d7f3v13 .element__video .ecom-video-icon-play{margin-top: 30px;}.ecom-core.ecom-oc4d7f3v13 .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-oc4d7f3v13 .ecom-element_video-iframe{width: none;}.ecom-core.ecom-oc4d7f3v13 .element__video.ecom-element {justify-content: center;}}.ecom-core.ecom-dgvngqgsnjk .ecom-text--more-actions button ,.ecom-core.ecom-dgvngqgsnjk .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-dgvngqgsnjk .text-content,.ecom-core.ecom-dgvngqgsnjk  .text-content a,.ecom-core.ecom-dgvngqgsnjk  .text-content p,.ecom-core.ecom-dgvngqgsnjk  .text-content span{text-align: left;color: #333333;}.ecom-core.ecom-dgvngqgsnjk .text-content,.ecom-core.ecom-dgvngqgsnjk .text-content a,.ecom-core.ecom-dgvngqgsnjk  .text-content a,.ecom-core.ecom-dgvngqgsnjk  .text-content a a,.ecom-core.ecom-dgvngqgsnjk  .text-content p,.ecom-core.ecom-dgvngqgsnjk  .text-content p a,.ecom-core.ecom-dgvngqgsnjk  .text-content span,.ecom-core.ecom-dgvngqgsnjk  .text-content span a{font-family: 'Lato-BoldItalic', sans-serif;font-size: 14px;line-height: 29px;}.ecom-core.ecom-dgvngqgsnjk .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-dgvngqgsnjk .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-dgvngqgsnjk .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-dgvngqgsnjk .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-dgvngqgsnjk .text-content,.ecom-core.ecom-dgvngqgsnjk .text-content a,.ecom-core.ecom-dgvngqgsnjk  .text-content a,.ecom-core.ecom-dgvngqgsnjk  .text-content a a,.ecom-core.ecom-dgvngqgsnjk  .text-content p,.ecom-core.ecom-dgvngqgsnjk  .text-content p a,.ecom-core.ecom-dgvngqgsnjk  .text-content span,.ecom-core.ecom-dgvngqgsnjk  .text-content span a{font-size: 18px;}}.ecom-core.ecom-dgvngqgsnjk{padding-bottom: 0 !important;margin-top: 10px !important;}.ecom-core.ecom-7f3tedo9384 .ecom-element_video-iframe iframe,.ecom-core.ecom-7f3tedo9384 .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-7f3tedo9384 .ecom-element_video-iframe iframe,.ecom-core.ecom-7f3tedo9384 .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}}.ecom-core.ecom-7f3tedo9384 .element__video .ecom-video-icon-play svg{height: none;width: none;transform: rotate(nonedeg);}.ecom-core.ecom-7f3tedo9384 .element__video .ecom-video-icon-play{margin-top: 30px;}.ecom-core.ecom-7f3tedo9384 .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7f3tedo9384 .ecom-element_video-iframe{width: none;}.ecom-core.ecom-7f3tedo9384 .element__video.ecom-element {justify-content: center;}}.ecom-core.ecom-xlzu28ik9fh .ecom-text--more-actions button ,.ecom-core.ecom-xlzu28ik9fh .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-xlzu28ik9fh .text-content,.ecom-core.ecom-xlzu28ik9fh  .text-content a,.ecom-core.ecom-xlzu28ik9fh  .text-content p,.ecom-core.ecom-xlzu28ik9fh  .text-content span{text-align: left;color: #333333;}.ecom-core.ecom-xlzu28ik9fh .text-content,.ecom-core.ecom-xlzu28ik9fh .text-content a,.ecom-core.ecom-xlzu28ik9fh  .text-content a,.ecom-core.ecom-xlzu28ik9fh  .text-content a a,.ecom-core.ecom-xlzu28ik9fh  .text-content p,.ecom-core.ecom-xlzu28ik9fh  .text-content p a,.ecom-core.ecom-xlzu28ik9fh  .text-content span,.ecom-core.ecom-xlzu28ik9fh  .text-content span a{font-family: 'Lato-BoldItalic', sans-serif;font-size: 14px;line-height: 29px;}.ecom-core.ecom-xlzu28ik9fh .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-xlzu28ik9fh .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-xlzu28ik9fh .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-xlzu28ik9fh .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-xlzu28ik9fh .text-content,.ecom-core.ecom-xlzu28ik9fh .text-content a,.ecom-core.ecom-xlzu28ik9fh  .text-content a,.ecom-core.ecom-xlzu28ik9fh  .text-content a a,.ecom-core.ecom-xlzu28ik9fh  .text-content p,.ecom-core.ecom-xlzu28ik9fh  .text-content p a,.ecom-core.ecom-xlzu28ik9fh  .text-content span,.ecom-core.ecom-xlzu28ik9fh  .text-content span a{font-size: 18px;}}.ecom-core.ecom-xlzu28ik9fh{padding-bottom: 0 !important;margin-top: 10px !important;}.ecom-core.ecom-1llei19awdn .ecom-element_video-iframe iframe,.ecom-core.ecom-1llei19awdn .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-1llei19awdn .ecom-element_video-iframe iframe,.ecom-core.ecom-1llei19awdn .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}}.ecom-core.ecom-1llei19awdn .element__video .ecom-video-icon-play svg{height: none;width: none;transform: rotate(nonedeg);}.ecom-core.ecom-1llei19awdn .element__video .ecom-video-icon-play{margin-top: 30px;}.ecom-core.ecom-1llei19awdn .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1llei19awdn .ecom-element_video-iframe{width: none;}.ecom-core.ecom-1llei19awdn .element__video.ecom-element {justify-content: center;}}.ecom-core.ecom-10t4erj8pxho .ecom-text--more-actions button ,.ecom-core.ecom-10t4erj8pxho .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-10t4erj8pxho .text-content,.ecom-core.ecom-10t4erj8pxho  .text-content a,.ecom-core.ecom-10t4erj8pxho  .text-content p,.ecom-core.ecom-10t4erj8pxho  .text-content span{text-align: left;color: #333333;}.ecom-core.ecom-10t4erj8pxho .text-content,.ecom-core.ecom-10t4erj8pxho .text-content a,.ecom-core.ecom-10t4erj8pxho  .text-content a,.ecom-core.ecom-10t4erj8pxho  .text-content a a,.ecom-core.ecom-10t4erj8pxho  .text-content p,.ecom-core.ecom-10t4erj8pxho  .text-content p a,.ecom-core.ecom-10t4erj8pxho  .text-content span,.ecom-core.ecom-10t4erj8pxho  .text-content span a{font-family: 'Lato-BoldItalic', sans-serif;font-size: 14px;line-height: 29px;}.ecom-core.ecom-10t4erj8pxho .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-10t4erj8pxho .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-10t4erj8pxho .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-10t4erj8pxho .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-10t4erj8pxho .text-content,.ecom-core.ecom-10t4erj8pxho .text-content a,.ecom-core.ecom-10t4erj8pxho  .text-content a,.ecom-core.ecom-10t4erj8pxho  .text-content a a,.ecom-core.ecom-10t4erj8pxho  .text-content p,.ecom-core.ecom-10t4erj8pxho  .text-content p a,.ecom-core.ecom-10t4erj8pxho  .text-content span,.ecom-core.ecom-10t4erj8pxho  .text-content span a{font-size: 18px;}}.ecom-core.ecom-10t4erj8pxho{padding-bottom: 0 !important;margin-top: 10px !important;}.ecom-core.ecom-m31aozvnwmb .ecom-element_video-iframe iframe,.ecom-core.ecom-m31aozvnwmb .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-m31aozvnwmb .ecom-element_video-iframe iframe,.ecom-core.ecom-m31aozvnwmb .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}}.ecom-core.ecom-m31aozvnwmb .element__video .ecom-video-icon-play svg{height: none;width: none;transform: rotate(nonedeg);}.ecom-core.ecom-m31aozvnwmb .element__video .ecom-video-icon-play{margin-top: 30px;}.ecom-core.ecom-m31aozvnwmb .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-m31aozvnwmb .ecom-element_video-iframe{width: none;}.ecom-core.ecom-m31aozvnwmb .element__video.ecom-element {justify-content: center;}}.ecom-core.ecom-m1g4ez9m6fm .ecom-text--more-actions button ,.ecom-core.ecom-m1g4ez9m6fm .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-m1g4ez9m6fm .text-content,.ecom-core.ecom-m1g4ez9m6fm  .text-content a,.ecom-core.ecom-m1g4ez9m6fm  .text-content p,.ecom-core.ecom-m1g4ez9m6fm  .text-content span{text-align: left;color: #333333;}.ecom-core.ecom-m1g4ez9m6fm .text-content,.ecom-core.ecom-m1g4ez9m6fm .text-content a,.ecom-core.ecom-m1g4ez9m6fm  .text-content a,.ecom-core.ecom-m1g4ez9m6fm  .text-content a a,.ecom-core.ecom-m1g4ez9m6fm  .text-content p,.ecom-core.ecom-m1g4ez9m6fm  .text-content p a,.ecom-core.ecom-m1g4ez9m6fm  .text-content span,.ecom-core.ecom-m1g4ez9m6fm  .text-content span a{font-family: 'Lato-BoldItalic', sans-serif;font-size: 14px;line-height: 29px;}.ecom-core.ecom-m1g4ez9m6fm .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-m1g4ez9m6fm .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-m1g4ez9m6fm .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-m1g4ez9m6fm .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-m1g4ez9m6fm .text-content,.ecom-core.ecom-m1g4ez9m6fm .text-content a,.ecom-core.ecom-m1g4ez9m6fm  .text-content a,.ecom-core.ecom-m1g4ez9m6fm  .text-content a a,.ecom-core.ecom-m1g4ez9m6fm  .text-content p,.ecom-core.ecom-m1g4ez9m6fm  .text-content p a,.ecom-core.ecom-m1g4ez9m6fm  .text-content span,.ecom-core.ecom-m1g4ez9m6fm  .text-content span a{font-size: 18px;}}.ecom-core.ecom-m1g4ez9m6fm{padding-bottom: 0 !important;margin-top: 10px !important;}.ecom-core.ecom-u9lec24oahs .ecom-element_video-iframe iframe,.ecom-core.ecom-u9lec24oahs .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-u9lec24oahs .ecom-element_video-iframe iframe,.ecom-core.ecom-u9lec24oahs .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}}.ecom-core.ecom-u9lec24oahs .element__video .ecom-video-icon-play svg{height: none;width: none;transform: rotate(nonedeg);}.ecom-core.ecom-u9lec24oahs .element__video .ecom-video-icon-play{margin-top: 30px;}.ecom-core.ecom-u9lec24oahs .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u9lec24oahs .ecom-element_video-iframe{width: none;}.ecom-core.ecom-u9lec24oahs .element__video.ecom-element {justify-content: center;}}.ecom-core.ecom-9wbeokoj89d .ecom-text--more-actions button ,.ecom-core.ecom-9wbeokoj89d .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-9wbeokoj89d .text-content,.ecom-core.ecom-9wbeokoj89d  .text-content a,.ecom-core.ecom-9wbeokoj89d  .text-content p,.ecom-core.ecom-9wbeokoj89d  .text-content span{text-align: left;color: #333333;}.ecom-core.ecom-9wbeokoj89d .text-content,.ecom-core.ecom-9wbeokoj89d .text-content a,.ecom-core.ecom-9wbeokoj89d  .text-content a,.ecom-core.ecom-9wbeokoj89d  .text-content a a,.ecom-core.ecom-9wbeokoj89d  .text-content p,.ecom-core.ecom-9wbeokoj89d  .text-content p a,.ecom-core.ecom-9wbeokoj89d  .text-content span,.ecom-core.ecom-9wbeokoj89d  .text-content span a{font-family: 'Lato-BoldItalic', sans-serif;font-size: 14px;line-height: 29px;}.ecom-core.ecom-9wbeokoj89d .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-9wbeokoj89d .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-9wbeokoj89d .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-9wbeokoj89d .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-9wbeokoj89d .text-content,.ecom-core.ecom-9wbeokoj89d .text-content a,.ecom-core.ecom-9wbeokoj89d  .text-content a,.ecom-core.ecom-9wbeokoj89d  .text-content a a,.ecom-core.ecom-9wbeokoj89d  .text-content p,.ecom-core.ecom-9wbeokoj89d  .text-content p a,.ecom-core.ecom-9wbeokoj89d  .text-content span,.ecom-core.ecom-9wbeokoj89d  .text-content span a{font-size: 18px;}}.ecom-core.ecom-9wbeokoj89d{padding-bottom: 0 !important;margin-top: 10px !important;}.ecom-core.ecom-ntp9ba7e6tp .ecom-element_video-iframe iframe,.ecom-core.ecom-ntp9ba7e6tp .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-ntp9ba7e6tp .ecom-element_video-iframe iframe,.ecom-core.ecom-ntp9ba7e6tp .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}}.ecom-core.ecom-ntp9ba7e6tp .element__video .ecom-video-icon-play svg{height: none;width: none;transform: rotate(nonedeg);}.ecom-core.ecom-ntp9ba7e6tp .element__video .ecom-video-icon-play{margin-top: 30px;}.ecom-core.ecom-ntp9ba7e6tp .ecom-element_video-iframe{border-radius: 15px;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ntp9ba7e6tp .ecom-element_video-iframe{width: none;}.ecom-core.ecom-ntp9ba7e6tp .element__video.ecom-element {justify-content: center;}}.ecom-core.ecom-uarx0qoc5c .ecom-text--more-actions button ,.ecom-core.ecom-uarx0qoc5c .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-uarx0qoc5c .text-content,.ecom-core.ecom-uarx0qoc5c  .text-content a,.ecom-core.ecom-uarx0qoc5c  .text-content p,.ecom-core.ecom-uarx0qoc5c  .text-content span{text-align: center;color: #333333;}.ecom-core.ecom-uarx0qoc5c .text-content,.ecom-core.ecom-uarx0qoc5c .text-content a,.ecom-core.ecom-uarx0qoc5c  .text-content a,.ecom-core.ecom-uarx0qoc5c  .text-content a a,.ecom-core.ecom-uarx0qoc5c  .text-content p,.ecom-core.ecom-uarx0qoc5c  .text-content p a,.ecom-core.ecom-uarx0qoc5c  .text-content span,.ecom-core.ecom-uarx0qoc5c  .text-content span a{font-family: 'Lato-BoldItalic', sans-serif;font-size: 20px;line-height: 29px;}.ecom-core.ecom-uarx0qoc5c .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-uarx0qoc5c .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-uarx0qoc5c .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-uarx0qoc5c .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-uarx0qoc5c .text-content,.ecom-core.ecom-uarx0qoc5c .text-content a,.ecom-core.ecom-uarx0qoc5c  .text-content a,.ecom-core.ecom-uarx0qoc5c  .text-content a a,.ecom-core.ecom-uarx0qoc5c  .text-content p,.ecom-core.ecom-uarx0qoc5c  .text-content p a,.ecom-core.ecom-uarx0qoc5c  .text-content span,.ecom-core.ecom-uarx0qoc5c  .text-content span a{font-size: 18px;}}.ecom-core.ecom-uarx0qoc5c{padding-bottom: 0 !important;margin-top: 10px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-uarx0qoc5c{padding-bottom: 0 !important;}}.ecom-core.ecom-kcv7a26dfar .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-kcv7a26dfar .element__heading .ecom__heading,.ecom-core.ecom-kcv7a26dfar .element__heading .ecom__heading a{font-size: 45px;font-family: 'Lato-Bold', sans-serif;line-height: 56px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-kcv7a26dfar  .element__heading .ecom__heading,.ecom-core.ecom-kcv7a26dfar  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kcv7a26dfar .element__heading .ecom__heading,.ecom-core.ecom-kcv7a26dfar .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kcv7a26dfar .element__heading .ecom__heading,.ecom-core.ecom-kcv7a26dfar .element__heading .ecom__heading a{font-size: 24px;line-height: 1.2em;}}.ecom-core.ecom-kcv7a26dfar{padding-bottom: 0px !important;animation-duration: 600ms !important;}.ecom-core.ecom-kcv7a26dfar.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-kcv7a26dfar{margin-top: -20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mvvtfn8d3fa>div.core__row--columns{justify-content: left;}}.ecom-core.ecom-mvvtfn8d3fa{background-color: #F8EECD;}.ecom-core.ecom-mvvtfn8d3fa{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mvvtfn8d3fa{padding-top: 35px !important;padding-bottom: 35px !important;}.ecom-core.ecom-mvvtfn8d3fa div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mvvtfn8d3fa{padding-top: 35px !important;padding-bottom: 35px !important;}.ecom-core.ecom-mvvtfn8d3fa 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-pxvoziva5ua .ecom-core.ecom-qfdljkgsg1i>div.core__column--wrapper{margin-top: 30px !important;}}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,1fr);}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product--wrapper-items {column-gap: 17px;row-gap: 21px;}.ecom-core.ecom-8cak9svsu9x{show_price: block;show_picker: show;}.ecom-core.ecom-8cak9svsu9x .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-8cak9svsu9x .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-description{order: 2;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-prices{order: 1;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-variants{order: 5;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-countdown{order: 3;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-8cak9svsu9x .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,1fr);}.ecom-core.ecom-8cak9svsu9x .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8cak9svsu9x .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,1fr);}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product--wrapper-items {column-gap: 15px;row-gap: 12px;}.ecom-core.ecom-8cak9svsu9x .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-8cak9svsu9x .ecom-collection.ecom-collection__product{background-color: #ffffff;}.ecom-core.ecom-8cak9svsu9x .ecom-collection.ecom-collection__product:hover{background-color: #ffffff;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-item:hover{background-color: #ffffff;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 20px;}.ecom-core.ecom-8cak9svsu9x .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-8cak9svsu9x .ecom-collection__product-item-information-title,.ecom-core.ecom-8cak9svsu9x .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-8cak9svsu9x .ecom-collection__product-item-information-title:hover{color: #d47d19;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price,.ecom-core.ecom-8cak9svsu9x .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-8cak9svsu9x .ecom-collection__product-price{color: #848484;margin-top: -16px;margin-bottom: 5px;padding-top: 0px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--regular,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--regular a,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--from,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--from a{font-size: 13px;font-weight: 400;font-family: 'Lato', sans-serif;text-decoration: line-through;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--regular,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--from{color: #9896A9;margin-left: -3px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--sale{font-size: 17px;font-weight: 500;font-family: 'Lato', sans-serif;color: #e00707;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-submit{position: absolute;bottom: 100%;align-self: center;font-size: 15px;font-weight: 500;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Lato', sans-serif;letter-spacing: 0px;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-8cak9svsu9x .ecom-collection__product-submit:hover{height: 40px;min-height: 40px;color: #ffffff;background-color: #e6ac1c;border-style: none;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-8cak9svsu9x .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-8cak9svsu9x .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-form__actions--soldout{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;font-family: 'Poppins', sans-serif;text-transform: uppercase;letter-spacing: 1.2px;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-8cak9svsu9x .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: #000;border-style: none;}.ecom-core.ecom-8cak9svsu9x .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-8cak9svsu9x .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: #000000;border-style: none;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-form__actions--view-more svg{width: 141px;height: 141px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-rating-wrapper{display: flex;justify-content: flex-start;margin: 0px;padding: 0px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-rating-wrapper,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-rating-wrapper a{font-family: 'Lato', sans-serif;font-size: 12px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-picker-radio-label,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;font-family: 'Lato', sans-serif;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-picker-radio-list,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-picker-images-list{justify-content: start;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-swatch-item{text-align: center;font-size: 12px;font-weight: 400;font-family: 'Lato', sans-serif;line-height: 1.25em;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-8cak9svsu9x .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-8cak9svsu9x .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-8cak9svsu9x .selector-wrapper label,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-picker-dropdown-label{text-align: left;color: #000;margin-bottom: 0px;padding-bottom: 0px;}.ecom-core.ecom-8cak9svsu9x .selector-wrapper label,.ecom-core.ecom-8cak9svsu9x .selector-wrapper label a,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-picker-dropdown-label,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-picker-dropdown-label a{font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 500;}.ecom-core.ecom-8cak9svsu9x .selector-wrapper select,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-picker-dropdown-list,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-picker-selection select{font-family: 'Jost', sans-serif;font-size: 12px;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-8cak9svsu9x .ecom-collection__product-item-information-title,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price a{line-height: 40px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--regular,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--regular a,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--from,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--from a{line-height: 40px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--sale{line-height: 40px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-8cak9svsu9x .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-8cak9svsu9x .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-8cak9svsu9x .ecom-collection__product-form__actions--view-more{align-self: center;font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8cak9svsu9x .ecom-collection.ecom-collection__product{padding-right: 0px;padding-left: 0px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-item-information-title,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-item-information-title{margin-top: -6px;margin-bottom: 12.5px;padding-top: 0px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price a{font-size: 16px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--regular,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--regular a,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--from,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--from a{font-size: 14px;text-decoration: line-through;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price--sale{font-size: 16px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-submit{font-size: 12px;width: 100px;height: 25px;min-height: 25px;padding: 5px;margin-top: 15px;margin-bottom: 25px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-submit:hover{width: 100px;height: 25px;min-height: 25px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 1px;height: 1px;}.ecom-core.ecom-8cak9svsu9x .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-8cak9svsu9x .ecom-collection__product-form__actions--soldout{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-form__actions--view-more{left: 0%;bottom: 100%;font-family: 'Lato', sans-serif;font-size: 11px;line-height: 14px;letter-spacing: 0.2px;width: 100%;height: 35px;min-height: 35px;padding-right: 0px;padding-left: 0px;}.ecom-core.ecom-8cak9svsu9x .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-8cak9svsu9x{margin-right: 20px !important;margin-bottom: 20px !important;margin-left: 20px !important;padding: 10px 10px 0 10px !important;background-color: #ffffff;display: block;animation-duration: 600ms !important;}.ecom-core.ecom-8cak9svsu9x.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-8cak9svsu9x{margin-bottom: 20px !important;display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8cak9svsu9x{margin: -5px 0px 0px 0px !important;padding-bottom: 0px !important;display: block;}} .ecom-core.ecom-8cak9svsu9x .ecom-child-element:before,.ecom-core.ecom-8cak9svsu9x .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-form__actions--add,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}
.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}
.ecom-core.ecom-8cak9svsu9x .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-8cak9svsu9x .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-item svg{
    width: 15px !important;
    height: 15px !important;
}
.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-picker-selection{
    display: none;
}
.ecom-core.ecom-8cak9svsu9x .ecom-collection__product-price-wrapper{
flex-direction: row-reverse;
justify-content: flex-end;
}.ecom-core.ecom-lbrwp95kj8 .ecom-text--more-actions button ,.ecom-core.ecom-lbrwp95kj8 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-lbrwp95kj8 .text-content,.ecom-core.ecom-lbrwp95kj8  .text-content a,.ecom-core.ecom-lbrwp95kj8  .text-content p,.ecom-core.ecom-lbrwp95kj8  .text-content span{text-align: center;color: #000000;}.ecom-core.ecom-lbrwp95kj8 .text-content,.ecom-core.ecom-lbrwp95kj8 .text-content a,.ecom-core.ecom-lbrwp95kj8  .text-content a,.ecom-core.ecom-lbrwp95kj8  .text-content a a,.ecom-core.ecom-lbrwp95kj8  .text-content p,.ecom-core.ecom-lbrwp95kj8  .text-content p a,.ecom-core.ecom-lbrwp95kj8  .text-content span,.ecom-core.ecom-lbrwp95kj8  .text-content span a{font-size: 45px;font-family: 'Lato-Bold', sans-serif;line-height: 56px;}.ecom-core.ecom-lbrwp95kj8 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-lbrwp95kj8 .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lbrwp95kj8 .text-content,.ecom-core.ecom-lbrwp95kj8 .text-content a,.ecom-core.ecom-lbrwp95kj8  .text-content a,.ecom-core.ecom-lbrwp95kj8  .text-content a a,.ecom-core.ecom-lbrwp95kj8  .text-content p,.ecom-core.ecom-lbrwp95kj8  .text-content p a,.ecom-core.ecom-lbrwp95kj8  .text-content span,.ecom-core.ecom-lbrwp95kj8  .text-content span a{font-size: 24px;}}.ecom-core.ecom-lbrwp95kj8{padding-bottom: 0px !important;margin-top: 45px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lbrwp95kj8{margin-top: -10px !important;}}.ecom-core.ecom-pxvoziva5ua{background-color: #ffffff;}
.ecom-core.ecom-5d2yfx0gike{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5d2yfx0gike{width: 100%;}}.ecom-core.ecom-dnut7ja6anl .ecom-image-align{align-items: center;}.ecom-core.ecom-dnut7ja6anl .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-dnut7ja6anl .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-dnut7ja6anl .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-dnut7ja6anl .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-dnut7ja6anl .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-dnut7ja6anl .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-dnut7ja6anl{margin: 50px 150px 50px 150px !important;}.ecom-core.ecom-elp0aw2kdhs .ecom-text--more-actions button ,.ecom-core.ecom-elp0aw2kdhs .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-elp0aw2kdhs .text-content,.ecom-core.ecom-elp0aw2kdhs  .text-content a,.ecom-core.ecom-elp0aw2kdhs  .text-content p,.ecom-core.ecom-elp0aw2kdhs  .text-content span{text-align: center;color: #000000;}.ecom-core.ecom-elp0aw2kdhs .text-content,.ecom-core.ecom-elp0aw2kdhs .text-content a,.ecom-core.ecom-elp0aw2kdhs  .text-content a,.ecom-core.ecom-elp0aw2kdhs  .text-content a a,.ecom-core.ecom-elp0aw2kdhs  .text-content p,.ecom-core.ecom-elp0aw2kdhs  .text-content p a,.ecom-core.ecom-elp0aw2kdhs  .text-content span,.ecom-core.ecom-elp0aw2kdhs  .text-content span a{font-size: 45px;font-family: 'Lato-Bold', sans-serif;}.ecom-core.ecom-elp0aw2kdhs .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-elp0aw2kdhs .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-elp0aw2kdhs{padding-bottom: 0px !important;margin-top: 12px !important;}.ecom-core.ecom-82z1ua8lqps{background-color: #CDE1BC;}.ecom-core.ecom-82z1ua8lqps{margin: 0px !important;padding: 60px 60px 25px 60px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-82z1ua8lqps div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-82z1ua8lqps div.core__row--columns{flex-direction: row;}.ecom-core.ecom-82z1ua8lqps{display: none;}}
.ecom-core.ecom-q8ct4zc5a49{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-q8ct4zc5a49{width: 100%;}}.ecom-core.ecom-9kpk3f5w .ecom-image-align{align-items: center;}.ecom-core.ecom-9kpk3f5w .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-9kpk3f5w .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-9kpk3f5w .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-9kpk3f5w .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-9kpk3f5w .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-9kpk3f5w .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-9kpk3f5w .ecom-image-align{align-items: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9kpk3f5w{margin-top: 8px !important;}}.ecom-core.ecom-q1fpirilfj .ecom-text--more-actions button ,.ecom-core.ecom-q1fpirilfj .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-q1fpirilfj .text-content,.ecom-core.ecom-q1fpirilfj  .text-content a,.ecom-core.ecom-q1fpirilfj  .text-content p,.ecom-core.ecom-q1fpirilfj  .text-content span{text-align: center;color: #000000;}.ecom-core.ecom-q1fpirilfj .text-content,.ecom-core.ecom-q1fpirilfj .text-content a,.ecom-core.ecom-q1fpirilfj  .text-content a,.ecom-core.ecom-q1fpirilfj  .text-content a a,.ecom-core.ecom-q1fpirilfj  .text-content p,.ecom-core.ecom-q1fpirilfj  .text-content p a,.ecom-core.ecom-q1fpirilfj  .text-content span,.ecom-core.ecom-q1fpirilfj  .text-content span a{font-size: 45px;font-family: 'Lato-Bold', sans-serif;}.ecom-core.ecom-q1fpirilfj .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-q1fpirilfj .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-q1fpirilfj .text-content,.ecom-core.ecom-q1fpirilfj  .text-content a,.ecom-core.ecom-q1fpirilfj  .text-content p,.ecom-core.ecom-q1fpirilfj  .text-content span{text-align: center;}.ecom-core.ecom-q1fpirilfj .text-content,.ecom-core.ecom-q1fpirilfj .text-content a,.ecom-core.ecom-q1fpirilfj  .text-content a,.ecom-core.ecom-q1fpirilfj  .text-content a a,.ecom-core.ecom-q1fpirilfj  .text-content p,.ecom-core.ecom-q1fpirilfj  .text-content p a,.ecom-core.ecom-q1fpirilfj  .text-content span,.ecom-core.ecom-q1fpirilfj  .text-content span a{font-size: 24px;font-family: 'Lato-Bold', sans-serif;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-q1fpirilfj{margin-top: 10px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vithdl61cmq>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vithdl61cmq{background-color: #CDE1BC;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-vithdl61cmq{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vithdl61cmq div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vithdl61cmq{padding: 30px 30px 40px 30px !important;margin: 0px !important;display: block;}.ecom-core.ecom-vithdl61cmq div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-54zkmup3ol{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-54zkmup3ol{width: 100%;}.ecom-core.ecom-54zkmup3ol>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-ajk1r3gns15 .ecom-core.ecom-54zkmup3ol>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-ajk1r3gns15 .ecom-core.ecom-54zkmup3ol>div.core__column--wrapper{margin: 30px 0px 30px 0px !important;}}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion__title{text-align: left;width: none;background-color: #ffffff;border-style: none;border-radius: 0px;padding: 15px 30px 15px 30px;margin: 15px 0px 15px 0px;}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion__title:hover{background-color: #fff;border-style: none;}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion__title.ecom-item-active{background-color: #fff;border-style: none;}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion__title .ecom-items--icon svg{height: 30px;width: 30px;}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion__title .ecom-items--icon{color: #000;}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion_nav--icon{margin-left: 10px;}.ecom-core.ecom-xsdbdo9tqph .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-xsdbdo9tqph .ecom-accordion_wrapper-info .ecom-items--icon svg{height: 20px;width: 20px;}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion_wrapper-info .ecom-accordion_icon-title{color: #000;}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion_wrapper-info .ecom-accordion_icon-title:hover{color: #00;}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion_icon-title{margin-right: 7px;}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion__body>.core__blocks>.core__blocks--body{background-color: #C7DBEB;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-xsdbdo9tqph .ecom-accordion__title{margin: 0px;padding: 10px;}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;}.ecom-core.ecom-xsdbdo9tqph .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-xsdbdo9tqph .ecom-accordion__title{text-align: left;padding: 10px;margin: 10px 0px 10px 0px;}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion__title .ecom-items--icon svg{height: 16px;width: 16px;}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion_nav--icon{margin-right: 5px;margin-left: 0px;}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;font-family: 'Lato-Regular', sans-serif;line-height: 29px;}.ecom-core.ecom-xsdbdo9tqph .ecom-accordion__body>.core__blocks>.core__blocks--body{padding-right: 15px;padding-bottom: 15px;padding-left: 15px;}}.ecom-core.ecom-xsdbdo9tqph{padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xsdbdo9tqph{padding-bottom: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xsdbdo9tqph{padding-bottom: 0px !important;margin-top: 0px !important;margin-bottom: 0px !important;}} 
}

.ecom-core.ecom-0pbhzd3tjgxd .ecom-text--more-actions button ,.ecom-core.ecom-0pbhzd3tjgxd .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-0pbhzd3tjgxd .text-content,.ecom-core.ecom-0pbhzd3tjgxd  .text-content a,.ecom-core.ecom-0pbhzd3tjgxd  .text-content p,.ecom-core.ecom-0pbhzd3tjgxd  .text-content span{text-align: left;color: #3C3C3C;}.ecom-core.ecom-0pbhzd3tjgxd .text-content,.ecom-core.ecom-0pbhzd3tjgxd .text-content a,.ecom-core.ecom-0pbhzd3tjgxd  .text-content a,.ecom-core.ecom-0pbhzd3tjgxd  .text-content a a,.ecom-core.ecom-0pbhzd3tjgxd  .text-content p,.ecom-core.ecom-0pbhzd3tjgxd  .text-content p a,.ecom-core.ecom-0pbhzd3tjgxd  .text-content span,.ecom-core.ecom-0pbhzd3tjgxd  .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-0pbhzd3tjgxd .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-0pbhzd3tjgxd .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-0pbhzd3tjgxd .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-0pbhzd3tjgxd .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-0pbhzd3tjgxd .text-content,.ecom-core.ecom-0pbhzd3tjgxd .text-content a,.ecom-core.ecom-0pbhzd3tjgxd  .text-content a,.ecom-core.ecom-0pbhzd3tjgxd  .text-content a a,.ecom-core.ecom-0pbhzd3tjgxd  .text-content p,.ecom-core.ecom-0pbhzd3tjgxd  .text-content p a,.ecom-core.ecom-0pbhzd3tjgxd  .text-content span,.ecom-core.ecom-0pbhzd3tjgxd  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 14px;line-height: 22px;}}.ecom-core.ecom-0pbhzd3tjgxd{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-0pbhzd3tjgxd{margin-left: 0px !important;}}.ecom-core.ecom-em2ej88qi3 .ecom-text--more-actions button ,.ecom-core.ecom-em2ej88qi3 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-em2ej88qi3 .text-content,.ecom-core.ecom-em2ej88qi3  .text-content a,.ecom-core.ecom-em2ej88qi3  .text-content p,.ecom-core.ecom-em2ej88qi3  .text-content span{text-align: left;color: #3C3C3C;}.ecom-core.ecom-em2ej88qi3 .text-content,.ecom-core.ecom-em2ej88qi3 .text-content a,.ecom-core.ecom-em2ej88qi3  .text-content a,.ecom-core.ecom-em2ej88qi3  .text-content a a,.ecom-core.ecom-em2ej88qi3  .text-content p,.ecom-core.ecom-em2ej88qi3  .text-content p a,.ecom-core.ecom-em2ej88qi3  .text-content span,.ecom-core.ecom-em2ej88qi3  .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-em2ej88qi3 .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-em2ej88qi3 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-em2ej88qi3 .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-em2ej88qi3 .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-em2ej88qi3 .text-content,.ecom-core.ecom-em2ej88qi3 .text-content a,.ecom-core.ecom-em2ej88qi3  .text-content a,.ecom-core.ecom-em2ej88qi3  .text-content a a,.ecom-core.ecom-em2ej88qi3  .text-content p,.ecom-core.ecom-em2ej88qi3  .text-content p a,.ecom-core.ecom-em2ej88qi3  .text-content span,.ecom-core.ecom-em2ej88qi3  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 14px;line-height: 22px;}}.ecom-core.ecom-em2ej88qi3{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-em2ej88qi3{margin-left: 0px !important;}}.ecom-core.ecom-24uhb5lkp61 .ecom-text--more-actions button ,.ecom-core.ecom-24uhb5lkp61 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-24uhb5lkp61 .text-content,.ecom-core.ecom-24uhb5lkp61  .text-content a,.ecom-core.ecom-24uhb5lkp61  .text-content p,.ecom-core.ecom-24uhb5lkp61  .text-content span{text-align: left;color: #3C3C3C;}.ecom-core.ecom-24uhb5lkp61 .text-content,.ecom-core.ecom-24uhb5lkp61 .text-content a,.ecom-core.ecom-24uhb5lkp61  .text-content a,.ecom-core.ecom-24uhb5lkp61  .text-content a a,.ecom-core.ecom-24uhb5lkp61  .text-content p,.ecom-core.ecom-24uhb5lkp61  .text-content p a,.ecom-core.ecom-24uhb5lkp61  .text-content span,.ecom-core.ecom-24uhb5lkp61  .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-24uhb5lkp61 .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-24uhb5lkp61 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-24uhb5lkp61 .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-24uhb5lkp61 .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-24uhb5lkp61 .text-content,.ecom-core.ecom-24uhb5lkp61 .text-content a,.ecom-core.ecom-24uhb5lkp61  .text-content a,.ecom-core.ecom-24uhb5lkp61  .text-content a a,.ecom-core.ecom-24uhb5lkp61  .text-content p,.ecom-core.ecom-24uhb5lkp61  .text-content p a,.ecom-core.ecom-24uhb5lkp61  .text-content span,.ecom-core.ecom-24uhb5lkp61  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 14px;line-height: 22px;}}.ecom-core.ecom-24uhb5lkp61{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-24uhb5lkp61{margin-left: 0px !important;}}.ecom-core.ecom-e0dg8lenh0l .ecom-text--more-actions button ,.ecom-core.ecom-e0dg8lenh0l .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-e0dg8lenh0l .text-content,.ecom-core.ecom-e0dg8lenh0l  .text-content a,.ecom-core.ecom-e0dg8lenh0l  .text-content p,.ecom-core.ecom-e0dg8lenh0l  .text-content span{text-align: left;color: #3C3C3C;}.ecom-core.ecom-e0dg8lenh0l .text-content,.ecom-core.ecom-e0dg8lenh0l .text-content a,.ecom-core.ecom-e0dg8lenh0l  .text-content a,.ecom-core.ecom-e0dg8lenh0l  .text-content a a,.ecom-core.ecom-e0dg8lenh0l  .text-content p,.ecom-core.ecom-e0dg8lenh0l  .text-content p a,.ecom-core.ecom-e0dg8lenh0l  .text-content span,.ecom-core.ecom-e0dg8lenh0l  .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-e0dg8lenh0l .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-e0dg8lenh0l .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-e0dg8lenh0l .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-e0dg8lenh0l .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-e0dg8lenh0l .text-content,.ecom-core.ecom-e0dg8lenh0l .text-content a,.ecom-core.ecom-e0dg8lenh0l  .text-content a,.ecom-core.ecom-e0dg8lenh0l  .text-content a a,.ecom-core.ecom-e0dg8lenh0l  .text-content p,.ecom-core.ecom-e0dg8lenh0l  .text-content p a,.ecom-core.ecom-e0dg8lenh0l  .text-content span,.ecom-core.ecom-e0dg8lenh0l  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 14px;line-height: 22px;}}.ecom-core.ecom-e0dg8lenh0l{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-e0dg8lenh0l{margin-left: 0px !important;}}.ecom-core.ecom-jjssijftcs8 .ecom-text--more-actions button ,.ecom-core.ecom-jjssijftcs8 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-jjssijftcs8 .text-content,.ecom-core.ecom-jjssijftcs8  .text-content a,.ecom-core.ecom-jjssijftcs8  .text-content p,.ecom-core.ecom-jjssijftcs8  .text-content span{text-align: left;color: #3C3C3C;}.ecom-core.ecom-jjssijftcs8 .text-content,.ecom-core.ecom-jjssijftcs8 .text-content a,.ecom-core.ecom-jjssijftcs8  .text-content a,.ecom-core.ecom-jjssijftcs8  .text-content a a,.ecom-core.ecom-jjssijftcs8  .text-content p,.ecom-core.ecom-jjssijftcs8  .text-content p a,.ecom-core.ecom-jjssijftcs8  .text-content span,.ecom-core.ecom-jjssijftcs8  .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-jjssijftcs8 .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-jjssijftcs8 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-jjssijftcs8 .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-jjssijftcs8 .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-jjssijftcs8 .text-content,.ecom-core.ecom-jjssijftcs8 .text-content a,.ecom-core.ecom-jjssijftcs8  .text-content a,.ecom-core.ecom-jjssijftcs8  .text-content a a,.ecom-core.ecom-jjssijftcs8  .text-content p,.ecom-core.ecom-jjssijftcs8  .text-content p a,.ecom-core.ecom-jjssijftcs8  .text-content span,.ecom-core.ecom-jjssijftcs8  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 14px;line-height: 22px;}}.ecom-core.ecom-jjssijftcs8{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-jjssijftcs8{margin-top: 30px !important;margin-left: 0px !important;}}.ecom-core.ecom-04i7zx4cprt9 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-04i7zx4cprt9 .element__heading .ecom__heading,.ecom-core.ecom-04i7zx4cprt9 .element__heading .ecom__heading a{font-weight: 400;font-size: 45px;line-height: 67px;letter-spacing: 0px;font-family: 'Lato-Bold', sans-serif;}.ecom-core.ecom-04i7zx4cprt9  .element__heading .ecom__heading,.ecom-core.ecom-04i7zx4cprt9  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-04i7zx4cprt9 .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-04i7zx4cprt9 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-04i7zx4cprt9 .element__heading .ecom__heading,.ecom-core.ecom-04i7zx4cprt9 .element__heading .ecom__heading a{font-size: 24px;line-height: 1.2em;}}.ecom-core.ecom-04i7zx4cprt9{margin-top: 0px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-04i7zx4cprt9{margin-bottom: 5px !important;}}.ecom-core.ecom-ajk1r3gns15>div.core__row--columns{max-width: 1200px;}.ecom-core.ecom-ajk1r3gns15{background-color: #C7DBEB;}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-2iz6jo6s2xr{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2iz6jo6s2xr{width: 100%;}}html body .ecom-core.ecom-d24ugh7e7k .ecom-core.ecom-2iz6jo6s2xr>div.core__column--wrapper{margin-right: 20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-d24ugh7e7k .ecom-core.ecom-2iz6jo6s2xr>div.core__column--wrapper{margin-right: 0px !important;}}.ecom-core.ecom-opizb6ouda .ecom-text--more-actions button ,.ecom-core.ecom-opizb6ouda .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-opizb6ouda .text-content,.ecom-core.ecom-opizb6ouda  .text-content a,.ecom-core.ecom-opizb6ouda  .text-content p,.ecom-core.ecom-opizb6ouda  .text-content span{text-align: center;color: #333333;}.ecom-core.ecom-opizb6ouda .text-content,.ecom-core.ecom-opizb6ouda .text-content a,.ecom-core.ecom-opizb6ouda  .text-content a,.ecom-core.ecom-opizb6ouda  .text-content a a,.ecom-core.ecom-opizb6ouda  .text-content p,.ecom-core.ecom-opizb6ouda  .text-content p a,.ecom-core.ecom-opizb6ouda  .text-content span,.ecom-core.ecom-opizb6ouda  .text-content span a{font-size: 20px;font-family: 'Lato-Regular', sans-serif;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;}.ecom-core.ecom-opizb6ouda .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-opizb6ouda .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-opizb6ouda .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-opizb6ouda .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-opizb6ouda .text-content,.ecom-core.ecom-opizb6ouda  .text-content a,.ecom-core.ecom-opizb6ouda  .text-content p,.ecom-core.ecom-opizb6ouda  .text-content span{text-align: left;}.ecom-core.ecom-opizb6ouda .text-content,.ecom-core.ecom-opizb6ouda .text-content a,.ecom-core.ecom-opizb6ouda  .text-content a,.ecom-core.ecom-opizb6ouda  .text-content a a,.ecom-core.ecom-opizb6ouda  .text-content p,.ecom-core.ecom-opizb6ouda  .text-content p a,.ecom-core.ecom-opizb6ouda  .text-content span,.ecom-core.ecom-opizb6ouda  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-opizb6ouda .text-content,.ecom-core.ecom-opizb6ouda .text-content a,.ecom-core.ecom-opizb6ouda  .text-content a,.ecom-core.ecom-opizb6ouda  .text-content a a,.ecom-core.ecom-opizb6ouda  .text-content p,.ecom-core.ecom-opizb6ouda  .text-content p a,.ecom-core.ecom-opizb6ouda  .text-content span,.ecom-core.ecom-opizb6ouda  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 16px;line-height: 26px;}}.ecom-core.ecom-opizb6ouda{margin-top: 30px !important;padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-opizb6ouda.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-opizb6ouda{margin-top: 10px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-19nl6erh27n .ecom-image-align{align-items: center;}.ecom-core.ecom-19nl6erh27n .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-19nl6erh27n .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-19nl6erh27n .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-19nl6erh27n .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-19nl6erh27n .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-eitsy0hdlzp{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-eitsy0hdlzp{width: 100%;}}html body .ecom-core.ecom-d24ugh7e7k .ecom-core.ecom-eitsy0hdlzp>div.core__column--wrapper{margin-left: 20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-d24ugh7e7k .ecom-core.ecom-eitsy0hdlzp>div.core__column--wrapper{margin-top: -20px !important;margin-left: 0px !important;}}.ecom-core.ecom-yv8vzt9chx .ecom-text--more-actions button ,.ecom-core.ecom-yv8vzt9chx .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-yv8vzt9chx .text-content,.ecom-core.ecom-yv8vzt9chx  .text-content a,.ecom-core.ecom-yv8vzt9chx  .text-content p,.ecom-core.ecom-yv8vzt9chx  .text-content span{text-align: center;color: #333333;}.ecom-core.ecom-yv8vzt9chx .text-content,.ecom-core.ecom-yv8vzt9chx .text-content a,.ecom-core.ecom-yv8vzt9chx  .text-content a,.ecom-core.ecom-yv8vzt9chx  .text-content a a,.ecom-core.ecom-yv8vzt9chx  .text-content p,.ecom-core.ecom-yv8vzt9chx  .text-content p a,.ecom-core.ecom-yv8vzt9chx  .text-content span,.ecom-core.ecom-yv8vzt9chx  .text-content span a{font-size: 20px;font-family: 'Lato-Regular', sans-serif;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;}.ecom-core.ecom-yv8vzt9chx .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-yv8vzt9chx .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-yv8vzt9chx .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-yv8vzt9chx .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-yv8vzt9chx .text-content,.ecom-core.ecom-yv8vzt9chx  .text-content a,.ecom-core.ecom-yv8vzt9chx  .text-content p,.ecom-core.ecom-yv8vzt9chx  .text-content span{text-align: left;}.ecom-core.ecom-yv8vzt9chx .text-content,.ecom-core.ecom-yv8vzt9chx .text-content a,.ecom-core.ecom-yv8vzt9chx  .text-content a,.ecom-core.ecom-yv8vzt9chx  .text-content a a,.ecom-core.ecom-yv8vzt9chx  .text-content p,.ecom-core.ecom-yv8vzt9chx  .text-content p a,.ecom-core.ecom-yv8vzt9chx  .text-content span,.ecom-core.ecom-yv8vzt9chx  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yv8vzt9chx .text-content,.ecom-core.ecom-yv8vzt9chx .text-content a,.ecom-core.ecom-yv8vzt9chx  .text-content a,.ecom-core.ecom-yv8vzt9chx  .text-content a a,.ecom-core.ecom-yv8vzt9chx  .text-content p,.ecom-core.ecom-yv8vzt9chx  .text-content p a,.ecom-core.ecom-yv8vzt9chx  .text-content span,.ecom-core.ecom-yv8vzt9chx  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 16px;line-height: 26px;}}.ecom-core.ecom-yv8vzt9chx{margin-top: 30px !important;padding-bottom: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-yv8vzt9chx.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-yv8vzt9chx{padding-bottom: 0px !important;margin-top: 10px !important;}}.ecom-core.ecom-s7mc98j5qd .ecom-image-align{align-items: center;}.ecom-core.ecom-s7mc98j5qd .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-s7mc98j5qd .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-s7mc98j5qd .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-s7mc98j5qd .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-s7mc98j5qd .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-2klfi2f3g32{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2klfi2f3g32{width: 100%;}}html body .ecom-core.ecom-d24ugh7e7k .ecom-core.ecom-2klfi2f3g32>div.core__column--wrapper{margin-top: 80px !important;margin-right: 20px !important;margin-left: 20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-d24ugh7e7k .ecom-core.ecom-2klfi2f3g32>div.core__column--wrapper{margin-top: 30px !important;margin-right: 0px !important;margin-left: 0px !important;}}.ecom-core.ecom-xemigafyo8 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-xemigafyo8 .element__heading .ecom__heading,.ecom-core.ecom-xemigafyo8 .element__heading .ecom__heading a{font-size: 45px;line-height: 48px;letter-spacing: 0px;font-family: 'Lato-Bold', sans-serif;}.ecom-core.ecom-xemigafyo8  .element__heading .ecom__heading,.ecom-core.ecom-xemigafyo8  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xemigafyo8 .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xemigafyo8 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-xemigafyo8 .element__heading .ecom__heading,.ecom-core.ecom-xemigafyo8 .element__heading .ecom__heading a{font-size: 24px;line-height: 1.5em;}}.ecom-core.ecom-xemigafyo8{margin-top: 0px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xemigafyo8{margin-top: -20px !important;margin-bottom: 5px !important;}}.ecom-core.ecom-d24ugh7e7k{background-color: #F6F8FA;}

