/** Shopify CDN: Minification failed

Line 2403:826 Expected identifier but found whitespace
Line 2403:832 Unexpected ";"
Line 2411:4273 Expected identifier but found whitespace
Line 2411:4279 Unexpected ";"
Line 2419:553 Expected identifier but found whitespace
Line 2419:559 Unexpected ";"
Line 2422:1628 Expected identifier but found whitespace
Line 2422:1634 Unexpected ";"
Line 2425:1622 Expected identifier but found whitespace
Line 2425:1628 Unexpected ";"

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

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

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

                @media only screen and (min-width: 768px) {
                    .ecom-column>.core__column--wrapper {
                        height: 100%;
                    }
                }
                /*.ecom-parallax-background {
                    background-size: cover;
                    width: 100%;
                    height: 100%;
                    transition: background-position 0.2s linear;
                    background-repeat: inherit !important;
                }*/
                .ecom-use-parallax {
                    background: unset !important;
                }
                .ecom-parallax-background {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    overflow: hidden;
                }
                .ecom-parallax-background img {
                    object-fit: cover;
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translate(-50%,0);
                    pointer-events: none;
                }
                .ecom-row {
                    width: 100%;
                    position: relative;
                }
                .ecom-video-background-youtube-wrapper {
                    overflow: hidden
                }
                .ecom-section__overlay > .ecom-overlay, .ecom-section__overlay .ecom-video-background-youtube, .ecom-video-background-youtube-wrapper{
                    position:absolute;
                    top:0;
                    left:0;
                    bottom:0;
                    right:0;
                }
                .ecom-row:not(.ecom-section) {
                    float: left;
                }
                .ecom-row.ecom-section {
                    clear: both;
                }
                .ecom-row:hover {
                    z-index: 1;
                }
                .ecom-row>div.core__row--columns.core__row--full {
                    max-width: 100%;
                }
                @media (min-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { height: 300%; top: -100%; }
                }
                @media (max-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { width: 300%; left: -100%; }
                }
                @supports not (aspect-ratio: 16 / 9) {
                    .ecom-video-background-youtube:before {
                        display: block;
                        content: "";
                        width: 100%;
                        padding-top: 56.25%;
                    }
                    .ecom-video-background-youtube .ecom-video-background {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }
                    .ecom-video-background {
                        -o-object-fit: unset !important;
                        object-fit: unset !important;
                    }
                }
                @media (max-width: 767px) {
                    .ecom-section__video-bg .ecom-video-background-youtube {
                        display: none;
                    }
                }
                

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

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

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

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

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

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

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

                    .ecom-accordion_nav--icon svg{
                        height:auto;
                    }
                    .ecom-accordion__body > div{
                        padding:0 !important;
                    }
                    .ecom-items-icon-active{
                        display:none;
                    }
                    .ecom-accordion_nav--icon.ecom-items--icon {
                      transition: all .2s ease;
                    }
                    .ecom-item-active.ecom-accordion__item > .ecom-items > .ecom-accordion_nav--icon{
                        display:none
                    }
                    .ecom-item-active.ecom-accordion__item > .ecom-items > .ecom-items-icon-active{
                        display:flex;
                    }
                    .ecom-accordion__wrapper .core__group--items{
                        display:flex;
                        flex-wrap:wrap;
                    }
                    .ecom-core .ecom-item-active > .ecom-accordion__body.ecom-accordion__body--auto-height,
                    .ecom-item-group-init.ecom-item-active > .ecom-accordion__body{
                        height:auto !important;
                    }
                    .ecom-items--icon[data-image="true"]{
                        display: none;
                    }
                
                    .image-resize {
                        width: auto !important;
                        max-width: 100% !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default picture {
                        height: var(--height-resize) !important;
                        width: var(--width-resize) !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default .ecom-image-picture img {
                        width: 100% !important;
                        height: 100% !important;
                    }
                    .ecom-container-image.resize .ecom-image-content-position.ecom-image-default.ecom-base-image-container-overlay{
                        width: var(--width-resize) !important;
                        user-select: none;
                        -ms-user-select: none;
                        -webkit-user-select: none;
                    }
                    .ecom-container-image.resize .ecom-image-picture * {
                        /*transition: none;*/
                        pointer-events: none;
                    }
                    .ecom-base-image.ecom-overlay > .ecom-overlay-text{
                        text-align:center
                    }
                    .ecom-image-align{
                        display:flex;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-picture{
                        overflow: hidden;
                        width:100%;
                        height:100%;
                    }
                    .ecom-base-image .ecom-image-picture img {
                        min-height: 1px;
                        object-position: var(--object-position);
                    }
                    .ecom-base-image picture {
                        overflow: hidden;
                        flex:1 1 auto;
                        min-height:1px;
                    }
                    .ecom-base-image picture img{
                        display: block;
                        max-width: 100%;
                        height: auto;
                        width: 100%;
                    }
                    .ecom-base-image figure{
                        display: flex;
                    }
                    .ecom-container-image{
                        display: flex;
                        flex-direction: column;
                        width:100%;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-content-position{
                        position: relative;
                    }
                    .ecom-base-image.ecom-overlay {
                        position: absolute;
                        z-index: 1;
                        opacity: 0.5;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                    }
                    .ecom-image__caption{
                        width:100%;
                    }
                    .ecom-base-image .ecom-image-picture, .ecom-base-image .ecom-image-picture img {
                        width: 100%;
                        max-width: 100%;
                    }
                    .ecom-base-image .ecom-base-image-container-overlay:hover>.ecom-overlay {
                        background-color: rgba(17, 24, 39, 0.3);
                    }
                    .ecom-base-image.image-highlight:after {
                        content: "";
                        position: fixed;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        background: #000000bf;
                        z-index: 999;
                        opacity: 1;
                        pointer-events: none; /* for clickable thought overlay */
                    }
                    .ecom-base-image.image-highlight .ecom-container-image {
                        z-index: 1000;
                    }
                    @media (max-width: 1024px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-tablet);
                        }
                    }
                    @media (max-width: 767px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-mobile);
                        }
                    }
                
                    .ecom-element-button.ecom-button-default{
                        display:flex;
                    }
                    a.ecom__element--button{
                        display: inline-flex;
                        align-items: center;
                        text-decoration: none;
                        text-align:center
                    }
                    .ecom__element--button-icon{
                        display:inline-flex;
                        color:inherit;
                    }
                    .ecom__element--button-icon svg{
                        width:24px;
                        height:auto
                    }
                
                .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;
                }
            
                .tabs__wrapper.ecom__element {
                    display: flex;
                    width: 100%;
                }
                .tabs__wrapper .core__group--item {
                    flex: 1;
                }

                .tab__item {
                    visibility: hidden;
                    opacity:0;
                    z-index:1;
                    transition: all 500ms ease;
                    display:none;
                }
                .tab__item.ecom-item-active{
                    visibility: visible;
                    opacity:1;
                    z-index:2;
                    display:block;
                }
                .tabs_nav--content {
                    display: flex;
                }
                .tabs__navs {
                    display: flex;
                }
                .tabs__nav {
                    padding: 16px 30px;
                    cursor: pointer;
                    flex-direction: row;
                }
                .tabs_nav--sub-text {
                    display: flex;
                    width: 100%;
                }
                .tabs_nav--text {
                    margin: 0;
                    white-space: nowrap;
                    width:100%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
                @media (min-width: 767px) {
                    .tabs__wrapper--horizontal, .tabs__navs--vertical, .tabs__navs--vertical .tabs__navs--items {
                        flex-direction: column;
                    }
                    .tabs__wrapper--vertical,
                    .tabs__navs--horizontal,
                    .tabs__navs--items {
                        flex-direction: row;
                    }
                    .tabs__wrapper--vertical>.core__group--items {
                        width: 100%;
                    }
                    .ecom-position-sticky {
                        position: sticky;
                        top: 0;
                    }
                }
                .tabs__nav {
                    display: flex;
                    align-items: center;
                }
                .tabs__nav.ecom-item-active{
                    pointer-events: none;
                }
                .tabs_nav--icon {
                    display:flex;
                }
                .tabs_nav--icon svg{
                    width:24px;
                    height:auto;
                }
                .tabs__navs--horizontal, .tabs__navs--items{
                    display:flex;
                    overflow-x:auto;
                    overflow: -moz-scrollbars-none;
                    -ms-overflow-style: none;
                }
                .tabs__navs--horizontal::-webkit-scrollbar {
                    width: 0 !important;
                    display: none;
                }
                .tabs__body >div{
                    padding:0 !important;
                }
                /*.tab__item,*/
                .tabs__body{
                    height:100%
                }
                .tabs__items{
                    flex:1
                }
                .tabs__navs--vertical {
                  width: var(--ecom-tab-nav-width);
                  max-width: var(--ecom-tab-nav-width);
                }
                .core__group--items {
                  width: var(--ecom-tab-item-width);
                  max-width: var(--ecom-tab-item-width);
                }
                .ecom-items--sub-text {
                    display: block;
                }
                @media (max-width: 1024px) {
                  .tabs__navs--vertical {
                    width: var(--ecom-tab-nav-width__tablet);
                    max-width: var(--ecom-tab-nav-width__tablet);
                  }
                  .core__group--items {
                    width: var(--ecom-tab-item-width__tablet);
                    max-width: var(--ecom-tab-item-width__tablet);
                  }
                }
                @media screen and (max-width: 767px){
                    .tabs__wrapper{
                        flex-direction:column
                    }
                    .tabs__wrapper.ecom__element .tabs__navs {
                      overflow-x: hidden;
                      flex-direction: column;
                    }
                    .tabs__navs--vertical {
                      width: 100%;
                      max-width: 100%;
                    }
                    .core__group--items {
                      width: 100%;
                      max-width: 100%;
                    }
                }
            
                .element__divi{
                    /*padding:10px 0;*/
                    overflow:hidden;
                }
                .ecom__element-divi{
                    display:flex;
                }
                .divi-line{
                    /*margin:10px 0;*/
                    border:0;
                    border-bottom: 1px solid #D1D5DB;
                }
                .divi-cont{
                    position:relative;
                    z-index:1;
                    display:flex;
                    align-items:center;
                    transition: all .3s;
                    color: #818a91;
                    width:100%;
                }
                .divi-cont span{
                    display:flex;
                    white-space:nowrap;
                }
                .divi-cont-before{
                    display:block;
                    border:0;
                }
                .divi-cont-after{
                    display:block;
                    border:0;
                }
                .divi-style{
                    padding:0 !important;
                    border-bottom: 2px solid #D1D5DB;
                }
                .divi-cont>*{
                    margin:0;
                }
                .divi-cont svg{
                    width:36px;
                    height:auto;
}
                .line-style-zigzag .divi-line, .line-style-zigzag .divi-cont-before,.line-style-zigzag .divi-cont-after {
                    height: var(--divi-line-height);
                    background-size: var(--divi-line-height) 100%;
                    background-repeat: repeat-x;
                    border: none;
                    background-image: var(--divi-background-url);
                }
                .line-style-curly .divi-line, .line-style-curly .divi-cont-before, .line-style-curly .divi-cont-after{
                    height: var(--divi-line-height);
                    background-size: var(--divi-line-height) 100%;
                    background-repeat: repeat-x;
                    border: none;
                    background-image: var(--divi-background-url);

                }
                .ecom__element-divi .ecom-image-default{
                    width:300px;
                    flex-shrink:0;

                }

                .ecom__element-divi .ecom-base-image .ecom-image-picture {
                    width: 100%;
                    max-width: 100%;
                }
                .ecom__element-divi .ecom-base-image picture{
                    overflow: hidden;
                    flex: 1 1 auto;
                    min-height: 1px;
                }
                .ecom__element-divi .ecom-base-image .ecom-image-picture img{
                    width: 100%;
                }
                .ecom__element-divi .ecom-image-default .ecom-image-picture img{
                    object-fit: contain;
                }

                .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                    flex: var(--flex-desktop);
                    width: var(--divider-width);
                }
                @media(max-width: 1024px) {
                    .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                        flex: var(--flex-tablet);
                        width: var(--divider-width-tablet);
                    }
                }
                @media(max-width: 767px) {
                    .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                        flex: var(--flex-mobile);
                        width: var(--divider-width-mobile);
                    }
                }
            
            .ecom-video-poster {
                position: absolute;
                width: 100%;
                height: 100%;
            }
            .ecom-video-poster img {
                width: 100%;
                height: 100% !important;
                object-fit: cover;
            }
            .ecom-element_video-popup{
                display:none;
            }

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

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

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

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

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

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

                .ecom-video-close-btn:hover {
                    color: white;
                    cursor: pointer;
                    -webkit-transform: scale(1.2, 1.2);
                    -moz-transform: scale(1.2, 1.2);
                    -ms-transform: scale(1.2, 1.2);
                    -o-transform: scale(1.2, 1.2);
                    transform: scale(1.2, 1.2);
                    -webkit-transition: transform .5s ease, color .5s ease;
                    -moz-transition: transform .5s ease, color .5s ease;
                    -ms-transition: transform .5s ease, color .5s ease;
                    -o-transition: transform .5s ease, color .5s ease;
                    transition: transform .5s ease, color .5s ease;
                }
                .element__video controls:not(.audio-only) div[pseudo="-webkit-media-controls-panel" i] {
                    background: transparent;
                }
                video {
                    isolation: isolate;
                    -webkit-mask-image: -webkit-radial-gradient(white, black);
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                }
                @media screen and (max-width : 786px) {
                    .ecom-video-wrapper {
                    height:350px;
                    }
                }
                @media screen and (max-width : 480px) {
                    .ecom-video-wrapper {
                    height:180px;
                    }
                }
            
                .ecom-element.element__counter {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                .element__counter--wrapper {
                    display: flex;
                }
                .element__counter--default {
                    display: flex;
                    flex-direction: column;
                    align-items: inherit;
                }
                .element__counter .element__counter--prefix,
                .element__counter .element__counter--suffix {
                    flex-grow: 1;
                    white-space: pre-wrap;
                }
                .element__counter .element__counter--prefix {
                    text-align: right;
                }
                .element__counter .element__counter--suffix {
                    text-align: left;
                }
                .ecom__element-counter--align{
                    display: inline-flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    gap:12px 20px;
                }
                .element__counter--icon{
                    display:inline-flex;
                }
                .element__counter--icon svg{
                    fill:currentColor;
                    width:24px;
                    height:auto
                }

            
                ecom-marquee-component {
                    opacity: 0;
                    visibility: hidden;
                    height: 0;
                }
                ecom-marquee-component.show {
                    opacity: 1;
                    visibility: visible;
                    height: auto
                }
                .ecom-text-marquee-container {
                    overflow-x: hidden;
                    display: flex;
                    flex-direction: row;
                    position: relative;
                    width: var(--width);
                    transform: var(--transform);
                }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                .ecom-icon-separator, .ecom-marquee-image {
                    padding-left: 15px;
                    padding-right: 15px;
                    line-height: normal;
                    align-self: center;
                }
            
                .element__featured .element__featured--box-icon{
                    display: flex;
                }
                .element__featured--wrapper {
                    display: grid;
                    width: 100%;
                }
                .element__featured--box {
                    text-align: center;
                    overflow:hidden;
                }

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

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

                .element__featured--wrapper-list::-webkit-scrollbar {
                    display: block;
                    height: 3px;
                }
                .element__featured--wrapper-list::-webkit-scrollbar-track {
                    background-color: rgba(0,0,0,.15);
                }
                .element__featured--wrapper-list::-webkit-scrollbar-thumb {
                    background-color: rgba(0,0,0,.25)
                }
                .element__featured--box-btn {
                    text-transform: uppercase;
                    text-decoration: none;
                    color: #fff;
                    background-color: #0691b1;
                    border-radius: 4px;
                    margin-top: 6px;
                    margin-bottom: 10px;
                    padding: 5px 20px 5px 20px;
                }
                .ecom-feature-box-icon-link svg {
                    width: 25px;
                    height: 25px;
                }
            
            .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;
            }
        }
        
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.ecom-core.ecom-q31h7bzyntp{width: 100.00%;}.ecom-core.ecom-q31h7bzyntp>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-q31h7bzyntp{width: 100%;}}.ecom-core.ecom-q31h7bzyntp>.core__column--wrapper{background: url('../../../files/header-app-page-enba31.png?v=1754034896') no-repeat scroll top center/contain;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-q31h7bzyntp>.core__column--wrapper{background: url('../../../files/header-app-page-en-mobilea5cc.jpg?v=1754034945') no-repeat scroll top center/cover;}}html body .ecom-core.ecom-j0xjq51pvl .ecom-core.ecom-q31h7bzyntp>div.core__column--wrapper{padding-top: 26% !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-j0xjq51pvl .ecom-core.ecom-q31h7bzyntp>div.core__column--wrapper{padding-top: 0px !important;}}.ecom-core.ecom-opqt2dgsi5>div.core__row--columns{height: auto;}.ecom-core.ecom-opqt2dgsi5>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-opqt2dgsi5>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-opqt2dgsi5{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-0a8mdwb8ijf{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0a8mdwb8ijf{width: 100%;}.ecom-core.ecom-0a8mdwb8ijf>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}html body .ecom-core.ecom-j0xjq51pvl .ecom-core.ecom-0a8mdwb8ijf>div.core__column--wrapper{margin-top: 60px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-j0xjq51pvl .ecom-core.ecom-0a8mdwb8ijf>div.core__column--wrapper{margin-top: 48px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-j0xjq51pvl .ecom-core.ecom-0a8mdwb8ijf>div.core__column--wrapper{margin-top: 32px !important;}}.ecom-core.ecom-94zk4plmfte .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-94zk4plmfte .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-94zk4plmfte .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);}.ecom-core.ecom-94zk4plmfte .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-94zk4plmfte .element__featured--box.item-style--list{max-width: 35%;flex: 0 0 35%;}.ecom-core.ecom-94zk4plmfte .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 16px;}.ecom-core.ecom-94zk4plmfte .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box{text-align: center;justify-content: center;padding-top: 0px;padding-bottom: 0px;}.ecom-core.ecom-94zk4plmfte .ecom-image-default{width: 48px !important;}.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-img img,.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-img picture{height: 68px !important;}.ecom-core.ecom-94zk4plmfte .ecom-image-align{justify-content: flex-start;}.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-img ,.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-img .ecom-image-default,.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-img  > picture,.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-img > img{border-radius: 8px;overflow: hidden;}.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-img{margin: 0px;padding: 0px;}.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-icon{color: #ffffff;justify-content: center;}.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-icon svg{height: 64px;width: 64px;}.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-text,.ecom-core.ecom-94zk4plmfte .element__featured a{font-weight: 500;line-height: 1.5em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-size: 16px;}.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-text{color: rgba(255, 255, 255, 0.8);margin-top: 16px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-94zk4plmfte .ecom-image-default{width: none !important;}.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-icon svg{height: 48px;width: 48px;}.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-text,.ecom-core.ecom-94zk4plmfte .element__featured a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box{text-align: center;justify-content: center;}.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-img{margin-bottom: 20px;}.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-icon svg{height: 36px;width: 36px;}.ecom-core.ecom-94zk4plmfte .element__featured--box-icon svg{margin-bottom: 8px;}.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-text,.ecom-core.ecom-94zk4plmfte .element__featured a{font-size: 14px;}.ecom-core.ecom-94zk4plmfte .element__featured .element__featured--box-text{margin-top: 0px;margin-bottom: 0px;}}.ecom-core.ecom-94zk4plmfte{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-94zk4plmfte{margin-top: 24px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-94zk4plmfte{display: block;}}.ecom-core.ecom-80ozmcjdzmy{width: 100.00%;}.ecom-core.ecom-80ozmcjdzmy>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}.ecom-core.ecom-80ozmcjdzmy>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-80ozmcjdzmy{width: 100%;}}html body .ecom-core.ecom-j0xjq51pvl .ecom-core.ecom-80ozmcjdzmy>div.core__column--wrapper{position: relative;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-j0xjq51pvl .ecom-core.ecom-80ozmcjdzmy>div.core__column--wrapper{padding-right: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-j0xjq51pvl .ecom-core.ecom-80ozmcjdzmy>div.core__column--wrapper{padding: 0% !important;margin-top: 90% !important;margin-bottom: 0% !important;}}.ecom-core.ecom-nvbqfacajv .ecom__element--button{gap: 6px;}.ecom-core.ecom-nvbqfacajv .ecom-button-default{justify-content: center;}.ecom-core.ecom-nvbqfacajv .ecom__element--button, .ecom-core.ecom-nvbqfacajv .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-nvbqfacajv .ecom__element--button{font-weight: 800;line-height: 24px;font-size: 20px;color: #ffffff;border-style: none;border-radius: 50px;transition-duration: 400ms;;;padding: 20px 32px 20px 40px;}.ecom-core.ecom-nvbqfacajv .ecom__element--button:hover{color: #0db263;background-color: #fff;cursor: pointer;}.ecom-core.ecom-nvbqfacajv .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-nvbqfacajv .ecom-button-icon svg{height: 20px;width: 20px;}.ecom-core.ecom-nvbqfacajv .ecom-button-icon{color: #ffffff;transition: all 400ms ease;margin: 0px;padding: 0px;}.ecom-core.ecom-nvbqfacajv .ecom__element--button:hover .ecom-button-icon{color: #0db263;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nvbqfacajv .ecom__element--button{font-size: 18px;padding: 16px 20px 16px 32px;}.ecom-core.ecom-nvbqfacajv .ecom-button-icon svg{height: 20px;width: 20px;}.ecom-core.ecom-nvbqfacajv .ecom-button-icon{margin-left: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nvbqfacajv .ecom-button-default{justify-content: center;}.ecom-core.ecom-nvbqfacajv .ecom__element--button{font-size: 16px;height: 64px;min-height: 64px;background-color: #0db263;padding: 20px 20px 20px 32px;}.ecom-core.ecom-nvbqfacajv .ecom-button-icon svg{height: 20px;width: 20px;}.ecom-core.ecom-nvbqfacajv .ecom-button-icon{margin-left: 0px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-nvbqfacajv{margin-top: 40px !important;padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nvbqfacajv{margin-top: 30px !important;display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nvbqfacajv{margin-top: 24px !important;margin-bottom: 40px !important;}}.ecom-core.ecom-tik3zlel0m>div.core__row--columns{max-width: 1200px;}.ecom-core.ecom-tik3zlel0m>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-tik3zlel0m>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}.ecom-core.ecom-tik3zlel0m{margin-top: 24px !important;margin-bottom: 40px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tik3zlel0m > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tik3zlel0m{margin-top: 0px !important;display: none;}.ecom-core.ecom-tik3zlel0m > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-thk7dosi7ef{width: 50%;}.ecom-core.ecom-thk7dosi7ef>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-thk7dosi7ef>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-thk7dosi7ef{width: 100%;}}html body .ecom-core.ecom-j0xjq51pvl .ecom-core.ecom-thk7dosi7ef>div.core__column--wrapper{margin-left: 10px !important;}.ecom-core.ecom-is9xr1cfekp>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-ppubzjba5vf{width: 100%;}.ecom-core.ecom-ppubzjba5vf>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-ppubzjba5vf>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: left;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ppubzjba5vf{width: 100%;}}.ecom-core.ecom-uo41ywuoydl .ecom-button-icon{order: -1;}.ecom-core.ecom-uo41ywuoydl .ecom__element--button{font-family: 'Noto Sans KR', sans-serif;font-size: 20px;font-weight: 700;line-height: 24px;width: 60px;height: 60px;min-height: 60px;color: rgba(0, 0, 0, 0.8);border-style: solid;border-width: 1px;border-color: #757575;border-radius: 8px;}.ecom-core.ecom-uo41ywuoydl .ecom__element--button:hover{color: #0db263;background-color: rgba(38, 237, 138, 0.15);border-style: solid;border-width: 1px;border-color: #26ED8A;border-radius: 8px;}.ecom-core.ecom-uo41ywuoydl .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-uo41ywuoydl .ecom-button-icon svg{height: 36px;width: 36px;}.ecom-core.ecom-uo41ywuoydl .ecom-button-icon{border-radius: 50%;transition: all 400ms ease;}.ecom-core.ecom-uo41ywuoydl{padding-bottom: 0px !important;width: unset;max-width:unset;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-uo41ywuoydl{display: none;}}.ecom-core.ecom-xfkyqx273lq .ecom-button-icon{order: -1;}.ecom-core.ecom-xfkyqx273lq .ecom__element--button{font-family: 'Noto Sans KR', sans-serif;font-size: 20px;font-weight: 700;line-height: 24px;width: 60px;height: 60px;min-height: 60px;color: rgba(0, 0, 0, 0.8);border-style: solid;border-width: 1px;border-color: #757575;border-radius: 8px;}.ecom-core.ecom-xfkyqx273lq .ecom__element--button:hover{color: #0db263;background-color: rgba(38, 237, 138, 0.15);border-style: solid;border-width: 1px;border-color: #26ED8A;border-radius: 8px;}.ecom-core.ecom-xfkyqx273lq .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-xfkyqx273lq .ecom-button-icon svg{height: 36px;width: 36px;}.ecom-core.ecom-xfkyqx273lq .ecom-button-icon{border-radius: 50%;transition: all 400ms ease;}.ecom-core.ecom-xfkyqx273lq{margin-right: 20px !important;width: unset;max-width:unset;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xfkyqx273lq{display: none;}}.ecom-core.ecom-hwt4vs25rw5 .ecom-text--more-actions button ,.ecom-core.ecom-hwt4vs25rw5 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-hwt4vs25rw5 .text-content,.ecom-core.ecom-hwt4vs25rw5  .text-content a,.ecom-core.ecom-hwt4vs25rw5  .text-content p,.ecom-core.ecom-hwt4vs25rw5  .text-content span{text-align: left;color: rgba(255, 255, 255, 0.8);margin: 0px;padding: 0px;}.ecom-core.ecom-hwt4vs25rw5 .text-content,.ecom-core.ecom-hwt4vs25rw5 .text-content a,.ecom-core.ecom-hwt4vs25rw5  .text-content a,.ecom-core.ecom-hwt4vs25rw5  .text-content a a,.ecom-core.ecom-hwt4vs25rw5  .text-content p,.ecom-core.ecom-hwt4vs25rw5  .text-content p a,.ecom-core.ecom-hwt4vs25rw5  .text-content span,.ecom-core.ecom-hwt4vs25rw5  .text-content span a{font-weight: 400;text-transform: uppercase;font-style: normal;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;font-size: 16px;}.ecom-core.ecom-hwt4vs25rw5 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-hwt4vs25rw5 .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hwt4vs25rw5 .text-content,.ecom-core.ecom-hwt4vs25rw5 .text-content a,.ecom-core.ecom-hwt4vs25rw5  .text-content a,.ecom-core.ecom-hwt4vs25rw5  .text-content a a,.ecom-core.ecom-hwt4vs25rw5  .text-content p,.ecom-core.ecom-hwt4vs25rw5  .text-content p a,.ecom-core.ecom-hwt4vs25rw5  .text-content span,.ecom-core.ecom-hwt4vs25rw5  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hwt4vs25rw5 .text-content,.ecom-core.ecom-hwt4vs25rw5  .text-content a,.ecom-core.ecom-hwt4vs25rw5  .text-content p,.ecom-core.ecom-hwt4vs25rw5  .text-content span{text-align: center;}.ecom-core.ecom-hwt4vs25rw5 .text-content,.ecom-core.ecom-hwt4vs25rw5 .text-content a,.ecom-core.ecom-hwt4vs25rw5  .text-content a,.ecom-core.ecom-hwt4vs25rw5  .text-content a a,.ecom-core.ecom-hwt4vs25rw5  .text-content p,.ecom-core.ecom-hwt4vs25rw5  .text-content p a,.ecom-core.ecom-hwt4vs25rw5  .text-content span,.ecom-core.ecom-hwt4vs25rw5  .text-content span a{font-size: 20px;}}.ecom-core.ecom-hwt4vs25rw5{padding-bottom: 0 !important;margin-bottom: 16px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hwt4vs25rw5{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hwt4vs25rw5{padding-top: 0px !important;padding-bottom: 0 !important;margin-top: 0px !important;display: none;}}.ecom-core.ecom-vqbmayb6fss{width: 50%;}.ecom-core.ecom-vqbmayb6fss>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vqbmayb6fss{width: 100%;}}html body .ecom-core.ecom-j0xjq51pvl .ecom-core.ecom-vqbmayb6fss>div.core__column--wrapper{margin-right: 10px !important;}.ecom-core.ecom-qm3pdwzk7w .ecom-icon{justify-content: flex-end;}.ecom-core.ecom-qm3pdwzk7w .ecom-icon .ecom-icon--container svg{height: 120px;width: 120px;}.ecom-core.ecom-qm3pdwzk7w .ecom-icon .ecom-icon--container{color: #111;padding: 0px;}.ecom-core.ecom-qm3pdwzk7w .ecom-icon .ecom-icon--container:hover{color: #111;background-color: rgba(255, 255, 255, 0);}.ecom-core.ecom-h3tkb4g2iv .ecom-text--more-actions button ,.ecom-core.ecom-h3tkb4g2iv .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-h3tkb4g2iv .text-content,.ecom-core.ecom-h3tkb4g2iv  .text-content a,.ecom-core.ecom-h3tkb4g2iv  .text-content p,.ecom-core.ecom-h3tkb4g2iv  .text-content span{text-align: center;color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-h3tkb4g2iv .text-content,.ecom-core.ecom-h3tkb4g2iv .text-content a,.ecom-core.ecom-h3tkb4g2iv  .text-content a,.ecom-core.ecom-h3tkb4g2iv  .text-content a a,.ecom-core.ecom-h3tkb4g2iv  .text-content p,.ecom-core.ecom-h3tkb4g2iv  .text-content p a,.ecom-core.ecom-h3tkb4g2iv  .text-content span,.ecom-core.ecom-h3tkb4g2iv  .text-content span a{font-weight: 400;text-transform: uppercase;font-style: normal;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;font-size: 32px;}.ecom-core.ecom-h3tkb4g2iv .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-h3tkb4g2iv .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h3tkb4g2iv .text-content,.ecom-core.ecom-h3tkb4g2iv .text-content a,.ecom-core.ecom-h3tkb4g2iv  .text-content a,.ecom-core.ecom-h3tkb4g2iv  .text-content a a,.ecom-core.ecom-h3tkb4g2iv  .text-content p,.ecom-core.ecom-h3tkb4g2iv  .text-content p a,.ecom-core.ecom-h3tkb4g2iv  .text-content span,.ecom-core.ecom-h3tkb4g2iv  .text-content span a{font-size: 24px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h3tkb4g2iv .text-content,.ecom-core.ecom-h3tkb4g2iv  .text-content a,.ecom-core.ecom-h3tkb4g2iv  .text-content p,.ecom-core.ecom-h3tkb4g2iv  .text-content span{text-align: center;}.ecom-core.ecom-h3tkb4g2iv .text-content,.ecom-core.ecom-h3tkb4g2iv .text-content a,.ecom-core.ecom-h3tkb4g2iv  .text-content a,.ecom-core.ecom-h3tkb4g2iv  .text-content a a,.ecom-core.ecom-h3tkb4g2iv  .text-content p,.ecom-core.ecom-h3tkb4g2iv  .text-content p a,.ecom-core.ecom-h3tkb4g2iv  .text-content span,.ecom-core.ecom-h3tkb4g2iv  .text-content span a{font-size: 20px;}}.ecom-core.ecom-h3tkb4g2iv{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h3tkb4g2iv{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h3tkb4g2iv{padding-top: 0px !important;padding-bottom: 0 !important;margin-top: 0px !important;}}.ecom-core.ecom-9n222ajs7bs .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-9n222ajs7bs .element__heading .ecom__heading,.ecom-core.ecom-9n222ajs7bs .element__heading .ecom__heading a{font-weight: 700;text-transform: none;font-style: normal;text-decoration: none;font-size: 72px;line-height: 1.2em;}.ecom-core.ecom-9n222ajs7bs  .element__heading .ecom__heading,.ecom-core.ecom-9n222ajs7bs  .element__heading .ecom__heading a{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9n222ajs7bs .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-9n222ajs7bs .element__heading .ecom__heading,.ecom-core.ecom-9n222ajs7bs .element__heading .ecom__heading a{font-size: 48px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9n222ajs7bs .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-9n222ajs7bs .element__heading .ecom__heading,.ecom-core.ecom-9n222ajs7bs .element__heading .ecom__heading a{font-size: 36px;}}.ecom-core.ecom-9n222ajs7bs{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9n222ajs7bs{padding-bottom: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9n222ajs7bs{padding-top: 0px !important;margin-top: 0px !important;margin-bottom: 8px !important;}}.ecom-core.ecom-j0xjq51pvl>div.core__row--columns{max-width: 1400px;height: auto;}.ecom-core.ecom-j0xjq51pvl>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-j0xjq51pvl>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j0xjq51pvl>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-j0xjq51pvl{background-color: #101010;}.ecom-core.ecom-j0xjq51pvl{padding-top: 100px !important;padding-bottom: 96px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-j0xjq51pvl{padding-top: 48px !important;padding-bottom: 48px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j0xjq51pvl{padding: 0px 0px 48px 0px !important;}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.ecom-core.ecom-gk882oqtzfl{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gk882oqtzfl{width: 100%;}}.ecom-core.ecom-4i5xc6khcd6 .tabs__navs{order: 1;}.ecom-core.ecom-4i5xc6khcd6 .tabs__navs--items{flex-wrap: nowrap;}.ecom-core.ecom-4i5xc6khcd6 .tabs__navs .tabs__navs--items{gap: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4i5xc6khcd6 .tabs__navs .tabs__navs--items{gap: 0px;}}.ecom-core.ecom-4i5xc6khcd6 .tabs__navs{border-style: none;}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .tabs__navs{justify-content: flex-start;}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .tabs__nav{border-style: solid;border-width: 0px 0px 1px 0px;border-color: rgba(255, 255, 255, 0.23);transition-duration: 400ms;;;padding: 24px 0px 24px 0px;margin-right: 60px;}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .ecom-items--text{font-size: 24px;font-weight: 700;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;color: rgba(255, 255, 255, 0.7);}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .tabs_nav--text{padding: 0px;margin-bottom: 0px;}.ecom-core.ecom-4i5xc6khcd6 .ecom-items.ecom-item-active  .ecom-items--text{color: #ffffff;}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .ecom-item-active .tabs_nav--text{margin-bottom: 16px;}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .ecom-items--icon svg{height: 36px;width: 36px;}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .tabs_nav--icon{align-self: flex-start;margin-right: 15px;}.ecom-core.ecom-4i5xc6khcd6 .tabs_nav--sub-text .ecom-items--sub-text{font-size: 20px;font-weight: 400;line-height: 1.4em;color: rgba(255, 255, 255, 0);}.ecom-core.ecom-4i5xc6khcd6 .ecom-items--sub-text{margin-bottom: -80px;}.ecom-core.ecom-4i5xc6khcd6 .ecom-items.ecom-item-active  .ecom-items--sub-text{color: rgba(255, 255, 255, 0.7);}.ecom-core.ecom-4i5xc6khcd6 .ecom-item-active .ecom-items--sub-text{margin-bottom: 0px;}.ecom-core.ecom-4i5xc6khcd6 .tabs__body{border-style: none;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .tabs__navs{justify-content: center;}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .tabs__nav{margin-top: 0px;margin-right: 50px;margin-bottom: 0px;padding-top: 15px;padding-bottom: 15px;}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .ecom-items--text{font-size: 20px;}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .tabs_nav--text{margin: 0px;padding: 0px;}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .ecom-items--icon svg{height: 21px;width: 21px;}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .tabs_nav--icon{margin-right: 8px;}.ecom-core.ecom-4i5xc6khcd6 .tabs_nav--sub-text .ecom-items--sub-text{font-size: 18px;}.ecom-core.ecom-4i5xc6khcd6 .ecom-items--sub-text{margin-bottom: -70px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .tabs__nav{padding: 15px 0px 15px 0px;margin-right: 30px;margin-left: 0px;}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .ecom-items--text{font-size: 20px;}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .ecom-items--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .tabs_nav--icon{margin-right: 10px;}.ecom-core.ecom-4i5xc6khcd6 .tabs_nav--sub-text .ecom-items--sub-text{font-size: 16px;}.ecom-core.ecom-4i5xc6khcd6 .tabs__body{padding: 20px 0px 20px 0px;margin: 0px;}}.ecom-core.ecom-4i5xc6khcd6{} .ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .tabs__nav{
    align-items: center;
}
.ecom-core.ecom-4i5xc6khcd6 div.core__blocks>div.core__blocks--body{
    align-content: center;
}
.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .tabs__nav:not(.ecom-item-active):not(:hover) .tabs_nav--icon svg{
    width: 0;
}
.ecom-core.ecom-4i5xc6khcd6 .tabs_nav--icon svg,.ecom-core.ecom-4i5xc6khcd6 .tabs_nav--icon{
    transition: 0.4s;
}
.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .tabs__nav:not(.ecom-item-active):not(:hover) .tabs_nav--icon{
    margin: 0;
}
.ecom-core.ecom-4i5xc6khcd6 .tabs__wrapper.ecom__element .tabs__nav:last-child{
    border: none;
}
.ecom-core.ecom-4i5xc6khcd6 .tabs__navs--items{
    overflow: hidden;
}.ecom-core.ecom-1h9uo0afnm9 .ecom-image-align{align-items: center;}.ecom-core.ecom-1h9uo0afnm9 .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-1h9uo0afnm9 .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-1h9uo0afnm9 .ecom-base-image .ecom-image-picture picture{height: 640px !important;}.ecom-core.ecom-1h9uo0afnm9 .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-1h9uo0afnm9 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-1h9uo0afnm9 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-1h9uo0afnm9 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-1h9uo0afnm9 .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-1h9uo0afnm9 .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-1h9uo0afnm9 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-1h9uo0afnm9 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-1h9uo0afnm9.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}.ecom-core.ecom-87odwwf4gmh .ecom-image-align{align-items: center;}.ecom-core.ecom-87odwwf4gmh .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-87odwwf4gmh .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-87odwwf4gmh .ecom-base-image .ecom-image-picture picture{height: 640px !important;}.ecom-core.ecom-87odwwf4gmh .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-87odwwf4gmh .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-87odwwf4gmh .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-87odwwf4gmh .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-87odwwf4gmh .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-87odwwf4gmh .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-87odwwf4gmh .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-87odwwf4gmh .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-87odwwf4gmh.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}.ecom-core.ecom-s9x2bvoazjd .ecom-image-align{align-items: center;}.ecom-core.ecom-s9x2bvoazjd .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-s9x2bvoazjd .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-s9x2bvoazjd .ecom-base-image .ecom-image-picture picture{height: 640px !important;}.ecom-core.ecom-s9x2bvoazjd .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-s9x2bvoazjd .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-s9x2bvoazjd .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-s9x2bvoazjd .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-s9x2bvoazjd .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-s9x2bvoazjd .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-s9x2bvoazjd .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-s9x2bvoazjd .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-s9x2bvoazjd.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}.ecom-core.ecom-dw89gs98syu .ecom-image-align{align-items: center;}.ecom-core.ecom-dw89gs98syu .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-dw89gs98syu .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-dw89gs98syu .ecom-base-image .ecom-image-picture picture{height: 640px !important;}.ecom-core.ecom-dw89gs98syu .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-dw89gs98syu .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-dw89gs98syu .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-dw89gs98syu .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-dw89gs98syu .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-dw89gs98syu .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-dw89gs98syu .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-dw89gs98syu .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-dw89gs98syu.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}.ecom-core.ecom-nl5xn9zjuyb .ecom-image-align{align-items: center;}.ecom-core.ecom-nl5xn9zjuyb .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-nl5xn9zjuyb .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-nl5xn9zjuyb .ecom-base-image .ecom-image-picture picture{height: 640px !important;}.ecom-core.ecom-nl5xn9zjuyb .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-nl5xn9zjuyb .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-nl5xn9zjuyb .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-nl5xn9zjuyb .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-nl5xn9zjuyb .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-nl5xn9zjuyb .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-nl5xn9zjuyb .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-nl5xn9zjuyb .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-nl5xn9zjuyb.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}.ecom-core.ecom-kavestzlefc .ecom-image-align{align-items: center;}.ecom-core.ecom-kavestzlefc .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-kavestzlefc .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-kavestzlefc .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-kavestzlefc .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-kavestzlefc .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-kavestzlefc .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-kavestzlefc .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-kavestzlefc .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-kavestzlefc .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-kavestzlefc.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}.ecom-core.ecom-t6ddk5diyzm{width: 100%;}.ecom-core.ecom-t6ddk5diyzm>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-t6ddk5diyzm>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: right;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-t6ddk5diyzm{width: 100%;}}.ecom-core.ecom-sgfwwkz93fj .element__heading .ecom__heading{text-align: center;padding: 0px;}.ecom-core.ecom-sgfwwkz93fj .element__heading .ecom__heading,.ecom-core.ecom-sgfwwkz93fj .element__heading .ecom__heading a{font-weight: 700;text-transform: none;font-style: normal;text-decoration: none;font-size: 42px;line-height: 1.4em;}.ecom-core.ecom-sgfwwkz93fj  .element__heading .ecom__heading,.ecom-core.ecom-sgfwwkz93fj  .element__heading .ecom__heading a{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-sgfwwkz93fj .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-sgfwwkz93fj .element__heading .ecom__heading,.ecom-core.ecom-sgfwwkz93fj .element__heading .ecom__heading a{font-size: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sgfwwkz93fj .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-sgfwwkz93fj .element__heading .ecom__heading,.ecom-core.ecom-sgfwwkz93fj .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-sgfwwkz93fj{margin-bottom: 40px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-sgfwwkz93fj{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sgfwwkz93fj{padding-bottom: 0 !important;}}.ecom-core.ecom-1mvx7towh7l .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-1mvx7towh7l .element__heading .ecom__heading,.ecom-core.ecom-1mvx7towh7l .element__heading .ecom__heading a{font-weight: 700;font-size: 24px;}.ecom-core.ecom-1mvx7towh7l  .element__heading .ecom__heading,.ecom-core.ecom-1mvx7towh7l  .element__heading .ecom__heading a{color: #26ED8A;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1mvx7towh7l .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-1mvx7towh7l .element__heading .ecom__heading,.ecom-core.ecom-1mvx7towh7l .element__heading .ecom__heading a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1mvx7towh7l .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-1mvx7towh7l .element__heading .ecom__heading,.ecom-core.ecom-1mvx7towh7l .element__heading .ecom__heading a{font-size: 20px;}}.ecom-core.ecom-1mvx7towh7l{margin-bottom: 8px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1mvx7towh7l{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1mvx7towh7l{padding-bottom: 0 !important;}}.ecom-core.ecom-zw2cgrtstgq>div.core__row--columns{max-width: 1200px;}.ecom-core.ecom-zw2cgrtstgq>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-zw2cgrtstgq{background-color: #000000;}.ecom-core.ecom-zw2cgrtstgq{padding-top: 96px !important;padding-bottom: 96px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zw2cgrtstgq{padding-top: 35px !important;padding-bottom: 50px !important;}.ecom-core.ecom-zw2cgrtstgq div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zw2cgrtstgq{padding: 80px 16px 80px 16px !important;display: none;}.ecom-core.ecom-zw2cgrtstgq div.core__row--columns{flex-direction: row;}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.ecom-core.ecom-a1w8ksjihtm{width: 14.28%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-a1w8ksjihtm{width: 100%;}.ecom-core.ecom-a1w8ksjihtm>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-a1w8ksjihtm>.core__column--wrapper{border-style: none;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-e0sfbw78rd .ecom-core.ecom-a1w8ksjihtm>div.core__column--wrapper{margin-bottom: 0px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-7zub3oymfg5 .ecom-iconlist--container{flex-direction: column;}.ecom-core.ecom-7zub3oymfg5 .ecom-iconlist--list{gap: 40px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-7zub3oymfg5 .ecom-iconlist--list{gap: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7zub3oymfg5 .ecom-iconlist--list{gap: 24px;}}.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding: 0px;}.ecom-core.ecom-7zub3oymfg5 .ecom-image-default{width: 20% !important;}.ecom-core.ecom-7zub3oymfg5 .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--icon svg{height: 36px;width: 36px;}.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 63%;padding: 0px;margin-bottom: 12px;}.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #ffffff;}.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.4em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: rgba(255, 255, 255, 0.7);margin-top: 0px;}.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--des a{font-size: 20px;line-height: 1.4em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{background-color: #222222;overflow: hidden;border-radius: 8px;padding: 16px;}.ecom-core.ecom-7zub3oymfg5 .ecom-iconlist--image{margin-right: 0px;}.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 0px;margin-bottom: 8px;}.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-7zub3oymfg5 .ecom-base-iconlist .ecom-iconlist--des a{font-size: 16px;}}.ecom-core.ecom-7zub3oymfg5{margin-top: 0px !important;margin-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-7zub3oymfg5{margin-right: 0px !important;margin-bottom: 36px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7zub3oymfg5{margin-bottom: 0px !important;}} .ecom-core.ecom-7zub3oymfg5 .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-ucelc70mo1s .ecom-image-align{align-items: center;}.ecom-core.ecom-ucelc70mo1s .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-ucelc70mo1s .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-ucelc70mo1s .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-ucelc70mo1s .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-ucelc70mo1s .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-ucelc70mo1s .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-ucelc70mo1s .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-ucelc70mo1s .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-ucelc70mo1s .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-ucelc70mo1s.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ucelc70mo1s{margin-bottom: 16px !important;}}.ecom-core.ecom-gln3d3s6xv{width: 14.28%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gln3d3s6xv{width: 100%;}.ecom-core.ecom-gln3d3s6xv>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gln3d3s6xv>.core__column--wrapper{border-style: solid;border-bottom-width: 1px;border-color: rgba(245, 245, 245, 0.2);}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-e0sfbw78rd .ecom-core.ecom-gln3d3s6xv>div.core__column--wrapper{margin-bottom: 40px !important;padding-bottom: 50px !important;}}.ecom-core.ecom-5p1x4s1s3iu .ecom-iconlist--container{flex-direction: column;}.ecom-core.ecom-5p1x4s1s3iu .ecom-iconlist--list{gap: 40px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5p1x4s1s3iu .ecom-iconlist--list{gap: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5p1x4s1s3iu .ecom-iconlist--list{gap: 24px;}}.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding: 0px;}.ecom-core.ecom-5p1x4s1s3iu .ecom-image-default{width: 20% !important;}.ecom-core.ecom-5p1x4s1s3iu .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--icon svg{height: 36px;width: 36px;}.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 63%;padding: 0px;margin-bottom: 12px;}.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #ffffff;}.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.4em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: rgba(255, 255, 255, 0.7);margin-top: 0px;}.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--des a{font-size: 20px;line-height: 1.4em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{background-color: #222222;overflow: hidden;border-radius: 8px;padding: 16px;}.ecom-core.ecom-5p1x4s1s3iu .ecom-iconlist--image{margin-right: 0px;}.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 0px;margin-bottom: 8px;}.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-5p1x4s1s3iu .ecom-base-iconlist .ecom-iconlist--des a{font-size: 16px;}}.ecom-core.ecom-5p1x4s1s3iu{margin-top: 0px !important;margin-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5p1x4s1s3iu{margin-right: 0px !important;margin-bottom: 36px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5p1x4s1s3iu{margin-bottom: 0px !important;}} .ecom-core.ecom-5p1x4s1s3iu .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-b3s3q256ja8 .ecom-image-align{align-items: center;}.ecom-core.ecom-b3s3q256ja8 .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-b3s3q256ja8 .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-b3s3q256ja8 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-b3s3q256ja8 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-b3s3q256ja8 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-b3s3q256ja8 .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-b3s3q256ja8 .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-b3s3q256ja8 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-b3s3q256ja8 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-b3s3q256ja8.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b3s3q256ja8{margin-bottom: 16px !important;}}.ecom-core.ecom-5atrt8hezs5{width: 14.28%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5atrt8hezs5{width: 100%;}.ecom-core.ecom-5atrt8hezs5>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5atrt8hezs5>.core__column--wrapper{border-style: solid;border-bottom-width: 1px;border-color: rgba(245, 245, 245, 0.2);}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-e0sfbw78rd .ecom-core.ecom-5atrt8hezs5>div.core__column--wrapper{margin-bottom: 40px !important;padding-bottom: 40px !important;}}.ecom-core.ecom-eh43geo507m .ecom-iconlist--container{flex-direction: column;}.ecom-core.ecom-eh43geo507m .ecom-iconlist--list{gap: 40px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-eh43geo507m .ecom-iconlist--list{gap: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-eh43geo507m .ecom-iconlist--list{gap: 24px;}}.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding: 0px;}.ecom-core.ecom-eh43geo507m .ecom-image-default{width: 20% !important;}.ecom-core.ecom-eh43geo507m .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--icon svg{height: 36px;width: 36px;}.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 63%;padding: 0px;margin-bottom: 12px;}.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #ffffff;}.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.4em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: rgba(255, 255, 255, 0.7);margin-top: 0px;}.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--des a{font-size: 20px;line-height: 1.4em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{background-color: #222222;overflow: hidden;border-radius: 8px;padding: 16px;}.ecom-core.ecom-eh43geo507m .ecom-iconlist--image{margin-right: 0px;}.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 0px;margin-bottom: 8px;}.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-eh43geo507m .ecom-base-iconlist .ecom-iconlist--des a{font-size: 16px;}}.ecom-core.ecom-eh43geo507m{margin-top: 0px !important;margin-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-eh43geo507m{margin-right: 0px !important;margin-bottom: 36px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-eh43geo507m{margin-bottom: 0px !important;}} .ecom-core.ecom-eh43geo507m .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-x72zxt2yvga .ecom-image-align{align-items: center;}.ecom-core.ecom-x72zxt2yvga .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-x72zxt2yvga .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-x72zxt2yvga .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-x72zxt2yvga .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-x72zxt2yvga .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-x72zxt2yvga .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-x72zxt2yvga .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-x72zxt2yvga .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-x72zxt2yvga .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-x72zxt2yvga.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x72zxt2yvga{margin-bottom: 16px !important;}}.ecom-core.ecom-3n1ypn5xu5h{width: 14.28%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3n1ypn5xu5h{width: 100%;}.ecom-core.ecom-3n1ypn5xu5h>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3n1ypn5xu5h>.core__column--wrapper{border-style: solid;border-bottom-width: 1px;border-color: rgba(245, 245, 245, 0.2);}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-e0sfbw78rd .ecom-core.ecom-3n1ypn5xu5h>div.core__column--wrapper{margin-bottom: 40px !important;padding-bottom: 40px !important;}}.ecom-core.ecom-6qncm8ilppt .ecom-iconlist--container{flex-direction: column;}.ecom-core.ecom-6qncm8ilppt .ecom-iconlist--list{gap: 40px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6qncm8ilppt .ecom-iconlist--list{gap: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6qncm8ilppt .ecom-iconlist--list{gap: 24px;}}.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding: 0px;}.ecom-core.ecom-6qncm8ilppt .ecom-image-default{width: 20% !important;}.ecom-core.ecom-6qncm8ilppt .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--icon svg{height: 36px;width: 36px;}.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 63%;padding: 0px;margin-bottom: 12px;}.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #ffffff;}.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.4em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: rgba(255, 255, 255, 0.7);margin-top: 0px;}.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--des a{font-size: 20px;line-height: 1.4em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{background-color: #222222;overflow: hidden;border-radius: 8px;padding: 16px;}.ecom-core.ecom-6qncm8ilppt .ecom-iconlist--image{margin-right: 0px;}.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 0px;margin-bottom: 8px;}.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-6qncm8ilppt .ecom-base-iconlist .ecom-iconlist--des a{font-size: 16px;}}.ecom-core.ecom-6qncm8ilppt{margin-top: 0px !important;margin-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6qncm8ilppt{margin-right: 0px !important;margin-bottom: 36px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6qncm8ilppt{margin-bottom: 0px !important;}} .ecom-core.ecom-6qncm8ilppt .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-i7qzzaz9nvl .ecom-image-align{align-items: center;}.ecom-core.ecom-i7qzzaz9nvl .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-i7qzzaz9nvl .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-i7qzzaz9nvl .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-i7qzzaz9nvl .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-i7qzzaz9nvl .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-i7qzzaz9nvl .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-i7qzzaz9nvl .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-i7qzzaz9nvl .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-i7qzzaz9nvl .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-i7qzzaz9nvl.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-i7qzzaz9nvl{margin-bottom: 16px !important;}}.ecom-core.ecom-dk0tr66cqjd{width: 14.28%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dk0tr66cqjd{width: 100%;}.ecom-core.ecom-dk0tr66cqjd>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dk0tr66cqjd>.core__column--wrapper{border-style: solid;border-bottom-width: 1px;border-color: rgba(245, 245, 245, 0.2);}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-e0sfbw78rd .ecom-core.ecom-dk0tr66cqjd>div.core__column--wrapper{margin-bottom: 40px !important;padding-bottom: 40px !important;}}.ecom-core.ecom-0we8ze7quam .ecom-iconlist--container{flex-direction: column;}.ecom-core.ecom-0we8ze7quam .ecom-iconlist--list{gap: 40px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0we8ze7quam .ecom-iconlist--list{gap: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0we8ze7quam .ecom-iconlist--list{gap: 24px;}}.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding: 0px;}.ecom-core.ecom-0we8ze7quam .ecom-image-default{width: 20% !important;}.ecom-core.ecom-0we8ze7quam .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--icon svg{height: 36px;width: 36px;}.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 63%;padding: 0px;margin-bottom: 12px;}.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #ffffff;}.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.4em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: rgba(255, 255, 255, 0.7);margin-top: 0px;}.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--des a{font-size: 20px;line-height: 1.4em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{background-color: #222222;overflow: hidden;border-radius: 8px;padding: 16px;}.ecom-core.ecom-0we8ze7quam .ecom-iconlist--image{margin-right: 0px;}.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 0px;margin-bottom: 8px;}.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-0we8ze7quam .ecom-base-iconlist .ecom-iconlist--des a{font-size: 16px;}}.ecom-core.ecom-0we8ze7quam{margin-top: 0px !important;margin-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0we8ze7quam{margin-right: 0px !important;margin-bottom: 36px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0we8ze7quam{margin-bottom: 0px !important;}} .ecom-core.ecom-0we8ze7quam .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-rpt6zfn0148 .ecom-image-align{align-items: center;}.ecom-core.ecom-rpt6zfn0148 .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-rpt6zfn0148 .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-rpt6zfn0148 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-rpt6zfn0148 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-rpt6zfn0148 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-rpt6zfn0148 .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-rpt6zfn0148 .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-rpt6zfn0148 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-rpt6zfn0148 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-rpt6zfn0148.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rpt6zfn0148{margin-bottom: 16px !important;}}.ecom-core.ecom-3k0rw3i5x3h{width: 14.28%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3k0rw3i5x3h{width: 100%;}.ecom-core.ecom-3k0rw3i5x3h>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3k0rw3i5x3h>.core__column--wrapper{border-style: solid;border-bottom-width: 1px;border-color: rgba(245, 245, 245, 0.2);}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-e0sfbw78rd .ecom-core.ecom-3k0rw3i5x3h>div.core__column--wrapper{margin-bottom: 40px !important;padding-bottom: 40px !important;}}.ecom-core.ecom-whec4xpc3 .ecom-iconlist--container{flex-direction: column;}.ecom-core.ecom-whec4xpc3 .ecom-iconlist--list{gap: 40px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-whec4xpc3 .ecom-iconlist--list{gap: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-whec4xpc3 .ecom-iconlist--list{gap: 24px;}}.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding: 0px;}.ecom-core.ecom-whec4xpc3 .ecom-image-default{width: 20% !important;}.ecom-core.ecom-whec4xpc3 .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--icon svg{height: 36px;width: 36px;}.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 63%;padding: 0px;margin-bottom: 12px;}.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #ffffff;}.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.4em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: rgba(255, 255, 255, 0.7);margin-top: 0px;}.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--des a{font-size: 20px;line-height: 1.4em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{background-color: #222222;overflow: hidden;border-radius: 8px;padding: 16px;}.ecom-core.ecom-whec4xpc3 .ecom-iconlist--image{margin-right: 0px;}.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 0px;margin-bottom: 8px;}.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-whec4xpc3 .ecom-base-iconlist .ecom-iconlist--des a{font-size: 16px;}}.ecom-core.ecom-whec4xpc3{margin-top: 0px !important;margin-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-whec4xpc3{margin-right: 0px !important;margin-bottom: 36px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-whec4xpc3{margin-bottom: 0px !important;}} .ecom-core.ecom-whec4xpc3 .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-e5nm4ngyagt .ecom-image-align{align-items: center;}.ecom-core.ecom-e5nm4ngyagt .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-e5nm4ngyagt .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-e5nm4ngyagt .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-e5nm4ngyagt .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-e5nm4ngyagt .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-e5nm4ngyagt .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-e5nm4ngyagt .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-e5nm4ngyagt .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-e5nm4ngyagt .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-e5nm4ngyagt.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e5nm4ngyagt{margin-bottom: 16px !important;}}.ecom-core.ecom-otpjwaotwlj{width: 14.28%;}.ecom-core.ecom-otpjwaotwlj>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-otpjwaotwlj>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: right;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-otpjwaotwlj{width: 100%;}}.ecom-core.ecom-h8uagh3clpd .element__heading .ecom__heading{text-align: center;padding: 0px;}.ecom-core.ecom-h8uagh3clpd .element__heading .ecom__heading,.ecom-core.ecom-h8uagh3clpd .element__heading .ecom__heading a{font-weight: 700;text-transform: none;font-style: normal;text-decoration: none;font-size: 42px;line-height: 1.4em;}.ecom-core.ecom-h8uagh3clpd  .element__heading .ecom__heading,.ecom-core.ecom-h8uagh3clpd  .element__heading .ecom__heading a{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h8uagh3clpd .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-h8uagh3clpd .element__heading .ecom__heading,.ecom-core.ecom-h8uagh3clpd .element__heading .ecom__heading a{font-size: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h8uagh3clpd .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-h8uagh3clpd .element__heading .ecom__heading,.ecom-core.ecom-h8uagh3clpd .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-h8uagh3clpd{margin-bottom: 40px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h8uagh3clpd{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h8uagh3clpd{padding-bottom: 0px !important;margin-bottom: 24px !important;}}.ecom-core.ecom-vbqj6sv6rvb .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-vbqj6sv6rvb .element__heading .ecom__heading,.ecom-core.ecom-vbqj6sv6rvb .element__heading .ecom__heading a{font-weight: 700;font-size: 24px;}.ecom-core.ecom-vbqj6sv6rvb  .element__heading .ecom__heading,.ecom-core.ecom-vbqj6sv6rvb  .element__heading .ecom__heading a{color: #26ED8A;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vbqj6sv6rvb .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-vbqj6sv6rvb .element__heading .ecom__heading,.ecom-core.ecom-vbqj6sv6rvb .element__heading .ecom__heading a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vbqj6sv6rvb .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-vbqj6sv6rvb .element__heading .ecom__heading,.ecom-core.ecom-vbqj6sv6rvb .element__heading .ecom__heading a{font-size: 20px;}}.ecom-core.ecom-vbqj6sv6rvb{margin-bottom: 8px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vbqj6sv6rvb{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vbqj6sv6rvb{padding-bottom: 0 !important;}}.ecom-core.ecom-e0sfbw78rd>div.core__row--columns{max-width: 1200px;}.ecom-core.ecom-e0sfbw78rd>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-e0sfbw78rd{background-color: #000000;}@media screen and (min-width: 1025px) {.ecom-core.ecom-e0sfbw78rd{padding-top: 96px !important;padding-bottom: 96px !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-e0sfbw78rd{padding-top: 35px !important;padding-bottom: 50px !important;display: none;}.ecom-core.ecom-e0sfbw78rd div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e0sfbw78rd{padding: 80px 16px 80px 16px !important;}.ecom-core.ecom-e0sfbw78rd div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-vxjdrjcmfj{width: 100%;}.ecom-core.ecom-vxjdrjcmfj>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-vxjdrjcmfj>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-vxjdrjcmfj{width: 100%;}}.ecom-core.ecom-01thnj2z0rt3 .ecom-text--more-actions button ,.ecom-core.ecom-01thnj2z0rt3 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-01thnj2z0rt3 .text-content,.ecom-core.ecom-01thnj2z0rt3  .text-content a,.ecom-core.ecom-01thnj2z0rt3  .text-content p,.ecom-core.ecom-01thnj2z0rt3  .text-content span{text-align: center;color: #ffffff;}.ecom-core.ecom-01thnj2z0rt3 .text-content,.ecom-core.ecom-01thnj2z0rt3 .text-content a,.ecom-core.ecom-01thnj2z0rt3  .text-content a,.ecom-core.ecom-01thnj2z0rt3  .text-content a a,.ecom-core.ecom-01thnj2z0rt3  .text-content p,.ecom-core.ecom-01thnj2z0rt3  .text-content p a,.ecom-core.ecom-01thnj2z0rt3  .text-content span,.ecom-core.ecom-01thnj2z0rt3  .text-content span a{title: New Item;font-size: 20px;line-height: 1.4em;font-weight: 500;}.ecom-core.ecom-01thnj2z0rt3 .ecom-text_view-more-btn{text-decoration: underline;font-size: 20px;font-weight: 500;line-height: 1.4em;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-01thnj2z0rt3 .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-01thnj2z0rt3 .text-content,.ecom-core.ecom-01thnj2z0rt3 .text-content a,.ecom-core.ecom-01thnj2z0rt3  .text-content a,.ecom-core.ecom-01thnj2z0rt3  .text-content a a,.ecom-core.ecom-01thnj2z0rt3  .text-content p,.ecom-core.ecom-01thnj2z0rt3  .text-content p a,.ecom-core.ecom-01thnj2z0rt3  .text-content span,.ecom-core.ecom-01thnj2z0rt3  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-01thnj2z0rt3 .text-content,.ecom-core.ecom-01thnj2z0rt3 .text-content a,.ecom-core.ecom-01thnj2z0rt3  .text-content a,.ecom-core.ecom-01thnj2z0rt3  .text-content a a,.ecom-core.ecom-01thnj2z0rt3  .text-content p,.ecom-core.ecom-01thnj2z0rt3  .text-content p a,.ecom-core.ecom-01thnj2z0rt3  .text-content span,.ecom-core.ecom-01thnj2z0rt3  .text-content span a{font-size: 16px;}}.ecom-core.ecom-01thnj2z0rt3{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-01thnj2z0rt3{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-01thnj2z0rt3{padding-bottom: 0 !important;}}.ecom-core.ecom-2ghz1l84bp>div.core__row--columns{max-width: 1200px;}.ecom-core.ecom-2ghz1l84bp>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-2ghz1l84bp{margin-bottom: 40px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2ghz1l84bp{margin-top: 32px !important;margin-bottom: 32px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2ghz1l84bp{margin-top: 24px !important;margin-bottom: 32px !important;}}.ecom-core.ecom-ixjhzdcpnkb{width: 100.00%;}.ecom-core.ecom-ixjhzdcpnkb>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ixjhzdcpnkb{width: 100%;}}.ecom-core.ecom-ufwt38zpz1 .ecom-icon-separator,.ecom-core.ecom-ufwt38zpz1 .ecom-marquee-image{order: 1;}.ecom-core.ecom-ufwt38zpz1 .ecom-marquee_items .ecom-marquee_item h3,.ecom-core.ecom-ufwt38zpz1 .ecom-marquee_items .ecom-marquee_item h3 a{font-size: 20px;font-style: normal;text-decoration: none;line-height: 1.4em;font-weight: 400;}.ecom-core.ecom-ufwt38zpz1 .ecom-marquee_items .ecom-marquee_item h3{padding-right: 15px;padding-left: 15px;}.ecom-core.ecom-ufwt38zpz1 .ecom-icon-separator{color: #FEDB01;padding-right: 13px;padding-left: 13px;}.ecom-core.ecom-ufwt38zpz1 .ecom-icon-separator svg{height: 20px;width: 20px;}.ecom-core.ecom-ufwt38zpz1 .ecom-marquee-image img{width: 56px !important;object-fit: fill;}.ecom-core.ecom-ufwt38zpz1 .ecom-marquee-image img,.ecom-core.ecom-ufwt38zpz1 .ecom-marquee-image picture{height: 56px !important;}.ecom-core.ecom-ufwt38zpz1 .ecom-marquee-image{margin-right: 40px;margin-left: 40px;padding-right: 0px;padding-left: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ufwt38zpz1 .ecom-marquee_items .ecom-marquee_item h3,.ecom-core.ecom-ufwt38zpz1 .ecom-marquee_items .ecom-marquee_item h3 a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ufwt38zpz1 .ecom-marquee_items .ecom-marquee_item h3,.ecom-core.ecom-ufwt38zpz1 .ecom-marquee_items .ecom-marquee_item h3 a{font-size: 16px;}.ecom-core.ecom-ufwt38zpz1 .ecom-marquee-image img{width: 56px !important;}.ecom-core.ecom-ufwt38zpz1 .ecom-marquee-image img,.ecom-core.ecom-ufwt38zpz1 .ecom-marquee-image picture{height: 56px !important;}.ecom-core.ecom-ufwt38zpz1 .ecom-marquee-image{margin-right: 8px;margin-left: 8px;}}.ecom-core.ecom-ufwt38zpz1{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ufwt38zpz1{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ufwt38zpz1{padding-bottom: 0px !important;}} .ecom-core.ecom-ufwt38zpz1 .ecom-marquee-image{
    display: flex;
    align-items: center;
}
.ecom-core.ecom-nsodhlvz0q .ecom-text--more-actions button ,.ecom-core.ecom-nsodhlvz0q .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-nsodhlvz0q .text-content,.ecom-core.ecom-nsodhlvz0q  .text-content a,.ecom-core.ecom-nsodhlvz0q  .text-content p,.ecom-core.ecom-nsodhlvz0q  .text-content span{text-align: center;color: rgba(255, 255, 255, 0.7);margin: 0px;padding: 0px;}.ecom-core.ecom-nsodhlvz0q .text-content,.ecom-core.ecom-nsodhlvz0q .text-content a,.ecom-core.ecom-nsodhlvz0q  .text-content a,.ecom-core.ecom-nsodhlvz0q  .text-content a a,.ecom-core.ecom-nsodhlvz0q  .text-content p,.ecom-core.ecom-nsodhlvz0q  .text-content p a,.ecom-core.ecom-nsodhlvz0q  .text-content span,.ecom-core.ecom-nsodhlvz0q  .text-content span a{font-size: 20px;font-weight: 500;line-height: 1.6em;}.ecom-core.ecom-nsodhlvz0q .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-nsodhlvz0q .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-nsodhlvz0q .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-nsodhlvz0q .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-nsodhlvz0q .text-content,.ecom-core.ecom-nsodhlvz0q .text-content a,.ecom-core.ecom-nsodhlvz0q  .text-content a,.ecom-core.ecom-nsodhlvz0q  .text-content a a,.ecom-core.ecom-nsodhlvz0q  .text-content p,.ecom-core.ecom-nsodhlvz0q  .text-content p a,.ecom-core.ecom-nsodhlvz0q  .text-content span,.ecom-core.ecom-nsodhlvz0q  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nsodhlvz0q .text-content,.ecom-core.ecom-nsodhlvz0q  .text-content a,.ecom-core.ecom-nsodhlvz0q  .text-content p,.ecom-core.ecom-nsodhlvz0q  .text-content span{text-align: left;}.ecom-core.ecom-nsodhlvz0q .text-content,.ecom-core.ecom-nsodhlvz0q .text-content a,.ecom-core.ecom-nsodhlvz0q  .text-content a,.ecom-core.ecom-nsodhlvz0q  .text-content a a,.ecom-core.ecom-nsodhlvz0q  .text-content p,.ecom-core.ecom-nsodhlvz0q  .text-content p a,.ecom-core.ecom-nsodhlvz0q  .text-content span,.ecom-core.ecom-nsodhlvz0q  .text-content span a{font-size: 16px;}}.ecom-core.ecom-nsodhlvz0q{padding-bottom: 0px !important;margin-bottom: 40px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nsodhlvz0q{margin-bottom: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nsodhlvz0q{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-right: 16px !important;padding-left: 16px !important;}}.ecom-core.ecom-zstt5eqhof>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zstt5eqhof>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-boj5p9vboci{width: 100.00%;}.ecom-core.ecom-boj5p9vboci>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-boj5p9vboci>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-boj5p9vboci>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-boj5p9vboci{width: 100%;}.ecom-core.ecom-boj5p9vboci>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: left;}}.ecom-core.ecom-mvgloqad3cc .element__heading .ecom__heading{text-align: left;padding: 0px;}.ecom-core.ecom-mvgloqad3cc .element__heading .ecom__heading,.ecom-core.ecom-mvgloqad3cc .element__heading .ecom__heading a{font-weight: 700;text-transform: none;font-style: normal;text-decoration: none;font-size: 42px;line-height: 1.3em;}.ecom-core.ecom-mvgloqad3cc  .element__heading .ecom__heading,.ecom-core.ecom-mvgloqad3cc  .element__heading .ecom__heading a{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mvgloqad3cc .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-mvgloqad3cc .element__heading .ecom__heading,.ecom-core.ecom-mvgloqad3cc .element__heading .ecom__heading a{font-size: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mvgloqad3cc .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-mvgloqad3cc .element__heading .ecom__heading,.ecom-core.ecom-mvgloqad3cc .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-mvgloqad3cc{padding-bottom: 0px !important;margin-bottom: 24px !important;width: unset;max-width:unset;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mvgloqad3cc{padding-bottom: 0 !important;margin-bottom: 8px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mvgloqad3cc{padding-right: 16px !important;padding-bottom: 0 !important;padding-left: 16px !important;margin-bottom: 24px !important;}}.ecom-core.ecom-a0nf03vzyog .ecom__element-counter--align{flex-direction: column;}.ecom-core.ecom-a0nf03vzyog .element__counter{justify-content: center;background-color: rgba(0, 0, 0, 0);}.ecom-core.ecom-a0nf03vzyog .element__counter .ecom__element-counter--align{padding: 0px;margin: 0px;}.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--number,.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--number a{font-size: 42px;font-weight: 700;line-height: 1.3em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--number{color: #ffffff;margin: 0px;padding: 0px;}.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--title,.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--title a{font-size: 42px;font-weight: 700;line-height: 26px;letter-spacing: 0px;}.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--title{color: #ffffff;margin: 0px;padding: 0px;}.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--suffix,.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--suffix a{font-weight: 500;line-height: 1.25em;font-style: normal;text-decoration: none;letter-spacing: 0px;font-size: 40px;}.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--suffix{color: #ffffff;padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-a0nf03vzyog .element__counter .ecom__element-counter--align{padding-top: 0px;padding-bottom: 0px;}.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--number,.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--number a{font-size: 36px;}.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--title,.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--title a{font-size: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-a0nf03vzyog .element__counter{justify-content: flex-start;}.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--number,.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--number a{font-size: 36px;}.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--title,.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--title a{font-size: 28px;}.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--suffix,.ecom-core.ecom-a0nf03vzyog .element__counter .element__counter--suffix a{font-size: 28px;}}.ecom-core.ecom-a0nf03vzyog{padding-right: 8px !important;padding-bottom: 0px !important;padding-left: 8px !important;width: unset;max-width:unset;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-a0nf03vzyog{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-a0nf03vzyog{padding-right: 16px !important;padding-bottom: 0px !important;padding-left: 16px !important;display: none;}} .ecom-core.ecom-a0nf03vzyog .element__counter--default{
    flex-direction: initial;
}
.ecom-core.ecom-a0nf03vzyog .element__counter--title::before{
    content: "";
    border-left: 1px solid rgb(14 58 72 / 30%);
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    height: 27px;
    transform: translateY(-50%);
}
.ecom-core.ecom-a0nf03vzyog .element__counter--title{
    position: relative;
}
.ecom-core.ecom-a0nf03vzyog .element__counter{
    backdrop-filter: blur(8px);
}.ecom-core.ecom-wqn9bwe4ncg .ecom__element-counter--align{flex-direction: column;}.ecom-core.ecom-wqn9bwe4ncg .element__counter{justify-content: center;background-color: rgba(0, 0, 0, 0);}.ecom-core.ecom-wqn9bwe4ncg .element__counter .ecom__element-counter--align{padding: 0px;margin: 0px;}.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--number,.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--number a{font-size: 42px;font-weight: 700;line-height: 1.3em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--number{color: #ffffff;margin: 0px;padding: 0px;}.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--title,.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--title a{font-size: 42px;font-weight: 700;line-height: 26px;letter-spacing: 0px;}.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--title{color: #ffffff;margin: 0px;padding: 0px;}.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--suffix,.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--suffix a{font-weight: 500;line-height: 1.25em;font-style: normal;text-decoration: none;letter-spacing: 0px;font-size: 40px;}.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--suffix{color: #ffffff;padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wqn9bwe4ncg .element__counter .ecom__element-counter--align{padding-top: 0px;padding-bottom: 0px;}.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--number,.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--number a{font-size: 36px;}.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--title,.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--title a{font-size: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wqn9bwe4ncg .element__counter{justify-content: flex-start;}.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--number,.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--number a{font-size: 36px;}.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--title,.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--title a{font-size: 28px;}.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--suffix,.ecom-core.ecom-wqn9bwe4ncg .element__counter .element__counter--suffix a{font-size: 28px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-wqn9bwe4ncg{padding-right: 8px !important;padding-bottom: 0px !important;padding-left: 8px !important;width: 100%;max-width:100%;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wqn9bwe4ncg{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wqn9bwe4ncg{padding-right: 16px !important;padding-bottom: 0px !important;padding-left: 16px !important;}} .ecom-core.ecom-wqn9bwe4ncg .element__counter--default{
    flex-direction: initial;
}
.ecom-core.ecom-wqn9bwe4ncg .element__counter--title::before{
    content: "";
    border-left: 1px solid rgb(14 58 72 / 30%);
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    height: 27px;
    transform: translateY(-50%);
}
.ecom-core.ecom-wqn9bwe4ncg .element__counter--title{
    position: relative;
}
.ecom-core.ecom-wqn9bwe4ncg .element__counter{
    backdrop-filter: blur(8px);
}.ecom-core.ecom-jd3lunblboo>div.core__row--columns{max-width: 1200px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jd3lunblboo>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-jd3lunblboo{background-color: #000000;}.ecom-core.ecom-jd3lunblboo{padding-top: 96px !important;padding-bottom: 96px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jd3lunblboo{padding-top: 64px !important;padding-bottom: 64px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jd3lunblboo{padding-top: 80px !important;padding-bottom: 80px !important;}}
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.ecom-core.ecom-eqmx2yn7l9u{width: 100%;}.ecom-core.ecom-eqmx2yn7l9u>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-eqmx2yn7l9u{width: 100%;}.ecom-core.ecom-eqmx2yn7l9u>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}html body .ecom-core.ecom-ugmek2xhk0i .ecom-core.ecom-eqmx2yn7l9u>div.core__column--wrapper{} position: fixed;
top: 150px;.ecom-core.ecom-p0mge23i8p>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p0mge23i8p>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p0mge23i8p>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p0mge23i8p > div.core__row--columns{flex-direction: column-reverse !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p0mge23i8p > div.core__row--columns{flex-direction: column-reverse !important;}}.ecom-core.ecom-giwailt76w8{width: 50.00%;}.ecom-core.ecom-giwailt76w8>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-giwailt76w8{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-giwailt76w8{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-ugmek2xhk0i .ecom-core.ecom-giwailt76w8>div.core__column--wrapper{margin-bottom: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-ugmek2xhk0i .ecom-core.ecom-giwailt76w8>div.core__column--wrapper{margin-bottom: 0px !important;}}.ecom-core.ecom-mz9f5gp9ypd .ecom-element_video-iframe iframe,.ecom-core.ecom-mz9f5gp9ypd .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}.ecom-core.ecom-mz9f5gp9ypd .ecom-element_video-iframe{width: 90%;}.ecom-core.ecom-mz9f5gp9ypd .element__video.ecom-element {justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mz9f5gp9ypd .ecom-element_video-iframe{width: 50%;}.ecom-core.ecom-mz9f5gp9ypd .element__video.ecom-element {justify-content: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mz9f5gp9ypd .ecom-element_video-iframe{width: 90%;}.ecom-core.ecom-mz9f5gp9ypd .element__video.ecom-element {justify-content: center;}}.ecom-core.ecom-mz9f5gp9ypd{margin-top: -80px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mz9f5gp9ypd{margin-top: -24px !important;}}.ecom-core.ecom-v0o5akyjjb{width: 50.00%;}.ecom-core.ecom-v0o5akyjjb>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-v0o5akyjjb{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-v0o5akyjjb{width: 100%;}}.ecom-core.ecom-v0o5akyjjb>.core__column--wrapper,.ecom-core.ecom-v0o5akyjjb>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 8px;}html body .ecom-core.ecom-ugmek2xhk0i .ecom-core.ecom-v0o5akyjjb>div.core__column--wrapper{margin-top: 0px !important;}.ecom-core.ecom-0ty9nv7ij9k .ecom__element--button{gap: 8px;}.ecom-core.ecom-0ty9nv7ij9k .ecom__element--button{font-weight: 500;line-height: 1.4em;font-size: 20px;color: #ffffff;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.5);border-radius: 50px;transition-duration: 400ms;;;padding: 16px 16px 16px 24px;}.ecom-core.ecom-0ty9nv7ij9k .ecom__element--button:hover{color: #1fd57e;border-style: solid;border-width: 1px;border-color: rgba(31, 213, 126, 0.7);cursor: pointer;}.ecom-core.ecom-0ty9nv7ij9k .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-0ty9nv7ij9k .ecom-button-icon svg{height: 20px;width: 20px;}.ecom-core.ecom-0ty9nv7ij9k .ecom-button-icon{color: #ffffff;transition: all 400ms ease;margin: 0px;padding: 0px;}.ecom-core.ecom-0ty9nv7ij9k .ecom__element--button:hover .ecom-button-icon{color: #0db263;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0ty9nv7ij9k .ecom-button-default{justify-content: center;}.ecom-core.ecom-0ty9nv7ij9k .ecom__element--button, .ecom-core.ecom-0ty9nv7ij9k .ecom__element--button span{justify-content: left;text-align: left;align-items: left;}.ecom-core.ecom-0ty9nv7ij9k .ecom__element--button{font-size: 18px;padding: 16px 20px 16px 32px;}.ecom-core.ecom-0ty9nv7ij9k .ecom-button-icon{margin-left: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0ty9nv7ij9k .ecom-button-default{justify-content: center;}.ecom-core.ecom-0ty9nv7ij9k .ecom__element--button{font-size: 16px;height: 56px;min-height: 56px;padding: 20px 20px 20px 32px;}.ecom-core.ecom-0ty9nv7ij9k .ecom-button-icon svg{height: 16px;width: 16px;}.ecom-core.ecom-0ty9nv7ij9k .ecom-button-icon{margin-left: 0px;}}.ecom-core.ecom-0ty9nv7ij9k{margin-top: 32px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0ty9nv7ij9k{margin-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0ty9nv7ij9k{padding-bottom: 0px !important;margin-top: 0px !important;margin-bottom: 0px !important;}}.ecom-core.ecom-pafvko9a06n .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 24px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-pafvko9a06n .ecom-iconlist--list{display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 16px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pafvko9a06n .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 16px;}}.ecom-core.ecom-pafvko9a06n .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;padding: 0px;}.ecom-core.ecom-pafvko9a06n .ecom-image-default{width: 20% !important;}.ecom-core.ecom-pafvko9a06n .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-pafvko9a06n .ecom-base-iconlist .ecom-iconlist--icon svg{height: 32px;width: 32px;}.ecom-core.ecom-pafvko9a06n .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 50%;margin-right: 16px;padding: 0px;}.ecom-core.ecom-pafvko9a06n .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: rgba(255, 255, 255, 0.7);}.ecom-core.ecom-pafvko9a06n .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-pafvko9a06n .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;font-weight: 400;line-height: 1.6em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-pafvko9a06n .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-pafvko9a06n .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-pafvko9a06n .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pafvko9a06n .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-pafvko9a06n .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 8px;}.ecom-core.ecom-pafvko9a06n .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-pafvko9a06n .ecom-base-iconlist .ecom-iconlist--title a{font-size: 16px;}.ecom-core.ecom-pafvko9a06n .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-pafvko9a06n{margin-top: 0px !important;margin-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-pafvko9a06n{margin-right: 0px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pafvko9a06n{margin-bottom: 16px !important;}} .ecom-core.ecom-pafvko9a06n .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-v7ynxqwp03 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-v7ynxqwp03 .element__heading .ecom__heading,.ecom-core.ecom-v7ynxqwp03 .element__heading .ecom__heading a{font-weight: 700;font-size: 32px;}.ecom-core.ecom-v7ynxqwp03  .element__heading .ecom__heading,.ecom-core.ecom-v7ynxqwp03  .element__heading .ecom__heading a{color: #ffffff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-v7ynxqwp03 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-v7ynxqwp03 .element__heading .ecom__heading,.ecom-core.ecom-v7ynxqwp03 .element__heading .ecom__heading a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-v7ynxqwp03 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-v7ynxqwp03 .element__heading .ecom__heading,.ecom-core.ecom-v7ynxqwp03 .element__heading .ecom__heading a{font-size: 20px;}}.ecom-core.ecom-v7ynxqwp03{margin-bottom: 24px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-v7ynxqwp03{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-v7ynxqwp03{padding-bottom: 0 !important;}}.ecom-core.ecom-0t1hxc4qh3h{width: 100%;}.ecom-core.ecom-0t1hxc4qh3h>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0t1hxc4qh3h{width: 100%;}.ecom-core.ecom-0t1hxc4qh3h>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-n9qiyd7gk8r .element__heading .ecom__heading{text-align: center;padding: 0px;}.ecom-core.ecom-n9qiyd7gk8r .element__heading .ecom__heading,.ecom-core.ecom-n9qiyd7gk8r .element__heading .ecom__heading a{font-weight: 700;text-transform: none;font-style: normal;text-decoration: none;font-size: 42px;line-height: 1.4em;}.ecom-core.ecom-n9qiyd7gk8r  .element__heading .ecom__heading,.ecom-core.ecom-n9qiyd7gk8r  .element__heading .ecom__heading a{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-n9qiyd7gk8r .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-n9qiyd7gk8r .element__heading .ecom__heading,.ecom-core.ecom-n9qiyd7gk8r .element__heading .ecom__heading a{font-size: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-n9qiyd7gk8r .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-n9qiyd7gk8r .element__heading .ecom__heading,.ecom-core.ecom-n9qiyd7gk8r .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-n9qiyd7gk8r{margin-bottom: 40px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-n9qiyd7gk8r{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-n9qiyd7gk8r{padding-bottom: 0px !important;margin-bottom: 24px !important;}}.ecom-core.ecom-frfnd80yi6 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-frfnd80yi6 .element__heading .ecom__heading,.ecom-core.ecom-frfnd80yi6 .element__heading .ecom__heading a{font-weight: 700;font-size: 24px;}.ecom-core.ecom-frfnd80yi6  .element__heading .ecom__heading,.ecom-core.ecom-frfnd80yi6  .element__heading .ecom__heading a{color: #26ED8A;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-frfnd80yi6 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-frfnd80yi6 .element__heading .ecom__heading,.ecom-core.ecom-frfnd80yi6 .element__heading .ecom__heading a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-frfnd80yi6 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-frfnd80yi6 .element__heading .ecom__heading,.ecom-core.ecom-frfnd80yi6 .element__heading .ecom__heading a{font-size: 20px;}}.ecom-core.ecom-frfnd80yi6{margin-bottom: 8px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-frfnd80yi6{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-frfnd80yi6{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ugmek2xhk0i>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-ugmek2xhk0i{background-color: #000000;}.ecom-core.ecom-ugmek2xhk0i{padding-top: 96px !important;padding-bottom: 96px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ugmek2xhk0i{margin-top: 0px !important;padding-right: 60px !important;padding-left: 60px !important;}.ecom-core.ecom-ugmek2xhk0i div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ugmek2xhk0i{padding: 80px 16px 80px 16px !important;display: block;}.ecom-core.ecom-ugmek2xhk0i 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-e6v9xrak948{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e6v9xrak948{width: 100%;}.ecom-core.ecom-e6v9xrak948>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-e6v9xrak948{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-e6v9xrak948{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-e6v9xrak948>div.core__column--wrapper{margin-top: 80px !important;}}.ecom-core.ecom-0i1n8q8ct4jt>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0i1n8q8ct4jt>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0i1n8q8ct4jt > div.core__row--columns{flex-direction: column-reverse !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0i1n8q8ct4jt > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-cknowmx6a3v{width: 50%;}.ecom-core.ecom-cknowmx6a3v>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-cknowmx6a3v{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cknowmx6a3v{width: 100%;}.ecom-core.ecom-cknowmx6a3v>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-cknowmx6a3v>div.core__column--wrapper{padding-left: 40px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-cknowmx6a3v>div.core__column--wrapper{padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-cknowmx6a3v>div.core__column--wrapper{padding-top: 0px !important;padding-left: 0px !important;margin-top: -40px !important;}}.ecom-core.ecom-omgj1xq31nj .ecom-iconlist--container{flex-direction: column;}.ecom-core.ecom-omgj1xq31nj .ecom-iconlist--list{gap: 40px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-omgj1xq31nj .ecom-iconlist--list{gap: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-omgj1xq31nj .ecom-iconlist--list{gap: 40px;}}.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding: 0px;}.ecom-core.ecom-omgj1xq31nj .ecom-image-default{width: 20% !important;}.ecom-core.ecom-omgj1xq31nj .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--icon svg{height: 36px;width: 36px;}.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 63%;padding: 0px;margin-bottom: 12px;}.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #ffffff;}.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.4em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: rgba(255, 255, 255, 0.7);margin-top: 0px;}.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--des a{font-size: 20px;line-height: 1.4em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-omgj1xq31nj .ecom-iconlist--image{margin-right: 0px;}.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 0px;margin-bottom: 8px;}.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-omgj1xq31nj .ecom-base-iconlist .ecom-iconlist--des a{font-size: 16px;}}.ecom-core.ecom-omgj1xq31nj{margin-top: 0px !important;margin-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-omgj1xq31nj{margin-right: 0px !important;margin-bottom: 36px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-omgj1xq31nj{margin-bottom: 0px !important;}} .ecom-core.ecom-omgj1xq31nj .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-bapn5lffyys .ecom__element-divi,.ecom-core.ecom-bapn5lffyys .divi-cont{justify-content: center;}.ecom-core.ecom-bapn5lffyys .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-bapn5lffyys .divi-line.divi-style{width: 100%;}.ecom-core.ecom-bapn5lffyys .ecom__element-divi .divi-style{border-color: rgba(245, 245, 245, 0.2);border-bottom-width: 1px;}.ecom-core.ecom-bapn5lffyys .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bapn5lffyys{margin-bottom: 16px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-rttqshf88gs .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-rttqshf88gs .element__heading .ecom__heading,.ecom-core.ecom-rttqshf88gs .element__heading .ecom__heading a{font-weight: 700;font-size: 32px;}.ecom-core.ecom-rttqshf88gs  .element__heading .ecom__heading,.ecom-core.ecom-rttqshf88gs  .element__heading .ecom__heading a{color: #26ED8A;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-rttqshf88gs .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-rttqshf88gs .element__heading .ecom__heading,.ecom-core.ecom-rttqshf88gs .element__heading .ecom__heading a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rttqshf88gs .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-rttqshf88gs .element__heading .ecom__heading,.ecom-core.ecom-rttqshf88gs .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-rttqshf88gs{margin-bottom: 24px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-rttqshf88gs{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rttqshf88gs{padding-bottom: 0px !important;margin-top: 0px !important;margin-bottom: 8px !important;}}.ecom-core.ecom-c4hurslypht{width: 50%;}.ecom-core.ecom-c4hurslypht>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-c4hurslypht{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-c4hurslypht{width: 100%;}.ecom-core.ecom-c4hurslypht>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-32c3088ayq6 .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-32c3088ayq6 .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-32c3088ayq6 .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-32c3088ayq6 .ecom-base-image .ecom-image-picture picture{height: 600px !important;}.ecom-core.ecom-32c3088ayq6 .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-32c3088ayq6 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-32c3088ayq6 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-32c3088ayq6 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-32c3088ayq6 .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-32c3088ayq6 .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-32c3088ayq6 .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-32c3088ayq6 .ecom-base-image .ecom-image-picture picture{height: 320px !important;}}.ecom-core.ecom-32c3088ayq6.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-32c3088ayq6{margin-bottom: 0px !important;}}.ecom-core.ecom-tiu2kqqd95{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tiu2kqqd95{width: 100%;}.ecom-core.ecom-tiu2kqqd95>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-tiu2kqqd95{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tiu2kqqd95{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-tiu2kqqd95>div.core__column--wrapper{margin-top: 0px !important;}}.ecom-core.ecom-lmzab3xfhy>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lmzab3xfhy>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-lmzab3xfhy > div.core__row--columns{flex-direction: column-reverse !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lmzab3xfhy > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-ivsmuxpzfkj{width: 50%;}.ecom-core.ecom-ivsmuxpzfkj>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ivsmuxpzfkj{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ivsmuxpzfkj{width: 100%;}.ecom-core.ecom-ivsmuxpzfkj>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-ivsmuxpzfkj>div.core__column--wrapper{padding-left: 40px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-ivsmuxpzfkj>div.core__column--wrapper{padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-ivsmuxpzfkj>div.core__column--wrapper{padding-top: 0px !important;padding-left: 0px !important;margin-top: -60px !important;}}.ecom-core.ecom-5kt9mzsd70b .ecom-iconlist--container{flex-direction: column;}.ecom-core.ecom-5kt9mzsd70b .ecom-iconlist--list{gap: 40px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5kt9mzsd70b .ecom-iconlist--list{gap: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5kt9mzsd70b .ecom-iconlist--list{gap: 40px;}}.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding: 0px;}.ecom-core.ecom-5kt9mzsd70b .ecom-image-default{width: 20% !important;}.ecom-core.ecom-5kt9mzsd70b .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--icon svg{height: 36px;width: 36px;}.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 63%;padding: 0px;margin-bottom: 12px;}.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #ffffff;}.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.4em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: rgba(255, 255, 255, 0.7);margin-top: 0px;}.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--des a{font-size: 20px;line-height: 1.4em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5kt9mzsd70b .ecom-iconlist--image{margin-right: 0px;}.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 0px;margin-bottom: 8px;}.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-5kt9mzsd70b .ecom-base-iconlist .ecom-iconlist--des a{font-size: 16px;}}.ecom-core.ecom-5kt9mzsd70b{margin-top: 0px !important;margin-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5kt9mzsd70b{margin-right: 0px !important;margin-bottom: 36px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5kt9mzsd70b{margin-bottom: 0px !important;}} .ecom-core.ecom-5kt9mzsd70b .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-kmckdtciccq .ecom__element-divi,.ecom-core.ecom-kmckdtciccq .divi-cont{justify-content: center;}.ecom-core.ecom-kmckdtciccq .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-kmckdtciccq .divi-line.divi-style{width: 100%;}.ecom-core.ecom-kmckdtciccq .ecom__element-divi .divi-style{border-color: rgba(245, 245, 245, 0.2);border-bottom-width: 1px;}.ecom-core.ecom-kmckdtciccq .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kmckdtciccq{margin-bottom: 16px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-6vt4dpdkbvw .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-6vt4dpdkbvw .element__heading .ecom__heading,.ecom-core.ecom-6vt4dpdkbvw .element__heading .ecom__heading a{font-weight: 700;font-size: 32px;}.ecom-core.ecom-6vt4dpdkbvw  .element__heading .ecom__heading,.ecom-core.ecom-6vt4dpdkbvw  .element__heading .ecom__heading a{color: #26ED8A;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6vt4dpdkbvw .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-6vt4dpdkbvw .element__heading .ecom__heading,.ecom-core.ecom-6vt4dpdkbvw .element__heading .ecom__heading a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6vt4dpdkbvw .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-6vt4dpdkbvw .element__heading .ecom__heading,.ecom-core.ecom-6vt4dpdkbvw .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-6vt4dpdkbvw{margin-bottom: 24px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6vt4dpdkbvw{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6vt4dpdkbvw{padding-bottom: 0px !important;margin-top: 0px !important;margin-bottom: 8px !important;}}.ecom-core.ecom-75xgofbn4r2{width: 50%;}.ecom-core.ecom-75xgofbn4r2>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-75xgofbn4r2{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-75xgofbn4r2{width: 100%;}.ecom-core.ecom-75xgofbn4r2>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-yyppyv2x4jd .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-yyppyv2x4jd .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-yyppyv2x4jd .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-yyppyv2x4jd .ecom-base-image .ecom-image-picture picture{height: 600px !important;}.ecom-core.ecom-yyppyv2x4jd .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-yyppyv2x4jd .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-yyppyv2x4jd .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-yyppyv2x4jd .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-yyppyv2x4jd .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-yyppyv2x4jd .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-yyppyv2x4jd .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-yyppyv2x4jd .ecom-base-image .ecom-image-picture picture{height: 320px !important;}}.ecom-core.ecom-yyppyv2x4jd.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yyppyv2x4jd{margin-bottom: 0px !important;}}.ecom-core.ecom-4pvk39rla17{width: 100%;}.ecom-core.ecom-4pvk39rla17>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4pvk39rla17{width: 100%;}}html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-4pvk39rla17>div.core__column--wrapper{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4pvk39rla17{display: none;}} position: fixed;
top: 150px;.ecom-core.ecom-gerzu12tiur>div.core__row--columns{max-width: 1200px;}.ecom-core.ecom-gerzu12tiur>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-27yjz1vecnq{width: 100.00%;}.ecom-core.ecom-27yjz1vecnq>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-27yjz1vecnq{width: 100%;}}.ecom-core.ecom-unz4tnff7d .tabs__navs{order: 0;}.ecom-core.ecom-unz4tnff7d .tabs__navs--items{flex-wrap: no-wrap;}.ecom-core.ecom-unz4tnff7d .tabs__navs{border-style: none;}.ecom-core.ecom-unz4tnff7d .tabs__wrapper.ecom__element .tabs__navs{justify-content: flex-end;}.ecom-core.ecom-unz4tnff7d .tabs__wrapper.ecom__element .tabs__nav{border-style: solid;border-width: 0px 0px 1px 0px;border-color: rgba(255, 255, 255, 0.4);border-radius: 0px;transition-duration: 400ms;;;padding-right: 90px;padding-bottom: 20px;padding-left: 90px;}.ecom-core.ecom-unz4tnff7d .tabs__wrapper.ecom__element .tabs__nav:hover{border-style: solid;border-width: 0px 0px 1px 0px;border-color: #fff;}.ecom-core.ecom-unz4tnff7d .tabs__wrapper.ecom__element .tabs__nav.ecom-item-active{border-style: solid;border-width: 0px 0px 4px 0px;border-color: #26ED8A;}.ecom-core.ecom-unz4tnff7d .tabs__wrapper.ecom__element .ecom-items--text{font-size: 24px;font-weight: 700;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;color: rgba(255, 255, 255, 0.4);}.ecom-core.ecom-unz4tnff7d .ecom-items:hover  .ecom-items--text{color: #ffffff;}.ecom-core.ecom-unz4tnff7d .ecom-items.ecom-item-active  .ecom-items--text{color: #26ED8A;}.ecom-core.ecom-unz4tnff7d .tabs__body{border-style: solid;border-color: rgba(5, 150, 105, 0.1);border-radius: 0px;overflow: hidden;padding: 0px;margin-top: 38px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-unz4tnff7d .tabs__wrapper.ecom__element .tabs__navs{justify-content: center;}.ecom-core.ecom-unz4tnff7d .tabs__wrapper.ecom__element .tabs__nav{margin-right: 0px;margin-left: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-unz4tnff7d .tabs__wrapper.ecom__element .tabs__nav{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-unz4tnff7d .tabs__wrapper.ecom__element .ecom-items--text{font-size: 16px;}.ecom-core.ecom-unz4tnff7d .tabs__wrapper.ecom__element .tabs_nav--text{padding-bottom: 10px;}.ecom-core.ecom-unz4tnff7d .tabs__wrapper.ecom__element .ecom-items:hover .tabs_nav--text{padding-bottom: 10px;}.ecom-core.ecom-unz4tnff7d .tabs__wrapper.ecom__element .ecom-item-active .tabs_nav--text{padding-bottom: 10px;}.ecom-core.ecom-unz4tnff7d .tabs__body{padding: 20px 0px 20px 0px;margin: 0px;}}.ecom-core.ecom-unz4tnff7d{}  .ecom-core.ecom-unz4tnff7d .tabs__wrapper.ecom__element .tabs_nav--text{
    padding-bottom: 0 !important;
}.ecom-core.ecom-et8gu215oi>div.core__row--columns{max-width: 1200px;}.ecom-core.ecom-et8gu215oi>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-et8gu215oi > div.core__row--columns{flex-direction: column-reverse !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-et8gu215oi > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-o1ydt208amo{width: 50%;}.ecom-core.ecom-o1ydt208amo>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-o1ydt208amo{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-o1ydt208amo{width: 100%;}}html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-o1ydt208amo>div.core__column--wrapper{padding-left: 40px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-o1ydt208amo>div.core__column--wrapper{padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-o1ydt208amo>div.core__column--wrapper{padding-top: 35px !important;padding-left: 0px !important;}}.ecom-core.ecom-1e39vwzsyni .ecom-iconlist--container{flex-direction: column;}.ecom-core.ecom-1e39vwzsyni .ecom-iconlist--list{gap: 40px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1e39vwzsyni .ecom-iconlist--list{gap: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1e39vwzsyni .ecom-iconlist--list{gap: 16px;}}.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding: 0px;}.ecom-core.ecom-1e39vwzsyni .ecom-image-default{width: 20% !important;}.ecom-core.ecom-1e39vwzsyni .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--icon svg{height: 36px;width: 36px;}.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;padding: 0px;margin-bottom: 12px;}.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #ffffff;}.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.4em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: rgba(255, 255, 255, 0.7);margin-top: 0px;}.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--des a{font-size: 20px;line-height: 1.4em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 8px;}.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--title a{font-size: 16px;}.ecom-core.ecom-1e39vwzsyni .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-1e39vwzsyni{margin-top: 0px !important;margin-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1e39vwzsyni{margin-right: 0px !important;margin-bottom: 36px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1e39vwzsyni{margin-bottom: 16px !important;}} .ecom-core.ecom-1e39vwzsyni .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-ejkw1sdeqk8{width: 50%;}.ecom-core.ecom-ejkw1sdeqk8>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ejkw1sdeqk8{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ejkw1sdeqk8{width: 100%;}}.ecom-core.ecom-nmmk95l7zrs .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-nmmk95l7zrs .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-nmmk95l7zrs .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-nmmk95l7zrs .ecom-base-image .ecom-image-picture picture{height: 600px !important;}.ecom-core.ecom-nmmk95l7zrs .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-nmmk95l7zrs .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-nmmk95l7zrs .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-nmmk95l7zrs .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-nmmk95l7zrs .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nmmk95l7zrs .ecom-image-align{align-items: center;}}.ecom-core.ecom-nmmk95l7zrs{margin-top: 0px !important;}.ecom-core.ecom-nmmk95l7zrs.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;}.ecom-core.ecom-12spk85dppu9>div.core__row--columns{max-width: 1200px;}.ecom-core.ecom-12spk85dppu9>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-12spk85dppu9 > div.core__row--columns{flex-direction: column-reverse !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-12spk85dppu9 > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-fcnfnu7m5fc{width: 50%;}.ecom-core.ecom-fcnfnu7m5fc>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-fcnfnu7m5fc{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-fcnfnu7m5fc{width: 100%;}}html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-fcnfnu7m5fc>div.core__column--wrapper{padding-left: 40px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-fcnfnu7m5fc>div.core__column--wrapper{padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-fcnfnu7m5fc>div.core__column--wrapper{padding-top: 35px !important;padding-left: 0px !important;}}.ecom-core.ecom-yuxa5bokvwg .ecom-iconlist--container{flex-direction: column;}.ecom-core.ecom-yuxa5bokvwg .ecom-iconlist--list{gap: 40px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yuxa5bokvwg .ecom-iconlist--list{gap: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yuxa5bokvwg .ecom-iconlist--list{gap: 16px;}}.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding: 0px;}.ecom-core.ecom-yuxa5bokvwg .ecom-image-default{width: 20% !important;}.ecom-core.ecom-yuxa5bokvwg .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--icon svg{height: 36px;width: 36px;}.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 63%;padding: 0px;margin-bottom: 12px;}.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #ffffff;}.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.4em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: rgba(255, 255, 255, 0.7);margin-top: 0px;}.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--des a{font-size: 20px;line-height: 1.4em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 8px;}.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--title a{font-size: 16px;}.ecom-core.ecom-yuxa5bokvwg .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-yuxa5bokvwg{margin-top: 0px !important;margin-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yuxa5bokvwg{margin-right: 0px !important;margin-bottom: 36px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yuxa5bokvwg{margin-bottom: 16px !important;}} .ecom-core.ecom-yuxa5bokvwg .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-coavtv4id8{width: 50%;}.ecom-core.ecom-coavtv4id8>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-coavtv4id8{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-coavtv4id8{width: 100%;}}.ecom-core.ecom-12420fyg8sl .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-12420fyg8sl .ecom-image-default{max-width: 600px !important;}.ecom-core.ecom-12420fyg8sl .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-12420fyg8sl .ecom-base-image .ecom-image-picture picture{height: 600px !important;}.ecom-core.ecom-12420fyg8sl .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-12420fyg8sl .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-12420fyg8sl .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-12420fyg8sl .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-12420fyg8sl .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-12420fyg8sl .ecom-image-align{align-items: center;}}.ecom-core.ecom-12420fyg8sl.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;}.ecom-core.ecom-uji0qhp6e3a{width: 100%;}.ecom-core.ecom-uji0qhp6e3a>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-uji0qhp6e3a{width: 100%;}.ecom-core.ecom-uji0qhp6e3a>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-346qf4ekbh4>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-346qf4ekbh4>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-vaf3djcbt2{width: 50.00%;}.ecom-core.ecom-vaf3djcbt2>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vaf3djcbt2{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vaf3djcbt2{width: 100%;}.ecom-core.ecom-vaf3djcbt2>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-vaf3djcbt2>div.core__column--wrapper{margin-left: 40px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-o6q5xu2wvy .ecom-core.ecom-vaf3djcbt2>div.core__column--wrapper{margin-left: 0px !important;}}.ecom-core.ecom-0ce3qz70bogo .element__heading .ecom__heading{text-align: left;padding: 0px;}.ecom-core.ecom-0ce3qz70bogo .element__heading .ecom__heading,.ecom-core.ecom-0ce3qz70bogo .element__heading .ecom__heading a{font-weight: 700;text-transform: none;font-style: normal;text-decoration: none;font-size: 42px;line-height: 1.4em;}.ecom-core.ecom-0ce3qz70bogo  .element__heading .ecom__heading,.ecom-core.ecom-0ce3qz70bogo  .element__heading .ecom__heading a{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0ce3qz70bogo .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-0ce3qz70bogo .element__heading .ecom__heading,.ecom-core.ecom-0ce3qz70bogo .element__heading .ecom__heading a{font-size: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0ce3qz70bogo .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-0ce3qz70bogo .element__heading .ecom__heading,.ecom-core.ecom-0ce3qz70bogo .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-0ce3qz70bogo{margin-bottom: 40px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0ce3qz70bogo{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0ce3qz70bogo{padding-bottom: 0px !important;margin-bottom: 24px !important;}}.ecom-core.ecom-j270q3ni9zs .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-j270q3ni9zs .element__heading .ecom__heading,.ecom-core.ecom-j270q3ni9zs .element__heading .ecom__heading a{font-weight: 700;font-size: 24px;}.ecom-core.ecom-j270q3ni9zs  .element__heading .ecom__heading,.ecom-core.ecom-j270q3ni9zs  .element__heading .ecom__heading a{color: #26ED8A;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-j270q3ni9zs .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-j270q3ni9zs .element__heading .ecom__heading,.ecom-core.ecom-j270q3ni9zs .element__heading .ecom__heading a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j270q3ni9zs .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-j270q3ni9zs .element__heading .ecom__heading,.ecom-core.ecom-j270q3ni9zs .element__heading .ecom__heading a{font-size: 20px;}}.ecom-core.ecom-j270q3ni9zs{margin-bottom: 8px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-j270q3ni9zs{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j270q3ni9zs{padding-bottom: 0 !important;}}.ecom-core.ecom-xh5zbcx4dym{width: 50.00%;}.ecom-core.ecom-xh5zbcx4dym>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xh5zbcx4dym{width: 100%;}.ecom-core.ecom-xh5zbcx4dym>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xh5zbcx4dym{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xh5zbcx4dym{display: none;}}.ecom-core.ecom-o6q5xu2wvy>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-o6q5xu2wvy>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-o6q5xu2wvy{background-color: #000000;}.ecom-core.ecom-o6q5xu2wvy{padding-top: 96px !important;padding-bottom: 96px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-o6q5xu2wvy{margin-top: 0px !important;padding-right: 60px !important;padding-left: 60px !important;}.ecom-core.ecom-o6q5xu2wvy div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-o6q5xu2wvy{padding: 80px 16px 80px 16px !important;display: block;}.ecom-core.ecom-o6q5xu2wvy div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-zcitgf3cb1s{width: 33.33%;}.ecom-core.ecom-zcitgf3cb1s>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zcitgf3cb1s{width: 100%;}.ecom-core.ecom-zcitgf3cb1s>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}html body .ecom-core.ecom-pbf6b55vht .ecom-core.ecom-zcitgf3cb1s>div.core__column--wrapper{} position: fixed;
top: 150px;.ecom-core.ecom-igmkjt7cq3>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-igmkjt7cq3>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-p9uih21f9y9{width: 100.00%;}.ecom-core.ecom-p9uih21f9y9>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p9uih21f9y9{width: 100%;}.ecom-core.ecom-p9uih21f9y9>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-p9uih21f9y9>.core__column--wrapper,.ecom-core.ecom-p9uih21f9y9>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 8px;}.ecom-core.ecom-nsgtwzumtv .ecom-text--more-actions button ,.ecom-core.ecom-nsgtwzumtv .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-nsgtwzumtv .text-content,.ecom-core.ecom-nsgtwzumtv .text-content a,.ecom-core.ecom-nsgtwzumtv  .text-content a,.ecom-core.ecom-nsgtwzumtv  .text-content a a,.ecom-core.ecom-nsgtwzumtv  .text-content p,.ecom-core.ecom-nsgtwzumtv  .text-content p a,.ecom-core.ecom-nsgtwzumtv  .text-content span,.ecom-core.ecom-nsgtwzumtv  .text-content span a{font-size: 18px;line-height: 1.4em;font-weight: 500;}.ecom-core.ecom-nsgtwzumtv .text-content,.ecom-core.ecom-nsgtwzumtv  .text-content a,.ecom-core.ecom-nsgtwzumtv  .text-content p,.ecom-core.ecom-nsgtwzumtv  .text-content span{color: #ffff;}.ecom-core.ecom-nsgtwzumtv .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-nsgtwzumtv .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-shfn287w2g .ecom-text--more-actions button ,.ecom-core.ecom-shfn287w2g .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-shfn287w2g .text-content,.ecom-core.ecom-shfn287w2g  .text-content a,.ecom-core.ecom-shfn287w2g  .text-content p,.ecom-core.ecom-shfn287w2g  .text-content span{text-align: left;color: rgba(255, 255, 255, 0.7);margin: 0px;padding: 0px;}.ecom-core.ecom-shfn287w2g .text-content,.ecom-core.ecom-shfn287w2g .text-content a,.ecom-core.ecom-shfn287w2g  .text-content a,.ecom-core.ecom-shfn287w2g  .text-content a a,.ecom-core.ecom-shfn287w2g  .text-content p,.ecom-core.ecom-shfn287w2g  .text-content p a,.ecom-core.ecom-shfn287w2g  .text-content span,.ecom-core.ecom-shfn287w2g  .text-content span a{font-size: 20px;font-weight: 400;line-height: 1.6em;}.ecom-core.ecom-shfn287w2g .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-shfn287w2g .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-shfn287w2g .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-shfn287w2g .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-shfn287w2g .text-content,.ecom-core.ecom-shfn287w2g .text-content a,.ecom-core.ecom-shfn287w2g  .text-content a,.ecom-core.ecom-shfn287w2g  .text-content a a,.ecom-core.ecom-shfn287w2g  .text-content p,.ecom-core.ecom-shfn287w2g  .text-content p a,.ecom-core.ecom-shfn287w2g  .text-content span,.ecom-core.ecom-shfn287w2g  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-shfn287w2g .text-content,.ecom-core.ecom-shfn287w2g  .text-content a,.ecom-core.ecom-shfn287w2g  .text-content p,.ecom-core.ecom-shfn287w2g  .text-content span{text-align: left;}.ecom-core.ecom-shfn287w2g .text-content,.ecom-core.ecom-shfn287w2g .text-content a,.ecom-core.ecom-shfn287w2g  .text-content a,.ecom-core.ecom-shfn287w2g  .text-content a a,.ecom-core.ecom-shfn287w2g  .text-content p,.ecom-core.ecom-shfn287w2g  .text-content p a,.ecom-core.ecom-shfn287w2g  .text-content span,.ecom-core.ecom-shfn287w2g  .text-content span a{font-size: 16px;}}.ecom-core.ecom-shfn287w2g{padding-bottom: 0 !important;margin-bottom: 32px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-shfn287w2g{margin-bottom: 16px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-shfn287w2g{margin-top: 16px !important;margin-bottom: 16px !important;padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-u0b5ncwhym>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-u0b5ncwhym{margin-bottom: 16px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u0b5ncwhym{margin-bottom: 0px !important;}}.ecom-core.ecom-nud332zspw{width: 100.00%;}.ecom-core.ecom-nud332zspw>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-nud332zspw>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nud332zspw{width: 100%;}}.ecom-core.ecom-kvqpi7b2ia .ecom-text--more-actions button ,.ecom-core.ecom-kvqpi7b2ia .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-kvqpi7b2ia .text-content,.ecom-core.ecom-kvqpi7b2ia  .text-content a,.ecom-core.ecom-kvqpi7b2ia  .text-content p,.ecom-core.ecom-kvqpi7b2ia  .text-content span{text-align: left;color: #ffffff;}.ecom-core.ecom-kvqpi7b2ia .text-content,.ecom-core.ecom-kvqpi7b2ia .text-content a,.ecom-core.ecom-kvqpi7b2ia  .text-content a,.ecom-core.ecom-kvqpi7b2ia  .text-content a a,.ecom-core.ecom-kvqpi7b2ia  .text-content p,.ecom-core.ecom-kvqpi7b2ia  .text-content p a,.ecom-core.ecom-kvqpi7b2ia  .text-content span,.ecom-core.ecom-kvqpi7b2ia  .text-content span a{font-size: 16px;font-weight: 400;}.ecom-core.ecom-kvqpi7b2ia .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-kvqpi7b2ia .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-kvqpi7b2ia .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-kvqpi7b2ia .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-kvqpi7b2ia .text-content,.ecom-core.ecom-kvqpi7b2ia .text-content a,.ecom-core.ecom-kvqpi7b2ia  .text-content a,.ecom-core.ecom-kvqpi7b2ia  .text-content a a,.ecom-core.ecom-kvqpi7b2ia  .text-content p,.ecom-core.ecom-kvqpi7b2ia  .text-content p a,.ecom-core.ecom-kvqpi7b2ia  .text-content span,.ecom-core.ecom-kvqpi7b2ia  .text-content span a{font-size: 16px;}}.ecom-core.ecom-kvqpi7b2ia{width: unset;max-width:unset;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kvqpi7b2ia{padding-bottom: 0 !important;}}.ecom-core.ecom-lesepsu06s8 .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-lesepsu06s8 .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 10px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-lesepsu06s8 .ecom-iconlist--list{display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 24px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lesepsu06s8 .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 16px;}}.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;padding: 0px;}.ecom-core.ecom-lesepsu06s8 .ecom-image-default{width: 20% !important;}.ecom-core.ecom-lesepsu06s8 .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--icon svg{height: 36px;width: 36px;}.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;margin-right: 8px;}.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #ffffff;}.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.4em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 4px;}.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}.ecom-core.ecom-lesepsu06s8 .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-lesepsu06s8{margin-top: 0px !important;margin-right: 12px !important;margin-bottom: 0px !important;width: unset;max-width:unset;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-lesepsu06s8{margin-right: 0px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lesepsu06s8{margin-right: 8px !important;margin-bottom: 0px !important;padding-bottom: 0px !important;}} .ecom-core.ecom-lesepsu06s8 .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-d2cxbpi170o .ecom-image-align{align-items: center;}.ecom-core.ecom-d2cxbpi170o .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-d2cxbpi170o .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-d2cxbpi170o .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-d2cxbpi170o .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-d2cxbpi170o .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-d2cxbpi170o .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-d2cxbpi170o .ecom-image-default{width: 80% !important;}}.ecom-core.ecom-d2cxbpi170o{margin-bottom: 32px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-d2cxbpi170o{margin-bottom: 16px !important;}}.ecom-core.ecom-0jyvktpejls6{width: 33.33%;}.ecom-core.ecom-0jyvktpejls6>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0jyvktpejls6{width: 100%;}.ecom-core.ecom-0jyvktpejls6>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}html body .ecom-core.ecom-pbf6b55vht .ecom-core.ecom-0jyvktpejls6>div.core__column--wrapper{}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-pbf6b55vht .ecom-core.ecom-0jyvktpejls6>div.core__column--wrapper{margin-bottom: 60px !important;}} position: fixed;
top: 150px;.ecom-core.ecom-3ct66t9e52p>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3ct66t9e52p>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-9ggxa0ssjyk{width: 100.00%;}.ecom-core.ecom-9ggxa0ssjyk>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9ggxa0ssjyk{width: 100%;}.ecom-core.ecom-9ggxa0ssjyk>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-9ggxa0ssjyk>.core__column--wrapper,.ecom-core.ecom-9ggxa0ssjyk>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 8px;}.ecom-core.ecom-xfstyd12ggl .ecom-text--more-actions button ,.ecom-core.ecom-xfstyd12ggl .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-xfstyd12ggl .text-content,.ecom-core.ecom-xfstyd12ggl .text-content a,.ecom-core.ecom-xfstyd12ggl  .text-content a,.ecom-core.ecom-xfstyd12ggl  .text-content a a,.ecom-core.ecom-xfstyd12ggl  .text-content p,.ecom-core.ecom-xfstyd12ggl  .text-content p a,.ecom-core.ecom-xfstyd12ggl  .text-content span,.ecom-core.ecom-xfstyd12ggl  .text-content span a{font-size: 18px;line-height: 1.4em;font-weight: 500;}.ecom-core.ecom-xfstyd12ggl .text-content,.ecom-core.ecom-xfstyd12ggl  .text-content a,.ecom-core.ecom-xfstyd12ggl  .text-content p,.ecom-core.ecom-xfstyd12ggl  .text-content span{color: #ffff;}.ecom-core.ecom-xfstyd12ggl .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-xfstyd12ggl .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-981bxefv3jl .ecom-text--more-actions button ,.ecom-core.ecom-981bxefv3jl .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-981bxefv3jl .text-content,.ecom-core.ecom-981bxefv3jl  .text-content a,.ecom-core.ecom-981bxefv3jl  .text-content p,.ecom-core.ecom-981bxefv3jl  .text-content span{text-align: left;color: rgba(255, 255, 255, 0.7);margin: 0px;padding: 0px;}.ecom-core.ecom-981bxefv3jl .text-content,.ecom-core.ecom-981bxefv3jl .text-content a,.ecom-core.ecom-981bxefv3jl  .text-content a,.ecom-core.ecom-981bxefv3jl  .text-content a a,.ecom-core.ecom-981bxefv3jl  .text-content p,.ecom-core.ecom-981bxefv3jl  .text-content p a,.ecom-core.ecom-981bxefv3jl  .text-content span,.ecom-core.ecom-981bxefv3jl  .text-content span a{font-size: 20px;font-weight: 400;line-height: 1.6em;}.ecom-core.ecom-981bxefv3jl .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-981bxefv3jl .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-981bxefv3jl .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-981bxefv3jl .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-981bxefv3jl .text-content,.ecom-core.ecom-981bxefv3jl .text-content a,.ecom-core.ecom-981bxefv3jl  .text-content a,.ecom-core.ecom-981bxefv3jl  .text-content a a,.ecom-core.ecom-981bxefv3jl  .text-content p,.ecom-core.ecom-981bxefv3jl  .text-content p a,.ecom-core.ecom-981bxefv3jl  .text-content span,.ecom-core.ecom-981bxefv3jl  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-981bxefv3jl .text-content,.ecom-core.ecom-981bxefv3jl  .text-content a,.ecom-core.ecom-981bxefv3jl  .text-content p,.ecom-core.ecom-981bxefv3jl  .text-content span{text-align: left;}.ecom-core.ecom-981bxefv3jl .text-content,.ecom-core.ecom-981bxefv3jl .text-content a,.ecom-core.ecom-981bxefv3jl  .text-content a,.ecom-core.ecom-981bxefv3jl  .text-content a a,.ecom-core.ecom-981bxefv3jl  .text-content p,.ecom-core.ecom-981bxefv3jl  .text-content p a,.ecom-core.ecom-981bxefv3jl  .text-content span,.ecom-core.ecom-981bxefv3jl  .text-content span a{font-size: 16px;}}.ecom-core.ecom-981bxefv3jl{padding-bottom: 0 !important;margin-bottom: 32px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-981bxefv3jl{margin-bottom: 16px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-981bxefv3jl{margin-top: 16px !important;margin-bottom: 16px !important;padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-o2jnymaf4f8>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-o2jnymaf4f8{margin-bottom: 16px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-o2jnymaf4f8{margin-bottom: 0px !important;}}.ecom-core.ecom-ud749lk95s{width: 100.00%;}.ecom-core.ecom-ud749lk95s>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-ud749lk95s>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ud749lk95s{width: 100%;}}.ecom-core.ecom-776fbmjbcme .ecom-text--more-actions button ,.ecom-core.ecom-776fbmjbcme .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-776fbmjbcme .text-content,.ecom-core.ecom-776fbmjbcme  .text-content a,.ecom-core.ecom-776fbmjbcme  .text-content p,.ecom-core.ecom-776fbmjbcme  .text-content span{text-align: left;color: #ffffff;}.ecom-core.ecom-776fbmjbcme .text-content,.ecom-core.ecom-776fbmjbcme .text-content a,.ecom-core.ecom-776fbmjbcme  .text-content a,.ecom-core.ecom-776fbmjbcme  .text-content a a,.ecom-core.ecom-776fbmjbcme  .text-content p,.ecom-core.ecom-776fbmjbcme  .text-content p a,.ecom-core.ecom-776fbmjbcme  .text-content span,.ecom-core.ecom-776fbmjbcme  .text-content span a{font-size: 16px;font-weight: 400;}.ecom-core.ecom-776fbmjbcme .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-776fbmjbcme .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-776fbmjbcme .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-776fbmjbcme .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-776fbmjbcme .text-content,.ecom-core.ecom-776fbmjbcme .text-content a,.ecom-core.ecom-776fbmjbcme  .text-content a,.ecom-core.ecom-776fbmjbcme  .text-content a a,.ecom-core.ecom-776fbmjbcme  .text-content p,.ecom-core.ecom-776fbmjbcme  .text-content p a,.ecom-core.ecom-776fbmjbcme  .text-content span,.ecom-core.ecom-776fbmjbcme  .text-content span a{font-size: 16px;}}.ecom-core.ecom-776fbmjbcme{padding-bottom: 0 !important;width: unset;max-width:unset;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-776fbmjbcme{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-776fbmjbcme{padding-bottom: 0px !important;}}.ecom-core.ecom-kxvfmtuan6b .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-kxvfmtuan6b .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 10px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kxvfmtuan6b .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 24px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kxvfmtuan6b .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 16px;}}.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;padding: 0px;}.ecom-core.ecom-kxvfmtuan6b .ecom-image-default{width: 20% !important;}.ecom-core.ecom-kxvfmtuan6b .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--icon svg{height: 36px;width: 36px;}.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;margin-right: 8px;}.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #ffffff;}.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.4em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 4px;}.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}.ecom-core.ecom-kxvfmtuan6b .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-kxvfmtuan6b{margin-top: 0px !important;margin-right: 12px !important;margin-bottom: 0px !important;width: unset;max-width:unset;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kxvfmtuan6b{margin-right: 0px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kxvfmtuan6b{margin-right: 8px !important;margin-bottom: 0px !important;padding-bottom: 0 !important;}} .ecom-core.ecom-kxvfmtuan6b .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-z06o96msrns .ecom-image-align{align-items: center;}.ecom-core.ecom-z06o96msrns .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-z06o96msrns .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-z06o96msrns .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-z06o96msrns .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-z06o96msrns .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-z06o96msrns .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-z06o96msrns .ecom-image-default{width: 80% !important;}}.ecom-core.ecom-z06o96msrns{margin-bottom: 32px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-z06o96msrns{margin-bottom: 16px !important;}}.ecom-core.ecom-okemeoz7mfl{width: 33.33%;}.ecom-core.ecom-okemeoz7mfl>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-okemeoz7mfl{width: 100%;}.ecom-core.ecom-okemeoz7mfl>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}html body .ecom-core.ecom-pbf6b55vht .ecom-core.ecom-okemeoz7mfl>div.core__column--wrapper{}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-pbf6b55vht .ecom-core.ecom-okemeoz7mfl>div.core__column--wrapper{margin-bottom: 60px !important;}} position: fixed;
top: 150px;.ecom-core.ecom-8y29n37o11m>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8y29n37o11m>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-9vgz623eaka{width: 100.00%;}.ecom-core.ecom-9vgz623eaka>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9vgz623eaka{width: 100%;}.ecom-core.ecom-9vgz623eaka>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-9vgz623eaka>.core__column--wrapper,.ecom-core.ecom-9vgz623eaka>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 8px;}.ecom-core.ecom-1x5a5iy1eqt .ecom-text--more-actions button ,.ecom-core.ecom-1x5a5iy1eqt .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-1x5a5iy1eqt .text-content,.ecom-core.ecom-1x5a5iy1eqt  .text-content a,.ecom-core.ecom-1x5a5iy1eqt  .text-content p,.ecom-core.ecom-1x5a5iy1eqt  .text-content span{text-align: left;color: rgba(255, 255, 255, 0.7);margin: 0px;padding: 0px;}.ecom-core.ecom-1x5a5iy1eqt .text-content,.ecom-core.ecom-1x5a5iy1eqt .text-content a,.ecom-core.ecom-1x5a5iy1eqt  .text-content a,.ecom-core.ecom-1x5a5iy1eqt  .text-content a a,.ecom-core.ecom-1x5a5iy1eqt  .text-content p,.ecom-core.ecom-1x5a5iy1eqt  .text-content p a,.ecom-core.ecom-1x5a5iy1eqt  .text-content span,.ecom-core.ecom-1x5a5iy1eqt  .text-content span a{font-size: 20px;font-weight: 400;line-height: 1.6em;}.ecom-core.ecom-1x5a5iy1eqt .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-1x5a5iy1eqt .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-1x5a5iy1eqt .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-1x5a5iy1eqt .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-1x5a5iy1eqt .text-content,.ecom-core.ecom-1x5a5iy1eqt .text-content a,.ecom-core.ecom-1x5a5iy1eqt  .text-content a,.ecom-core.ecom-1x5a5iy1eqt  .text-content a a,.ecom-core.ecom-1x5a5iy1eqt  .text-content p,.ecom-core.ecom-1x5a5iy1eqt  .text-content p a,.ecom-core.ecom-1x5a5iy1eqt  .text-content span,.ecom-core.ecom-1x5a5iy1eqt  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1x5a5iy1eqt .text-content,.ecom-core.ecom-1x5a5iy1eqt  .text-content a,.ecom-core.ecom-1x5a5iy1eqt  .text-content p,.ecom-core.ecom-1x5a5iy1eqt  .text-content span{text-align: left;}.ecom-core.ecom-1x5a5iy1eqt .text-content,.ecom-core.ecom-1x5a5iy1eqt .text-content a,.ecom-core.ecom-1x5a5iy1eqt  .text-content a,.ecom-core.ecom-1x5a5iy1eqt  .text-content a a,.ecom-core.ecom-1x5a5iy1eqt  .text-content p,.ecom-core.ecom-1x5a5iy1eqt  .text-content p a,.ecom-core.ecom-1x5a5iy1eqt  .text-content span,.ecom-core.ecom-1x5a5iy1eqt  .text-content span a{font-size: 16px;}}.ecom-core.ecom-1x5a5iy1eqt{padding-bottom: 0px !important;margin-bottom: 32px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1x5a5iy1eqt{margin-bottom: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1x5a5iy1eqt{margin-top: 16px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-ueqxx6rbml8>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-ueqxx6rbml8{margin-bottom: 16px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ueqxx6rbml8{margin-bottom: 0px !important;}}.ecom-core.ecom-k7idwknrs4o{width: 100.00%;}.ecom-core.ecom-k7idwknrs4o>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-k7idwknrs4o>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-k7idwknrs4o>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-k7idwknrs4o{width: 100%;}}.ecom-core.ecom-zmq4tmm884 .ecom-text--more-actions button ,.ecom-core.ecom-zmq4tmm884 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-zmq4tmm884 .text-content,.ecom-core.ecom-zmq4tmm884  .text-content a,.ecom-core.ecom-zmq4tmm884  .text-content p,.ecom-core.ecom-zmq4tmm884  .text-content span{text-align: left;color: #ffffff;}.ecom-core.ecom-zmq4tmm884 .text-content,.ecom-core.ecom-zmq4tmm884 .text-content a,.ecom-core.ecom-zmq4tmm884  .text-content a,.ecom-core.ecom-zmq4tmm884  .text-content a a,.ecom-core.ecom-zmq4tmm884  .text-content p,.ecom-core.ecom-zmq4tmm884  .text-content p a,.ecom-core.ecom-zmq4tmm884  .text-content span,.ecom-core.ecom-zmq4tmm884  .text-content span a{font-size: 16px;font-weight: 400;}.ecom-core.ecom-zmq4tmm884 .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-zmq4tmm884 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-zmq4tmm884 .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-zmq4tmm884 .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-zmq4tmm884 .text-content,.ecom-core.ecom-zmq4tmm884 .text-content a,.ecom-core.ecom-zmq4tmm884  .text-content a,.ecom-core.ecom-zmq4tmm884  .text-content a a,.ecom-core.ecom-zmq4tmm884  .text-content p,.ecom-core.ecom-zmq4tmm884  .text-content p a,.ecom-core.ecom-zmq4tmm884  .text-content span,.ecom-core.ecom-zmq4tmm884  .text-content span a{font-size: 16px;}}.ecom-core.ecom-zmq4tmm884{padding-bottom: 0 !important;width: unset;max-width:unset;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zmq4tmm884{padding-bottom: 0 !important;}}.ecom-core.ecom-l7llun6smtf .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l7llun6smtf .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 24px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l7llun6smtf .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 16px;}}.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;padding: 0px;}.ecom-core.ecom-l7llun6smtf .ecom-image-default{width: 20% !important;}.ecom-core.ecom-l7llun6smtf .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--icon svg{height: 36px;width: 36px;}.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;margin-right: 8px;}.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #ffffff;}.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--title a{font-size: 24px;font-weight: 700;line-height: 1.4em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--icon svg{height: 28px;width: 28px;}.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--icon{margin-right: 4px;}.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}.ecom-core.ecom-l7llun6smtf .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-l7llun6smtf{margin-top: 0px !important;margin-right: 12px !important;margin-bottom: 0px !important;padding-bottom: 0 !important;width: unset;max-width:unset;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l7llun6smtf{margin-right: 0px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l7llun6smtf{margin-right: 8px !important;margin-bottom: 0px !important;padding-bottom: 0px !important;}} .ecom-core.ecom-l7llun6smtf .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-aj9dgebzoct .ecom-image-align{align-items: center;}.ecom-core.ecom-aj9dgebzoct .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-aj9dgebzoct .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-aj9dgebzoct .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-aj9dgebzoct .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-aj9dgebzoct .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-aj9dgebzoct .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-aj9dgebzoct .ecom-image-default{width: 80% !important;}}.ecom-core.ecom-aj9dgebzoct{margin-bottom: 32px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aj9dgebzoct{margin-bottom: 16px !important;}}.ecom-core.ecom-ajcsvluglj{width: 100%;}.ecom-core.ecom-ajcsvluglj>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ajcsvluglj{width: 100%;}.ecom-core.ecom-ajcsvluglj>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-qg41nd7lfec .element__heading .ecom__heading{text-align: center;padding: 0px;}.ecom-core.ecom-qg41nd7lfec .element__heading .ecom__heading,.ecom-core.ecom-qg41nd7lfec .element__heading .ecom__heading a{font-weight: 700;text-transform: none;font-style: normal;text-decoration: none;font-size: 42px;line-height: 1.4em;}.ecom-core.ecom-qg41nd7lfec  .element__heading .ecom__heading,.ecom-core.ecom-qg41nd7lfec  .element__heading .ecom__heading a{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qg41nd7lfec .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-qg41nd7lfec .element__heading .ecom__heading,.ecom-core.ecom-qg41nd7lfec .element__heading .ecom__heading a{font-size: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qg41nd7lfec .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-qg41nd7lfec .element__heading .ecom__heading,.ecom-core.ecom-qg41nd7lfec .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-qg41nd7lfec{margin-bottom: 40px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qg41nd7lfec{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qg41nd7lfec{padding-bottom: 0 !important;}}.ecom-core.ecom-kd9ojrsunlk .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-kd9ojrsunlk .element__heading .ecom__heading,.ecom-core.ecom-kd9ojrsunlk .element__heading .ecom__heading a{font-weight: 700;font-size: 24px;}.ecom-core.ecom-kd9ojrsunlk  .element__heading .ecom__heading,.ecom-core.ecom-kd9ojrsunlk  .element__heading .ecom__heading a{color: #26ED8A;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kd9ojrsunlk .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-kd9ojrsunlk .element__heading .ecom__heading,.ecom-core.ecom-kd9ojrsunlk .element__heading .ecom__heading a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kd9ojrsunlk .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-kd9ojrsunlk .element__heading .ecom__heading,.ecom-core.ecom-kd9ojrsunlk .element__heading .ecom__heading a{font-size: 20px;}}.ecom-core.ecom-kd9ojrsunlk{margin-bottom: 8px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kd9ojrsunlk{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kd9ojrsunlk{padding-bottom: 0 !important;}}.ecom-core.ecom-pbf6b55vht>div.core__row--columns{max-width: 1200px;}.ecom-core.ecom-pbf6b55vht>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pbf6b55vht>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-pbf6b55vht{background-color: #000000;}.ecom-core.ecom-pbf6b55vht{padding-top: 96px !important;padding-bottom: 96px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-pbf6b55vht{margin-top: 0px !important;padding-right: 60px !important;padding-left: 60px !important;}.ecom-core.ecom-pbf6b55vht div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pbf6b55vht{padding: 80px 16px 80px 16px !important;display: block;}.ecom-core.ecom-pbf6b55vht div.core__row--columns{flex-direction: row;}}
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.ecom-core.ecom-x0zoiyw0zhi{width: 40%;}.ecom-core.ecom-x0zoiyw0zhi>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-x0zoiyw0zhi{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x0zoiyw0zhi{width: 100%;}}html body .ecom-core.ecom-uthvbr7v7n .ecom-core.ecom-x0zoiyw0zhi>div.core__column--wrapper{margin-left: 40px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-uthvbr7v7n .ecom-core.ecom-x0zoiyw0zhi>div.core__column--wrapper{margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-uthvbr7v7n .ecom-core.ecom-x0zoiyw0zhi>div.core__column--wrapper{margin-top: 80px !important;margin-right: 0px !important;margin-left: 0px !important;}.ecom-core.ecom-x0zoiyw0zhi{display: block;}}.ecom-core.ecom-zgd6ir802mb>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-zgd6ir802mb>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}.ecom-core.ecom-zgd6ir802mb{background-color: rgba(0, 0, 0, 0.7);enable_parallax: false;border-style: none;}.ecom-core.ecom-zgd6ir802mb:hover{background-color: rgba(0, 0, 0, 0.7);}.ecom-core.ecom-zgd6ir802mb,.ecom-core.ecom-zgd6ir802mb >div.ecom-section__overlay .ecom-overlay{border-radius: 16px;}.ecom-core.ecom-zgd6ir802mb{padding-top: 50px !important;padding-bottom: 50px !important;margin-top: 80px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zgd6ir802mb > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zgd6ir802mb{margin-top: 0px !important;}.ecom-core.ecom-zgd6ir802mb > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-qu4fbynu5x7{width: 100%;}.ecom-core.ecom-qu4fbynu5x7>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-qu4fbynu5x7>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qu4fbynu5x7{width: 50%;}.ecom-core.ecom-qu4fbynu5x7>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: flex-start;}.ecom-core.ecom-qu4fbynu5x7>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qu4fbynu5x7{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-uthvbr7v7n .ecom-core.ecom-qu4fbynu5x7>div.core__column--wrapper{padding-left: 20px !important;}}.ecom-core.ecom-14culrqmtek>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-14culrqmtek{display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-14culrqmtek > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-14culrqmtek > div.core__row--columns{flex-direction: row !important;}.ecom-core.ecom-14culrqmtek{display: none;}}.ecom-core.ecom-heycy01v86r{width: 100.00%;}.ecom-core.ecom-heycy01v86r>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-heycy01v86r>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-heycy01v86r{width: 50%;}.ecom-core.ecom-heycy01v86r>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-heycy01v86r{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-uthvbr7v7n .ecom-core.ecom-heycy01v86r>div.core__column--wrapper{margin-right: 8px !important;}}.ecom-core.ecom-j8txkx2zr1d .ecom-button-icon{order: -1;}.ecom-core.ecom-j8txkx2zr1d .ecom__element--button{gap: 8px;}.ecom-core.ecom-j8txkx2zr1d .ecom__element--button{font-family: 'Noto Sans KR', sans-serif;font-size: 20px;font-weight: 700;line-height: 24px;height: 60px;min-height: 60px;color: #fcfcfc;background-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 1px;border-color: #757575;border-radius: 8px;padding-right: 44px;padding-left: 44px;}.ecom-core.ecom-j8txkx2zr1d .ecom__element--button:hover{color: #ffffff;background-color: rgba(38, 237, 138, 0.15);border-style: solid;border-width: 1px;border-color: #26ED8A;border-radius: 8px;}.ecom-core.ecom-j8txkx2zr1d .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-j8txkx2zr1d .ecom-button-icon svg{height: 32px;width: 32px;}.ecom-core.ecom-j8txkx2zr1d .ecom-button-icon{border-radius: 50%;transition: all 400ms ease;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j8txkx2zr1d .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-j8txkx2zr1d .ecom__element--button{font-size: 16px;padding-right: 40px;padding-left: 40px;}}.ecom-core.ecom-j8txkx2zr1d{width: unset;max-width:unset;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j8txkx2zr1d{display: block;}}.ecom-core.ecom-tgw6sq5x7zi .ecom-button-icon{order: -1;}.ecom-core.ecom-tgw6sq5x7zi .ecom__element--button{gap: 8px;}.ecom-core.ecom-tgw6sq5x7zi .ecom__element--button, .ecom-core.ecom-tgw6sq5x7zi .ecom__element--button span{justify-content: left;text-align: left;align-items: left;}.ecom-core.ecom-tgw6sq5x7zi .ecom__element--button{font-family: 'Noto Sans KR', sans-serif;font-size: 20px;font-weight: 700;line-height: 24px;height: 60px;min-height: 60px;color: #ffffff;background-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 1px;border-color: #757575;border-radius: 8px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-tgw6sq5x7zi .ecom__element--button:hover{color: #ffffff;background-color: rgba(38, 237, 138, 0.15);border-style: solid;border-width: 1px;border-color: #26ED8A;border-radius: 8px;}.ecom-core.ecom-tgw6sq5x7zi .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-tgw6sq5x7zi .ecom-button-icon svg{height: 32px;width: 32px;}.ecom-core.ecom-tgw6sq5x7zi .ecom-button-icon{border-radius: 50%;transition: all 400ms ease;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tgw6sq5x7zi .ecom-button-default{justify-content: flex-end;}.ecom-core.ecom-tgw6sq5x7zi .ecom__element--button{font-size: 16px;}}.ecom-core.ecom-tgw6sq5x7zi{margin-right: 20px !important;padding-bottom: 0 !important;width: unset;max-width:unset;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tgw6sq5x7zi{margin-right: 0px !important;margin-bottom: 16px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tgw6sq5x7zi{margin-right: 0px !important;display: block;}}.ecom-core.ecom-egp6nigea6 .ecom-text--more-actions button ,.ecom-core.ecom-egp6nigea6 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-egp6nigea6 .text-content,.ecom-core.ecom-egp6nigea6  .text-content a,.ecom-core.ecom-egp6nigea6  .text-content p,.ecom-core.ecom-egp6nigea6  .text-content span{text-align: center;color: rgba(255, 255, 255, 0.8);margin: 0px;padding: 0px;}.ecom-core.ecom-egp6nigea6 .text-content,.ecom-core.ecom-egp6nigea6 .text-content a,.ecom-core.ecom-egp6nigea6  .text-content a,.ecom-core.ecom-egp6nigea6  .text-content a a,.ecom-core.ecom-egp6nigea6  .text-content p,.ecom-core.ecom-egp6nigea6  .text-content p a,.ecom-core.ecom-egp6nigea6  .text-content span,.ecom-core.ecom-egp6nigea6  .text-content span a{font-weight: 400;text-transform: uppercase;font-style: normal;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;font-size: 20px;}.ecom-core.ecom-egp6nigea6 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-egp6nigea6 .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-egp6nigea6 .text-content,.ecom-core.ecom-egp6nigea6  .text-content a,.ecom-core.ecom-egp6nigea6  .text-content p,.ecom-core.ecom-egp6nigea6  .text-content span{text-align: left;}.ecom-core.ecom-egp6nigea6 .text-content,.ecom-core.ecom-egp6nigea6 .text-content a,.ecom-core.ecom-egp6nigea6  .text-content a,.ecom-core.ecom-egp6nigea6  .text-content a a,.ecom-core.ecom-egp6nigea6  .text-content p,.ecom-core.ecom-egp6nigea6  .text-content p a,.ecom-core.ecom-egp6nigea6  .text-content span,.ecom-core.ecom-egp6nigea6  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-egp6nigea6 .text-content,.ecom-core.ecom-egp6nigea6  .text-content a,.ecom-core.ecom-egp6nigea6  .text-content p,.ecom-core.ecom-egp6nigea6  .text-content span{text-align: center;}.ecom-core.ecom-egp6nigea6 .text-content,.ecom-core.ecom-egp6nigea6 .text-content a,.ecom-core.ecom-egp6nigea6  .text-content a,.ecom-core.ecom-egp6nigea6  .text-content a a,.ecom-core.ecom-egp6nigea6  .text-content p,.ecom-core.ecom-egp6nigea6  .text-content p a,.ecom-core.ecom-egp6nigea6  .text-content span,.ecom-core.ecom-egp6nigea6  .text-content span a{font-size: 20px;}}.ecom-core.ecom-egp6nigea6{padding-bottom: 0 !important;margin-bottom: 32px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-egp6nigea6{padding-bottom: 0 !important;margin-bottom: 16px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-egp6nigea6{padding-top: 0px !important;padding-bottom: 0px !important;margin-top: 16px !important;margin-bottom: 24px !important;display: none;}}.ecom-core.ecom-5p6tghnuolg{width: 100%;}.ecom-core.ecom-5p6tghnuolg>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5p6tghnuolg{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5p6tghnuolg{width: 100%;}}html body .ecom-core.ecom-uthvbr7v7n .ecom-core.ecom-5p6tghnuolg>div.core__column--wrapper{margin-bottom: 16px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5p6tghnuolg{display: block;}}.ecom-core.ecom-zfy5rdwgvvp .ecom-icon{justify-content: center;}.ecom-core.ecom-zfy5rdwgvvp .ecom-icon .ecom-icon--container svg{height: 240px;width: 240px;}.ecom-core.ecom-zfy5rdwgvvp .ecom-icon .ecom-icon--container{color: #111;border-radius: 50%;padding: 0px;}.ecom-core.ecom-zfy5rdwgvvp .ecom-icon .ecom-icon--container:hover{color: #111;background-color: rgba(255, 255, 255, 0);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zfy5rdwgvvp .ecom-icon{justify-content: flex-end;}.ecom-core.ecom-zfy5rdwgvvp .ecom-icon .ecom-icon--container svg{height: 180px;width: 180px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zfy5rdwgvvp{display: none;}}.ecom-core.ecom-73jmzrs0e5o .ecom__element--button{gap: 6px;}.ecom-core.ecom-73jmzrs0e5o .ecom-button-default{justify-content: center;}.ecom-core.ecom-73jmzrs0e5o .ecom__element--button, .ecom-core.ecom-73jmzrs0e5o .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-73jmzrs0e5o .ecom__element--button{font-weight: 800;line-height: 24px;font-size: 20px;color: #ffffff;border-style: none;border-radius: 50px;transition-duration: 400ms;;;padding: 20px 32px 20px 40px;}.ecom-core.ecom-73jmzrs0e5o .ecom__element--button:hover{color: #0db263;background-color: #fff;cursor: pointer;}.ecom-core.ecom-73jmzrs0e5o .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-73jmzrs0e5o .ecom-button-icon svg{height: 20px;width: 20px;}.ecom-core.ecom-73jmzrs0e5o .ecom-button-icon{color: #ffffff;transition: all 400ms ease;margin: 0px;padding: 0px;}.ecom-core.ecom-73jmzrs0e5o .ecom__element--button:hover .ecom-button-icon{color: #0db263;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-73jmzrs0e5o .ecom__element--button{font-size: 18px;padding: 16px 20px 16px 32px;}.ecom-core.ecom-73jmzrs0e5o .ecom-button-icon svg{height: 20px;width: 20px;}.ecom-core.ecom-73jmzrs0e5o .ecom-button-icon{margin-left: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-73jmzrs0e5o .ecom-button-default{justify-content: center;}.ecom-core.ecom-73jmzrs0e5o .ecom__element--button{font-size: 16px;height: 64px;min-height: 64px;background-color: #0db263;padding: 20px 20px 20px 32px;}.ecom-core.ecom-73jmzrs0e5o .ecom-button-icon svg{height: 20px;width: 20px;}.ecom-core.ecom-73jmzrs0e5o .ecom-button-icon{margin-left: 0px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-73jmzrs0e5o{margin-top: 40px !important;padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-73jmzrs0e5o{margin-top: 30px !important;display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-73jmzrs0e5o{margin-top: 24px !important;margin-bottom: 0px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-ld37cvjwd7 .ecom-image-align{align-items: center;}.ecom-core.ecom-ld37cvjwd7 .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-ld37cvjwd7 .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-ld37cvjwd7 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-ld37cvjwd7 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-ld37cvjwd7 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-ld37cvjwd7 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (min-width: 1025px) {.ecom-core.ecom-ld37cvjwd7{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ld37cvjwd7{display: none;}}.ecom-core.ecom-eehhv658x{width: 60%;}.ecom-core.ecom-eehhv658x>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-eehhv658x{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-eehhv658x{width: 100%;}.ecom-core.ecom-eehhv658x>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}}.ecom-core.ecom-6y0c9o6ygo5 .ecom-effect-accodion{transition: height 500ms ease, opacity 500ms ease;}.ecom-core.ecom-6y0c9o6ygo5 .ecom-accordion__title{text-align: left;background-color: rgba(17, 24, 39, 0.05);border-style: solid;border-bottom-width: 1px;border-color: rgba(255, 255, 255, 0.2);padding: 40px 20px 20px 0px;margin-bottom: 0px;}.ecom-core.ecom-6y0c9o6ygo5 .ecom-accordion__title:hover{background-color: rgba(17, 24, 39, 0.1);}.ecom-core.ecom-6y0c9o6ygo5 .ecom-accordion__title.ecom-item-active{background-color: rgba(17, 24, 39, 0.1);border-style: none;}.ecom-core.ecom-6y0c9o6ygo5 .ecom-accordion__title .ecom-items--icon svg{height: 20px;width: 20px;}.ecom-core.ecom-6y0c9o6ygo5 .ecom-accordion__title .ecom-items--icon{color: rgba(255, 255, 255, 0.8);}.ecom-core.ecom-6y0c9o6ygo5 .ecom-items:hover  .ecom-items--icon{color: #ffffff;}.ecom-core.ecom-6y0c9o6ygo5 .ecom-items.ecom-item-active  .ecom-items--icon{color: #ffffff;}.ecom-core.ecom-6y0c9o6ygo5 .ecom-accordion__item .ecom-accordion__title .ecom-items--text{title: New Item;font-size: 20px;font-weight: 500;color: rgba(255, 255, 255, 0.81);}.ecom-core.ecom-6y0c9o6ygo5 .ecom-items.ecom-item-active  .ecom-items--text{color: #ffffff;}.ecom-core.ecom-6y0c9o6ygo5 .ecom-accordion_icon-title{margin-right: 7px;}.ecom-core.ecom-6y0c9o6ygo5 .ecom-accordion--image img{width: 20px !important;}.ecom-core.ecom-6y0c9o6ygo5 .ecom-accordion--image{margin-right: 10px;}.ecom-core.ecom-6y0c9o6ygo5 .ecom-accordion__body>.core__blocks>.core__blocks--body{border-style: solid;border-bottom-width: 1px;border-color: rgba(255, 255, 255, 0.2);padding: 0px;margin: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6y0c9o6ygo5 .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6y0c9o6ygo5 .ecom-accordion__title{padding-right: 8px;padding-left: 8px;}.ecom-core.ecom-6y0c9o6ygo5 .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;}}.ecom-core.ecom-vva97el2eh .text-content,.ecom-core.ecom-vva97el2eh  .text-content a,.ecom-core.ecom-vva97el2eh  .text-content p,.ecom-core.ecom-vva97el2eh  .text-content span{text-align: left;color: #ffffff;margin-bottom: 20px;}.ecom-core.ecom-vva97el2eh .text-content,.ecom-core.ecom-vva97el2eh .text-content a,.ecom-core.ecom-vva97el2eh  .text-content a,.ecom-core.ecom-vva97el2eh  .text-content a a,.ecom-core.ecom-vva97el2eh  .text-content p,.ecom-core.ecom-vva97el2eh  .text-content p a,.ecom-core.ecom-vva97el2eh  .text-content span,.ecom-core.ecom-vva97el2eh  .text-content span a{title: New Item;font-size: 18px;line-height: 1.4em;font-weight: 400;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vva97el2eh .text-content,.ecom-core.ecom-vva97el2eh .text-content a,.ecom-core.ecom-vva97el2eh  .text-content a,.ecom-core.ecom-vva97el2eh  .text-content a a,.ecom-core.ecom-vva97el2eh  .text-content p,.ecom-core.ecom-vva97el2eh  .text-content p a,.ecom-core.ecom-vva97el2eh  .text-content span,.ecom-core.ecom-vva97el2eh  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vva97el2eh .text-content,.ecom-core.ecom-vva97el2eh .text-content a,.ecom-core.ecom-vva97el2eh  .text-content a,.ecom-core.ecom-vva97el2eh  .text-content a a,.ecom-core.ecom-vva97el2eh  .text-content p,.ecom-core.ecom-vva97el2eh  .text-content p a,.ecom-core.ecom-vva97el2eh  .text-content span,.ecom-core.ecom-vva97el2eh  .text-content span a{font-size: 14px;}}.ecom-core.ecom-qypqly4k7fb .ecom-text--more-actions button ,.ecom-core.ecom-qypqly4k7fb .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-qypqly4k7fb .text-content,.ecom-core.ecom-qypqly4k7fb  .text-content a,.ecom-core.ecom-qypqly4k7fb  .text-content p,.ecom-core.ecom-qypqly4k7fb  .text-content span{text-align: left;color: #ffffff;margin-bottom: 20px;}.ecom-core.ecom-qypqly4k7fb .text-content,.ecom-core.ecom-qypqly4k7fb .text-content a,.ecom-core.ecom-qypqly4k7fb  .text-content a,.ecom-core.ecom-qypqly4k7fb  .text-content a a,.ecom-core.ecom-qypqly4k7fb  .text-content p,.ecom-core.ecom-qypqly4k7fb  .text-content p a,.ecom-core.ecom-qypqly4k7fb  .text-content span,.ecom-core.ecom-qypqly4k7fb  .text-content span a{title: New Item;font-size: 18px;line-height: 1.4em;font-weight: 400;}.ecom-core.ecom-qypqly4k7fb .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-qypqly4k7fb .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qypqly4k7fb .text-content,.ecom-core.ecom-qypqly4k7fb .text-content a,.ecom-core.ecom-qypqly4k7fb  .text-content a,.ecom-core.ecom-qypqly4k7fb  .text-content a a,.ecom-core.ecom-qypqly4k7fb  .text-content p,.ecom-core.ecom-qypqly4k7fb  .text-content p a,.ecom-core.ecom-qypqly4k7fb  .text-content span,.ecom-core.ecom-qypqly4k7fb  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qypqly4k7fb .text-content,.ecom-core.ecom-qypqly4k7fb .text-content a,.ecom-core.ecom-qypqly4k7fb  .text-content a,.ecom-core.ecom-qypqly4k7fb  .text-content a a,.ecom-core.ecom-qypqly4k7fb  .text-content p,.ecom-core.ecom-qypqly4k7fb  .text-content p a,.ecom-core.ecom-qypqly4k7fb  .text-content span,.ecom-core.ecom-qypqly4k7fb  .text-content span a{font-size: 14px;}}.ecom-core.ecom-p2dav5cnwh .ecom-text--more-actions button ,.ecom-core.ecom-p2dav5cnwh .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-p2dav5cnwh .text-content,.ecom-core.ecom-p2dav5cnwh  .text-content a,.ecom-core.ecom-p2dav5cnwh  .text-content p,.ecom-core.ecom-p2dav5cnwh  .text-content span{text-align: left;color: #ffffff;margin-bottom: 20px;}.ecom-core.ecom-p2dav5cnwh .text-content,.ecom-core.ecom-p2dav5cnwh .text-content a,.ecom-core.ecom-p2dav5cnwh  .text-content a,.ecom-core.ecom-p2dav5cnwh  .text-content a a,.ecom-core.ecom-p2dav5cnwh  .text-content p,.ecom-core.ecom-p2dav5cnwh  .text-content p a,.ecom-core.ecom-p2dav5cnwh  .text-content span,.ecom-core.ecom-p2dav5cnwh  .text-content span a{title: New Item;font-size: 18px;line-height: 1.4em;font-weight: 400;}.ecom-core.ecom-p2dav5cnwh .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-p2dav5cnwh .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p2dav5cnwh .text-content,.ecom-core.ecom-p2dav5cnwh .text-content a,.ecom-core.ecom-p2dav5cnwh  .text-content a,.ecom-core.ecom-p2dav5cnwh  .text-content a a,.ecom-core.ecom-p2dav5cnwh  .text-content p,.ecom-core.ecom-p2dav5cnwh  .text-content p a,.ecom-core.ecom-p2dav5cnwh  .text-content span,.ecom-core.ecom-p2dav5cnwh  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p2dav5cnwh .text-content,.ecom-core.ecom-p2dav5cnwh .text-content a,.ecom-core.ecom-p2dav5cnwh  .text-content a,.ecom-core.ecom-p2dav5cnwh  .text-content a a,.ecom-core.ecom-p2dav5cnwh  .text-content p,.ecom-core.ecom-p2dav5cnwh  .text-content p a,.ecom-core.ecom-p2dav5cnwh  .text-content span,.ecom-core.ecom-p2dav5cnwh  .text-content span a{font-size: 14px;}}.ecom-core.ecom-hlny9sp18qi .ecom-text--more-actions button ,.ecom-core.ecom-hlny9sp18qi .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-hlny9sp18qi .text-content,.ecom-core.ecom-hlny9sp18qi  .text-content a,.ecom-core.ecom-hlny9sp18qi  .text-content p,.ecom-core.ecom-hlny9sp18qi  .text-content span{text-align: left;color: #ffffff;margin-bottom: 20px;}.ecom-core.ecom-hlny9sp18qi .text-content,.ecom-core.ecom-hlny9sp18qi .text-content a,.ecom-core.ecom-hlny9sp18qi  .text-content a,.ecom-core.ecom-hlny9sp18qi  .text-content a a,.ecom-core.ecom-hlny9sp18qi  .text-content p,.ecom-core.ecom-hlny9sp18qi  .text-content p a,.ecom-core.ecom-hlny9sp18qi  .text-content span,.ecom-core.ecom-hlny9sp18qi  .text-content span a{title: New Item;font-size: 18px;line-height: 1.4em;font-weight: 400;}.ecom-core.ecom-hlny9sp18qi .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-hlny9sp18qi .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hlny9sp18qi .text-content,.ecom-core.ecom-hlny9sp18qi .text-content a,.ecom-core.ecom-hlny9sp18qi  .text-content a,.ecom-core.ecom-hlny9sp18qi  .text-content a a,.ecom-core.ecom-hlny9sp18qi  .text-content p,.ecom-core.ecom-hlny9sp18qi  .text-content p a,.ecom-core.ecom-hlny9sp18qi  .text-content span,.ecom-core.ecom-hlny9sp18qi  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hlny9sp18qi .text-content,.ecom-core.ecom-hlny9sp18qi .text-content a,.ecom-core.ecom-hlny9sp18qi  .text-content a,.ecom-core.ecom-hlny9sp18qi  .text-content a a,.ecom-core.ecom-hlny9sp18qi  .text-content p,.ecom-core.ecom-hlny9sp18qi  .text-content p a,.ecom-core.ecom-hlny9sp18qi  .text-content span,.ecom-core.ecom-hlny9sp18qi  .text-content span a{font-size: 14px;}}.ecom-core.ecom-ybvf049z5c .ecom-text--more-actions button ,.ecom-core.ecom-ybvf049z5c .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ybvf049z5c .text-content,.ecom-core.ecom-ybvf049z5c  .text-content a,.ecom-core.ecom-ybvf049z5c  .text-content p,.ecom-core.ecom-ybvf049z5c  .text-content span{text-align: left;color: #ffffff;margin-bottom: 20px;}.ecom-core.ecom-ybvf049z5c .text-content,.ecom-core.ecom-ybvf049z5c .text-content a,.ecom-core.ecom-ybvf049z5c  .text-content a,.ecom-core.ecom-ybvf049z5c  .text-content a a,.ecom-core.ecom-ybvf049z5c  .text-content p,.ecom-core.ecom-ybvf049z5c  .text-content p a,.ecom-core.ecom-ybvf049z5c  .text-content span,.ecom-core.ecom-ybvf049z5c  .text-content span a{title: New Item;font-size: 18px;line-height: 1.4em;font-weight: 400;}.ecom-core.ecom-ybvf049z5c .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ybvf049z5c .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ybvf049z5c .text-content,.ecom-core.ecom-ybvf049z5c .text-content a,.ecom-core.ecom-ybvf049z5c  .text-content a,.ecom-core.ecom-ybvf049z5c  .text-content a a,.ecom-core.ecom-ybvf049z5c  .text-content p,.ecom-core.ecom-ybvf049z5c  .text-content p a,.ecom-core.ecom-ybvf049z5c  .text-content span,.ecom-core.ecom-ybvf049z5c  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ybvf049z5c .text-content,.ecom-core.ecom-ybvf049z5c .text-content a,.ecom-core.ecom-ybvf049z5c  .text-content a,.ecom-core.ecom-ybvf049z5c  .text-content a a,.ecom-core.ecom-ybvf049z5c  .text-content p,.ecom-core.ecom-ybvf049z5c  .text-content p a,.ecom-core.ecom-ybvf049z5c  .text-content span,.ecom-core.ecom-ybvf049z5c  .text-content span a{font-size: 14px;}}.ecom-core.ecom-nulkqh5rahe .ecom-text--more-actions button ,.ecom-core.ecom-nulkqh5rahe .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-nulkqh5rahe .text-content,.ecom-core.ecom-nulkqh5rahe  .text-content a,.ecom-core.ecom-nulkqh5rahe  .text-content p,.ecom-core.ecom-nulkqh5rahe  .text-content span{text-align: left;color: #ffffff;margin-bottom: 20px;}.ecom-core.ecom-nulkqh5rahe .text-content,.ecom-core.ecom-nulkqh5rahe .text-content a,.ecom-core.ecom-nulkqh5rahe  .text-content a,.ecom-core.ecom-nulkqh5rahe  .text-content a a,.ecom-core.ecom-nulkqh5rahe  .text-content p,.ecom-core.ecom-nulkqh5rahe  .text-content p a,.ecom-core.ecom-nulkqh5rahe  .text-content span,.ecom-core.ecom-nulkqh5rahe  .text-content span a{title: New Item;font-size: 18px;line-height: 1.4em;font-weight: 400;}.ecom-core.ecom-nulkqh5rahe .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-nulkqh5rahe .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nulkqh5rahe .text-content,.ecom-core.ecom-nulkqh5rahe .text-content a,.ecom-core.ecom-nulkqh5rahe  .text-content a,.ecom-core.ecom-nulkqh5rahe  .text-content a a,.ecom-core.ecom-nulkqh5rahe  .text-content p,.ecom-core.ecom-nulkqh5rahe  .text-content p a,.ecom-core.ecom-nulkqh5rahe  .text-content span,.ecom-core.ecom-nulkqh5rahe  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nulkqh5rahe .text-content,.ecom-core.ecom-nulkqh5rahe .text-content a,.ecom-core.ecom-nulkqh5rahe  .text-content a,.ecom-core.ecom-nulkqh5rahe  .text-content a a,.ecom-core.ecom-nulkqh5rahe  .text-content p,.ecom-core.ecom-nulkqh5rahe  .text-content p a,.ecom-core.ecom-nulkqh5rahe  .text-content span,.ecom-core.ecom-nulkqh5rahe  .text-content span a{font-size: 14px;}}.ecom-core.ecom-2jo9ii5b72c .ecom-text--more-actions button ,.ecom-core.ecom-2jo9ii5b72c .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-2jo9ii5b72c .text-content,.ecom-core.ecom-2jo9ii5b72c  .text-content a,.ecom-core.ecom-2jo9ii5b72c  .text-content p,.ecom-core.ecom-2jo9ii5b72c  .text-content span{text-align: left;color: #ffffff;margin-bottom: 20px;}.ecom-core.ecom-2jo9ii5b72c .text-content,.ecom-core.ecom-2jo9ii5b72c .text-content a,.ecom-core.ecom-2jo9ii5b72c  .text-content a,.ecom-core.ecom-2jo9ii5b72c  .text-content a a,.ecom-core.ecom-2jo9ii5b72c  .text-content p,.ecom-core.ecom-2jo9ii5b72c  .text-content p a,.ecom-core.ecom-2jo9ii5b72c  .text-content span,.ecom-core.ecom-2jo9ii5b72c  .text-content span a{title: New Item;font-size: 18px;line-height: 1.4em;font-weight: 400;}.ecom-core.ecom-2jo9ii5b72c .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-2jo9ii5b72c .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2jo9ii5b72c .text-content,.ecom-core.ecom-2jo9ii5b72c .text-content a,.ecom-core.ecom-2jo9ii5b72c  .text-content a,.ecom-core.ecom-2jo9ii5b72c  .text-content a a,.ecom-core.ecom-2jo9ii5b72c  .text-content p,.ecom-core.ecom-2jo9ii5b72c  .text-content p a,.ecom-core.ecom-2jo9ii5b72c  .text-content span,.ecom-core.ecom-2jo9ii5b72c  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2jo9ii5b72c .text-content,.ecom-core.ecom-2jo9ii5b72c .text-content a,.ecom-core.ecom-2jo9ii5b72c  .text-content a,.ecom-core.ecom-2jo9ii5b72c  .text-content a a,.ecom-core.ecom-2jo9ii5b72c  .text-content p,.ecom-core.ecom-2jo9ii5b72c  .text-content p a,.ecom-core.ecom-2jo9ii5b72c  .text-content span,.ecom-core.ecom-2jo9ii5b72c  .text-content span a{font-size: 14px;}}.ecom-core.ecom-6016ykz3cz .ecom-text--more-actions button ,.ecom-core.ecom-6016ykz3cz .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-6016ykz3cz .text-content,.ecom-core.ecom-6016ykz3cz  .text-content a,.ecom-core.ecom-6016ykz3cz  .text-content p,.ecom-core.ecom-6016ykz3cz  .text-content span{text-align: left;color: #ffffff;margin-bottom: 20px;}.ecom-core.ecom-6016ykz3cz .text-content,.ecom-core.ecom-6016ykz3cz .text-content a,.ecom-core.ecom-6016ykz3cz  .text-content a,.ecom-core.ecom-6016ykz3cz  .text-content a a,.ecom-core.ecom-6016ykz3cz  .text-content p,.ecom-core.ecom-6016ykz3cz  .text-content p a,.ecom-core.ecom-6016ykz3cz  .text-content span,.ecom-core.ecom-6016ykz3cz  .text-content span a{title: New Item;font-size: 18px;line-height: 1.4em;font-weight: 400;}.ecom-core.ecom-6016ykz3cz .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-6016ykz3cz .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6016ykz3cz .text-content,.ecom-core.ecom-6016ykz3cz .text-content a,.ecom-core.ecom-6016ykz3cz  .text-content a,.ecom-core.ecom-6016ykz3cz  .text-content a a,.ecom-core.ecom-6016ykz3cz  .text-content p,.ecom-core.ecom-6016ykz3cz  .text-content p a,.ecom-core.ecom-6016ykz3cz  .text-content span,.ecom-core.ecom-6016ykz3cz  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6016ykz3cz .text-content,.ecom-core.ecom-6016ykz3cz .text-content a,.ecom-core.ecom-6016ykz3cz  .text-content a,.ecom-core.ecom-6016ykz3cz  .text-content a a,.ecom-core.ecom-6016ykz3cz  .text-content p,.ecom-core.ecom-6016ykz3cz  .text-content p a,.ecom-core.ecom-6016ykz3cz  .text-content span,.ecom-core.ecom-6016ykz3cz  .text-content span a{font-size: 14px;}}.ecom-core.ecom-ywve2n5ruw .ecom-text--more-actions button ,.ecom-core.ecom-ywve2n5ruw .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ywve2n5ruw .text-content,.ecom-core.ecom-ywve2n5ruw  .text-content a,.ecom-core.ecom-ywve2n5ruw  .text-content p,.ecom-core.ecom-ywve2n5ruw  .text-content span{text-align: left;color: #ffffff;margin-bottom: 20px;}.ecom-core.ecom-ywve2n5ruw .text-content,.ecom-core.ecom-ywve2n5ruw .text-content a,.ecom-core.ecom-ywve2n5ruw  .text-content a,.ecom-core.ecom-ywve2n5ruw  .text-content a a,.ecom-core.ecom-ywve2n5ruw  .text-content p,.ecom-core.ecom-ywve2n5ruw  .text-content p a,.ecom-core.ecom-ywve2n5ruw  .text-content span,.ecom-core.ecom-ywve2n5ruw  .text-content span a{title: New Item;font-size: 18px;line-height: 1.4em;font-weight: 400;}.ecom-core.ecom-ywve2n5ruw .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ywve2n5ruw .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ywve2n5ruw .text-content,.ecom-core.ecom-ywve2n5ruw .text-content a,.ecom-core.ecom-ywve2n5ruw  .text-content a,.ecom-core.ecom-ywve2n5ruw  .text-content a a,.ecom-core.ecom-ywve2n5ruw  .text-content p,.ecom-core.ecom-ywve2n5ruw  .text-content p a,.ecom-core.ecom-ywve2n5ruw  .text-content span,.ecom-core.ecom-ywve2n5ruw  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ywve2n5ruw .text-content,.ecom-core.ecom-ywve2n5ruw .text-content a,.ecom-core.ecom-ywve2n5ruw  .text-content a,.ecom-core.ecom-ywve2n5ruw  .text-content a a,.ecom-core.ecom-ywve2n5ruw  .text-content p,.ecom-core.ecom-ywve2n5ruw  .text-content p a,.ecom-core.ecom-ywve2n5ruw  .text-content span,.ecom-core.ecom-ywve2n5ruw  .text-content span a{font-size: 14px;}}.ecom-core.ecom-7lgbf4lgjm8 .ecom-text--more-actions button ,.ecom-core.ecom-7lgbf4lgjm8 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-7lgbf4lgjm8 .text-content,.ecom-core.ecom-7lgbf4lgjm8  .text-content a,.ecom-core.ecom-7lgbf4lgjm8  .text-content p,.ecom-core.ecom-7lgbf4lgjm8  .text-content span{text-align: left;color: #ffffff;margin-bottom: 20px;}.ecom-core.ecom-7lgbf4lgjm8 .text-content,.ecom-core.ecom-7lgbf4lgjm8 .text-content a,.ecom-core.ecom-7lgbf4lgjm8  .text-content a,.ecom-core.ecom-7lgbf4lgjm8  .text-content a a,.ecom-core.ecom-7lgbf4lgjm8  .text-content p,.ecom-core.ecom-7lgbf4lgjm8  .text-content p a,.ecom-core.ecom-7lgbf4lgjm8  .text-content span,.ecom-core.ecom-7lgbf4lgjm8  .text-content span a{title: New Item;font-size: 18px;line-height: 1.4em;font-weight: 400;}.ecom-core.ecom-7lgbf4lgjm8 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-7lgbf4lgjm8 .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-7lgbf4lgjm8 .text-content,.ecom-core.ecom-7lgbf4lgjm8 .text-content a,.ecom-core.ecom-7lgbf4lgjm8  .text-content a,.ecom-core.ecom-7lgbf4lgjm8  .text-content a a,.ecom-core.ecom-7lgbf4lgjm8  .text-content p,.ecom-core.ecom-7lgbf4lgjm8  .text-content p a,.ecom-core.ecom-7lgbf4lgjm8  .text-content span,.ecom-core.ecom-7lgbf4lgjm8  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7lgbf4lgjm8 .text-content,.ecom-core.ecom-7lgbf4lgjm8 .text-content a,.ecom-core.ecom-7lgbf4lgjm8  .text-content a,.ecom-core.ecom-7lgbf4lgjm8  .text-content a a,.ecom-core.ecom-7lgbf4lgjm8  .text-content p,.ecom-core.ecom-7lgbf4lgjm8  .text-content p a,.ecom-core.ecom-7lgbf4lgjm8  .text-content span,.ecom-core.ecom-7lgbf4lgjm8  .text-content span a{font-size: 14px;}.ecom-core.ecom-7lgbf4lgjm8 .text-content,.ecom-core.ecom-7lgbf4lgjm8  .text-content a,.ecom-core.ecom-7lgbf4lgjm8  .text-content p,.ecom-core.ecom-7lgbf4lgjm8  .text-content span{padding: 0px;}}.ecom-core.ecom-ljy0bwberwe .ecom-text--more-actions button ,.ecom-core.ecom-ljy0bwberwe .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ljy0bwberwe .text-content,.ecom-core.ecom-ljy0bwberwe  .text-content a,.ecom-core.ecom-ljy0bwberwe  .text-content p,.ecom-core.ecom-ljy0bwberwe  .text-content span{text-align: left;color: #ffffff;margin-bottom: 20px;}.ecom-core.ecom-ljy0bwberwe .text-content,.ecom-core.ecom-ljy0bwberwe .text-content a,.ecom-core.ecom-ljy0bwberwe  .text-content a,.ecom-core.ecom-ljy0bwberwe  .text-content a a,.ecom-core.ecom-ljy0bwberwe  .text-content p,.ecom-core.ecom-ljy0bwberwe  .text-content p a,.ecom-core.ecom-ljy0bwberwe  .text-content span,.ecom-core.ecom-ljy0bwberwe  .text-content span a{title: New Item;font-size: 18px;line-height: 1.4em;font-weight: 400;}.ecom-core.ecom-ljy0bwberwe .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ljy0bwberwe .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ljy0bwberwe .text-content,.ecom-core.ecom-ljy0bwberwe .text-content a,.ecom-core.ecom-ljy0bwberwe  .text-content a,.ecom-core.ecom-ljy0bwberwe  .text-content a a,.ecom-core.ecom-ljy0bwberwe  .text-content p,.ecom-core.ecom-ljy0bwberwe  .text-content p a,.ecom-core.ecom-ljy0bwberwe  .text-content span,.ecom-core.ecom-ljy0bwberwe  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ljy0bwberwe .text-content,.ecom-core.ecom-ljy0bwberwe .text-content a,.ecom-core.ecom-ljy0bwberwe  .text-content a,.ecom-core.ecom-ljy0bwberwe  .text-content a a,.ecom-core.ecom-ljy0bwberwe  .text-content p,.ecom-core.ecom-ljy0bwberwe  .text-content p a,.ecom-core.ecom-ljy0bwberwe  .text-content span,.ecom-core.ecom-ljy0bwberwe  .text-content span a{font-size: 14px;}}.ecom-core.ecom-5nhmeofzbui .ecom-text--more-actions button ,.ecom-core.ecom-5nhmeofzbui .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-5nhmeofzbui .text-content,.ecom-core.ecom-5nhmeofzbui  .text-content a,.ecom-core.ecom-5nhmeofzbui  .text-content p,.ecom-core.ecom-5nhmeofzbui  .text-content span{text-align: left;color: #ffffff;margin-bottom: 20px;}.ecom-core.ecom-5nhmeofzbui .text-content,.ecom-core.ecom-5nhmeofzbui .text-content a,.ecom-core.ecom-5nhmeofzbui  .text-content a,.ecom-core.ecom-5nhmeofzbui  .text-content a a,.ecom-core.ecom-5nhmeofzbui  .text-content p,.ecom-core.ecom-5nhmeofzbui  .text-content p a,.ecom-core.ecom-5nhmeofzbui  .text-content span,.ecom-core.ecom-5nhmeofzbui  .text-content span a{title: New Item;font-size: 18px;line-height: 1.4em;font-weight: 400;}.ecom-core.ecom-5nhmeofzbui .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-5nhmeofzbui .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5nhmeofzbui .text-content,.ecom-core.ecom-5nhmeofzbui .text-content a,.ecom-core.ecom-5nhmeofzbui  .text-content a,.ecom-core.ecom-5nhmeofzbui  .text-content a a,.ecom-core.ecom-5nhmeofzbui  .text-content p,.ecom-core.ecom-5nhmeofzbui  .text-content p a,.ecom-core.ecom-5nhmeofzbui  .text-content span,.ecom-core.ecom-5nhmeofzbui  .text-content span a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5nhmeofzbui .text-content,.ecom-core.ecom-5nhmeofzbui .text-content a,.ecom-core.ecom-5nhmeofzbui  .text-content a,.ecom-core.ecom-5nhmeofzbui  .text-content a a,.ecom-core.ecom-5nhmeofzbui  .text-content p,.ecom-core.ecom-5nhmeofzbui  .text-content p a,.ecom-core.ecom-5nhmeofzbui  .text-content span,.ecom-core.ecom-5nhmeofzbui  .text-content span a{font-size: 14px;}.ecom-core.ecom-5nhmeofzbui .text-content,.ecom-core.ecom-5nhmeofzbui  .text-content a,.ecom-core.ecom-5nhmeofzbui  .text-content p,.ecom-core.ecom-5nhmeofzbui  .text-content span{padding: 0px;}}.ecom-core.ecom-8nx8t577pkh .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-8nx8t577pkh .element__heading .ecom__heading,.ecom-core.ecom-8nx8t577pkh .element__heading .ecom__heading a{font-weight: 700;text-transform: none;font-style: normal;text-decoration: none;font-size: 40px;line-height: 1.4em;}.ecom-core.ecom-8nx8t577pkh  .element__heading .ecom__heading,.ecom-core.ecom-8nx8t577pkh  .element__heading .ecom__heading a{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-8nx8t577pkh .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-8nx8t577pkh .element__heading .ecom__heading,.ecom-core.ecom-8nx8t577pkh .element__heading .ecom__heading a{font-size: 36px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8nx8t577pkh .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-8nx8t577pkh .element__heading .ecom__heading,.ecom-core.ecom-8nx8t577pkh .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-8nx8t577pkh{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-8nx8t577pkh{padding-bottom: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8nx8t577pkh{padding-bottom: 0 !important;}}.ecom-core.ecom-uthvbr7v7n>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-uthvbr7v7n>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}}.ecom-core.ecom-uthvbr7v7n{background: url('../../../files/FAQ-en5e46.jpg?v=1739167365') no-repeat fixed center center/cover;filter: blur( 0px );enable_parallax: false;}.ecom-core.ecom-uthvbr7v7n>div.ecom-section__overlay>.ecom-overlay{opacity: 0;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-uthvbr7v7n{background: url('../../../files/FAQ-en-mobiledbb8.jpg?v=1739167408') no-repeat fixed bottom center/contain #090D10;}}.ecom-core.ecom-uthvbr7v7n{padding-top: 96px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-uthvbr7v7n{padding: 64px 16px 64px 16px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-uthvbr7v7n{padding: 80px 16px 80px 16px !important;}}
.ecom-core.ecom-83svsxu8kmw{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-83svsxu8kmw{width: 100%;}}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3.5,minmax(0, 1fr));}.ecom-core.ecom-w3y20rj6c7o{show_price: block;show_picker: show;}.ecom-core.ecom-w3y20rj6c7o .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-description{order: 2;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-prices{order: 1;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-variants{order: 5;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-countdown{order: 3;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-w3y20rj6c7o .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: flex-end;align-items: flex-end;width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2.5,minmax(0, 1fr));}.ecom-core.ecom-w3y20rj6c7o .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 20px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item-information-title{text-align: left;color: #000000;margin-top: 20px;margin-bottom: 5px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item-information-title,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item-information-title a{font-size: 16px;line-height: 24px;font-weight: 400;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item-information-title:hover{color: #000000;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price a{font-size: 25px;line-height: 34px;font-weight: 700;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price{color: var(--ecom-global-colors-j1LFB9);margin-top: 0px;margin-bottom: 5px;padding-top: 0px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price--regular,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price--regular a,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price--from,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price--from a{font-size: 14px;line-height: 22px;font-weight: 400;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price--regular,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price--from{color: var(--ecom-global-colors-WPMjZr);}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price--sale{font-size: 25px;line-height: 34px;font-weight: 700;color: var(--ecom-global-colors-j1LFB9);}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product--actions{background-color: #B69671;} .ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item:hover  .ecom-collection__product--actions{background-color: #B69671;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-submit{position: absolute;top: -110px;align-self: center;font-size: 12px;font-weight: 500;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;width: 60%;height: 40px;min-height: 40px;color: #fff;background-color: #0DB263;border-style: none;border-radius: 50px;padding: 10px 40px 10px 40px;margin: 5px 0px 5px 0px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-submit:hover{color: #ffffff;background-color: #000000;border-style: none;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-form__actions--quickshop{position: absolute;left: 5%;bottom: 100%;font-size: 12px;font-weight: 500;line-height: 1.3em;text-decoration: none;font-style: normal;text-transform: none;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;margin-top: 5px;margin-bottom: 5px;padding: 8px 40px 8px 40px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-form__actions--soldout{position: absolute;bottom: 120%;align-self: center;font-size: 12px;font-weight: 600;text-transform: uppercase;letter-spacing: 1.2px;text-decoration: none;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-w3y20rj6c7o .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: #000;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-form__actions--view-more{position: absolute;left: 5%;bottom: 100%;align-self: flex-start;text-transform: uppercase;text-decoration: none;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;padding: 10px 40px 10px 40px;margin-bottom: 15px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-form__actions--view-more svg{width: 135px;height: 135px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 12px;font-weight: 500;line-height: 1em;width: 50px;color: #ffffff;background-color: #dc2626;border-radius: 5px;padding: 6px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;font-size: 12px;font-weight: 500;width: 50px;color: #fff;background-color: #dc2626;padding-right: 11px;padding-left: 11px;margin-top: 0px;margin-bottom: 5px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;font-size: 12px;font-weight: 300;color: #ffffff;background-color: #111827;padding-right: 8px;padding-left: 8px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;color: #ffffff;background-color: #111827;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-countdown-wrapper{margin: 0px;padding: 0px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-time--item{width: 43px;background-color: #000000;border-radius: 2px;overflow: hidden;margin: 0px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-time--number{text-align: center;font-size: 14px;font-weight: 300;height: 18px;min-height: 18px;color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-time--label{text-align: center;font-size: 13px;font-weight: 400;color: #fff;margin-right: 5px;margin-left: 3px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-countdown-progress-bar--wrap .ecom-product-single__countdown-progress-bar--timer{height: 7px;--ecom-countdown-max-height: 7px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-countdown-progress-bar--wrap{border-radius: 4px;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-countdown-progress-bar--value,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-countdown-progress-bar--value a{font-size: 13px;font-weight: 300;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-radio-label,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-radio-list,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-images-list{justify-content: start;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-swatch-item{font-size: 12px;font-weight: 400;line-height: 1.25em;width: 25px;color: #6D7175;background-color: #fff;border-style: solid;border-width: 1px;border-color: #d5d5d5;margin: 10px 7px 0px 0px;padding: 4px 8px 2px 8px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-w3y20rj6c7o .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-w3y20rj6c7o .ecom-collection__product-picker-main-label{text-align: left;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-main-label,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 400;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-colors-list,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-images-list{justify-content: flex-start;margin-top: 6px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-images-list li{width: 23px;height: 23px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0);margin: 0px 5px 0px 0px;padding: 1px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-images-list li,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-container .ecom-swiper-button-next svg{height: 16px;width: 16px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-container .ecom-swiper-button-next{color: #ffffff;background-color: #0DB263;border-style: none;border-radius: 50%;margin: -30px;padding: 10px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #ffffff;background-color: #000000;border-style: none;border-radius: 50%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-container .ecom-swiper-button-next{margin-right: 0px;margin-left: 0px;padding: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w3y20rj6c7o .ecom-collection.ecom-collection__product{padding-right: 0px;padding-left: 0px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item-information-title{text-align: left;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price a{font-size: 16px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price--regular,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price--regular a,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price--from,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price--from a{font-size: 16px;font-family: 'Roboto', sans-serif;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price--regular,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price--from{margin-left: 0px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-price--sale{font-size: 16px;font-family: 'Roboto', sans-serif;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-submit{font-family: 'Roboto', sans-serif;padding-right: 15px;padding-left: 15px;margin-bottom: 15px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{margin-top: 90%;padding-top: 6%;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-container .ecom-swiper-button-next{background-color: #0DB263;margin: -25px;padding: 5px;}.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-container .ecom-swiper-button-next:hover{background-color: #000000;}}.ecom-core.ecom-w3y20rj6c7o{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-w3y20rj6c7o{margin-bottom: 20px !important;}} .ecom-core.ecom-w3y20rj6c7o .ecom-child-element:before,.ecom-core.ecom-w3y20rj6c7o .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-form__actions--add,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}
.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}
.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-w3y20rj6c7o .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-w3y20rj6c7o .ecom-collection.ecom-collection__product{
    overflow: visible;
}.ecom-core.ecom-61455t1yl8o .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-61455t1yl8o .element__heading .ecom__heading,.ecom-core.ecom-61455t1yl8o .element__heading .ecom__heading a{font-size: 60px;line-height: 50px;font-weight: 700;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-61455t1yl8o .element__heading .ecom__heading,.ecom-core.ecom-61455t1yl8o .element__heading .ecom__heading a{font-size: var(--ecom-global-typography-5104QK-font-size);font-weight: var(--ecom-global-typography-5104QK-font-weight);line-height: var(--ecom-global-typography-5104QK-line-height);font-family: var(--ecom-global-typography-5104QK-font-family);}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-61455t1yl8o .element__heading .ecom__heading,.ecom-core.ecom-61455t1yl8o .element__heading .ecom__heading a{font-size: 36px;line-height: 44px;font-weight: 700;}}.ecom-core.ecom-61455t1yl8o{margin-bottom: 60px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-61455t1yl8o{margin-bottom: 0px !important;padding-bottom: 60px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-61455t1yl8o{padding-right: 20px !important;padding-left: 20px !important;margin-bottom: 20px !important;}}.ecom-core.ecom-hc19na6hko{padding-bottom: 60px !important;margin-top: 120px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hc19na6hko{margin-top: 0px !important;padding-top: 60px !important;padding-right: 60px !important;padding-left: 60px !important;}.ecom-core.ecom-hc19na6hko div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hc19na6hko{padding: 120px 20px 0px 20px !important;margin-top: 0px !important;}.ecom-core.ecom-hc19na6hko div.core__row--columns{flex-direction: row;}}

