*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}h2,.h2{font-size:calc(1.3rem + .6vw)}h3,.h3{font-size:calc(1.2875rem + .45vw)}h4,.h4{font-size:1.25rem}h5,.h5{font-size:1.125rem}h6,.h6{font-size:1rem}@media (min-width: 1200px){h1,.h1{font-size:2.5rem}h2,.h2{font-size:1.75rem}h3,.h3{font-size:1.625rem}}p{margin-top:0;margin-bottom:1rem}ol,ul{padding-left:2rem;margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}b,strong{font-weight:bolder}small,.small{font-size:.875em}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}a{color:#222;text-decoration:none}a:hover{color:var(--hover-color, #1b1b1b)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}th{font-weight:500;text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}[hidden]{display:none!important}/*! =========================================================
   * bootstrap-slider.js
   *
   * Maintainers:
   *    Kyle Kemp
   *      - Twitter: @seiyria
   *      - Github:  seiyria
   *    Rohit Kalkur
   *      - Twitter: @Rovolutionary
   *      - Github:  rovolution
   *
   * =========================================================
   *
   * bootstrap-slider is released under the MIT License
   * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
   *
   * Permission is hereby granted, free of charge, to any person
   * obtaining a copy of this software and associated documentation
   * files (the "Software"), to deal in the Software without
   * restriction, including without limitation the rights to use,
   * copy, modify, merge, publish, distribute, sublicense, and/or sell
   * copies of the Software, and to permit persons to whom the
   * Software is furnished to do so, subject to the following
   * conditions:
   *
   * The above copyright notice and this permission notice shall be
   * included in all copies or substantial portions of the Software.
   *
   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
   * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
   * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   * OTHER DEALINGS IN THE SOFTWARE.
   *
   * ========================================================= */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:100%;height:18px}.slider.slider-horizontal .slider-track{height:6px;width:100%;margin-top:6px;top:0;left:0;border-radius:10px}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle{margin-left:-9px}.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle{position:relative;top:50%;transform:translateY(-50%);border-width:0 9px 9px 9px;width:0;height:0;border-bottom-color:#151515;margin-top:0}.slider.slider-horizontal .slider-handle.min-slider-handle{margin-left:0}.slider.slider-horizontal .slider-handle.max-slider-handle{margin-left:-18px}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:18px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{display:inline-block;text-align:center}.slider.slider-horizontal.slider-rtl .slider-track{left:initial;right:0}.slider.slider-horizontal.slider-rtl .slider-tick,.slider.slider-horizontal.slider-rtl .slider-handle{margin-left:initial;margin-right:-9px}.slider.slider-horizontal.slider-rtl .slider-tick-container{left:initial;right:0}.slider.slider-vertical{height:210px;width:18px}.slider.slider-vertical .slider-track{width:9px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high{width:100%;left:0;right:0}.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle{margin-top:-6px}.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle{border-width:9px 0 9px 9px;width:1px;height:1px;border-left-color:#151515;margin-left:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:3.6px}.slider.slider-vertical.slider-rtl .slider-track{left:initial;right:25%}.slider.slider-vertical.slider-rtl .slider-selection{left:initial;right:0}.slider.slider-vertical.slider-rtl .slider-tick.triangle,.slider.slider-vertical.slider-rtl .slider-handle.triangle{border-width:9px 9px 9px 0}.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:initial;padding-right:3.6px}.slider.slider-disabled .slider-handle{background-color:#cfcfcf;background-image:linear-gradient(to bottom,#dfdfdf,#bebebe);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#DFDFDF",endColorstr="#BEBEBE",GradientType=0)}.slider.slider-disabled .slider-track{background-color:#e7e7e7;background-image:linear-gradient(to bottom,#e5e5e5,#e9e9e9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5E5E5",endColorstr="#E9E9E9",GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip-inner{white-space:nowrap;max-width:none;border:1px solid #e7e7ec;border-radius:0;background-color:#fff;color:#222;box-shadow:0 8px 15px #8c98a41a}.slider .bs-tooltip-top .tooltip-inner,.slider .bs-tooltip-auto[data-popper-placement^=top] .tooltip-inner,.slider .bs-tooltip-bottom .tooltip-inner,.slider .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-inner{position:relative;left:-50%}.slider.bs-tooltip-left .tooltip-inner,.slider.bs-tooltip-right .tooltip-inner{position:relative;top:-100%}.slider .tooltip{pointer-events:none}.slider .tooltip.bs-tooltip-top .arrow,.slider .tooltip.bs-tooltip-auto[data-popper-placement^=top] .arrow,.slider .tooltip.bs-tooltip-bottom .arrow,.slider .tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .arrow{left:-.4rem}.slider .tooltip.bs-tooltip-top,.slider .tooltip.bs-tooltip-auto[data-popper-placement^=top]{margin-top:-44px}.slider .tooltip.bs-tooltip-bottom,.slider .tooltip.bs-tooltip-auto[data-popper-placement^=bottom]{margin-top:2px}.slider .tooltip.bs-tooltip-left,.slider .tooltip.bs-tooltip-right{margin-top:-14px}.slider .tooltip.bs-tooltip-left .arrow,.slider .tooltip.bs-tooltip-right .arrow{top:8px}.slider .tooltip.tooltip-min{transform:translate(50%)}.slider .tooltip.tooltip-max{transform:translate(-50%)}.slider .hide{display:none}.slider-track{position:absolute;background-color:#e4e4e4;cursor:pointer}.slider-selection{position:absolute;background-color:#222}.slider-selection.tick-slider-selection{background-color:#6f5858;background-image:linear-gradient(to bottom,#7e5454,#5f5b5b);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e5454",endColorstr="#5f5b5b",GradientType=0)}.slider-track-low,.slider-track-high{box-sizing:border-box;border-radius:10px;position:absolute;background:transparent}.slider-handle{position:absolute;top:0;width:18px;height:18px;background-color:#fff;border:.125rem solid #222222}.slider-handle:hover{cursor:pointer}.slider-handle.round{border-radius:18px}.slider-handle.triangle,.slider-handle.custom{background:transparent none}.slider-handle.custom:before{line-height:18px;font-size:20px;content:"★";color:#726204}.slider-tick{background-color:#f7f7f7;background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F5F5",endColorstr="#F9F9F9",GradientType=0);box-shadow:inset 0 -1px #00000026;box-sizing:border-box;position:absolute;cursor:pointer;width:18px;height:18px;filter:none;opacity:.8;border:0px solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.triangle,.slider-tick.custom{background:transparent none}.slider-tick.custom:before{line-height:18px;font-size:20px;content:"★";color:#726204}.slider-tick.in-selection{background-color:#6f5858;background-image:linear-gradient(to bottom,#7e5454,#5f5b5b);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e5454",endColorstr="#5f5b5b",GradientType=0);opacity:1}body{background-color:#fff}main{overflow:hidden}.flex-1{flex:1!important}.bg-black{background-color:#222!important}.bg-grey-faf9f8{background-color:#faf9f8!important}.bg-grey-eeeeee{background-color:#eee!important}.bg-grey-f7f5ee{background-color:#f7f5ee!important}.bg-yellow{background-color:#f3eddf!important}.bg-yellow-ffd35b{background-color:#ffd35b!important}.bg-light-green-e4f5f2{background-color:#e4f5f2!important}.color-white{color:#fff!important}.color-gray-5a5a5a{color:#5a5a5a!important}.bottom-3{bottom:3rem!important}.object-fit-cover{-o-object-fit:cover;object-fit:cover}.object-position-top{-o-object-position:top;object-position:top}.background-img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center}.background-img_overlay:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#2226}.hover__content,.js-hidden-content{position:absolute;top:100%;width:100%;min-width:16rem;transition:all .2s ease;background-color:#fff;box-shadow:0 0 1.5625rem #2222220d;opacity:0;visibility:hidden;z-index:1000}.hover-container:hover .hover__content,.hover-container.js-content_visible .js-hidden-content{opacity:1;visibility:visible}.content_abs{position:absolute;--content-space: 1.875rem}.content_center{top:50%;left:50%;transform:translate(-50%,-50%)}.content_top{top:var(--content-space);padding-bottom:var(--content-space)}.content_right{right:var(--content-space);padding-left:var(--content-space)}.content_bottom{bottom:var(--content-space);padding-top:var(--content-space)}.content_left{left:var(--content-space);padding-right:var(--content-space)}@media (min-width: 768px){.content_top-lg,.content_right-lg,.content_bottom-lg,.content_left-lg{--content-space: 2.5rem}}@media (min-width: 1200px){.content_top-xl,.content_right-xl,.content_bottom-xl,.content_left-xl{--content-space: 3.125rem}}@media (min-width: 992px){.h-md-100{height:100%!important}}.pos_right-center{left:50%}.pos_right-center-71{left:71%}@media (min-width: 992px){.pos_right-center{left:60%}.pos_right-center-70{left:70%}}.scrollbar-gray ::-webkit-scrollbar{margin-right:1.25rem;width:.25rem;height:.25rem;background-color:#eee}.scrollbar-gray ::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#767676}.sticky-content{position:sticky;top:0;padding-bottom:1px}.border-circle{border-radius:10rem!important}.border-radius-0{border-radius:0!important}.border-radius-4{border-radius:4px!important}.border-radius-8{border-radius:8px!important}.border-radius-10{border-radius:10px!important}.swiper-scrollbar{height:4px}.left-auto{left:auto!important}.right-auto{right:auto!important}.left-0{left:0!important}.right-0{right:0!important}.position-center{left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important}.position-top-center{left:50%!important;top:0;transform:translate(-50%)!important}.position-right-center{left:auto!important;right:0;top:50%;transform:translateY(-50%);max-width:50%}.position-right-bottom{left:auto!important;right:0;top:auto;bottom:0;max-width:50%}.left-50{left:50%;transform:translate(-50%)}@media (min-width: 1200px){.row-cols-xl-8>*{flex:0 0 auto;width:12.5%!important}}.minh-100{min-height:100vh}.minh-240{min-height:16rem}.rect-circle{width:100%;padding-top:100%;position:relative;border-radius:10rem}.bg-image{position:absolute;left:0;right:0;top:0;bottom:0}.bg-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bg-video{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-video{position:absolute;left:.3125rem;right:.3125rem;top:.3125rem;bottom:.3125rem;z-index:-1;width:calc(100% - .625rem);height:calc(100% - .625rem);-o-object-fit:cover;object-fit:cover}.border-left-0{border-left:0}@media (min-width: 992px){.border-left-lg-1{border-left:1px solid #eee}}.border-top-1{border-top:1px solid #eee}@media (min-width: 992px){.border-top-lg-0{border-top:0}}.border-1{border:1px solid #eee!important}.border-white{border-color:#fff!important}.object-position-right{-o-object-position:90% center;object-position:90% center}.popover{border:0;box-shadow:0 0 1rem #0000001a;border-radius:0}.popover img{width:170px}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{margin:0}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{border-color:transparent}.text-yellow-bg-rounded{display:inline-block;background-color:#ffd35b;padding:.5125rem 1rem .3125rem;border-radius:2rem}.mb--1{margin-bottom:-1px}.mb-1px{margin-bottom:1px}.body-color{color:#222!important}.body-color-secondary{color:#767676!important}.theme-color{color:#193174!important}.theme-bg-color{background-color:#193174!important}.theme-color-secondary{color:#ebb73f!important}.theme-bg-color-secondary{background-color:#ebb73f!important}.theme-color-third{color:#86bc42!important}.theme-bg-color-third{background-color:#86bc42!important}.text-shadow-white{text-shadow:0 0 .3rem #fff}@media (min-width: 768px){.h-md-100{height:100%!important}}@media (min-width: 576px){.h-sm-100{height:100%!important}}svg.flaticon{display:block}.transparent-bg{background-color:transparent!important}.bg-white-overlay{background-color:#ffffffe6}.pt-100per{padding-top:100%!important}@media (min-width: 768px){.text-md-right{text-align:right!important}.order-md-12{order:12}}@media (min-width: 992px){.order-lg--1{order:-1}.mt-lg--5{margin-top:-13rem!important}}.mt--3{margin-top:-3rem!important}.swiper-scrollbar-drag{background-color:#00000080}@font-face{font-family:SofiaProBold;src:url(../fonts/SofiaProBold.woff)}body{color:#222;font-family:Noto Sans Bengali,sans-serif;font-size:.875rem;font-weight:400;line-height:1.7143}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:#222;font-family:Jost,sans-serif;font-weight:500}.font-special{font-family:Allura,cursive}.font-courgette{font-family:Courgette}.fs-base,.form-title{font-size:.875rem!important}.font-sofia{font-family:SofiaProBold}.third-color{color:#b9a16b!important}.white-color{color:#fff!important}.mark-grey-color{-webkit-text-stroke-color:#c2c2c2}.page-title{font-weight:700}@media (min-width: 992px){.page-title{font-size:3.125rem}}.section-title{font-size:1.625rem}@media (min-width: 992px){.section-title{font-size:2.1875rem}}.lh-30{line-height:1.875rem!important}.lh-2rem{line-height:2rem!important}.block-title{margin-bottom:1rem;font-size:1rem}.character_markup{display:none}@media (min-width: 1500px){.character_markup{display:block;position:absolute;bottom:5rem;margin-left:-1.5em;-webkit-text-stroke-width:3px;-webkit-text-stroke-color:#ffffff;color:transparent;font-size:7.5rem;transform:rotate(90deg);transform-origin:bottom right;opacity:.8}.character_markup.type2{transform:none;font-size:15.625rem;-webkit-text-stroke-color:#767676;font-weight:700;bottom:0;line-height:1;left:auto;margin:0;right:0;opacity:.3;letter-spacing:.05em;z-index:-1}}.content{margin-bottom:1.5rem;font-size:.875rem;line-height:1.7143}.blockquote{padding:calc(1.4rem + 1.8vw) calc(1.3625rem + 1.35vw) calc(1.35625rem + 1.275vw) calc(1.4875rem + 2.85vw);background-color:#faf9f8}@media (min-width: 1200px){.blockquote{padding:2.75rem 2.375rem 2.3125rem 3.625rem}}.blockquote__content{margin-bottom:0;font-size:1rem;font-style:italic;font-weight:500;line-height:1.375}.blockquote__footer{margin-top:1.5rem;color:#767676;font-size:.875rem}.text-list{padding-left:1.25em}.text-list__item{line-height:3.143}.list_dot_darkgray ::marker{color:#767676;font-size:1rem}.list-style_checkbox{display:flex;align-items:center}.text_dash{position:relative;padding-left:3.25rem}.text_dash:before{content:"";position:absolute;top:50%;left:0;width:2.5rem;height:2px;margin-top:-1px;background-color:currentColor;color:inherit}.text_dash_half{position:relative;padding-left:2rem}.text_dash_half:before{content:"";position:absolute;top:50%;left:0;width:1.25rem;height:2px;margin-top:-1px;background-color:currentColor;color:inherit}.stroke-text{--stroke-color: #222222;--stroke-width: 1px;color:#eee;font-size:2.25rem;opacity:.4;text-shadow:var(--stroke-width) 0 0 var(--stroke-color),calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),0 var(--stroke-width) 0 var(--stroke-color),0 calc(var(--stroke-width) * -1) 0 var(--stroke-color)}@media (min-width: 992px){.stroke-text{--stroke-width: 2px;font-size:3.375rem}}@media (min-width: 1200px){.stroke-text{font-size:5.625rem}}.smooth-16{text-shadow:calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color),calc(var(--stroke-width) * .9239) calc(var(--stroke-width) * .3827) 0 var(--stroke-color),calc(var(--stroke-width) * .7071) calc(var(--stroke-width) * .7071) 0 var(--stroke-color),calc(var(--stroke-width) * .3827) calc(var(--stroke-width) * .9239) 0 var(--stroke-color),calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color),calc(var(--stroke-width) * -.3827) calc(var(--stroke-width) * .9239) 0 var(--stroke-color),calc(var(--stroke-width) * -.7071) calc(var(--stroke-width) * .7071) 0 var(--stroke-color),calc(var(--stroke-width) * -.9239) calc(var(--stroke-width) * .3827) 0 var(--stroke-color),calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color),calc(var(--stroke-width) * -.9239) calc(var(--stroke-width) * -.3827) 0 var(--stroke-color),calc(var(--stroke-width) * -.7071) calc(var(--stroke-width) * -.7071) 0 var(--stroke-color),calc(var(--stroke-width) * -.3827) calc(var(--stroke-width) * -.9239) 0 var(--stroke-color),calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color),calc(var(--stroke-width) * .3827) calc(var(--stroke-width) * -.9239) 0 var(--stroke-color),calc(var(--stroke-width) * .7071) calc(var(--stroke-width) * -.7071) 0 var(--stroke-color),calc(var(--stroke-width) * .9239) calc(var(--stroke-width) * -.3827) 0 var(--stroke-color)}@media (min-width: 992px){.text-lg-right{text-align:right!important}}.fs-12{font-size:.75rem!important}.fs-13{font-size:.8125rem!important}.fs-15{font-size:.9375rem!important}.fs-18{font-size:1.125rem!important}.fs-20{font-size:1.25rem}.fs-22{font-size:calc(1.2625rem + .15vw)}@media (min-width: 1200px){.fs-22{font-size:1.375rem}}.fs-25{font-size:calc(1.28125rem + .375vw)}@media (min-width: 1200px){.fs-25{font-size:1.5625rem}}.fs-30{font-size:calc(1.3125rem + .75vw)}@media (min-width: 1200px){.fs-30{font-size:1.875rem}}.fs-35{font-size:calc(1.34375rem + 1.125vw)}@media (min-width: 1200px){.fs-35{font-size:2.1875rem}}.fs-40{font-size:calc(1.375rem + 1.5vw)}@media (min-width: 1200px){.fs-40{font-size:2.5rem}}.fs-45{font-size:calc(1.40625rem + 1.875vw)}@media (min-width: 1200px){.fs-45{font-size:2.8125rem}}.fs-50{font-size:calc(1.4375rem + 2.25vw)}@media (min-width: 1200px){.fs-50{font-size:3.125rem}}.fs-70{font-size:calc(1.5625rem + 3.75vw)}@media (min-width: 1200px){.fs-70{font-size:4.375rem}}.fs-100{font-size:calc(1.75rem + 6vw)}@media (min-width: 1200px){.fs-100{font-size:6.25rem}}.fw-semi-bold{font-weight:600!important}th[align=right]{text-align:right}@keyframes moveDown{0%{transform:translateY(-100%);-webkit-transform:translateY(-100%)}to{transform:translateY(0);-webkit-transform:translateY(0)}}.animate{transition:all ease-in .5s;transition:all cubic-bezier(.445,.05,.55,.95) .5s}.animate_fade{opacity:0;visibility:hidden}.animate_rtl{position:relative;right:-2.5rem}.animate_btt{position:relative;bottom:-2.5rem}.animate_delay-1{transition-delay:.1s}.animate_delay-2{transition-delay:.2s}.animate_delay-3{transition-delay:.3s}.animate_delay-4{transition-delay:.4s}.animate_delay-5{transition-delay:.5s}.animate_delay-6{transition-delay:.6s}.animate_delay-7{transition-delay:.7s}.animate_delay-8{transition-delay:.8s}.animate_delay-9{transition-delay:.9s}.animate_delay-10{transition-delay:1s}.swiper-slide-active .animate_fade{opacity:1;visibility:visible}.swiper-slide-active .animate_rtl{right:0}.swiper-slide-active .animate_btt{bottom:0}.anim_appear-fade{transition:all .2s ease;font-size:.875rem;opacity:0;visibility:hidden;z-index:1}.product-card:hover .anim_appear-fade{opacity:1;visibility:visible}.anim_appear-bottom{bottom:-.625rem;transition:all .2s ease;font-size:.875rem;opacity:0;visibility:hidden;z-index:1}.product-card:hover .anim_appear-bottom{bottom:.625rem;opacity:1;visibility:visible}.anim_appear-right{right:-.625rem;transition:all .2s ease;font-size:.875rem;opacity:0;visibility:hidden;z-index:1}.product-card:hover .anim_appear-right{right:0;opacity:1;visibility:visible}.row{--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) / -2);margin-left:calc(var(--bs-gutter-x) / -2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) / 2);padding-left:calc(var(--bs-gutter-x) / 2);margin-top:var(--bs-gutter-y)}@media (max-width: 575.98px){.row{--bs-gutter-x: 1rem}}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:45%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media (min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width: 1500px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}@media (min-width: 1700px){.col-xxxl{flex:1 0 0%}.row-cols-xxxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxxl-auto{flex:0 0 auto;width:auto}.col-xxxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxxl-3{flex:0 0 auto;width:25%}.col-xxxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxxl-6{flex:0 0 auto;width:50%}.col-xxxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxxl-9{flex:0 0 auto;width:75%}.col-xxxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxxl-12{flex:0 0 auto;width:100%}.offset-xxxl-0{margin-left:0}.offset-xxxl-1{margin-left:8.3333333333%}.offset-xxxl-2{margin-left:16.6666666667%}.offset-xxxl-3{margin-left:25%}.offset-xxxl-4{margin-left:33.3333333333%}.offset-xxxl-5{margin-left:41.6666666667%}.offset-xxxl-6{margin-left:50%}.offset-xxxl-7{margin-left:58.3333333333%}.offset-xxxl-8{margin-left:66.6666666667%}.offset-xxxl-9{margin-left:75%}.offset-xxxl-10{margin-left:83.3333333333%}.offset-xxxl-11{margin-left:91.6666666667%}.g-xxxl-0,.gx-xxxl-0{--bs-gutter-x: 0}.g-xxxl-0,.gy-xxxl-0{--bs-gutter-y: 0}.g-xxxl-1,.gx-xxxl-1{--bs-gutter-x: .25rem}.g-xxxl-1,.gy-xxxl-1{--bs-gutter-y: .25rem}.g-xxxl-2,.gx-xxxl-2{--bs-gutter-x: .5rem}.g-xxxl-2,.gy-xxxl-2{--bs-gutter-y: .5rem}.g-xxxl-3,.gx-xxxl-3{--bs-gutter-x: 1rem}.g-xxxl-3,.gy-xxxl-3{--bs-gutter-y: 1rem}.g-xxxl-4,.gx-xxxl-4{--bs-gutter-x: 1.5rem}.g-xxxl-4,.gy-xxxl-4{--bs-gutter-y: 1.5rem}.g-xxxl-5,.gx-xxxl-5{--bs-gutter-x: 3rem}.g-xxxl-5,.gy-xxxl-5{--bs-gutter-y: 3rem}}body ::-webkit-scrollbar{margin-right:1.25rem;width:.25rem;height:.25rem;background-color:#fff}body ::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#e4e4e4}@media (max-width: 991.98px){.snap main{overflow-x:hidden}}img{max-width:100%}.block{margin:2.125rem 0}.full-width_padding{overflow:hidden}@media (min-width: 1500px){.full-width_padding{width:100%;padding:0 3.75rem}}.full-width_padding-20{width:100%;padding:0 1.25rem}@media (max-width: 767.98px){.full-width_padding-20.slideshow{padding:0}}@media (max-width: 1499.98px){.full-width_border{border:0!important}}@media (min-width: 1500px){.full-width_border{padding:.625rem;border-style:solid}}.page-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;transition:all .32s cubic-bezier(.55,.085,.68,.53);background-color:#2226;opacity:0;visibility:hidden;z-index:1040}.page-overlay_visible{opacity:1;visibility:visible}#scrollTop{position:fixed!important;right:0;bottom:3.375rem;z-index:1030;width:45px;height:45px;background-color:#eee;background-image:url("data:image/svg+xml,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.49932 0.360778C7.22726 0.0887249 6.77274 0.0887249 6.49999 0.360778L0.206656 6.638C-0.0688853 6.91355 -0.0688853 7.3604 0.206656 7.63524C0.482197 7.91078 0.929749 7.91078 1.20529 7.63524L6.99997 1.85667L12.794 7.63594C13.0702 7.91148 13.517 7.91148 13.7933 7.63594C14.0688 7.3604 14.0688 6.91355 13.7933 6.6387L7.49932 0.360778Z' fill='%23222222'/%3e%3c/svg%3e");background-position:center center;background-repeat:no-repeat;cursor:pointer;clip:auto!important;transition:all .28s}@media (min-width: 768px){#scrollTop{bottom:0}}.mw-1620{width:1620px!important;max-width:100%!important;margin:0 auto}.mw-1170{width:1200px!important;max-width:100%!important;margin:0 auto}.mw-930{width:58.125rem!important;max-width:100%!important;margin:0 auto}.w-740{width:46.25rem;max-width:100%}.w-100px{width:6.25rem}.h-100px{height:6.25rem}.gradient-bg{background-image:url(../../images/home/demo3/slider_bg.jpg);background-position:top center;background-repeat:no-repeat;background-size:100% auto}.gradient-bg-10{background-image:url(../../images/home/demo10/slider_bg.png);background-position:top center;background-repeat:no-repeat;background-size:auto 84rem}@media (min-width: 992px){.gradient-bg-10{background-size:100% auto}}@media (min-width: 1200px){.col-xl-20per{flex:0 0 auto;width:20%}.col-xl-40per{flex:0 0 auto;width:40%}.col-xl-60per{flex:0 0 auto;width:60%}.col-xl-80per{flex:0 0 auto;width:80%}}.gutters-20 .row{--bs-gutter-x: 1.25rem}.btn-close,.btn-close-lg,.btn-close-xs{padding:0;border:0;box-sizing:content-box;color:#000;border-radius:0;opacity:1}.btn-close:hover,.btn-close-lg:hover,.btn-close-xs:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus,.btn-close-lg:focus,.btn-close-xs:focus{outline:none;box-shadow:none;opacity:1}.btn-close:disabled,.btn-close.disabled,.btn-close-lg:disabled,.btn-close-lg.disabled,.btn-close-xs:disabled,.btn-close-xs.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close{width:1.375rem;height:1.375rem;padding:.25em;background:transparent url("data:image/svg+xml,%3csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.48881 15.5962L16.0954 4.98963L17.5096 6.40384L6.90302 17.0104L5.48881 15.5962Z' fill='%23000'/%3e%3cpath d='M16.0954 17.7176L4.7817 6.40384L6.19592 4.98963L17.5096 16.3033L16.0954 17.7176Z' fill='%23000'/%3e%3c/svg%3e") center/1.375rem auto no-repeat}.btn-close-lg{width:1rem;height:1rem;background:transparent url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.414336 14.1421L14.5565 0L15.9707 1.41421L1.82855 15.5563L0.414336 14.1421Z' fill='%23000'/%3e%3cpath d='M1.41421 0.142113L15.5563 14.2842L14.1421 15.6985L0 1.55633L1.41421 0.142113Z' fill='%23000'/%3e%3c/svg%3e") center/1rem auto no-repeat}.btn-close-xs{width:.625rem;height:.625rem;padding:0;background:transparent url("data:image/svg+xml,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.259435 8.85506L9.11449 0L10 0.885506L1.14494 9.74056L0.259435 8.85506Z' fill='%23767676'/%3e%3cpath d='M0.885506 0.0889838L9.74057 8.94404L8.85506 9.82955L0 0.97449L0.885506 0.0889838Z' fill='%23767676'/%3e%3c/svg%3e") center/.625rem auto no-repeat}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.accordion-item_shadow{box-shadow:0 0 1.5625rem #2222220d}.accordion-button{padding:1.75rem 1.875rem 1.125rem;border:1px solid #eeeeee;color:#222;background-color:#fff;font-size:1rem;font-weight:500;line-height:1.375;outline:none}.accordion-button:after{content:none}.accordion-button.collapsed{background-color:transparent;color:#222}.accordion-button.collapsed .accordion-button__icon{transform:rotate(0)}.accordion-button.collapsed .accordion-button__icon .svg-path-horizontal{opacity:1}.accordion-button.collapsed .accordion-button__icon.type2{transform:rotate(180deg)}.accordion-button__icon{width:.875rem;height:.875rem;margin-left:auto;fill:#222;transform:rotate(90deg);transition:transform .2s ease-in-out,opacity .2s ease-in-out}@media (prefers-reduced-motion: reduce){.accordion-button__icon{transition:none}}.accordion-button__icon .svg-path-vertical{transform:rotate(90deg);transform-origin:center}.accordion-button__icon .svg-path-horizontal{transition:transform .2s ease-in-out,opacity .2s ease-in-out;opacity:0}@media (prefers-reduced-motion: reduce){.accordion-button__icon .svg-path-horizontal{transition:none}}.accordion-button__icon.type2{transform:rotate(0)}.accordion-body{padding:1.5rem 1.875rem 1.75rem}.faq-accordion .accordion-item{margin-bottom:1.25rem}.faq-accordion .accordion-button{border:0;border-bottom:1px solid #e4e4e4;padding:.625rem 0;text-align:left}.faq-accordion .accordion-collapse{border:0}.faq-accordion .accordion-body{padding:1.5rem 0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.6875rem 1.75rem .4375rem;color:#222;font-weight:500;line-height:1.375;outline:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}@media (min-width: 992px){.nav-link{font-size:1rem}}.nav-link_underscore{position:relative;padding:.6875rem 1.5625rem .4375rem;color:#767676}.nav-link_underscore:after{content:"";display:block;position:absolute;bottom:0;left:1.5625rem;width:0;height:2px;background-color:#222;transition:width .36s cubic-bezier(.175,.885,.32,1.275)}@media (prefers-reduced-motion: reduce){.nav-link_underscore:after{transition:none}}.nav-link_underscore.theme-color:after{background-color:#193174}.nav-link_underscore:hover,.nav-link_underscore:focus,.nav-link_underscore.active,.nav-item.show .nav-link_underscore{color:#222}.nav-link_underscore:hover:after,.nav-link_underscore:focus:after,.nav-link_underscore.active:after,.nav-item.show .nav-link_underscore:after{width:calc(100% - 3.125rem)}.nav-link_underscore.underscore-sm:hover:after,.nav-link_underscore.underscore-sm:focus:after,.nav-link_underscore.underscore-sm.active:after,.nav-item.show .nav-link_underscore.underscore-sm:after{width:2rem}.nav-link_underscore.underscore-md:hover:after,.nav-link_underscore.underscore-md:focus:after,.nav-link_underscore.underscore-md.active:after,.nav-item.show .nav-link_underscore.underscore-md:after{width:calc((100% - 3.125rem)*.7)}.nav-link_underscore.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-link_rline:before{content:"";position:absolute;top:49%;left:0;width:0px;height:2px;background-color:#222;transition:width .36s cubic-bezier(.175,.885,.32,1.275)}@media (prefers-reduced-motion: reduce){.nav-link_rline:before{transition:none}}.nav-link_rline.active:before{width:100%}.rline-content{display:inline-block;position:relative;padding-right:1.5em;background-color:#fff}@media (min-width: 768px){.rline-content{padding-right:2.5em}}@media (min-width: 1200px){.rline-content{padding-right:3.5em}}.nav-pills .nav-link{border-radius:0}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#222}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.checkbox__mark{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;margin-right:.625rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;background-size:66.666667%}.checkbox__mark_gray{background-color:#767676}.checkbox__mark_round{border-radius:100%}.table{--bs-table-bg: transparent;--bs-table-striped-color: #222222;--bs-table-striped-bg: #faf9f8;--bs-table-active-color: #222222;--bs-table-active-bg: rgba(0, 0, 0, .1);--bs-table-hover-color: #222222;--bs-table-hover-bg: rgba(0, 0, 0, .075);width:100%;margin-bottom:1rem;color:#222;line-height:1.5;vertical-align:top;border-color:transparent}.table>:not(caption)>tr>td,.table>:not(caption)>tr>th{background-image:linear-gradient(var(--bs-table-accent-bg),var(--bs-table-accent-bg));border-bottom-width:0}.table>:not(caption)>tr>td{padding:1.53125rem 1.5rem;background-color:var(--bs-table-bg)}.table>:not(caption)>tr>th{padding:1.625rem 1.5rem 1.25rem;background-color:#222;color:#fff;font-size:1rem;font-weight:500}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>tr:last-child>th,.table>:not(:last-child)>tr:last-child>td{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>tr>th,.table-sm>:not(caption)>tr>td{padding:.25rem}.table-bordered>:not(caption)>tr{border-width:0 0}.table-bordered>:not(caption)>tr>th,.table-bordered>:not(caption)>tr>td{border-width:0 0}.table-borderless>:not(caption)>tr{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(2n){--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg: #ffffff;--bs-table-striped-bg: #f2f2f2;--bs-table-striped-color: #000;--bs-table-active-bg: #e6e6e6;--bs-table-active-color: #000;--bs-table-hover-bg: #ececec;--bs-table-hover-color: #000;color:#000;border-color:#e6e6e6}.table-secondary{--bs-table-bg: #e4e4e4;--bs-table-striped-bg: #d9d9d9;--bs-table-striped-color: #000;--bs-table-active-bg: #cdcdcd;--bs-table-active-color: #000;--bs-table-hover-bg: lightgray;--bs-table-hover-color: #000;color:#000;border-color:#cdcdcd}.table-success{--bs-table-bg: #def2d7;--bs-table-striped-bg: #d3e6cc;--bs-table-striped-color: #000;--bs-table-active-bg: #c8dac2;--bs-table-active-color: #000;--bs-table-hover-bg: #cde0c7;--bs-table-hover-color: #000;color:#000;border-color:#c8dac2}.table-info{--bs-table-bg: #cde9f6;--bs-table-striped-bg: #c3ddea;--bs-table-striped-color: #000;--bs-table-active-bg: #b9d2dd;--bs-table-active-color: #000;--bs-table-hover-bg: #bed8e4;--bs-table-hover-color: #000;color:#000;border-color:#b9d2dd}.table-warning{--bs-table-bg: #f7f3d7;--bs-table-striped-bg: #ebe7cc;--bs-table-striped-color: #000;--bs-table-active-bg: #dedbc2;--bs-table-active-color: #000;--bs-table-hover-bg: #e4e1c7;--bs-table-hover-color: #000;color:#000;border-color:#dedbc2}.table-danger{--bs-table-bg: #ecc8c5;--bs-table-striped-bg: #e0bebb;--bs-table-striped-color: #000;--bs-table-active-bg: #d4b4b1;--bs-table-active-color: #000;--bs-table-hover-bg: #dab9b6;--bs-table-hover-color: #000;color:#000;border-color:#d4b4b1}.table-light{--bs-table-bg: #e4e4e4;--bs-table-striped-bg: #d9d9d9;--bs-table-striped-color: #000;--bs-table-active-bg: #cdcdcd;--bs-table-active-color: #000;--bs-table-hover-bg: lightgray;--bs-table-hover-color: #000;color:#000;border-color:#cdcdcd}.table-dark{--bs-table-bg: #222222;--bs-table-striped-bg: #2d2d2d;--bs-table-striped-color: #fff;--bs-table-active-bg: #383838;--bs-table-active-color: #fff;--bs-table-hover-bg: #333333;--bs-table-hover-color: #fff;color:#fff;border-color:#383838}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1499.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1699.98px){.table-responsive-xxxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.table-primary thead>tr>th{color:#fff;font-size:1rem;font-weight:500}.alert{position:relative;padding:1.6875rem 1.875rem 1.375rem;margin-bottom:1rem;border:1px solid transparent;font-weight:500;border-radius:0}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.85625rem 1.875rem 1.375rem}.alert-success{color:#5b7052;background-color:#def2d7;border-color:#def2d7}.alert-success .alert-link{color:#495a42}.alert-success .btn-close{background:transparent url("data:image/svg+xml,%3csvg viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.48881 15.5962L16.0954 4.98963L17.5096 6.40384L6.90302 17.0104L5.48881 15.5962Z' fill='%235b7052'/%3e%3cpath d='M16.0954 17.7176L4.7817 6.40384L6.19592 4.98963L17.5096 16.3033L16.0954 17.7176Z' fill='%235b7052'/%3e%3c/svg%3e") center/1.375rem auto no-repeat}.alert-info{color:#4780aa;background-color:#cde9f6;border-color:#cde9f6}.alert-info .alert-link{color:#396688}.alert-info .btn-close{background:transparent url("data:image/svg+xml,%3csvg viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.48881 15.5962L16.0954 4.98963L17.5096 6.40384L6.90302 17.0104L5.48881 15.5962Z' fill='%234780aa'/%3e%3cpath d='M16.0954 17.7176L4.7817 6.40384L6.19592 4.98963L17.5096 16.3033L16.0954 17.7176Z' fill='%234780aa'/%3e%3c/svg%3e") center/1.375rem auto no-repeat}.alert-warning{color:#927238;background-color:#f7f3d7;border-color:#f7f3d7}.alert-warning .alert-link{color:#755b2d}.alert-warning .btn-close{background:transparent url("data:image/svg+xml,%3csvg viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.48881 15.5962L16.0954 4.98963L17.5096 6.40384L6.90302 17.0104L5.48881 15.5962Z' fill='%23927238'/%3e%3cpath d='M16.0954 17.7176L4.7817 6.40384L6.19592 4.98963L17.5096 16.3033L16.0954 17.7176Z' fill='%23927238'/%3e%3c/svg%3e") center/1.375rem auto no-repeat}.alert-danger{color:#ab3331;background-color:#ecc8c5;border-color:#ecc8c5}.alert-danger .alert-link{color:#892927}.alert-danger .btn-close{background:transparent url("data:image/svg+xml,%3csvg viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.48881 15.5962L16.0954 4.98963L17.5096 6.40384L6.90302 17.0104L5.48881 15.5962Z' fill='%23ab3331'/%3e%3cpath d='M16.0954 17.7176L4.7817 6.40384L6.19592 4.98963L17.5096 16.3033L16.0954 17.7176Z' fill='%23ab3331'/%3e%3c/svg%3e") center/1.375rem auto no-repeat}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#222;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#fff;border:1px solid transparent;padding:.703125rem 3.125rem .5625rem;border-radius:0;transition:all .15s ease-in-out;font-size:.875rem}@media (prefers-reduced-motion: reduce){.btn{transition:none}}@media (max-width: 575.98px){.btn{padding-left:1.125rem;padding-right:1.125rem}}.btn:hover{color:#222}.btn-55{height:3.4375rem}.btn-50{height:3.125rem}.btn-45{height:2.8125rem}.btn-40{height:2.5rem}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:none}.btn-check:checked+.btn,.btn-check:active+.btn,.btn:active,.btn.active{box-shadow:none}.btn-check:checked+.btn:focus,.btn-check:active+.btn:focus,.btn:active:focus,.btn.active:focus{box-shadow:none}.btn:disabled,.btn.disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65;box-shadow:none}@media (min-width: 1500px){.btn{font-size:14px;padding-top:.9375rem;padding-bottom:.75rem}}.btn-primary{color:#fff;background-color:#222;border-color:#222;box-shadow:none}.btn-primary:hover{color:#fff;background-color:#1d1d1d;border-color:#1b1b1b}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#1d1d1d;border-color:#1b1b1b;box-shadow:0 0 #43434380}.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#1b1b1b;border-color:#1a1a1a}.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 #43434380}.btn-primary:disabled,.btn-primary.disabled{color:#fff;background-color:#222;border-color:#222}.btn-outline-primary{color:#222;border-color:#222}.btn-outline-primary:hover{color:#fff;background-color:#222;border-color:#222}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 #22222280}.btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show{color:#fff;background-color:#222;border-color:#222}.btn-check:checked+.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary:focus,.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus{box-shadow:0 0 #22222280}.btn-outline-primary:disabled,.btn-outline-primary.disabled{color:#222;background-color:transparent}.btn-hover-primary:hover{background-color:#222;color:#fff}.btn-secondary{color:#fff;background-color:#767676;border-color:#767676;box-shadow:none}.btn-secondary:hover{color:#fff;background-color:#646464;border-color:#5e5e5e}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#646464;border-color:#5e5e5e;box-shadow:0 0 #8b8b8b80}.btn-check:checked+.btn-secondary,.btn-check:active+.btn-secondary,.btn-secondary:active,.btn-secondary.active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#5e5e5e;border-color:#595959}.btn-check:checked+.btn-secondary:focus,.btn-check:active+.btn-secondary:focus,.btn-secondary:active:focus,.btn-secondary.active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 #8b8b8b80}.btn-secondary:disabled,.btn-secondary.disabled{color:#fff;background-color:#767676;border-color:#767676}.btn-outline-secondary{color:#767676;border-color:#767676}.btn-outline-secondary:hover{color:#fff;background-color:#767676;border-color:#767676}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 #76767680}.btn-check:checked+.btn-outline-secondary,.btn-check:active+.btn-outline-secondary,.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show{color:#fff;background-color:#767676;border-color:#767676}.btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:0 0 #76767680}.btn-outline-secondary:disabled,.btn-outline-secondary.disabled{color:#767676;background-color:transparent}.btn-hover-secondary:hover{background-color:#767676;color:#fff}.btn-success{color:#000;background-color:#def2d7;border-color:#def2d7;box-shadow:none}.btn-success:hover{color:#000;background-color:#e3f4dd;border-color:#e1f3db}.btn-check:focus+.btn-success,.btn-success:focus{color:#000;background-color:#e3f4dd;border-color:#e1f3db;box-shadow:0 0 #bdceb780}.btn-check:checked+.btn-success,.btn-check:active+.btn-success,.btn-success:active,.btn-success.active,.show>.btn-success.dropdown-toggle{color:#000;background-color:#e5f5df;border-color:#e1f3db}.btn-check:checked+.btn-success:focus,.btn-check:active+.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 #bdceb780}.btn-success:disabled,.btn-success.disabled{color:#000;background-color:#def2d7;border-color:#def2d7}.btn-outline-success{color:#def2d7;border-color:#def2d7}.btn-outline-success:hover{color:#000;background-color:#def2d7;border-color:#def2d7}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 #def2d780}.btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show{color:#000;background-color:#def2d7;border-color:#def2d7}.btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus{box-shadow:0 0 #def2d780}.btn-outline-success:disabled,.btn-outline-success.disabled{color:#def2d7;background-color:transparent}.btn-hover-success:hover{background-color:#def2d7;color:#fff}.btn-info{color:#000;background-color:#cde9f6;border-color:#cde9f6;box-shadow:none}.btn-info:hover{color:#000;background-color:#d5ecf7;border-color:#d2ebf7}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#d5ecf7;border-color:#d2ebf7;box-shadow:0 0 #aec6d180}.btn-check:checked+.btn-info,.btn-check:active+.btn-info,.btn-info:active,.btn-info.active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#d7edf8;border-color:#d2ebf7}.btn-check:checked+.btn-info:focus,.btn-check:active+.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 #aec6d180}.btn-info:disabled,.btn-info.disabled{color:#000;background-color:#cde9f6;border-color:#cde9f6}.btn-outline-info{color:#cde9f6;border-color:#cde9f6}.btn-outline-info:hover{color:#000;background-color:#cde9f6;border-color:#cde9f6}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 #cde9f680}.btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show{color:#000;background-color:#cde9f6;border-color:#cde9f6}.btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus{box-shadow:0 0 #cde9f680}.btn-outline-info:disabled,.btn-outline-info.disabled{color:#cde9f6;background-color:transparent}.btn-hover-info:hover{background-color:#cde9f6;color:#fff}.btn-warning{color:#000;background-color:#f7f3d7;border-color:#f7f3d7;box-shadow:none}.btn-warning:hover{color:#000;background-color:#f8f5dd;border-color:#f8f4db}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#f8f5dd;border-color:#f8f4db;box-shadow:0 0 #d2cfb780}.btn-check:checked+.btn-warning,.btn-check:active+.btn-warning,.btn-warning:active,.btn-warning.active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#f9f5df;border-color:#f8f4db}.btn-check:checked+.btn-warning:focus,.btn-check:active+.btn-warning:focus,.btn-warning:active:focus,.btn-warning.active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 #d2cfb780}.btn-warning:disabled,.btn-warning.disabled{color:#000;background-color:#f7f3d7;border-color:#f7f3d7}.btn-outline-warning{color:#f7f3d7;border-color:#f7f3d7}.btn-outline-warning:hover{color:#000;background-color:#f7f3d7;border-color:#f7f3d7}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 #f7f3d780}.btn-check:checked+.btn-outline-warning,.btn-check:active+.btn-outline-warning,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show{color:#000;background-color:#f7f3d7;border-color:#f7f3d7}.btn-check:checked+.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning:focus,.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus{box-shadow:0 0 #f7f3d780}.btn-outline-warning:disabled,.btn-outline-warning.disabled{color:#f7f3d7;background-color:transparent}.btn-hover-warning:hover{background-color:#f7f3d7;color:#fff}.btn-danger{color:#000;background-color:#ecc8c5;border-color:#ecc8c5;box-shadow:none}.btn-danger:hover{color:#000;background-color:#efd0ce;border-color:#eececb}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#000;background-color:#efd0ce;border-color:#eececb;box-shadow:0 0 #c9aaa780}.btn-check:checked+.btn-danger,.btn-check:active+.btn-danger,.btn-danger:active,.btn-danger.active,.show>.btn-danger.dropdown-toggle{color:#000;background-color:#f0d3d1;border-color:#eececb}.btn-check:checked+.btn-danger:focus,.btn-check:active+.btn-danger:focus,.btn-danger:active:focus,.btn-danger.active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 #c9aaa780}.btn-danger:disabled,.btn-danger.disabled{color:#000;background-color:#ecc8c5;border-color:#ecc8c5}.btn-outline-danger{color:#ecc8c5;border-color:#ecc8c5}.btn-outline-danger:hover{color:#000;background-color:#ecc8c5;border-color:#ecc8c5}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 #ecc8c580}.btn-check:checked+.btn-outline-danger,.btn-check:active+.btn-outline-danger,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show{color:#000;background-color:#ecc8c5;border-color:#ecc8c5}.btn-check:checked+.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger:focus,.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus{box-shadow:0 0 #ecc8c580}.btn-outline-danger:disabled,.btn-outline-danger.disabled{color:#ecc8c5;background-color:transparent}.btn-hover-danger:hover{background-color:#ecc8c5;color:#fff}.btn-dark{color:#fff;background-color:#222;border-color:#222;box-shadow:none}.btn-dark:hover{color:#fff;background-color:#1d1d1d;border-color:#1b1b1b}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1d1d1d;border-color:#1b1b1b;box-shadow:0 0 #43434380}.btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1b1b1b;border-color:#1a1a1a}.btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 #43434380}.btn-dark:disabled,.btn-dark.disabled{color:#fff;background-color:#222;border-color:#222}.btn-outline-dark{color:#222;border-color:#222}.btn-outline-dark:hover{color:#fff;background-color:#222;border-color:#222}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 #22222280}.btn-check:checked+.btn-outline-dark,.btn-check:active+.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:#222;border-color:#222}.btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:0 0 #22222280}.btn-outline-dark:disabled,.btn-outline-dark.disabled{color:#222;background-color:transparent}.btn-hover-dark:hover{background-color:#222;color:#fff}.btn-red{color:#fff;background-color:#c32929;border-color:#c32929;box-shadow:none}.btn-red:hover{color:#fff;background-color:#a62323;border-color:#9c2121}.btn-check:focus+.btn-red,.btn-red:focus{color:#fff;background-color:#a62323;border-color:#9c2121;box-shadow:0 0 #cc494980}.btn-check:checked+.btn-red,.btn-check:active+.btn-red,.btn-red:active,.btn-red.active,.show>.btn-red.dropdown-toggle{color:#fff;background-color:#9c2121;border-color:#921f1f}.btn-check:checked+.btn-red:focus,.btn-check:active+.btn-red:focus,.btn-red:active:focus,.btn-red.active:focus,.show>.btn-red.dropdown-toggle:focus{box-shadow:0 0 #cc494980}.btn-red:disabled,.btn-red.disabled{color:#fff;background-color:#c32929;border-color:#c32929}.btn-outline-red{color:#c32929;border-color:#c32929}.btn-outline-red:hover{color:#fff;background-color:#c32929;border-color:#c32929}.btn-check:focus+.btn-outline-red,.btn-outline-red:focus{box-shadow:0 0 #c3292980}.btn-check:checked+.btn-outline-red,.btn-check:active+.btn-outline-red,.btn-outline-red:active,.btn-outline-red.active,.btn-outline-red.dropdown-toggle.show{color:#fff;background-color:#c32929;border-color:#c32929}.btn-check:checked+.btn-outline-red:focus,.btn-check:active+.btn-outline-red:focus,.btn-outline-red:active:focus,.btn-outline-red.active:focus,.btn-outline-red.dropdown-toggle.show:focus{box-shadow:0 0 #c3292980}.btn-outline-red:disabled,.btn-outline-red.disabled{color:#c32929;background-color:transparent}.btn-hover-red:hover{background-color:#c32929;color:#fff}.btn-beige{color:#fff;background-color:#b9a16b;border-color:#b9a16b;box-shadow:none}.btn-beige:hover{color:#fff;background-color:#c0aa7a;border-color:#c0aa7a}.btn-check:focus+.btn-beige,.btn-beige:focus{color:#fff;background-color:#c0aa7a;border-color:#c0aa7a;box-shadow:0 0 #c4af8180}.btn-check:checked+.btn-beige,.btn-check:active+.btn-beige,.btn-beige:active,.btn-beige.active,.show>.btn-beige.dropdown-toggle{color:#000;background-color:#948156;border-color:#8b7950}.btn-check:checked+.btn-beige:focus,.btn-check:active+.btn-beige:focus,.btn-beige:active:focus,.btn-beige.active:focus,.show>.btn-beige.dropdown-toggle:focus{box-shadow:0 0 #c4af8180}.btn-beige:disabled,.btn-beige.disabled{color:#000;background-color:#b9a16b;border-color:#b9a16b}.btn-outline-beige{color:#b9a16b;border-color:#b9a16b}.btn-outline-beige:hover{color:#fff;background-color:#b9a16b;border-color:#b9a16b}.btn-check:focus+.btn-outline-beige,.btn-outline-beige:focus{box-shadow:0 0 #b9a16b80}.btn-check:checked+.btn-outline-beige,.btn-check:active+.btn-outline-beige,.btn-outline-beige:active,.btn-outline-beige.active,.btn-outline-beige.dropdown-toggle.show{color:#fff;background-color:#b9a16b;border-color:#b9a16b}.btn-check:checked+.btn-outline-beige:focus,.btn-check:active+.btn-outline-beige:focus,.btn-outline-beige:active:focus,.btn-outline-beige.active:focus,.btn-outline-beige.dropdown-toggle.show:focus{box-shadow:0 0 #b9a16b80}.btn-outline-beige:disabled,.btn-outline-beige.disabled{color:#b9a16b;background-color:transparent}.btn-light{color:#222;background-color:#e4e4e4;border-color:#e4e4e4;box-shadow:none}.btn-light:hover{color:#222;background-color:#e7e7e7;border-color:#e7e7e7}.btn-check:focus+.btn-light,.btn-light:focus{color:#222;background-color:#e7e7e7;border-color:#e7e7e7;box-shadow:0 0 #c7c7c780}.btn-check:checked+.btn-light,.btn-check:active+.btn-light,.btn-light:active,.btn-light.active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#e9e9e9;border-color:#e7e7e7}.btn-check:checked+.btn-light:focus,.btn-check:active+.btn-light:focus,.btn-light:active:focus,.btn-light.active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 #c7c7c780}.btn-light:disabled,.btn-light.disabled{color:#000;background-color:#e4e4e4;border-color:#e4e4e4}.btn-outline-light{color:#222;border-color:#222;border-color:#e4e4e4}.btn-outline-light:hover{color:#222;background-color:#e4e4e4;border-color:#e4e4e4}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 #22222280}.btn-check:checked+.btn-outline-light,.btn-check:active+.btn-outline-light,.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show{color:#222;background-color:#e4e4e4;border-color:#e4e4e4}.btn-check:checked+.btn-outline-light:focus,.btn-check:active+.btn-outline-light:focus,.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus{box-shadow:0 0 #22222280}.btn-outline-light:disabled,.btn-outline-light.disabled{color:#222;background-color:transparent}.btn-link{display:inline-block;position:relative;padding:0;border:0;background-color:transparent;color:#222;font-weight:400;text-decoration:none}.btn-link:hover{color:#1b1b1b}.btn-link:disabled,.btn-link.disabled{color:#6c757d}.btn-link:after{content:"";display:block;position:absolute;top:100%;left:0;width:0;max-width:100%;height:2px;transition:width .28s cubic-bezier(.47,0,.745,.715);background-color:currentColor}.btn-link:hover:after,.btn-link.btn-link_active:after{width:3.125rem}.btn-link.default-underline:after{width:3.125rem}.btn-link.default-underline:hover:after{width:100%}.btn-link_lg:hover:after,.btn-link_lg.btn-link_active:after{width:calc(100% - 1rem)}.btn-link_lg.default-underline:after{width:86%}.btn-link_lg.default-underline:hover:after{width:100%}.btn-link_md:hover:after,.btn-link_md.btn-link_active:after{width:70%}.btn-link_md.default-underline:after{width:70%}.btn-link_md.default-underline:hover:after{width:100%}.btn-link_sm:hover:after,.btn-link_sm.btn-link_active:after{width:45%}.btn-link_sm.default-underline:after{width:45%}.btn-link_sm.default-underline:hover:after{width:100%}.btn-link_f:hover:after,.btn-link_f.btn-link_active:after{width:100%}.btn-round{width:1.875rem;height:1.875rem;padding:0;border-radius:100%}@media (min-width: 768px){.btn-round{width:2.5rem;height:2.5rem}}.btn-round-sm{width:2.1875rem;height:2.1875rem;padding:0;border-radius:100%}.btn-square{width:2.8125rem;height:2.8125rem;padding:0}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1.25rem;font-size:.875rem;border-radius:0;line-height:1.5rem}.btn-sm,.btn-group-sm>.btn{padding:.375rem 1.25rem;font-size:.875rem;border-radius:0}.nav-icon{display:block;fill:currentColor}.btn-icon{border:0;background-color:transparent}.btn-text{text-decoration:underline}.swiper-pagination-bullet{position:relative;width:1.875rem;height:1.875rem;margin:0 4px;border:2px solid currentColor;background-color:transparent;color:transparent;opacity:1;outline:none}@media (max-width: 767.98px){.swiper-pagination-bullet{width:1.5rem;height:1.5rem}}.swiper-pagination-bullet:after{display:block;position:absolute;top:50%;left:50%;width:.375rem;height:.375rem;margin-top:-.1875rem;margin-left:-.1875rem;border-radius:100%;background-color:currentColor;color:#ddc2bd;content:""}.swiper-pagination-bullet:first-child{margin-left:0}.swiper-pagination-bullets.dark-bullet .swiper-pagination-bullet:after{color:#222}.swiper-pagination-bullet-active{color:#222}.swiper-pagination-bullet-active:after{color:inherit}.swiper-pagination-white .swiper-pagination-bullet-active{color:#fff}.swiper-pagination-bullets.theme-color .swiper-pagination-bullet-active{color:#193174}.swatch-color{display:block;position:relative;width:1.75rem;height:1.75rem;margin-right:.75rem;margin-bottom:.75rem;border-radius:50%}.swatch-color:after{display:block;position:absolute;top:50%;left:50%;width:1rem;height:1rem;margin-top:-.5rem;margin-left:-.5rem;border-radius:100%;background-color:currentColor;color:inherit;content:""}.swatch-color.swatch_active{border:2px solid #222222}.hover-container .swatch-color{margin:0}.swatch-size.swatch_active{background-color:#e4e4e4}.filter-tag{padding:0 1rem;border:0;background-color:#e4e4e4;font-size:11px;line-height:1.875rem}.filter-tag.swatch_active{display:none!important}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:1.0625rem;padding-bottom:1.0625rem;margin-bottom:0;font-size:inherit;line-height:1.7143}.col-form-label-lg{padding-top:1.25rem;padding-bottom:1.25rem;font-size:1.25rem}.col-form-label-sm{padding-top:.875rem;padding-bottom:.875rem;font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.9375rem .9375rem .75rem;font-size:.875rem;font-weight:400;line-height:1.7143;color:#222;background-color:#fff;background-clip:padding-box;border:.125rem solid #e4e4e4;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;box-shadow:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#222;background-color:#fff;border-color:#222;outline:0;box-shadow:none}.form-control::-webkit-date-and-time-value{height:1.7143em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.9375rem .9375rem .75rem;margin:-.9375rem;margin-inline-end:.9375rem;color:#222;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:.125rem;border-radius:0;transition:all .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.9375rem .9375rem .75rem;margin:-.9375rem;margin-inline-end:.9375rem;color:#222;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:.125rem;border-radius:0;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control[type=password]{font-family:Trebuchet MS,sans-serif;letter-spacing:.18em}.form-control_gray{border-color:#e4e4e4}.form-control-plaintext{display:block;width:100%;padding:.9375rem 0;margin-bottom:0;line-height:1.7143;color:#222;background-color:transparent;border:solid transparent;border-width:.125rem 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.75rem 1.125rem .6rem;font-size:.875rem;border-radius:0}.form-control-sm::file-selector-button{padding:.75rem 1.125rem .6rem;margin:-.75rem -1.125rem;margin-inline-end:1.125rem}.form-control-sm::-webkit-file-upload-button{padding:.75rem 1.125rem .6rem;margin:-.75rem -1.125rem;margin-inline-end:1.125rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:1.125rem 1.3125rem .9rem;font-size:.875rem;border-radius:0}.form-control-lg::file-selector-button{padding:1.125rem 1.3125rem .9rem;margin:-1.125rem -1.3125rem;margin-inline-end:1.3125rem}.form-control-lg::-webkit-file-upload-button{padding:1.125rem 1.3125rem .9rem;margin:-1.125rem -1.3125rem;margin-inline-end:1.3125rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{max-width:3rem;height:auto;padding:.9375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.7143em;border-radius:0}.form-control-color::-webkit-color-swatch{height:1.7143em;border-radius:0}.form-select{display:block;width:100%;padding:.9375rem 2.34375rem .75rem .9375rem;font-size:.875rem;font-weight:400;line-height:1.7143;border:.125rem solid #e4e4e4;border-radius:0;box-shadow:none;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232F2D51' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .9375rem center;background-size:16px 12px;color:#222;-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle}.form-select:focus{border-color:#222;outline:0;box-shadow:0 0 0 .25rem #22222240}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{color:#6c757d;background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #222222}.form-select-sm{width:auto;padding:.75rem 2.025rem .6rem 1.125rem;background-position:right .5625rem center}.form-select-lg{padding:1.125rem 1.3125rem .9rem}.multi-select .multi-select__actor{background-color:#fff}.multi-select__actor{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232F2D51' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-position:right .9375rem center;background-repeat:no-repeat;background-size:16px 12px;cursor:pointer}.multi-select__item{display:flex;align-items:center;position:relative;width:100%;padding:.5rem 0;color:#767676;cursor:pointer}.multi-select__item:hover{color:#3b3b3b}.multi-select__item:before{content:"";display:block;width:1rem;height:1rem;color:#e4e4e4;border:.125rem solid currentColor;border-radius:0;margin-right:.75rem}.multi-select__item:after{content:"";display:block;position:absolute;left:.25rem;top:50%;transform:translateY(-50%);width:.5rem;height:.5rem;background-color:transparent;border-radius:0}.mult-select__item_selected{color:#222}.mult-select__item_selected:before{color:#222}.mult-select__item_selected:after{background-color:#222}.form-check{display:block;position:relative;min-height:1.5rem;padding-left:1.625rem;margin-bottom:1rem}.form-check .form-check-input{float:left;margin-left:-1.625rem}.form-check-input{width:1rem;height:1rem;margin-top:.25000625rem;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:.125rem solid #e4e4e4;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-check-input{transition:none}}.form-check-input[type=checkbox]{border-radius:0}.form-check-input[type=radio]{border-radius:50%}.form-check-input[type=radio]:after{border-radius:50%}.form-check-input.form-check-input_fill{position:relative;border-width:.125rem}.form-check-input.form-check-input_fill:after{content:"";display:block;position:absolute;left:.125rem;top:50%;transform:translateY(-50%);width:.5rem;height:.5rem;background-color:transparent}.form-check-input:focus{border-color:#222;outline:0;box-shadow:none}.form-check-input:checked{background-color:#222;border-color:#222}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input:checked.form-check-input_fill{background-image:none;background-color:#fff}.form-check-input:checked.form-check-input_fill:after{background-color:#222}.form-check-input[type=checkbox]:indeterminate{background-color:#222;border-color:#222;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{opacity:.5}.form-switch{min-height:1.875rem;padding-left:4.625rem}.form-switch .form-check-input{width:3.75rem;height:1.875rem;margin-top:0;margin-left:-4.625rem;border-radius:2em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23767676'/%3e%3c/svg%3e");background-position:left center}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23222222'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch .form-check-label{line-height:1.875rem}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:none}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,none}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,none}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#222;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem #0000001a;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#bdbdbd}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem;box-shadow:inset 0 1px 2px #00000013}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#222;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem #0000001a;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#bdbdbd}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem;box-shadow:inset 0 1px 2px #00000013}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.625rem + 2px);padding:1.125rem 1.3125rem .9rem}.form-floating>label{position:absolute;top:1rem;left:.75rem;padding:0 .5rem;pointer-events:none;border:.125rem solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;color:#767676}@media (prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{background-color:#fff;color:#222;transform:translateY(-1.9rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{background-color:#fff;color:#222;transform:translateY(-1.9rem)}.form-floating>.form-control:-webkit-autofill~label{background-color:#fff;color:#222;transform:translateY(-1.9rem)}.form-label-fixed{position:relative}.form-label-fixed>.form-label{position:absolute;top:-1.00000625rem;left:1rem;margin:0;padding:.25rem .5rem;background-color:#fff;color:#222;z-index:1}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:.875rem;font-weight:400;line-height:1.7143;color:#222;text-align:center;white-space:nowrap;background-color:#e9ecef;border:.125rem solid #ced4da;border-radius:0}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:1.125rem 1.3125rem;font-size:1.25rem;border-radius:0}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.75rem 1.125rem;font-size:.875rem;border-radius:0}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:1.75rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-.125rem;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:#198754e6;border-radius:.25rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#198754;padding-right:calc(.75em + 2.3125rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232F2D51' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .9375rem center,center right 1.75rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#198754}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#198754}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem #19875440}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:#dc3545e6;border-radius:.25rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232F2D51' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .9375rem center,center right 1.75rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#dc3545}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#dc3545}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem #dc354540}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.search-field .search-field__actor{background-color:#fff}.search-field__arrow-down{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232F2D51' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-position:right .9375rem center;background-repeat:no-repeat;background-size:16px 12px;cursor:pointer}.filters-container{border:.125rem solid #e4e4e4;padding:1rem 1.25rem}.search-field__input-wrapper{position:relative}.search-field__input-wrapper:after{content:"";display:block;position:absolute;top:50%;transform:translateY(calc(-50% + 2px));right:1rem;transform:translateY(-50%);width:1rem;height:1rem;background:transparent url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url%28%23clip0_137_2221%29'%3e%3cpath d='M7.04606 0C3.16097 0 0 3.16097 0 7.04606C0 10.9314 3.16097 14.0921 7.04606 14.0921C10.9314 14.0921 14.0921 10.9314 14.0921 7.04606C14.0921 3.16097 10.9314 0 7.04606 0ZM7.04606 12.7913C3.87816 12.7913 1.30081 10.214 1.30081 7.04609C1.30081 3.87819 3.87816 1.30081 7.04606 1.30081C10.214 1.30081 12.7913 3.87816 12.7913 7.04606C12.7913 10.214 10.214 12.7913 7.04606 12.7913Z' fill='%23767676'/%3e%3cpath d='M15.8095 14.8897L12.0805 11.1607C11.8264 10.9066 11.4149 10.9066 11.1608 11.1607C10.9067 11.4146 10.9067 11.8265 11.1608 12.0804L14.8898 15.8094C15.0168 15.9364 15.1831 16 15.3496 16C15.5159 16 15.6824 15.9364 15.8095 15.8094C16.0636 15.5555 16.0636 15.1436 15.8095 14.8897Z' fill='%23767676'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_137_2221'%3e%3crect width='16' height='16' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/1rem auto no-repeat}.search-field__input{width:100%;outline:none}.search-suggestion{margin:.375rem 0}.search-suggestion__item{width:100%;padding:.5rem 0;color:#767676;cursor:pointer}.search-suggestion__item:hover{color:#3b3b3b}.progress_uomo{height:.625rem;border-radius:.625rem;background-color:#e4e4e4;overflow:visible}.progress_uomo_small{height:.25rem}.progress_uomo_medium{height:.375rem}.progress_uomo .progress-bar{position:relative;border-radius:.625rem;overflow:visible}.progress_uomo .progress-bar:before{content:attr(aria-valuenow);display:block;position:absolute;top:-2em;right:0;transform:translate(50%);color:#222;font-size:.875rem}.categories-nav__title{margin:0;padding-left:1.8rem;padding-right:1.8rem;border-radius:4px 4px 0 0;background-color:#ebb73f;color:#fff;font-size:.875rem;line-height:2em;text-transform:uppercase}@media (min-width: 1500px){.categories-nav__title{padding-left:3rem;padding-right:3rem}}.categories-nav__list{padding:1.25rem 1.8rem;border:1px solid #e4e4e4;border-top:0;border-radius:0 0 4px 4px}@media (min-width: 1500px){.categories-nav__list{padding-left:3rem;padding-right:3rem}}.categories-nav__item{padding:.6875rem 0;font-weight:500;line-height:2em;text-decoration:none}.product-card{position:relative;overflow:hidden}.product-card .hover-container:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;transition:all .2s ease;background-color:#eaeaeae6;opacity:0;visibility:hidden;z-index:1}.product-card:hover .pc__img-next,.product-card:hover .pc__img-prev,.product-card:hover .pc__img-second{opacity:1}.product-card:hover .hover-container:before{opacity:1;visibility:visible}.pc__img{position:absolute;top:-15px;left:0;width:100%;padding-top:15px;-o-object-fit:cover;object-fit:cover}.pc__img-wrapper{display:block;position:relative;height:0;padding-top:100.212122%;overflow:hidden}.pc__img-wrapper .pc__btn-wl{top:1rem;right:1rem;width:2rem;height:2rem;padding:.625rem .5rem .375rem;display:flex;align-items:center;justify-content:center;z-index:1}.pc__img-wrapper .pc__btn-wl .flaticon-heart{line-height:1}@media (min-width: 768px){.pc__img-wrapper .pc__btn-wl{top:1.25rem;right:1.25rem;width:2.5rem;height:2.5rem;padding:.8125rem .75rem .6875rem}}.pc-wide__img-wrapper{padding-top:60.606061%}.pc__img-wrapper_wide2{padding-top:90.9091%}.pc__img-wrapper_wide3{padding-top:78.43137%}.pc__img-second{opacity:0;transition:opacity .3s linear}.pc__img-next,.pc__img-prev{position:absolute;top:50%;margin-top:-.5rem;color:#767676;font-size:1rem;opacity:0;z-index:1;transition:opacity .35s;width:1rem;text-align:center}.pc__img-next>svg,.pc__img-prev>svg{height:auto;width:.625rem}.pc__img-next{right:1.25rem}.pc__img-prev{left:1.25rem}.pc__info.hover__content{margin-top:0;min-width:auto;height:100%;transform:translateY(1.125rem);-webkit-transform:translateY(1.125rem);background:transparent}.pc__info.hover__content .pc__atc{max-width:19.375rem}.product-card:hover .pc__info.hover__content{transform:translateY(0);-webkit-transform:translateY(0)}.product-label{position:absolute;left:0;top:1.25rem;display:flex;flex-direction:column;gap:.3125rem;padding:.1875rem .625rem;line-height:1.5rem;font-size:.875rem}.pc__category{margin:0;margin-bottom:.25rem;color:#767676;font-weight:400;line-height:1.7143}.pc__title{margin:0;font-size:1rem;font-weight:400}.price{font-size:14px}.price-sale{color:#d6001c}.price-old{margin-right:.625rem;color:#767676;text-decoration:line-through}.review-star{width:9px;height:9px;margin-right:.25rem;fill:#ffc78b}.pc__btn-wl{display:flex;color:#767676}.js-add-wishlist.active{color:#193174!important}.js-add-wishlist.active.btn-hover-red{color:#fff!important;background-color:#193174!important}.js-add-wishlist.active.btn-hover-primary{color:#fff!important;background-color:#222!important}.js-add-wishlist.active.theme-bg-color.text-white,.js-add-wishlist.active.bg-transparent.text-white{color:#193174!important;background-color:#fff!important}.js-add-wishlist.active.bg-black.text-white{color:#fff!important;background-color:#193174!important}.pc__btn-wl .flaticon,.btn-link .flaticon{display:block;font-size:1rem;line-height:1.7143}.pc__atc{left:.625rem;width:calc(100% - 1.25rem);padding-right:.625rem;padding-left:.625rem;white-space:nowrap}@media (max-width: 767.98px){.pc__atc{padding-top:.625rem;padding-bottom:.375rem;font-size:.75rem}}.pc__swatch-color{display:block;position:relative;width:1.25rem;height:1.25rem;margin-right:.375rem;margin-bottom:.375rem;border-radius:50%}.pc__swatch-color:after{display:block;position:absolute;top:50%;left:50%;width:.625rem;height:.625rem;margin-top:-.3125rem;margin-left:-.3125rem;border-radius:100%;background-color:currentColor;color:inherit;content:""}.pc__swatch-color.swatch_active{border:2px solid #222222}.pc-labels{padding:.625rem;z-index:3}.pc-label{padding:.25rem .625rem .125rem;font-size:.75rem}@media (min-width: 768px){.pc-label{font-size:.875rem}}.pc-label_sale{background-color:#d6001c}.pc-label_sale-text{background-color:#222;color:#fff}.product-card_style3 .pc__img-wrapper{border-radius:.625rem}.product-card_style6{transition:all .2s ease;overflow:initial}.product-card_style6 .pc__info{margin:0;padding:.875rem 1.125rem;transition:all .2s ease;z-index:1}.product-card_style6 .hover__content{min-width:auto;box-shadow:none}@media (max-width: 575.98px){.product-card_style6 .hover__content{position:relative;opacity:1;visibility:visible}}.product-card_style6:hover,.product-card_style6:active{box-shadow:0 8px 15px #8c98a41a}.product-card_style6:hover .pc__info,.product-card_style6:active .pc__info{margin-top:-2.5rem}.product-card_style6:hover .pc__info:after,.product-card_style6:active .pc__info:after{content:"";position:absolute;bottom:-2.5rem;left:0;width:100%;height:2.5rem;z-index:1}.product-card_style8{border:1px solid transparent;border-radius:4px;transition:all .2s ease}.product-card_style8.border-1{border-color:#eee}.product-card_style8 .pc__info{margin:.875rem .5rem .625rem}@media (min-width: 768px){.product-card_style8 .pc__info{margin:.875rem 1.25rem 1.5rem}}.product-card_style8 .pc__title{font-size:.9375rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.5}.product-card_style8 .reviews-note{font-size:.8125rem}.product-card_style8 .product-card__price{margin-top:.625rem;color:#0046be}.product-card_style8:hover{border-color:#0046be;box-shadow:0 0 20px #0046be1a}.product-card_style8 .js-add-wishlist,.product-card_style8 .js-add-cart,.product-card_style8 .js-quick-view{color:#0046be}.product-card_style9{transition:all .2s ease;border:1px solid transparent;border-radius:.25rem}.product-card_style9 .pc__info{margin:.875rem .5rem .625rem}@media (min-width: 768px){.product-card_style9 .pc__info{margin:.875rem 1.25rem .8125rem}}.product-card_style9 .pc__title{font-size:.9375rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card_style9 .reviews-note{font-size:.8125rem}.product-card_style9 .product-card__price{margin-top:.625rem;color:#86bc42}.product-card_style9:hover{box-shadow:0 0 30px #0000001a}.product-card_style9:hover .anim_appear-bottom{bottom:0}.product-card_style9 .js-add-wishlist,.product-card_style9 .js-add-cart,.product-card_style9 .js-quick-view{background-color:#f3e8d6;color:#074e37}.product-card_style9 .js-add-wishlist:hover,.product-card_style9 .js-add-cart:hover,.product-card_style9 .js-quick-view:hover{background-color:#86bc42;color:#fff}.product-card_style9.type2{border:0;border-radius:0}.product-card_style9.type2 .pc__title{font-size:1rem;white-space:initial;overflow:initial;text-overflow:initial;line-height:1.5}.product-card_style9.type2 .pc__title a{color:#193174}.product-card_style9.type2:hover{box-shadow:none}.product-card_style9.type2 .js-add-wishlist,.product-card_style9.type2 .js-add-cart,.product-card_style9.type2 .js-quick-view{display:inline-flex;align-items:center;justify-content:center;background-color:#e4f5f2;color:#193174}.product-card_style9.type2 .js-add-wishlist:hover,.product-card_style9.type2 .js-add-cart:hover,.product-card_style9.type2 .js-quick-view:hover{background-color:#193174;color:#fff}.product-card_style9.type2 .product-card__price{color:#193174;font-size:1rem}.product-card_style10{transition:background-color .3s ease}.product-card_style10:hover{background-color:#f7f7f7}.product-card__actions{display:flex;align-items:center;gap:1rem;position:absolute;left:0;right:0;bottom:0;background:#fff;white-space:nowrap}.product-card__actions>*{display:none}@media (min-width: 1200px){.product-card__actions>*{display:block}}.product-card__actions>*:first-child{display:block}.product-card:hover .anim_appear-bottom.product-card__actions{bottom:0}.aside{position:fixed;top:0;width:26.25rem;max-width:100%;height:100vh;height:-webkit-fill-available;transition:all .32s cubic-bezier(.39,.575,.565,1);background-color:#fff;opacity:.7;z-index:1050}@media (min-width: 576px){.aside{padding:0 1.25rem}}.aside_visible{opacity:1}.aside_left{left:-26.25rem}.aside_left.aside_visible{left:0}.aside_right{right:-26.25rem}.aside_right.aside_visible{right:0}.aside-header{margin-left:-1.25rem;margin-right:-1.25rem;padding:2.125rem 2.5rem 1.75rem;background-color:#faf9f8}.aside-content{margin:1.875rem 0;padding:0 1.25rem}.customer-forms__wrapper{left:0;transition:all .32s cubic-bezier(.39,.575,.565,1)}.customer__login,.customer__register{min-width:100%}.search-field__actor svg{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.search-field__actor svg{transition:none}}.search-field__actor .btn-close-lg{position:absolute;top:3px;left:3px;padding:0;transition:opacity .15s linear;opacity:0;visibility:hidden}@media (prefers-reduced-motion: reduce){.search-field__actor .btn-close-lg{transition:none}}.js-content_visible .search-field__actor svg{opacity:0;visibility:hidden}.js-content_visible .search-field__actor .btn-close-lg{opacity:1;visibility:visible}.search-popup{top:100%;left:0;padding-top:2.625rem;padding-bottom:2.45rem;border-top:1px solid #e4e4e4;background-color:#fff;box-shadow:0 .625rem 1.5625rem #2222220d}@media (min-width: 1200px){.search-popup{padding-top:3.75rem;padding-bottom:3.5rem}}.search-popup .search-suggestion{transition:all .28s}.search-popup__reset,.search-popup__submit{display:flex;align-items:center;position:absolute;right:0;bottom:0;height:100%;padding:0;padding-bottom:.625rem;transition:opacity .15s linear;color:#767676;outline:none}@media (prefers-reduced-motion: reduce){.search-popup__reset,.search-popup__submit{transition:none}}.search-popup__reset{opacity:0;visibility:hidden}.search-popup__input{padding-bottom:.625rem;border:0;border-bottom:2px solid #767676;outline:none}.search-field__focused .search-popup__input{border-bottom-color:#222}.search-field__focused .search-popup__reset,.search-field__focused .search-popup__submit{color:#222}.search-field__focused .search-popup__submit{opacity:0;visibility:hidden}.search-field__focused .search-popup__reset{opacity:1;visibility:visible}.search-field__focused .search-result{position:relative;width:auto;margin-top:0;transition:all .28s;opacity:1;visibility:visible}.search-field__focused .search-suggestion{position:absolute;margin-top:-.5rem;opacity:0;visibility:hidden}.search-popup__results{margin-top:1.75rem}.search-result{position:absolute;top:0;left:0;width:100%;min-height:14.25rem;margin-top:.5rem;padding-bottom:1.2rem;opacity:0;visibility:hidden}.search-result .product-card{--bs-gutter-x: 1.75rem}.search-result .pc__img-wrapper{padding-top:10.125rem}@media (min-width: 1200px){.search-result{min-height:19rem;padding-bottom:1.6rem}.search-result .pc__img-wrapper{padding-top:15rem}}@media (min-width: 1500px){.search-result{min-height:23.75rem;padding-bottom:2rem}.search-result .pc__img-wrapper{padding-top:18.75rem}}.cart-drawer{padding-bottom:22.5rem}.cart-drawer-items-list{max-height:27.675rem;overflow-y:auto;height:100%}.cart-drawer-item{max-height:7.5rem;overflow:hidden}.cart-drawer-item._removed{max-height:0;transition:all .32s cubic-bezier(.39,.575,.565,1)}.cart-drawer-item__img{height:50px;-o-object-fit:cover;object-fit:cover}.cart-drawer-item__info{margin-left:1.25rem}.cart-drawer-item__title{margin:2px 0 4px}.cart-drawer-item__option{margin:0}.cart-drawer-item__price{font-size:1.125rem}.qty-control{width:3.375rem}.qty-control input::-webkit-outer-spin-button,.qty-control input::-webkit-inner-spin-button{-webkit-appearance:none}.qty-control__number{padding:0;width:100%;background-color:#fff;outline:none;-moz-appearance:textfield}.qty-control__reduce,.qty-control__increase{position:absolute;top:0;width:.75rem;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-ms-user-select:none}.qty-control__reduce{left:0}.qty-control__increase{right:0}.cart-drawer-divider{margin:1.25rem 0;color:#e4e4e4;opacity:1}.cart-drawer-divider._removed{height:0;margin:0;transition:all .32s cubic-bezier(.39,.575,.565,1)}.cart-drawer-actions{background-color:#fff;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem}@media (min-width: 576px){.cart-drawer-actions{padding-right:2.5rem;padding-bottom:2.5rem;padding-left:2.5rem}}.star-rating__star-icon{cursor:pointer;transition:all .1s ease;fill:#ccc}.star-rating__star-icon path{pointer-events:none}.star-rating__star-icon.is-selected,.star-rating__star-icon.is-overed{fill:#eeba36}.star-rating__star-icon.is-overed~.star-rating__star-icon:not(.is-overed):not(.is-selected){fill:#ccc}.star-rating__star-icon.is-overed~.star-rating__star-icon.is-selected:not(.is-overed){fill:#ffe296}.size-guide.modal-dialog{width:60rem;max-width:calc(100% - 1rem)}.size-guide .modal-header{background-color:#faf9f8;border-bottom:0;padding:1.75rem 2.5rem;text-transform:uppercase}.size-guide .modal-header .modal-title{font-size:1rem}.size-guide .modal-body{padding:2.5rem}.size-guide__wrapper{display:flex;gap:2.6875rem}@media (max-width: 767.98px){.size-guide__wrapper{flex-direction:column}}.size-guide__image{flex:0 0 42%;max-width:42%}@media (max-width: 767.98px){.size-guide__image{flex:0 0 100%;max-width:100%}}.size-guide__detail{flex:1}.size-guide__detail>h5,.size-guide__detail>.h5{margin-bottom:1.875rem}.size-guide__detail table{font-size:.875rem;margin-bottom:1.875rem;width:100%}.size-guide__detail table thead th{color:#767676;padding-bottom:.8125rem}.size-guide__detail table tbody td{line-height:2.1875rem}.delivery-modal.modal-dialog{width:37.5rem;max-width:calc(100% - 1rem)}.delivery-modal .modal-header{background-color:#faf9f8;border-bottom:0;padding:1.75rem 2.5rem;text-transform:uppercase}.delivery-modal .modal-header .modal-title{font-size:1rem}.delivery-modal .modal-body{padding:2.5rem}.delivery-modal .modal-body p{line-height:1.875rem;margin-right:3.875rem;margin-bottom:1.875rem}.cookieConsentContainer{position:fixed;right:1.25rem;bottom:1.25rem;width:18.75rem;max-width:calc(100% - 2.5rem);background-color:#222;color:#fff;padding:1.875rem;z-index:1050}.cookieConsentContainer .cookieButton a{background-color:#5c5c5c;color:#fff;height:2.5rem;text-transform:uppercase;font-size:.875rem;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.cookieConsentContainer .cookieDesc p{font-size:.8125rem}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleZ(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes marquee{0%{transform:translate(0) translateZ(0)}to{transform:translate(-100%) translateZ(0)}}@keyframes marquee-right{0%{transform:translate(-100%) translateZ(0)}to{transform:translate(0) translateZ(0)}}@keyframes mouseoverLineContainer{0%{transform:translate(0)}20%{transform:translate(100%)}21%{transform:translate(-110%)}to{transform:translate(0)}}@keyframes snt_shake{0%,to{transform:translateZ(0)}17%,50%,83%{transform:translate3d(-5px,0,0)}33%,67%{transform:translate3d(5px,0,0)}}@keyframes snt_pulse{0%{transform:scale(1)}50%{transform:scale(2)}to{transform:scale(1);opacity:0}}@keyframes snt_pulse_no_scale{0%{transform:scale(1)}50%{transform:scale(1)}to{transform:scale(1);opacity:0}}.effect{position:relative}.effect:before,.effect:after{pointer-events:none}.normal-effect:before{position:absolute;content:"";top:0;bottom:0;left:0;right:0;background-color:#fff;opacity:0;transition:opacity .3s ease;z-index:2}@media (prefers-reduced-motion: reduce){.normal-effect:before{transition:none}}.normal-effect:hover:before{opacity:.3}.normal-effect.dark-bg:before{background-color:#000}.plus-zoom:before,.plus-zoom:after{content:"";position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:100%;height:100%;transition:all .5s ease;z-index:2}@media (prefers-reduced-motion: reduce){.plus-zoom:before,.plus-zoom:after{transition:none}}.plus-zoom:hover:before{width:0;background-color:#ffffff80}.plus-zoom:hover:after{height:0;background-color:#ffffff80}.overlay-plus:before,.overlay-plus:after,.overlay-cross:before,.overlay-cross:after,.overlay-horizontal:before,.overlay-horizontal:after,.overlay-vertical:before,.overlay-vertical:after{content:"";position:absolute;width:100%;height:100%;margin:auto;transition:all .5s ease;z-index:2;background-color:#ffffff26}@media (prefers-reduced-motion: reduce){.overlay-plus:before,.overlay-plus:after,.overlay-cross:before,.overlay-cross:after,.overlay-horizontal:before,.overlay-horizontal:after,.overlay-vertical:before,.overlay-vertical:after{transition:none}}.overlay-plus.overlay-dark:before,.overlay-plus.overlay-dark:after,.overlay-cross.overlay-dark:before,.overlay-cross.overlay-dark:after,.overlay-horizontal.overlay-dark:before,.overlay-horizontal.overlay-dark:after,.overlay-vertical.overlay-dark:before,.overlay-vertical.overlay-dark:after{background-color:#00000026}.overlay-plus:before,.overlay-plus:after{top:0;bottom:0;left:0;right:0}.overlay-plus:not(:hover):before{width:0}.overlay-plus:not(:hover):after{height:0}.overlay-cross:before{top:0;left:0}.overlay-cross:after{bottom:0;right:0}.overlay-cross:not(:hover):before,.overlay-cross:not(:hover):after{width:0;height:0}.overlay-horizontal:before{top:0;left:0;bottom:0}.overlay-horizontal:after{top:0;right:0;bottom:0}.overlay-horizontal:not(:hover):before,.overlay-horizontal:not(:hover):after{width:0}.overlay-vertical:before{top:0;left:0;right:0}.overlay-vertical:after{left:0;right:0;bottom:0}.overlay-vertical:not(:hover):before,.overlay-vertical:not(:hover):after{height:0}.overlay-fade:before{content:"";position:absolute;width:100%;height:100%;margin:auto;transition:all .5s ease;z-index:2;background-color:#ffffff4d}@media (prefers-reduced-motion: reduce){.overlay-fade:before{transition:none}}.overlay-fade.overlay-dark:before{background-color:#0000004d}.overlay-fade:not(:hover):before{opacity:0;visibility:hidden}.overlay-scale-left-top:before,.overlay-scale-right-top:before,.overlay-scale-left-bottom:before,.overlay-scale-right-bottom:before,.overlay-scale-left:before,.overlay-scale-right:before,.overlay-scale-top:before,.overlay-scale-bottom:before,.overlay-scale-center:before{content:"";position:absolute;width:100%;height:100%;margin:auto;transition:all .5s ease;z-index:2;background-color:#ffffff4d}@media (prefers-reduced-motion: reduce){.overlay-scale-left-top:before,.overlay-scale-right-top:before,.overlay-scale-left-bottom:before,.overlay-scale-right-bottom:before,.overlay-scale-left:before,.overlay-scale-right:before,.overlay-scale-top:before,.overlay-scale-bottom:before,.overlay-scale-center:before{transition:none}}.overlay-scale-left-top.overlay-dark:before,.overlay-scale-right-top.overlay-dark:before,.overlay-scale-left-bottom.overlay-dark:before,.overlay-scale-right-bottom.overlay-dark:before,.overlay-scale-left.overlay-dark:before,.overlay-scale-right.overlay-dark:before,.overlay-scale-top.overlay-dark:before,.overlay-scale-bottom.overlay-dark:before,.overlay-scale-center.overlay-dark:before{background-color:#0000004d}.overlay-scale-left-top:before{top:0;left:0}.overlay-scale-left-top:not(:hover):before{width:0;height:0}.overlay-scale-right-top:before{top:0;right:0}.overlay-scale-right-top:not(:hover):before{width:0;height:0}.overlay-scale-left-bottom:before{bottom:0;left:0}.overlay-scale-left-bottom:not(:hover):before{width:0;height:0}.overlay-scale-right-bottom:before{bottom:0;right:0}.overlay-scale-right-bottom:not(:hover):before{width:0;height:0}.overlay-scale-center:before{top:0;left:0;right:0;bottom:0;width:auto;height:auto}.overlay-scale-center:not(:hover):before{top:50%;left:50%;right:50%;bottom:50%}.overlay-scale-left:before{top:0;left:0;bottom:0}.overlay-scale-left:not(:hover):before{width:0}.overlay-scale-right:before{top:0;right:0;bottom:0}.overlay-scale-right:not(:hover):before{width:0}.overlay-scale-top:before{top:0;left:0;right:0}.overlay-scale-top:not(:hover):before{height:0}.overlay-scale-bottom:before{bottom:0;left:0;right:0}.overlay-scale-bottom:not(:hover):before{height:0}.border-zoom{overflow:hidden}.border-zoom:before,.border-zoom:after{position:absolute;content:"";top:0;bottom:0;left:0;right:0;transition:all .5s ease;z-index:2;opacity:0}@media (prefers-reduced-motion: reduce){.border-zoom:before,.border-zoom:after{transition:none}}.border-zoom:before{background-color:#000}.border-zoom:after{top:-15px;bottom:-15px;left:-15px;right:-15px;border:2px solid #fff}.border-zoom:hover:before{opacity:.3}.border-zoom:hover:after{top:15px;bottom:15px;left:15px;right:15px;opacity:1}.border-plus,.border-scale{background-color:#000}.border-plus .image-effect,.border-plus img,.border-scale .image-effect,.border-scale img{transition:all .3s ease}@media (prefers-reduced-motion: reduce){.border-plus .image-effect,.border-plus img,.border-scale .image-effect,.border-scale img{transition:none}}.border-plus:hover .image-effect,.border-plus:hover img,.border-scale:hover .image-effect,.border-scale:hover img{opacity:.7}.border-plus:before,.border-plus:after,.border-scale:before,.border-scale:after{content:"";position:absolute;z-index:2;border:solid #fff;top:15px;bottom:15px;left:15px;right:15px;margin:auto;transition:all .5s ease}@media (prefers-reduced-motion: reduce){.border-plus:before,.border-plus:after,.border-scale:before,.border-scale:after{transition:none}}.border-plus:before,.border-scale:before{border-width:2px 0}.border-plus:after,.border-scale:after{border-width:0 2px}.border-plus.s2:before,.border-scale.s2:before{top:30px;bottom:30px}.border-plus.s2:after,.border-scale.s2:after{left:30px;right:30px}.border-scale:not(:hover):before{left:50%;right:50%}.border-scale:not(:hover):after{top:50%;bottom:50%}.border-plus:not(:hover):before{top:30%;bottom:30%;opacity:0}.border-plus:not(:hover):after{left:30%;right:30%;opacity:0}.flashlight:before,.flashlight:after{content:"";position:absolute;top:0;bottom:0;background-color:#000;z-index:2}.flashlight:before{left:0;width:100%}.flashlight:after{right:0;width:0;opacity:.5}.flashlight:hover:before{width:0;transition:all .5s ease}@media (prefers-reduced-motion: reduce){.flashlight:hover:before{transition:none}}.flashlight:hover:after{width:100%;transition:all .8s ease}@media (prefers-reduced-motion: reduce){.flashlight:hover:after{transition:none}}.bounce-in:hover .image-effect,.bounce-in:hover img{animation:bounceIn .5s ease}.faded-in .image-effect,.faded-in img{transition:opacity .2s ease}@media (prefers-reduced-motion: reduce){.faded-in .image-effect,.faded-in img{transition:none}}.faded-in:not(:hover) .image-effect,.faded-in:not(:hover) img{opacity:.3}.background-zoom{overflow:hidden}.background-zoom .image-effect,.background-zoom img{transition:all .5s ease}@media (prefers-reduced-motion: reduce){.background-zoom .image-effect,.background-zoom img{transition:none}}.background-zoom.slow .image-effect,.background-zoom.slow img{transition:all 10s ease}@media (prefers-reduced-motion: reduce){.background-zoom.slow .image-effect,.background-zoom.slow img{transition:none}}.background-zoom:hover .image-effect,.background-zoom:hover img{transform:scale(1.1)}.background-slide{overflow:hidden}.background-slide .image-effect,.background-slide img{position:relative;width:calc(100% + 60px);max-width:calc(100% + 60px);left:50%;transform:translate(-50%);transition:all .4s ease}@media (prefers-reduced-motion: reduce){.background-slide .image-effect,.background-slide img{transition:none}}.background-slide:hover .image-effect,.background-slide:hover img{margin-left:30px}.grayscale{overflow:hidden}.grayscale .image-effect,.grayscale img{-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);transition:all .5s ease}@media (prefers-reduced-motion: reduce){.grayscale .image-effect,.grayscale img{transition:none}}.grayscale.slow .image-effect,.grayscale.slow img{transition:all 10s ease}@media (prefers-reduced-motion: reduce){.grayscale.slow .image-effect,.grayscale.slow img{transition:none}}.grayscale:hover .image-effect,.grayscale:hover img,.grayscale.revert .image-effect,.grayscale.revert img{-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0)}.grayscale.revert:hover .image-effect,.grayscale.revert:hover img{-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%)}.rotate-left,.rotate-right{overflow:hidden}.rotate-left .image-effect,.rotate-left img,.rotate-right .image-effect,.rotate-right img{transition:all .7s ease}@media (prefers-reduced-motion: reduce){.rotate-left .image-effect,.rotate-left img,.rotate-right .image-effect,.rotate-right img{transition:none}}.rotate-left:hover .image-effect,.rotate-left:hover img{transform:scale(1.2) rotate(-5deg)}.rotate-right:hover .image-effect,.rotate-right:hover img{transform:scale(1.2) rotate(5deg)}.navigation__list{margin-bottom:0}@media (min-width: 992px){.navigation__item{margin:0 5px}.navigation__item:hover:before{display:block;position:absolute;top:0;width:7.5rem;height:100%;background-color:transparent;content:""}}.navigation__link{display:inline-block;position:relative;padding-top:2px;padding-bottom:2px;color:#222;font-weight:500;line-height:1.5rem;text-decoration:none;text-transform:uppercase}.navigation__link:after{content:"";display:block;position:absolute;top:100%;left:.7rem;width:0;height:2px;transition:width .28s cubic-bezier(.47,0,.745,.715);background-color:currentColor}.navigation__link:hover:after{width:2em}@media (min-width: 992px){.navigation__link{padding-right:.7rem;padding-left:.7rem}}@media (min-width: 1200px){.navigation__link{padding-right:1rem;padding-left:1rem}.navigation__link:after{left:1rem}}.sub-menu__title{display:block;margin-bottom:.75rem;color:#767676;font-weight:500;text-transform:uppercase}.menu-link{display:inline-block;position:relative;padding:.5em 0;color:#222;line-height:1.5em}.menu-link_us-s:after{content:"";display:block;position:absolute;top:2em;left:0;width:0;height:2px;transition:width .28s cubic-bezier(.47,0,.745,.715);background-color:currentColor}.menu-link_us-s:hover:after,.menu-link_us-s.menu-link_active:after{width:2em}.default-menu{position:absolute;top:calc(100% + .75rem);left:0;width:16.25rem;padding:1.5rem 1.875rem 1rem;background-color:#fff;box-shadow:0 .625rem 1.5625rem #2222220d;z-index:1000;transition:all .28s;opacity:0;visibility:hidden;pointer-events:none}.navigation__item:hover .default-menu{top:100%;opacity:1;visibility:visible;pointer-events:auto}.box-menu{display:flex;display:-ms-flexbox;position:absolute;top:calc(100% + .75rem);left:0;width:49.6875rem;padding:2.5rem 3.75rem 2rem;background-color:#fff;box-shadow:0 .625rem 1.5625rem #2222220d;z-index:1000;transition:all .28s;opacity:0;visibility:hidden;pointer-events:none}.navigation__item:hover .box-menu{top:100%;opacity:1;visibility:visible;pointer-events:auto}.mega-menu{border-top:1px solid #e4e4e4;position:absolute;top:calc(100% + .75rem);left:0;width:100%;padding:2.5rem 0 2.75rem;background-color:#fff;box-shadow:0 .625rem 1.5625rem #2222220d;z-index:1000;transition:all .28s;opacity:0;visibility:hidden;pointer-events:none}.navigation__item:hover .mega-menu{top:100%;opacity:1;visibility:visible;pointer-events:auto}.sub-menu__list+.sub-menu__title{margin-top:1.875rem}.mega-menu__media{flex:2 0 0;max-width:25.625rem}.mega-menu__img{max-width:100%}.sitemap{height:100vh;background-color:#fff;z-index:1030}.sitemap__bg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sitemap__links .modal-header{background:#faf9f8;border:0}.sitemap__links .modal-body ::-webkit-scrollbar{margin-right:1.25rem;width:.25rem;background-color:#fff}.sitemap__links .modal-body ::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#e4e4e4}.sitemap__links .nav{padding-left:calc(var(--bs-gutter-x) / 2)}.sitemap__links .nav-link_rline{padding-left:0;font-size:1.25rem;line-height:1.5em}.header{display:none;position:relative;background-color:#fff;z-index:2}.header .form-select{border:0;box-shadow:none;height:2.5rem;padding:.375rem 2.025rem .3rem 1.125rem;background-image:url('data:image/svg+xml,%3csvg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cg clip-path="url%28%23clip0_34_1038%29"%3e%3cpath d="M5.57201 9.11914C5.8052 9.35233 6.1948 9.35233 6.42858 9.11914L11.8229 3.73866C12.059 3.50248 12.059 3.11947 11.8229 2.88389C11.5867 2.64771 11.2031 2.64771 10.9669 2.88389L6.00002 7.83695L1.03375 2.88329C0.796978 2.64711 0.413959 2.64711 0.177183 2.88329C-0.0589957 3.11947 -0.0589957 3.50248 0.177183 3.73806L5.57201 9.11914Z" fill="%23222222"/%3e%3c/g%3e%3cdefs%3e%3cclipPath id="clip0_34_1038"%3e%3crect width="12" height="12" fill="white" transform="translate%2812 12%29 rotate%28-180%29"/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e')}.header .form-select.color-white{background-image:url('data:image/svg+xml,%3csvg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cg clip-path="url%28%23clip0_34_1038%29"%3e%3cpath d="M5.57201 9.11914C5.8052 9.35233 6.1948 9.35233 6.42858 9.11914L11.8229 3.73866C12.059 3.50248 12.059 3.11947 11.8229 2.88389C11.5867 2.64771 11.2031 2.64771 10.9669 2.88389L6.00002 7.83695L1.03375 2.88329C0.796978 2.64711 0.413959 2.64711 0.177183 2.88329C-0.0589957 3.11947 -0.0589957 3.50248 0.177183 3.73806L5.57201 9.11914Z" fill="white"/%3e%3c/g%3e%3cdefs%3e%3cclipPath id="clip0_34_1038"%3e%3crect width="12" height="12" fill="white" transform="translate%2812 12%29 rotate%28-180%29"/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e')}.header .form-select option{color:#222}@media (min-width: 992px){.header{display:block}}.header.header-transparent-bg:not(.header_sticky-active){background:transparent}.header.header_dark{background-color:#222}.header.header_dark .navigation__link,.header.header_dark .header-tools__item{color:#fff}.header-desk{display:flex;align-items:center}.header-fullwidth{padding:0 1.75rem;width:100%}@media (min-width: 1500px){.header-fullwidth{padding:0 3.75rem}}.header-fullwidth .header-top{margin:0 -1.75rem;padding:0 1.75rem}@media (min-width: 1500px){.header-fullwidth .header-top{margin:0 -3.75rem;padding:0 3.75rem}}.logo__image{max-width:100%;max-height:120px}.header-tools{margin-right:-.5rem}.header-tools__item{display:flex;padding:.25rem .5rem;text-decoration:none;color:#222}.header-tools__item .flaticon:before{display:block;line-height:1}.header-tools__item:last-child{margin-right:0}@media (min-width: 1200px){.header-tools__item{margin-right:1rem}}.header-tools__cart{position:relative}.header-tools__cart .cart-amount{top:calc(.25rem + 1em);left:calc(.5rem + 1.4em);width:1rem;height:1rem;border-radius:100%;background:#b9a16b;color:#fff;font-size:.625rem;line-height:1rem;text-align:center}.header-search{display:flex;align-items:center;padding:.75rem 1.25rem .625rem .875rem;border:1px solid #e4e4e4;border-radius:3px;background-color:#fff}.header-search>:first-child{padding-left:0}.header-search>:last-child{margin-left:1.25rem}.header-search .hover-container{display:none}@media (min-width: 1200px){.header-search .hover-container{display:block}}.header-search__input{padding:0 0 0 1.25rem;border:0;background-color:transparent;color:#222;outline:none}.header-search__btn{padding:0;border:0;line-height:1}.header-search__category{padding-right:12px;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23222222' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 0 center;background-size:12px;color:#222;outline:none}.header-search__category::-moz-placeholder{color:#6c757d}.header-search__category::placeholder{color:#6c757d}.header-search__category-list{right:calc(-1.25rem - 1px);width:calc(100% + 1.875rem + 1px);padding:0 .625rem;border:1px solid #e4e4e4}.header_sticky-bg_dark a{color:#fff}.header_sticky-bg_dark svg{opacity:1}.header_sticky-bg_dark .btn-close-lg{background-image:url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.414336 14.1421L14.5565 0L15.9707 1.41421L1.82855 15.5563L0.414336 14.1421Z' fill='%23fff'/%3e%3cpath d='M1.41421 0.142113L15.5563 14.2842L14.1421 15.6985L0 1.55633L1.41421 0.142113Z' fill='%23fff'/%3e%3c/svg%3e")}.header_sticky-bg_dark .mega-menu a,.header_sticky-bg_dark .box-menu a,.header_sticky-bg_dark .default-menu a{color:#222}.header-top.bordered{border-bottom:1px solid #e4e4e4}.header-top.bordered-20per{border-bottom:1px solid rgba(255,255,255,.2)}.header_transparent{position:absolute;top:0;left:0;width:100%;background:transparent}.header-desk_type_1{padding:1.875rem 0 1.5rem}.header-desk_type_1 .logo{margin-right:2.1875rem}.header-desk_type_1 .header-tools{margin-left:auto;margin-right:-.5rem}.header-fullwidth .header-desk_type_1{padding:1.25rem 0}.header-fullwidth .header-desk_type_1 .header-search{padding-top:.6125rem;padding-bottom:.5rem;width:21.5625rem}.header-desk_type_2{padding:1.75rem 0}.header-desk_type_2 .logo{margin:0 auto;padding:0 1rem}.header-desk_type_2 .navigation{flex:1}.header-desk_type_2 .header-tools{flex:1;justify-content:flex-end}@media (min-width: 992px) and (max-width: 1499.98px){.header-desk_type_2 .navigation__link{padding:2px .5rem}.header-desk_type_2 .navigation__link:after{left:.5rem}}@media (min-width: 1500px){.header-desk_type_2{padding:1.875rem 0}}.header-desk_type_3{padding:2.625rem 0 1.5rem}.header-desk_type_3 .logo{margin-right:2.375rem}.header-desk_type_3 .header-tools{margin-left:auto;margin-right:-.5rem}.header-desk_type_4{padding:1.875rem 0 1.5rem}.header-desk_type_4.header-desk_sm{padding:1.375rem 0}.header-desk_type_4 .navigation{margin:0 auto}.header-desk_type_5{padding:1.25rem 0}.header-desk_type_5 .logo{margin-right:2.75rem}.header-desk_type_5 .header-search{width:26.625rem;margin-right:auto}.header-desk_type_6{border-bottom:1px solid #e4e4e4}.header-desk_type_6 .header-middle{padding:1.25rem 0;border-bottom:1px solid #e4e4e4}.header-desk_type_6 .logo{width:20.5rem;margin-right:.9375rem}.header-desk_type_6 .navigation{margin:0 -.7rem;padding:1.125rem 0 .75rem .9375rem}@media (min-width: 1200px){.header-desk_type_6 .navigation{margin:-1rem}}.header-desk_type_6 .navigation__item:first-child{margin-left:0}.header-desk_type_6 .navigation__item:last-child{margin-right:0}.header-desk_type_6 .header-search{flex-grow:1;margin-left:.9375rem;margin-right:.5rem}@media (min-width: 1200px){.header-desk_type_6 .header-search{margin-right:1.5rem}}.header-desk_type_6 .categories-nav{width:13.325rem;max-width:20.5rem;margin-right:.9375rem}@media (min-width: 1500px){.header-desk_type_6 .categories-nav{width:20.5rem}}.header-desk_type_6 .categories-nav__list{position:absolute;width:100%;left:0;top:100%;background-color:#fff;transition:all .3s ease}.header-desk_type_6 .categories-nav__title{padding:1.125rem 1.8rem .75rem}@media (min-width: 1500px){.header-desk_type_6 .categories-nav__title{padding-left:3rem;padding-right:3rem}}.header-desk_type_6.style2 .header-search{padding-left:1.75rem;padding-right:1.75rem}.header-desk_type_6.style2 .header-bottom{background-color:#193174}.header-desk_type_6.style2 .header-bottom .navigation__list>.navigation__item>span{color:#fff}.header-desk_type_6.style2 .header-bottom .navigation__list>.navigation__item>.navigation__link{color:#fff}.header-desk_type_6.style2 .navigation{margin-right:0}.header-desk_type_6.style2 .categories-nav__title{padding-left:0;padding-right:0;cursor:pointer;background-color:#193174}.header-desk_type_6.style2 .categories-nav__title+.categories-nav__list{opacity:0;visibility:hidden;transition:all .3s ease}.header-desk_type_6.style2 .categories-nav:hover>.categories-nav__list{opacity:1;visibility:visible}.header_sticky-active .header-desk_type_6 .categories-nav__list{opacity:0;visibility:hidden}.header_sticky-active .header-desk_type_6 .categories-nav:hover .categories-nav__list{opacity:1;visibility:visible}.header-desk_type_7 .header-top{padding:1.25rem 0;color:#fff;background-color:#222}.header-desk_type_7 .header-bottom{padding:1.25rem 0 .75rem;color:#fff;background-color:#767676}.header-desk_type_7 .logo{margin-right:2.75rem}.header-desk_type_7 .header-search{width:26.625rem;margin-right:auto}.header-desk_type_7 .navigation{width:100%}.header-desk_type_7 .navigation__link,.header-desk_type_7 .header-tools__item{color:inherit}.header-desk_type_7 .navigation__item:first-child{margin-left:0}.header-desk_type_7 .navigation__item:first-child .navigation__link{padding-left:0}.header-desk_type_7 .navigation__item:last-child{margin-right:0}.header-desk_type_7 .navigation__item:last-child .navigation__link{padding-right:0}.header-mobile{height:3.75rem;min-height:3.75rem;background-color:#fff;z-index:1030}.header-mobile .logo{margin:0 auto}.header-mobile .logo__image{max-height:3rem}@media (min-width: 992px){.header-mobile{display:none}}.header-mobile_sticky{position:fixed;top:0;left:0;width:100%;box-shadow:0 8px 25px #8c98a426}.header-mobile__navigation{display:flex;flex-direction:column;height:0;max-height:0;transition:max-height .35s,height .35s;z-index:1030}.header-mobile__navigation .search-field__input{padding:.625rem .875rem .375rem}.header-mobile__navigation .search-result{max-height:30rem;overflow:auto;background-color:#fff;z-index:1}.header-mobile__navigation .search-result .product-card{display:flex;margin:.625rem 0}.header-mobile__navigation .search-result .pc__img-wrapper{width:40%;margin-right:.875rem}.header-mobile__navigation .navigation__link{padding-top:.625rem;padding-bottom:.625rem;font-size:1rem}.header-mobile__navigation .navigation__link .flaticon{font-size:.75rem}.header-mobile__navigation .navigation__link:after{top:auto;bottom:.5rem;left:0}.header-mobile__navigation .form-select-sm{padding-top:.5rem;padding-bottom:.5rem}.mobile-nav-activator .nav-icon,.mobile-nav-activator .btn-close-lg{transition:all .24s}.mobile-nav-activator .btn-close-lg{transform:rotate(-90deg);opacity:0;visibility:hidden}.mobile-menu-opened{overflow:hidden}.mobile-menu-opened .header-mobile{z-index:1050}.mobile-menu-opened .header-mobile__navigation{height:calc(100vh - 100%);max-height:calc(100vh - 100%);transition:max-height .35s,height .35s;border-top:1px solid #e4e4e4}.mobile-menu-opened .navigation__list{left:0;transition:all .18s ease-in}.mobile-menu-opened .mobile-nav-activator .nav-icon{opacity:0;visibility:hidden}.mobile-menu-opened .mobile-nav-activator .btn-close-lg{transform:rotate(0);opacity:1;visibility:visible}.header_sticky{top:0;left:0;width:100%;max-width:100%;z-index:9;transition:all .3s ease}.header_sticky-active{position:fixed;animation:moveDown .5s;background-color:#fff;box-shadow:0 8px 25px #8c98a426;z-index:1020}.header_sticky-active.header_sticky-bg_dark{background-color:#222}.header_sticky-active .header-desk_type_3{padding-top:1.5rem}.footer-top{padding-top:6.2rem}.footer-top .block-newsletter{max-width:47rem;margin:0 auto;text-align:center}.footer-middle{padding-top:3.125rem;padding-bottom:1.625rem}.footer-middle .logo{margin-bottom:2.75rem}@media (min-width: 768px){.footer-middle{padding-top:3.75rem;padding-bottom:2.85rem}}@media (min-width: 992px){.footer-middle{padding-top:6.25rem;padding-bottom:4.75rem}}.footer-column{flex-grow:1}.footer-address{margin-bottom:.875rem}.footer__social-link{padding:.5rem 1rem;color:inherit}.footer__social-link .svg-icon{fill:currentColor}.footer-newsletter__form .btn-link{padding-right:.9375rem}.footer-bottom{padding-top:1.25rem;padding-bottom:1rem;border-top:1px solid #cfcdcd}.footer{background-color:#e4e4e4;color:#222}.footer .sub-menu__title{margin-bottom:.875rem;color:inherit}@media (min-width: 992px){.footer .sub-menu__title{margin-bottom:1.875rem}}.footer .menu-link{margin-top:3px;margin-bottom:2px}.footer .social-links{margin-left:-1rem}.footer .form-select{color:inherit;background-image:url("data:image/svg+xml,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.49932 0.360778C7.22726 0.0887249 6.77274 0.0887249 6.49999 0.360778L0.206656 6.638C-0.0688853 6.91355 -0.0688853 7.3604 0.206656 7.63524C0.482197 7.91078 0.929749 7.91078 1.20529 7.63524L6.99997 1.85667L12.794 7.63594C13.0702 7.91148 13.517 7.91148 13.7933 7.63594C14.0688 7.3604 14.0688 6.91355 13.7933 6.6387L7.49932 0.360778Z' fill='%23222222'/%3e%3c/svg%3e")}.footer .form-select:focus{box-shadow:none;border-color:transparent}@media (max-width: 767.98px){.footer .form-select{padding-left:0}}.footer .form-select.color-white{background-image:url("data:image/svg+xml,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.49932 0.360778C7.22726 0.0887249 6.77274 0.0887249 6.49999 0.360778L0.206656 6.638C-0.0688853 6.91355 -0.0688853 7.3604 0.206656 7.63524C0.482197 7.91078 0.929749 7.91078 1.20529 7.63524L6.99997 1.85667L12.794 7.63594C13.0702 7.91148 13.517 7.91148 13.7933 7.63594C14.0688 7.3604 14.0688 6.91355 13.7933 6.6387L7.49932 0.360778Z' fill='white'/%3e%3c/svg%3e")}.footer .form-select.color-white option{color:#222}.footer .service-promotion.horizontal{border-bottom:1px solid #cfcdcd}.footer_type_1.dark{background-color:var(--primary-color, #222222);color:#fff}.footer_type_1.dark .sub-menu__title{color:inherit}.footer_type_1.dark .menu-link{color:#f8fafc}.footer_type_1.dark .menu-link:hover{color:#fff}.footer_type_1.dark .form-select{background-image:url("data:image/svg+xml,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.49932 0.360778C7.22726 0.0887249 6.77274 0.0887249 6.49999 0.360778L0.206656 6.638C-0.0688853 6.91355 -0.0688853 7.3604 0.206656 7.63524C0.482197 7.91078 0.929749 7.91078 1.20529 7.63524L6.99997 1.85667L12.794 7.63594C13.0702 7.91148 13.517 7.91148 13.7933 7.63594C14.0688 7.3604 14.0688 6.91355 13.7933 6.6387L7.49932 0.360778Z' fill='%23ffffff'/%3e%3c/svg%3e")}.footer_type_1.dark .footer-select__option{background-color:#222}.footer_type_1.dark .footer-bottom{border-color:#ffffff26}.footer_type_1.dark .footer__social-link:hover{color:var(--hover-color, #767676)}.footer_type_1.dark .service-promotion.horizontal{border-bottom-color:#ffffff26}.footer_type_2{background-color:#fff;color:#767676}.footer_type_2 .form-select{background-image:url("data:image/svg+xml,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.49932 0.360778C7.22726 0.0887249 6.77274 0.0887249 6.49999 0.360778L0.206656 6.638C-0.0688853 6.91355 -0.0688853 7.3604 0.206656 7.63524C0.482197 7.91078 0.929749 7.91078 1.20529 7.63524L6.99997 1.85667L12.794 7.63594C13.0702 7.91148 13.517 7.91148 13.7933 7.63594C14.0688 7.3604 14.0688 6.91355 13.7933 6.6387L7.49932 0.360778Z' fill='%23767676'/%3e%3c/svg%3e")}.footer_type_2 .footer-select__option{background-color:#fff}.footer_type_2 .footer-bottom{border-color:#e4e4e4}.footer_type_2 .sub-menu__title{color:#222}.footer_type_2.dark{background-color:var(--primary-color, #222222);color:#fff}.footer_type_2.dark .sub-menu__title{color:inherit}.footer_type_2.dark .menu-link{color:#e4e4e4}.footer_type_2.dark .form-select{background-image:url("data:image/svg+xml,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.49932 0.360778C7.22726 0.0887249 6.77274 0.0887249 6.49999 0.360778L0.206656 6.638C-0.0688853 6.91355 -0.0688853 7.3604 0.206656 7.63524C0.482197 7.91078 0.929749 7.91078 1.20529 7.63524L6.99997 1.85667L12.794 7.63594C13.0702 7.91148 13.517 7.91148 13.7933 7.63594C14.0688 7.3604 14.0688 6.91355 13.7933 6.6387L7.49932 0.360778Z' fill='%23ffffff'/%3e%3c/svg%3e")}.footer_type_2.dark .footer-select__option{background-color:#222}.footer_type_2.dark .footer-bottom{border-color:#ffffff26}.footer_type_2.dark .footer__social-link:hover{color:#767676}.footer_type_2.bordered{border-top:1px solid #e4e4e4}.footer_type_3{background-color:#fff}.footer_type_3 .footer-middle{padding:.875rem 0;border-top:1px solid #cfcdcd}.app-download-link{background:#767676;display:flex;width:14.1875rem;height:4.375rem;border-radius:.25rem;color:#fff;align-items:center;padding:.875rem;line-height:1.4;gap:1.5rem;transition:all .3s ease}.app-download-link .app-download-text{display:flex;flex-direction:column;font-size:.8125rem}.app-download-link .app-download-text strong{font-size:1rem;font-weight:400}.app-download-link:hover{color:#fff;background-color:#222}.app-download-link.no-bg{width:auto;height:auto;border-radius:0;color:#222;background-color:transparent;padding:0;gap:1rem}@media (min-width: 992px){.footer-store-info{width:24%}.footer-menu{width:17%}.footer-newsletter{width:25%}}.footer-mobile{max-width:100%;padding-top:.625rem;padding-bottom:.125rem;z-index:1000;opacity:0;bottom:-6.25rem;transition:all .32s}.footer-mobile .flaticon{font-size:1.125rem}.footer-mobile .cart-amount,.footer-mobile .wishlist-amount{top:-5px;left:calc(100% - 5px);width:1rem;height:1rem;border-radius:100%;background:#b9a16b;color:#fff;font-size:.625rem;line-height:1rem;text-align:center}.footer-mobile.position-fixed{opacity:1}.footer-mobile.footer-mobile_initialized{bottom:0;transition:all .32s}.footer-mobile__link{font-size:.8125rem}.slideshow{height:34.5rem}.slideshow.type3,.slideshow.type4{height:26.25rem}@media (min-width: 992px){.slideshow{height:50rem}.slideshow.type2{height:56rem}.slideshow.type3{height:35rem}.slideshow.type4{height:37.5rem}.slideshow.slideshow-lg{height:47.5rem}.slideshow.slideshow-md{height:43.75rem}}@media (max-width: 575.98px){.slideshow.h-xs-25rem{height:25rem}}@media (max-width: 991.98px){.slideshow.minh-100{min-height:calc(100vh - 4rem)}}@media (max-width: 767.98px){.slideshow.minh-100{min-height:calc(100vh - 7rem)}}.slideshow_small{height:20rem}@media (min-width: 992px){.slideshow_small{height:28.125rem}}.swiper-slide{overflow:hidden}.slideshow-bg{height:100%}.slideshow-bg__img{width:100%;height:100%}.slideshow-character__img{max-height:555px}@media (min-width: 992px){.slideshow-character__img{max-height:733px}}.slideshow_small .slideshow-character__img{max-height:20rem}@media (min-width: 992px){.slideshow_small .slideshow-character__img{max-height:28.125rem}}.character_bg{max-width:140%;width:43.125rem;margin-top:-10%}.slideshow-pagination{z-index:10}.slideshow-pagination.type2 .swiper-pagination-bullet:after{color:#767676}.slideshow-pagination.type2 .swiper-pagination-bullet-active{border-color:transparent}.slideshow-pagination.type2 .swiper-pagination-bullet-active:after{color:#222;width:.625rem;height:.625rem;margin-top:-.3125rem;margin-left:-.3125rem}.slideshow-pagination.position-left-center{position:absolute;left:50%;top:auto;bottom:1rem;transform:translate(-50%);display:flex;width:auto}@media (min-width: 1700px){.slideshow-pagination.position-left-center{left:3.75rem;top:50%;bottom:auto;transform:translateY(-50%);flex-direction:column}}.slideshow-pagination.position-right-center{position:absolute;left:auto;right:50%;top:auto;bottom:1rem;transform:translate(50%);display:flex;width:auto}@media (min-width: 1500px){.slideshow-pagination.position-right-center{right:3.75rem;top:50%;bottom:auto;transform:translateY(-50%);flex-direction:column}.slideshow-pagination.position-right-center.position-right-2{right:2.6875rem}}.lookbook-container .slideshow-pagination.position-right-center{position:static;align-items:center;justify-content:center;margin-top:1rem}@media (min-width: 1500px){.lookbook-container .slideshow-pagination.position-right-center{position:absolute;right:-3.75rem}.lookbook-container .slideshow-pagination.position-right-center.position-right-2{right:-2.6875rem}.lookbook-container .slideshow-pagination.position-right-center.position-right-2 .swiper-pagination-bullet{margin:.25rem 0}}.blog-pagination,.testimonial-pagination,.products-pagination,.slideshow-pagination{z-index:10}.blog-pagination.type2 .swiper-pagination-bullet-active,.testimonial-pagination.type2 .swiper-pagination-bullet-active,.products-pagination.type2 .swiper-pagination-bullet-active,.slideshow-pagination.type2 .swiper-pagination-bullet-active{border-color:transparent}.blog-pagination.type2 .swiper-pagination-bullet-active:after,.testimonial-pagination.type2 .swiper-pagination-bullet-active:after,.products-pagination.type2 .swiper-pagination-bullet-active:after,.slideshow-pagination.type2 .swiper-pagination-bullet-active:after{color:#222;width:.625rem;height:.625rem;margin-top:-.3125rem;margin-left:-.3125rem}.blog-pagination.active-white .swiper-pagination-bullet:after,.testimonial-pagination.active-white .swiper-pagination-bullet:after,.products-pagination.active-white .swiper-pagination-bullet:after,.slideshow-pagination.active-white .swiper-pagination-bullet:after{color:#767676}.blog-pagination.active-white .swiper-pagination-bullet-active:after,.testimonial-pagination.active-white .swiper-pagination-bullet-active:after,.products-pagination.active-white .swiper-pagination-bullet-active:after,.slideshow-pagination.active-white .swiper-pagination-bullet-active:after{color:#fff}.blog-pagination.color-white .swiper-pagination-bullet:after,.testimonial-pagination.color-white .swiper-pagination-bullet:after,.products-pagination.color-white .swiper-pagination-bullet:after,.slideshow-pagination.color-white .swiper-pagination-bullet:after{color:#fff}.blog-pagination.color-white .swiper-pagination-bullet-active:after,.testimonial-pagination.color-white .swiper-pagination-bullet-active:after,.products-pagination.color-white .swiper-pagination-bullet-active:after,.slideshow-pagination.color-white .swiper-pagination-bullet-active:after{color:#fff}.slideshow-number-pagination .swiper-pagination-bullet{width:auto;height:auto;border:0;color:#767676;font-weight:500;display:flex;align-items:center;gap:.75rem}.slideshow-number-pagination .swiper-pagination-bullet:before{content:"";border-top:1px solid #767676;width:2.3125rem;display:block}.slideshow-number-pagination .swiper-pagination-bullet:after{display:none}.slideshow-number-pagination .swiper-pagination-bullet:first-child:before{display:none}.slideshow-number-pagination .swiper-pagination-bullet-active{color:#222}@media (min-width: 1500px){.slideshow-number-pagination.position-xxl-right-center{right:0!important;top:50%!important;bottom:auto!important;left:auto!important;transform:translateY(-50%);flex-direction:column;margin:0 1.125rem}.slideshow-number-pagination.position-xxl-right-center .swiper-pagination-bullet{flex-direction:column}.slideshow-number-pagination.position-xxl-right-center .swiper-pagination-bullet:before{border-top:0;border-left:1px solid #767676;width:1px;height:2.3125rem}}.slideshow-navigation{z-index:1;display:flex;align-items:center;gap:2.5rem}.slideshow-navigation .slideshow__prev,.slideshow-navigation .slideshow__next{display:flex;align-items:center;gap:.625rem;color:#767676;font-weight:500;width:auto;opacity:1}.slideshow-navigation .slideshow__prev:after{content:"";display:block;width:1.875rem;border-bottom:2px solid;transition:all .3s ease}.slideshow-navigation .slideshow__prev:hover{color:#222}.slideshow-navigation .slideshow__prev:hover:after{width:3.125rem}.slideshow-navigation .slideshow__next:before{content:"";display:block;width:1.875rem;border-bottom:2px solid;transition:all .3s ease}.slideshow-navigation .slideshow__next:hover{color:#222}.slideshow-navigation .slideshow__next:hover:before{width:3.125rem}.slideshow__prev,.slideshow__next{width:35px;height:35px;margin-top:-2.2rem;transform:translateY(-50%);border:1px solid #e4e4e4;border-radius:100%;z-index:1;outline:none}.slideshow__prev .flaticon,.slideshow__next .flaticon{font-size:10px}@media (min-width: 1530px){.slideshow__prev,.slideshow__next{width:25px;height:25px;margin-top:-.875rem;border:0;transition:opacity .32s;opacity:.5}.slideshow__prev .flaticon,.slideshow__next .flaticon{font-size:25px}.slideshow__prev:hover,.slideshow__next:hover{opacity:1}}.slideshow__prev{left:1rem}@media (min-width: 1530px){.slideshow__prev{left:3.5rem}}.slideshow__next{right:1rem}@media (min-width: 1530px){.slideshow__next{right:3.5rem}}.slideshow-navigation-white-sm .slideshow__prev,.slideshow-navigation-white-sm .slideshow__next{width:35px;height:35px;margin-top:-2.2rem;transform:translateY(-50%);border:1px solid #e4e4e4;border-radius:100%;z-index:1;outline:none;background-color:#fff;display:none!important}@media (min-width: 768px){.slideshow-navigation-white-sm .slideshow__prev,.slideshow-navigation-white-sm .slideshow__next{display:flex!important}}.slideshow-navigation-white-sm .slideshow__prev .flaticon,.slideshow-navigation-white-sm .slideshow__next .flaticon{font-size:10px}@media (max-width: 767.98px){.slideshow_split{height:auto}}.slide-split_text{flex:2 2 40%}@media (max-width: 1499.98px){.slide-split_text{flex:2 2 50%}}.slide-split_media{flex:1 1 60%}@media (max-width: 1499.98px){.slide-split_media{flex:2 2 50%}}.slideshow-social-follow{width:3.75rem;z-index:1}.slideshow-social-follow__title{transform:rotate(-90deg);white-space:nowrap}.slideshow-scroll{width:3.75rem;transform:rotate(-90deg) translate(30%);white-space:nowrap;z-index:3}.slideshow-boxed-right>.slideshow{height:26.25rem;background-color:#eee;border-radius:4px}@media (min-width: 992px){.slideshow-boxed-right>.slideshow{height:31.875rem;width:44rem;margin-left:auto;margin-right:0;margin-top:1.875rem}}@media (min-width: 1200px){.slideshow-boxed-right>.slideshow{width:54rem}}@media (min-width: 1500px){.slideshow-boxed-right>.slideshow{width:65.625rem}}.hover-effect .slideshow-text ul.sub-menu__list{opacity:0;visibility:hidden;transition:all .3s ease}.hover-effect:hover .slideshow-text ul.sub-menu__list{opacity:1;visibility:visible}@media (min-width: 992px){.collections-grid_masonry{height:30rem}}@media (min-width: 1500px){.collections-grid_masonry{height:37.5rem}}.collections-grid_masonry .collection-grid__item{height:17.8125rem}@media (min-width: 992px){.collections-grid_masonry .collection-grid__item{height:auto}}.collection-grid__item{margin-bottom:.9375rem}@media (min-width: 992px){.collection-grid__item{margin-bottom:0}}.grid-banner__item_rect{min-height:19.375rem}@media (min-width: 992px){.grid-banner__item_rect{min-height:24.875rem}.grid-banner__item_rect_2{min-height:31.25rem}.grid-banner__item_rect_2 .content_abs{--content-space: 4.5625rem}}.products-grid .row{--bs-gutter-x: .875rem}@media (min-width: 768px){.products-grid .row{--bs-gutter-x: 1.5rem}}@media (min-width: 992px){.products-grid .row{--bs-gutter-x: 1.875rem}}.products-grid .nav{margin-left:-var(--bs-gutter-x);margin-right:-var(--bs-gutter-x)}@media (min-width: 992px){.products-masonry{height:480px}.products-masonry .pc__img-wrapper{height:100%}}@media (min-width: 1200px){.products-masonry{height:640px}}@media (min-width: 1500px){.products-masonry{height:730px}}.deal-timer{--countdown-space: 1.125rem;min-height:19.375rem;margin:0 .9375rem;padding:2rem 1rem}.deal-timer .countdown-unit{position:relative;min-width:4.375rem;padding-right:calc(var(--countdown-space) * 2);font-size:1.125rem;line-height:1}.deal-timer .countdown-word{font-size:.875rem}.deal-timer .day:after,.deal-timer .hour:after,.deal-timer .min:after{content:":";display:block;position:absolute;top:0;right:var(--countdown-space)}@media (min-width: 768px){.deal-timer{min-height:25rem}.deal-timer .countdown-unit{font-size:1.5rem}}@media (min-width: 992px){.deal-timer{min-height:31.25rem;padding:2.5rem 0}.deal-timer .countdown-unit{min-width:6.25rem;font-size:1.875rem}.deal-timer .countdown-word{font-size:1rem}}@media (min-width: 1500px){.deal-timer{--countdown-space: 1.375rem;min-height:37.5rem;margin:0 3.75rem}}.hot-deals{--countdown-space: .875rem}.hot-deals .countdown-unit{position:relative;padding-right:calc(var(--countdown-space) * 2);line-height:1;font-size:1.125rem}.hot-deals .countdown-word{font-size:.875rem}.hot-deals .day:after,.hot-deals .hour:after,.hot-deals .min:after{content:":";display:block;position:absolute;top:0;right:var(--countdown-space)}.swiper-slide.product-card{width:50%}@media (min-width: 768px){.swiper-slide.product-card{width:33.33333%}}@media (min-width: 992px){.swiper-slide.product-card{width:25%}}.products-carousel__prev,.products-carousel__next{width:35px;height:35px;margin-top:-2.2rem;transform:translateY(-50%);border:1px solid #e4e4e4;border-radius:100%;background-color:#fff;z-index:1;outline:none}.products-carousel__prev svg,.products-carousel__next svg{color:#767676;width:10px;height:auto}.products-carousel__prev.type2,.products-carousel__next.type2{background-color:#eee}.products-carousel__prev.type2 svg,.products-carousel__next.type2 svg{width:.75rem}@media (min-width: 1530px){.products-carousel__prev:not(.navigation-sm),.products-carousel__next:not(.navigation-sm){width:25px;height:25px;margin-top:-.875rem;border:0;transition:opacity .32s;opacity:.5}.products-carousel__prev:not(.navigation-sm) svg,.products-carousel__next:not(.navigation-sm) svg{width:25px}.products-carousel__prev:not(.navigation-sm):hover,.products-carousel__next:not(.navigation-sm):hover{opacity:1}.products-carousel__prev:not(.navigation-sm).type2,.products-carousel__next:not(.navigation-sm).type2{width:2.8125rem;height:2.8125rem}}.products-carousel__prev{left:-.625rem}@media (min-width: 1530px){.products-carousel__prev{left:-3rem}.products-carousel__prev.type2{left:-4.5rem}}.products-carousel__next{right:-.625rem}@media (min-width: 1530px){.products-carousel__next{right:-3rem}.products-carousel__next.type2{right:-4.5rem}}.products-carousel-with-banner .products-carousel__prev svg,.products-carousel-with-banner .products-carousel__next svg{width:.9375rem;height:auto}.products-carousel-with-banner__category{position:absolute;right:0;top:0;transform:rotate(-90deg);transform-origin:right top}.instagram__img{width:100%;max-width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.instagram .row{margin:-7px}@media (min-width: 768px){.instagram .row{margin:-3px}}.instagram__tile{padding:7px}@media (min-width: 768px){.instagram__tile{padding:3px}}.service-promotion__icon .flaticon{font-size:3.25rem}.service-promotion__content{font-size:.9375rem}.service-promotion.horizontal{padding-top:2.9375rem;padding-bottom:2.3rem}.service-promotion.horizontal .service-promotion__icon .flaticon{font-size:2.8125rem}.shop-banner{min-height:18.5rem}@media (min-width: 1200px){.shop-banner{min-height:26.25rem}}.shop-acs__select{padding-right:.9375rem;background-position:right center;cursor:pointer;padding-left:0;box-shadow:none!important;text-transform:uppercase;font-weight:500}.shop-asc__seprator{width:2px;height:22px}.aside-filters{overflow-x:hidden;overflow-y:auto}.shop-acs .multi-select__actor{padding-right:2.8125rem}.shop-acs .filters-container{border:1px solid #e4e4e4}.shop-pages .flaticon{font-size:.625rem}.shop-sidebar{width:18.75rem;min-width:18.75rem}.aside-filters .accordion-button__icon,.shop-sidebar .accordion-button__icon{width:.625rem;height:.625rem}.shop-list{max-width:100%}@media (min-width: 992px){.shop-list{max-width:calc(100% - 22.5rem)}}.side-sticky{position:fixed;top:0;right:-26.25rem;left:auto;width:26.25rem;max-width:100%;height:100vh;padding:0 1.25rem 1.75rem;transition:left .35s,right .35s;overflow-x:hidden;overflow-y:auto;z-index:1050}.side-sticky.aside_visible{right:0}.side-sticky .accordion{padding-left:1.25rem;padding-right:1.25rem}@media (min-width: 992px){.side-sticky{position:sticky;top:0;right:auto;left:0;width:18.75rem;height:100%;padding:.375rem 0 0;margin-right:3.75rem;z-index:1}.side-sticky .accordion{padding-left:0;padding-right:0}}.shop-categories{--item-space: .9375rem;padding:calc(var(--item-space) * 2) var(--item-space)}@media (min-width: 992px){.shop-categories{--item-space: 1.875rem;padding:var(--item-space)}}@media (min-width: 1500px){.shop-categories{--item-space: 3.75rem}}.shop-categories__list{margin:0 calc(var(--item-space) * -1 / 2)}.shop-categories__item,.shop-categories__item_sm{margin-right:calc(var(--item-space) / 2);margin-left:calc(var(--item-space) / 2);transition:filter .2s}.shop-categories__item:hover,.shop-categories__item_sm:hover{filter:brightness(.97)}.shop-categories__item-img{width:5rem;height:5rem;background-color:#e4e4e4}@media (min-width: 992px){.shop-categories__item-img{width:6.25rem;height:6.25rem}}@media (min-width: 1500px){.shop-categories__item-img{width:7.5rem;height:7.5rem}.shop-categories__item_sm .shop-categories__item-img{width:6.25rem;height:6.25rem}}@media (min-width: 576px){.block-newsletter{padding:0 1rem}}.block-newsletter .block__title{color:#222;margin-bottom:1.125rem}.block-newsletter p{margin-bottom:1.5rem}.block-newsletter .block-newsletter__form{display:flex;gap:1.25rem}.block-newsletter .form-control{border-width:1px;border-color:#e4e4e4}.block-newsletter .btn{font-size:.875rem;background-color:#222}.block-newsletter.dark .block__title{color:inherit}.block-newsletter.dark .form-control{border-color:#353535;background-color:#353535;color:#fff}.block-newsletter.dark .form-control::-moz-placeholder{color:#e4e4e4}.block-newsletter.dark .form-control::placeholder{color:#e4e4e4}.block-newsletter.dark .btn{border-color:#5c5c5c;background-color:#5c5c5c;color:#fff}.newsletter-popup{width:56.25rem;max-width:calc(100% - 1rem)}.newsletter-popup .modal-content{overflow:hidden}.newsletter-popup .modal-content .btn-close{position:absolute;right:.75rem;top:1rem}.newsletter-popup .block-newsletter{padding:1.875rem 1.25rem}@media (min-width: 768px){.newsletter-popup .block-newsletter{padding:3.5rem 2.5rem}}@media (min-width: 1200px){.product-single>.row{--bs-gutter-x: 3.75rem}}.product-single__media{display:flex;width:100%;margin:0 -.3125rem 3rem;position:relative;flex-direction:column}@media (min-width: 992px){.product-single__media{flex-direction:row;margin-bottom:0}}.product-single__media .swiper-container{width:100%;height:100%}.product-single__media .swiper-button-prev,.product-single__media .swiper-button-next{width:2.1875rem;height:2.1875rem;background-color:#fff;border-radius:2rem;font-size:.875rem;color:#222}.product-single__media .swiper-button-prev:hover,.product-single__media .swiper-button-next:hover{background-color:#e4e4e4}.product-single__media .swiper-button-prev:after,.product-single__media .swiper-button-next:after{display:none}@media (min-width: 576px){.product-single__media .swiper-button-prev,.product-single__media .swiper-button-next{width:2.8125rem;height:2.8125rem}}.product-single__media .swiper-button-prev{left:1rem;z-index:1}@media (min-width: 576px){.product-single__media .swiper-button-prev{left:2rem}}.product-single__media .swiper-button-next{right:1rem;z-index:1}@media (min-width: 576px){.product-single__media .swiper-button-next{right:2rem}}.product-single__media.vertical-thumbnail .product-single__image{flex:0 0 85.7142%;max-width:85.7142%}@media (max-width: 991.98px){.product-single__media.vertical-thumbnail .product-single__image{flex:0 0 100%;max-width:100%}}.product-single__media.vertical-thumbnail .product-single__image-item{position:relative;display:block!important;padding:.3125rem}.product-single__media.vertical-thumbnail .product-single__image-item>a,.product-single__media.vertical-thumbnail .product-single__image-item>button{display:flex;align-items:center;justify-content:center;width:2.8125rem;height:2.8125rem;position:absolute;right:1.875rem;bottom:1.875rem;border-radius:2rem;background-color:#fff;transition:all .3s ease}.product-single__media.vertical-thumbnail .product-single__image-item>a:hover,.product-single__media.vertical-thumbnail .product-single__image-item>button:hover{background-color:#e4e4e4}.product-single__media.vertical-thumbnail .product-single__image-item>a svg,.product-single__media.vertical-thumbnail .product-single__image-item>button svg{pointer-events:none}@media (max-width: 575.98px){.product-single__media.vertical-thumbnail .product-single__image-item>a,.product-single__media.vertical-thumbnail .product-single__image-item>button{width:2.1875rem;height:2.1875rem;right:1rem;bottom:1rem}.product-single__media.vertical-thumbnail .product-single__image-item>a svg,.product-single__media.vertical-thumbnail .product-single__image-item>button svg{width:.7775rem;height:.7775rem}}.product-single__media.vertical-thumbnail .product-single__image-item>a.view-video,.product-single__media.vertical-thumbnail .product-single__image-item>button.view-video{bottom:6rem;border:0}.product-single__media.vertical-thumbnail .product-single__image-item>a.view-video .flaticon,.product-single__media.vertical-thumbnail .product-single__image-item>button.view-video .flaticon{font-size:1rem;pointer-events:none}@media (max-width: 575.98px){.product-single__media.vertical-thumbnail .product-single__image-item>a.view-video,.product-single__media.vertical-thumbnail .product-single__image-item>button.view-video{bottom:4rem}.product-single__media.vertical-thumbnail .product-single__image-item>a.view-video .flaticon,.product-single__media.vertical-thumbnail .product-single__image-item>button.view-video .flaticon{font-size:.75rem}}.product-single__media.vertical-thumbnail .product-single__image-item>a.product-degree,.product-single__media.vertical-thumbnail .product-single__image-item>button.product-degree{left:1.875rem;top:1.875rem;right:auto;bottom:auto;background-color:transparent;width:auto;height:auto;padding-top:.5rem;padding-right:.5rem}.product-single__media.vertical-thumbnail .product-single__image-item>a.product-degree .flaticon,.product-single__media.vertical-thumbnail .product-single__image-item>button.product-degree .flaticon{font-size:2.5rem;pointer-events:none}@media (max-width: 575.98px){.product-single__media.vertical-thumbnail .product-single__image-item>a.product-degree,.product-single__media.vertical-thumbnail .product-single__image-item>button.product-degree{left:1rem;top:1rem;right:auto;bottom:auto}.product-single__media.vertical-thumbnail .product-single__image-item>a.product-degree .flaticon,.product-single__media.vertical-thumbnail .product-single__image-item>button.product-degree .flaticon{font-size:1.5rem}}.product-single__media.vertical-thumbnail .product-single__image img{width:100%}.product-single__media.vertical-thumbnail .product-single__thumbnail{flex:0 0 100%;max-width:1000%;order:1}@media (min-width: 992px){.product-single__media.vertical-thumbnail .product-single__thumbnail{flex:0 0 14.2857%;max-width:14.2857%;order:-1}}.product-single__media.vertical-thumbnail .product-single__thumbnail .swiper-slide{cursor:pointer;opacity:.5;border:0}.product-single__media.vertical-thumbnail .product-single__thumbnail .swiper-slide.swiper-slide-thumb-active{opacity:1}.product-single__media.horizontal-thumbnail{flex-direction:column}.product-single__media.horizontal-thumbnail .product-single__image{flex:0 0 100%;max-width:100%}.product-single__media.horizontal-thumbnail .product-single__image-item{position:relative;display:block!important;padding:.3125rem}.product-single__media.horizontal-thumbnail .product-single__image-item>a{display:flex;align-items:center;justify-content:center;width:2.8125rem;height:2.8125rem;position:absolute;right:1.875rem;bottom:1.875rem;border-radius:2rem;background-color:#fff;transition:all .3s ease}.product-single__media.horizontal-thumbnail .product-single__image-item>a:hover{background-color:#e4e4e4}.product-single__media.horizontal-thumbnail .product-single__image-item>a svg{pointer-events:none}.product-single__media.horizontal-thumbnail .product-single__image img{width:100%}.product-single__media.horizontal-thumbnail .product-single__thumbnail{flex:0 0 100%;max-width:100%}.product-single__media.horizontal-thumbnail .product-single__thumbnail .swiper-slide{cursor:pointer;opacity:.5;border:0}.product-single__media.horizontal-thumbnail .product-single__thumbnail .swiper-slide.swiper-slide-thumb-active{opacity:1}@media (min-width: 992px){.product-single__media.vertical-dot{padding-left:5.375rem}}.product-single__media.vertical-dot .product-single__image{flex:0 0 100%;max-width:100%;margin:0;position:static}.product-single__media.vertical-dot .product-single__image .swiper-container{position:static}.product-single__media.vertical-dot .product-single__image .swiper-wrapper{margin-bottom:1rem}@media (min-width: 992px){.product-single__media.vertical-dot .product-single__image .swiper-wrapper{margin-bottom:0}}.product-single__media.vertical-dot .product-single__image-item{position:relative;display:block!important;padding:1rem}@media (min-width: 576px){.product-single__media.vertical-dot .product-single__image-item{padding:10%}}.product-single__media.vertical-dot .product-single__image-item>a{display:flex;align-items:center;justify-content:center;width:2.8125rem;height:2.8125rem;position:absolute;right:1.875rem;bottom:1.875rem;border-radius:2rem;background-color:#fff;transition:all .3s ease}.product-single__media.vertical-dot .product-single__image-item>a:hover{background-color:#e4e4e4}.product-single__media.vertical-dot .product-single__image img{width:100%}.product-single__media.vertical-dot .product-single__image .swiper-pagination{position:static;transform:none;flex-direction:row;justify-content:center;left:0;top:50%;display:flex;gap:.5rem;width:auto;bottom:auto}@media (min-width: 992px){.product-single__media.vertical-dot .product-single__image .swiper-pagination{position:absolute;transform:translateY(-50%);flex-direction:column}}.product-single__media.vertical-dot .product-single__image .swiper-pagination-bullet:first-child{margin-left:4px}.product-single__media .product-label{position:absolute;left:auto;right:1rem;top:1rem;width:4.5625rem;height:4.5625rem;border-radius:3rem;background-color:#d6001c;color:#fff;font-weight:500;display:flex;align-items:center;justify-content:center;text-transform:uppercase;padding:.5rem;text-align:center;line-height:1.4;z-index:1}@media (min-width: 768px){.product-single__media .product-label{right:-1.125rem;top:1.875rem}}.product-single__prev-next{gap:1.875rem;display:none!important}@media (min-width: 992px){.product-single__prev-next{display:flex!important}}.product-single__prev-next>a{display:flex;align-items:center;gap:.625rem}.product-single__prev-next>a .flaticon{font-size:.75rem}.product-single__prev-next>a.disabled{opacity:.5;pointer-events:none}.product-single__name{font-size:1.625rem}.product-single__rating{display:flex;align-items:center;gap:.625rem;margin-bottom:.625rem}.product-single__price{font-size:1.375rem;font-weight:500;margin-bottom:1.6875rem}.product-single__price span.old-price{font-size:1rem;color:#767676;font-weight:400;text-decoration:line-through}.product-single__price .special-price{color:#d6001c;margin-left:.5rem}.product-single__short-desc{margin-bottom:2.1875rem}.product-single__addtocart{display:flex;align-items:center;gap:1.25rem;margin-bottom:2.1875rem}.product-single__addtocart .qty-control{min-width:7.25rem}.product-single__addtocart .qty-control__number{border:2px solid #e4e4e4;height:3.75rem;padding:0 2rem;min-width:6.5rem}.product-single__addtocart .qty-control__reduce,.product-single__addtocart .qty-control__increase{font-size:1rem;text-align:center;top:50%;transform:translateY(-50%);width:2rem}.product-single__addtocart .qty-control__reduce{padding-left:1.25rem}.product-single__addtocart .qty-control__increase{padding-right:1.25rem}.product-single__addtocart .btn-addtocart{height:3.75rem;text-transform:uppercase;font-size:.875rem;width:17.5rem;font-weight:500;display:flex;align-items:center;justify-content:center;white-space:nowrap}.product-single__addtocart .btn-addtocart.btn-outofstock{border:2px solid #d6001c;color:#d6001c;background-color:#fff;cursor:default;pointer-events:none}.product-single__addtocart.product-single__grouped{flex-direction:column;align-items:normal;gap:0}.product-single__addtocart.product-single__grouped .grouped-item{display:flex;align-items:center;gap:1.5rem;border-top:1px solid #e4e4e4;padding:1.25rem 0}.product-single__addtocart.product-single__grouped .grouped-item:first-child{border-top:0;padding-top:0}.product-single__addtocart.product-single__grouped .grouped-item__name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-single__addtocart.product-single__grouped .grouped-item__price{margin-left:auto;font-weight:500}.product-single__addtocart.product-single__grouped>div:not(.grouped-item){margin-top:1.2rem}.product-single__addtolinks{font-size:.8125rem;font-weight:500;display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.product-single__addtolinks>a,.product-single__addtolinks>.share-button>button{display:flex;align-items:center;gap:.625rem;padding:0 0 .625rem;text-transform:uppercase;border:0;background-color:transparent;font-weight:500}.product-single__addtolinks>a:hover:after,.product-single__addtolinks>.share-button>button:hover:after{width:50%}.product-single__addtolinks>a .flaticon,.product-single__addtolinks>.share-button>button .flaticon{font-size:1rem}.product-single__addtolinks>.add-to-wishlist.active svg{color:#193174}.product-single__meta-info{font-size:.8125rem;line-height:1.5rem;margin-bottom:1.875rem}.product-single__meta-info label{color:#767676;text-transform:uppercase}.product-single__details-tab{margin:6.25rem auto 2.375rem;max-width:58.125rem}.product-single__details-tab>.nav-tabs{justify-content:center;text-transform:uppercase}@media (max-width: 575.98px){.product-single__details-tab>.nav-tabs .nav-link{width:-moz-max-content;width:max-content}}.product-single__details-tab>.tab-content{padding:3.125rem 0}.product-single__description *{line-height:1.875rem}.product-single__addtional-info>.item{margin-bottom:1.875rem}.product-single__addtional-info>.item label{min-width:8.75rem;margin:0}.product-single__reviews-title{font-size:1.125rem;margin-bottom:1.75rem}.product-single__reviews-list{display:flex;flex-direction:column;gap:1.87rem;margin-bottom:2.375rem}.product-single__reviews-item{display:flex;gap:1.875rem;border-bottom:1px solid #e4e4e4}.product-single__reviews-item:last-child{border-bottom:0}.product-single__reviews-item .customer-avatar{flex:0 0 3.75rem;width:3.75rem;height:3.75rem;border-radius:2rem;overflow:hidden}.product-single__reviews-item .customer-avatar>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-single__reviews-item .customer-review .customer-name{display:flex;align-items:center;justify-content:space-between}.product-single__reviews-item .customer-review .customer-name>h6,.product-single__reviews-item .customer-review .customer-name>.h6{margin:0;font-size:.875rem;font-weight:400;line-height:1.5rem}.product-single__reviews-item .customer-review .review-date{font-size:.875rem;font-weight:400;line-height:1.5rem;color:#767676;margin-bottom:1.25rem}.product-single__reviews-item .customer-review .review-text{font-size:.875rem;font-weight:400;line-height:1.5rem;color:#767676;margin-bottom:1.5rem}.product-single__review-form form>h5,.product-single__review-form form>.h5{font-size:1.125rem;margin-bottom:.375rem}.product-single__review-form form>p{font-size:.875rem;color:#767676;line-height:1.5rem;margin-bottom:1.875rem}.product-single__review-form form .select-star-rating{margin-bottom:2rem}.product-single__review-form form button{text-transform:uppercase;font-size:.875rem;min-width:12.5rem}.product-single__swatches .product-swatch{display:flex;flex-wrap:wrap;align-items:center;gap:2.5rem;margin-bottom:1.875rem}@media (max-width: 1499.98px){.product-single__swatches .product-swatch{gap:1rem}}.product-single__swatches .product-swatch>label{font-size:.875rem;font-weight:500;min-width:3rem;text-transform:uppercase}.product-single__swatches .product-swatch .swatch-list{display:flex;align-items:center;gap:.625rem}.product-single__swatches .product-swatch .swatch-list>input[type=radio]{display:none}.product-single__swatches .product-swatch .sizeguide-link{margin-left:auto;font-size:.8125rem;font-weight:500;text-transform:uppercase;line-height:1.875rem;position:relative}@media (max-width: 1499.98px){.product-single__swatches .product-swatch .sizeguide-link{margin-left:0}}.product-single__swatches .product-swatch .sizeguide-link:before{content:"";border-bottom:2px solid;display:block;width:0;transition:all .3s ease;position:absolute;left:0;bottom:0}.product-single__swatches .product-swatch .sizeguide-link:hover:before{width:100%}.product-single__swatches .product-swatch .swatch{transition:all .3s ease}.product-single__swatches .product-swatch.text-swatches .swatch{display:flex;align-items:center;justify-content:center;height:1.875rem;border:1px solid #e4e4e4;padding:0 .8125rem}.product-single__swatches .product-swatch.text-swatches .swatch.swatch_active,.product-single__swatches .product-swatch.text-swatches .swatch:hover{border-color:#222}.product-single__swatches .product-swatch.text-swatches input[type=radio]:checked+label{border-color:#222;background:#222;color:#fff}.product-single__swatches .product-swatch.color-swatches .swatch-color{margin:0;border:2px solid transparent}.product-single__swatches .product-swatch.color-swatches .swatch-color.swatch_active,.product-single__swatches .product-swatch.color-swatches .swatch-color:hover{border-color:#222}.product-single__swatches .product-swatch.color-swatches input[type=radio]:checked+label.swatch-color{border-color:#222}.product-single__swatches .product-swatch.color-swatches .swatch-image{width:3.875rem;height:3.875rem;border:1px solid transparent}.product-single__swatches .product-swatch.color-swatches .swatch-image.swatch_active,.product-single__swatches .product-swatch.color-swatches .swatch-image:hover{border-color:#e4e4e4}.product-single__swatches .product-swatch.color-swatches .swatch-image img{pointer-events:none}.product-single__swatches .product-swatch.color-swatches input[type=radio]:checked+label.swatch-image{border-color:#e4e4e4}.product-single__additional-info{margin-top:auto;display:flex;flex-direction:column;align-items:normal;gap:.5rem;margin-bottom:1rem}.product-single__additional-info>a{font-size:.8125rem;font-weight:500;text-transform:uppercase;position:relative;line-height:1.5rem;width:-moz-max-content;width:max-content}.product-single__additional-info>a:before{content:"";display:block;border-bottom:2px solid;position:absolute;left:0;bottom:-2px;width:0;transition:all .3s ease}.product-single__additional-info>a:hover:before{width:100%}@media (min-width: 576px){.product-single__additional-info{flex-direction:row;align-items:center;gap:1.875rem}}@media (min-width: 992px){.product-single__additional-info{flex-direction:column;align-items:normal;gap:.5rem}}@media (min-width: 1500px){.product-single__additional-info{flex-direction:row;align-items:center;gap:1.875rem}}.product-single__type-2 .product-single__top-background{background-color:#e0e0e0}.product-single__type-2 .product-single__swatches .product-swatch.text-swatches .swatch{border-color:#222}.product-single__type-2 .product-single__swatches .product-swatch.text-swatches .swatch:hover,.product-single__type-2 .product-single__swatches .product-swatch.text-swatches .swatch.swatch_active{box-shadow:0 0 0 1px inset #222}.product-single__type-2 .product-single__swatches .product-swatch.text-swatches input[type=radio]:checked+label{box-shadow:0 0 0 1px inset #222;border-color:#222}.product-single__type-2 .product-single__addtocart .qty-control__number{border-color:#222;background-color:transparent}.product-single__type-3 .breadcrumb .menu-link,.product-single__type-3 .breadcrumb .menu-link:hover{color:#767676}.product-single__type-3 .product-single{color:#fff}.product-single__type-3 .product-single__top-background{background-color:#222}.product-single__type-3 .product-single__media.vertical-dot .product-single__image-item{padding:0}.product-single__type-3 .product-single__media.vertical-dot .product-single__image .swiper-pagination-bullet:after{color:#fff}.product-single__type-3 .product-single__media.vertical-dot .product-single__image .swiper-pagination-bullet-active{border-color:#fff}.product-single__type-3 .product-single__media.vertical-dot .product-single__image .swiper-pagination-bullet-active:after{color:#fff}.product-single__type-3 .product-single__prev-next a,.product-single__type-3 .product-single__prev-next .menu-link{color:#767676}.product-single__type-3 .product-single__name{color:#fff}.product-single__type-3 .product-single__rating .reviews-note{color:#fff!important}.product-single__type-3 .product-single__price{color:#fff}.product-single__type-3 .product-single__short-desc{color:#e4e4e4}.product-single__type-3 .product-single__swatches label{color:#767676}.product-single__type-3 .product-single__swatches .product-swatch.text-swatches .swatch{border-color:#fff;color:#fff}.product-single__type-3 .product-single__swatches .product-swatch.text-swatches .swatch:hover,.product-single__type-3 .product-single__swatches .product-swatch.text-swatches .swatch.swatch_active{box-shadow:0 0 0 1px inset #fff}.product-single__type-3 .product-single__swatches .product-swatch.text-swatches input[type=radio]:checked+label{box-shadow:0 0 0 1px inset #fff;border-color:#fff}.product-single__type-3 .product-single__swatches .product-swatch.color-swatches .swatch-color.swatch_active,.product-single__type-3 .product-single__swatches .product-swatch.color-swatches .swatch-color:hover{border-color:#fff}.product-single__type-3 .product-single__swatches .product-swatch.color-swatches input[type=radio]:checked+label.swatch-color{border-color:#fff}.product-single__type-3 .product-single__swatches .product-swatch .sizeguide-link{color:#fff}.product-single__type-3 .product-single__addtocart .qty-control__number{background:transparent;border-color:#767676;color:#fff}.product-single__type-3 .product-single__addtocart .qty-control__reduce,.product-single__type-3 .product-single__addtocart .qty-control__increase{color:#fff}.product-single__type-3 .product-single__addtocart .btn-addtocart{background-color:#fff;color:#222}.product-single__type-3 .product-single__addtolinks>a{color:#fff}.product-single__type-3 .product-single__meta-info label{color:#767676}.product-single__type-3 .product-single__meta-info span{color:#fff}.product-single__type-3 .product-single__additional-info>a{color:#fff}.product-single__type-4 .product-single__media:before{content:"";height:100%;width:100vw;background-color:#e6e6e6;position:absolute;right:0;z-index:-1}@media (max-width: 991.98px){.product-single__type-4 .product-single__media:before{right:-9.5rem;width:calc(100% + 19rem)}}.product-single__type-4 .product-single__image{width:100%;position:relative;background-color:#e6e6e6}.product-single__type-4 .product-single__image-item{padding-top:6.25rem;height:100vh;scroll-snap-align:center}.product-single__type-4 .product-single__image-item img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.product-single__type-5{margin-bottom:6.25rem}.product-single__type-5 .product-single__image-item img{width:100%}.product-single__type-5 .product-single__swatches .product-swatch{gap:.5rem}.product-single__type-5 .product-single__swatches .product-swatch>label{flex:0 0 100%}.product-single__type-5 .product-single__additional-info{flex-wrap:wrap;row-gap:.5rem}.product-single__type-6,.product-single__type-7{margin-bottom:6.25rem}.product-single__type-7 .product-single__media{margin-bottom:1.25rem}.product-single__type-7 .product-single__image{display:flex;flex-wrap:wrap;gap:.625rem}.product-single__type-7 .product-single__image-item{flex:0 0 calc(50% - .3125rem);max-width:calc(50% - .3125rem)}.product-single__type-7 .product-single__image-item:first-child{flex:0 0 100%;max-width:100%}.product-single__type-7 .product-single__details{margin-top:auto;display:flex;align-items:center;gap:1.875rem;margin-bottom:1rem;flex-wrap:wrap}.product-single__type-7 .product-single__details>a{font-size:1rem;font-weight:500;text-transform:uppercase;position:relative;line-height:1.5rem;color:#767676;transition:all .3s ease;white-space:nowrap}.product-single__type-7 .product-single__details>a:before{content:"";display:block;border-bottom:2px solid;position:absolute;left:0;bottom:-2px;width:0;transition:all .3s ease}.product-single__type-7 .product-single__details>a:hover{color:#222}.product-single__type-7 .product-single__details>a:hover:before{width:100%}@media (max-width: 575.98px){.product-single__type-7 .product-single__details{flex-direction:column;align-items:normal;gap:.5rem}.product-single__type-7 .product-single__details>a{width:-moz-max-content;width:max-content}}.product-single__type-9{margin-bottom:6.25rem}.product-single__type-9 .product-single__details{margin-top:auto;display:flex;align-items:center;gap:1.875rem;margin-bottom:1rem}.product-single__type-9 .product-single__details>a{font-size:1rem;font-weight:500;text-transform:uppercase;position:relative;line-height:1.5rem;color:#767676;transition:all .3s ease}.product-single__type-9 .product-single__details>a:before{content:"";display:block;border-bottom:2px solid;position:absolute;left:0;bottom:-2px;width:0;transition:all .3s ease}.product-single__type-9 .product-single__details>a:hover{color:#222}.product-single__type-9 .product-single__details>a:hover:before{width:100%}@media (max-width: 575.98px){.product-single__type-9 .product-single__details{flex-direction:column;align-items:normal;gap:.5rem}.product-single__type-9 .product-single__details>a{width:-moz-max-content;width:max-content}}.product-single__aside{width:37.5rem;right:-37.5rem}.product-single__aside .aside-content{height:calc(100% - 9rem);overflow-y:auto}.product-single__details-accordion{margin-bottom:6rem}.product-single__details-accordion .accordion-item{margin-bottom:1.25rem}.product-single__details-accordion .accordion-button{text-transform:uppercase;border:0;border-bottom:1px solid #e4e4e4;padding:.625rem 0;color:#767676}.product-single__details-accordion .accordion-collapse{border:0}.product-single__details-accordion .accordion-body{padding:1.5rem 0}.product-single__details-list{width:65.3125rem;max-width:100%;margin-top:1.375rem}.product-single__details-list__title{font-size:1rem;text-transform:uppercase;display:flex;align-items:center;gap:1.25rem;margin-bottom:3.4375rem}.product-single__details-list__title:after{content:"";display:block;width:2.5rem;border-bottom:2px solid}.product-single__details-list__content{padding-left:7.1875rem;margin-bottom:6.25rem}@media (max-width: 575.98px){.product-single__details-list__content{padding-left:2.1875rem}}.header_transparent~main{padding-top:0!important;overflow:hidden}html.snap{scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scroll-snap-points-y:repeat(100%)}button.js-add-wishlist.active .flaticon.flaticon-heart,a.add-to-wishlist.active .flaticon.flaticon-heart{color:#d6001c}.quick-view{width:73.125rem;max-width:calc(100% - 1rem)}.quick-view .product-single{display:flex;flex-wrap:wrap}.quick-view .product-single__media{flex:0 0 100%;max-width:100%}.quick-view .product-single__media img{width:100%}@media (min-width: 768px){.quick-view .product-single__media{flex:0 0 47%;max-width:47%}}.quick-view .product-single__detail{flex:0 0 100%;max-width:100%;padding:1.875rem 1.25rem}@media (min-width: 768px){.quick-view .product-single__detail{flex:0 0 53%;max-width:53%;padding:3.5rem 2.5rem}}.quick-view .modal-content{overflow:hidden}.quick-view .modal-content .btn-close{position:absolute;right:.75rem;top:1rem}.shop-checkout .page-title{font-size:2.1875rem;margin-bottom:3.125rem;text-transform:uppercase}.shop-checkout .checkout-steps{display:flex;border-bottom:2px solid #e4e4e4}.shop-checkout .checkout-steps__item{flex-grow:1;display:flex;gap:.75rem;padding-bottom:1rem;border-bottom:2px solid transparent;margin-bottom:-2px}.shop-checkout .checkout-steps__item-number{font-size:1.125rem;font-weight:500}.shop-checkout .checkout-steps__item-title{display:flex;flex-direction:column}.shop-checkout .checkout-steps__item-title>span{font-size:1.125rem;font-weight:500;text-transform:uppercase}.shop-checkout .checkout-steps__item-title>em{font-size:.875rem;font-weight:400;font-style:normal;color:#767676}.shop-checkout .checkout-steps__item.active{border-color:#222}@media (max-width: 991.98px){.shop-checkout .checkout-steps{border-bottom:0;border-left:2px solid #e4e4e4;flex-direction:column}.shop-checkout .checkout-steps__item{border-left:2px solid transparent;margin-left:-2px;border-bottom:0;margin-bottom:0;padding:.5rem 1rem}}.shopping-cart{display:flex;flex-direction:column;gap:3.625rem}@media (min-width: 1200px){.shopping-cart{flex-direction:row}}.shopping-cart .cart-table__wrapper{padding-top:3.125rem;flex-grow:1}.shopping-cart__totals-wrapper .sticky-content{padding-top:3.125rem}.shopping-cart__totals-wrapper .mobile_fixed-btn_wrapper .button-wrapper:not(.fixed-btn){padding:0}.shopping-cart__totals-wrapper .mobile_fixed-btn_wrapper .fixed-btn{position:fixed;left:var(--bs-gutter-x, .9375rem);right:var(--bs-gutter-x, .9375rem);bottom:4rem;width:auto}@media (min-width: 768px){.shopping-cart__totals-wrapper .mobile_fixed-btn_wrapper .fixed-btn{bottom:1rem}}@media (min-width: 992px){.shopping-cart__totals-wrapper .mobile_fixed-btn_wrapper .fixed-btn{position:static}}.shopping-cart__totals-wrapper .btn-checkout{width:100%;height:3.75rem;font-size:.875rem}.shopping-cart__totals{border:1px solid #222;margin-bottom:1.25rem;padding:2.5rem 2.5rem .5rem;max-width:100%}@media (min-width: 1200px){.shopping-cart__totals{width:26.25rem}}.shopping-cart__totals>h3,.shopping-cart__totals>.h3{font-size:1rem;text-transform:uppercase;margin-bottom:1.25rem}.shopping-cart__totals table{width:100%}.shopping-cart__totals table th,.shopping-cart__totals table td{border-bottom:1px solid #e4e4e4;padding:.875rem 0;font-size:.875rem;font-weight:500}.shopping-cart__totals table th{text-transform:uppercase;vertical-align:baseline}.shopping-cart__totals table tr:last-child th,.shopping-cart__totals table tr:last-child td{border-bottom:0}.shopping-cart .cart-table{width:100%}@media (min-width: 768px){.shopping-cart .cart-table th,.shopping-cart .cart-table td{border-bottom:1px solid #e4e4e4}}.shopping-cart .cart-table thead{display:none}@media (min-width: 768px){.shopping-cart .cart-table thead{display:table-header-group}}.shopping-cart .cart-table thead th{font-size:.875rem;text-transform:uppercase;font-weight:500;padding:0 0 .625rem}.shopping-cart .cart-table tbody tr{position:relative;display:block;padding:1.25rem 0;border-bottom:1px solid #e4e4e4;transition:all .3s ease}@media (min-width: 768px){.shopping-cart .cart-table tbody tr{display:table-row;padding:0;border:0}}.shopping-cart .cart-table tbody tr:first-child{border-top:1px solid #e4e4e4}@media (min-width: 768px){.shopping-cart .cart-table tbody tr:first-child{border:0}}.shopping-cart .cart-table tbody tr:after{content:"";display:block;clear:both}@media (min-width: 768px){.shopping-cart .cart-table tbody tr:after{display:none}}.shopping-cart .cart-table tbody tr td{transition:all .32s cubic-bezier(.39,.575,.565,1)}.shopping-cart .cart-table tbody tr td>*{transition:all .32s cubic-bezier(.39,.575,.565,1);overflow:hidden;max-height:12rem}.shopping-cart .cart-table tbody tr._removed td{padding-top:0;padding-bottom:0}.shopping-cart .cart-table tbody tr._removed td>*{display:block;max-height:0}.shopping-cart .cart-table tbody td{display:block;margin-left:9.375rem}@media (min-width: 768px){.shopping-cart .cart-table tbody td{padding:1.875rem 0;display:table-cell;margin:0}}.shopping-cart .cart-table tbody td:first-child{width:9.375rem;float:left;margin-left:0}@media (min-width: 768px){.shopping-cart .cart-table tbody td:first-child{float:none}}.shopping-cart .cart-table tbody td .shopping-cart__product-price{display:none}@media (min-width: 768px){.shopping-cart .cart-table tbody td .shopping-cart__product-price{display:block}}.shopping-cart .cart-table tbody td .shopping-cart__subtotal{float:right;display:block;margin-top:-2.2rem}@media (min-width: 768px){.shopping-cart .cart-table tbody td .shopping-cart__subtotal{float:none;margin:0}}.shopping-cart .cart-table tbody td .remove-cart{position:absolute;right:0;top:1rem}@media (min-width: 768px){.shopping-cart .cart-table tbody td .remove-cart{position:static}}.shopping-cart .cart-table .qty-control{margin:.5rem 0}@media (min-width: 768px){.shopping-cart .cart-table .qty-control{width:7.25rem;margin:0}}.shopping-cart .cart-table .qty-control__number{border:0}@media (min-width: 768px){.shopping-cart .cart-table .qty-control__number{border:2px solid #e4e4e4;height:3.125rem;padding:0 2rem;min-width:6.875rem}}.shopping-cart .cart-table .qty-control__reduce,.shopping-cart .cart-table .qty-control__increase{font-size:1rem;text-align:center;top:50%;transform:translateY(-50%)}.shopping-cart .cart-table .qty-control__reduce{left:0}@media (min-width: 768px){.shopping-cart .cart-table .qty-control__reduce{left:1.25rem}}.shopping-cart .cart-table .qty-control__increase{right:0}@media (min-width: 768px){.shopping-cart .cart-table .qty-control__increase{right:1.25rem}}.shopping-cart .cart-table-footer{display:flex;justify-content:space-between;padding-top:1.875rem;gap:1.875rem;flex-wrap:wrap}.shopping-cart .cart-table-footer form{max-width:100%}.shopping-cart .cart-table-footer .form-control{width:23.125rem;max-width:100%;height:3.875rem}.shopping-cart .cart-table-footer button{height:3.875rem}.shopping-cart__product-item{display:flex;align-items:center;gap:1.875rem}.shopping-cart__product-item img{width:7.5rem;height:auto}.shopping-cart__product-item__detail h4,.shopping-cart__product-item__detail .h4{font-size:1rem;font-weight:400;margin-bottom:0}.shopping-cart__product-item__options{list-style:none;padding:0;margin:0;margin-top:.5rem}.shopping-cart__product-item__options li{font-size:.875rem;color:#767676}.shopping-cart__product-price{font-size:1rem;color:#767676}.shopping-cart__subtotal{font-size:1rem;font-weight:500}.checkout-form{display:flex;gap:3.625rem}@media (max-width: 1199.98px){.checkout-form{flex-direction:column}}.checkout-form .billing-info__wrapper{padding-top:3.125rem;flex-grow:1}.checkout-form .billing-info__wrapper .form-floating>label,.checkout-form .billing-info__wrapper .form-label-fixed>.form-label{color:#767676}.checkout-form .checkout__totals-wrapper .sticky-content{padding-top:3.125rem}.checkout-form .checkout__totals-wrapper .btn-checkout{width:100%;height:3.75rem;font-size:.875rem}.checkout-form .checkout__payment-methods{border:1px solid #e4e4e4;margin-bottom:1.25rem;padding:2.5rem 2.5rem 1.5rem;width:26.25rem}@media (max-width: 1199.98px){.checkout-form .checkout__payment-methods{width:100%}}.checkout-form .checkout__payment-methods label{font-size:1rem;line-height:1.5rem}.checkout-form .checkout__payment-methods label .option-detail{font-size:.875rem;margin:.625rem 0 0;display:none}.checkout-form .checkout__payment-methods .form-check-input:checked~label .option-detail{display:block}.checkout-form .checkout__payment-methods .policy-text{font-size:.75rem;line-height:1.5rem}.checkout-form .checkout__payment-methods .policy-text>a{color:#c32929}.checkout__totals{border:1px solid #222;margin-bottom:1.25rem;padding:2.5rem 2.5rem .5rem;width:26.25rem}@media (max-width: 1199.98px){.checkout__totals{width:100%}}.checkout__totals>h3,.checkout__totals>.h3{font-size:1rem;text-transform:uppercase;margin-bottom:1.25rem}.checkout__totals table{width:100%}.checkout__totals .checkout-cart-items thead th{border-bottom:1px solid #e4e4e4;padding:.875rem 0;font-size:.875rem;font-weight:500}.checkout__totals .checkout-cart-items tbody td{padding:.40625rem 0;color:#767676}.checkout__totals .checkout-cart-items tbody tr:first-child td{padding-top:.8125rem}.checkout__totals .checkout-cart-items tbody tr:last-child td{padding-bottom:.8125rem;border-bottom:1px solid #e4e4e4}.checkout__totals .checkout-totals th,.checkout__totals .checkout-totals td{border-bottom:1px solid #e4e4e4;padding:.875rem 0;font-size:.875rem;font-weight:500}.checkout__totals .checkout-totals tr:last-child th,.checkout__totals .checkout-totals tr:last-child td{border-bottom:0}.order-complete{width:56.25rem;max-width:100%;margin:3.125rem auto;display:flex;flex-direction:column;gap:2.25rem}.order-complete__message{display:flex;flex-direction:column;align-items:center;justify-content:center}.order-complete__message svg{margin-bottom:1.25rem}.order-complete__message h3,.order-complete__message .h3{font-size:2.1875rem;text-align:center}.order-complete__message p{color:#767676;margin-bottom:0;text-align:center}.order-complete .order-info{width:100%;border:2px dashed #767676;padding:2.5rem;display:flex;gap:1rem}@media (max-width: 767.98px){.order-complete .order-info{flex-direction:column}}.order-complete .order-info__item{display:flex;flex-direction:column;gap:.25rem;flex-grow:1}.order-complete .order-info__item label{font-size:.875rem;font-weight:400;color:#767676}.order-complete .order-info__item span{font-size:1rem;font-weight:500}.order-complete .checkout__totals{width:100%}.order-complete .checkout__totals .checkout-cart-items thead th:last-child{text-align:right}.order-tracking{width:31.25rem;max-width:100%;margin:0 auto;text-align:center}.order-tracking .btn-track{height:3.75rem;font-size:.875rem}.my-account .page-title{font-size:2.1875rem;font-weight:700;text-transform:uppercase}.my-account .account-nav{list-style:none;padding:0;padding-top:2.5rem;margin:0;display:flex;flex-direction:column;gap:1rem;text-transform:uppercase;font-size:.875rem;font-weight:500}.my-account .account-nav .menu-link.menu-link_active{pointer-events:none;color:#c32929}.my-account .page-content{padding-top:2.5rem}.my-account__dashboard p{width:43.125rem;max-width:100%}.my-account__dashboard .unerline-link{text-decoration:underline}.my-account__orders-list{overflow-x:auto;width:100%}.my-account .orders-table{border:1px solid #e4e4e4;width:100%}.my-account .orders-table thead th{background-color:#e4e4e4;padding:1rem 1.875rem;text-transform:uppercase;font-size:.875rem}.my-account .orders-table tbody td{border-top:1px solid #e4e4e4;padding:1.875rem}.my-account .orders-table tbody td:first-child{text-decoration:underline}.my-account .orders-table tbody td:last-child{width:12.5rem}.my-account .orders-table tbody td .btn{height:3.125rem;font-size:.875rem}.my-account__address .notice{margin-bottom:3.75rem}.my-account__address-list{display:flex;gap:5.625rem}@media (max-width: 767.98px){.my-account__address-list{flex-direction:column}}.my-account__address-item{flex-grow:1}.my-account__address-item__title{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;line-height:1.5rem;text-transform:uppercase;margin-bottom:.875rem;font-weight:500}.my-account__address-item__title h5,.my-account__address-item__title .h5{font-size:1.125rem;margin:0}.my-account__address-item__title a{font-size:.8125rem;border-bottom:2px solid}.my-account__address-item__detail{line-height:1.5rem}.my-account__address-item__detail p{margin:0}.my-account__edit .btn-primary{width:18.75rem;height:3.75rem;max-width:100%;text-transform:uppercase;font-size:.875rem}.my-account__wishlist .btn-remove-from-wishlist{position:absolute;left:1.25rem;top:1.25rem;z-index:2;border:0;background-color:#fff;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .3s ease;box-shadow:0 0 1px #0000001a;opacity:0;visibility:hidden}.my-account__wishlist .product-card:hover .btn-remove-from-wishlist{opacity:1;visibility:visible}.blog-page-title{width:112.5rem;height:16rem;max-width:calc(100% - 1.875rem);border:2px solid #e4e4e4;margin:0 auto;background-size:cover;position:relative;display:flex;align-items:center;padding:1.25rem}.blog-page-title .page-title{font-size:calc(1.5rem + 3vw);font-weight:700;text-transform:uppercase}@media (min-width: 1200px){.blog-page-title .page-title{font-size:3.75rem}}.blog-page-title .title-bg{display:block;position:absolute;left:.5rem;right:.5rem;top:.5rem;bottom:.5rem;z-index:-1}.blog-page-title .title-bg img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width: 576px){.blog-page-title{height:27.5rem;padding:0}}.blog-page .flaticon{font-size:.625rem}.blog__filter{display:flex;gap:1rem;row-gap:0;flex-wrap:wrap}.blog__filter>a{text-transform:uppercase;font-size:1rem;font-weight:500}.blog-grid__item{margin-bottom:2.75rem}.blog-grid__item-image{margin-bottom:1.25rem}.blog-grid__item-image img{display:block;width:100%}.blog-grid__item-meta{display:flex;gap:1.5rem;text-transform:uppercase;color:#767676;margin-bottom:.25rem;white-space:nowrap}.blog-grid__item-title{font-size:1.625rem;margin-bottom:1.875rem;line-height:1.5}@media (max-width: 991.98px){.blog-grid__item-title{font-size:1.125rem;margin-bottom:1.25rem}}.blog-grid__item-content p{margin-bottom:.625rem}.blog-grid__item-content .readmore-link{text-transform:uppercase;position:relative;display:inline-block;font-weight:500}.blog-grid__item-content .readmore-link:after{content:"";display:block;width:70%;border-bottom:2px solid;position:absolute;bottom:-2px;left:0;transition:all .3s ease}.blog-grid__item-content .readmore-link:hover:after{width:100%}.blog-grid.row-cols-xl-3 .blog-grid__item-title{font-size:1.125rem;margin-bottom:1.25rem}.blog-list{margin-bottom:3.125rem}@media (min-width: 992px){.blog-list{margin-bottom:6.25rem}}.blog-list__item{margin-bottom:1.875rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}@media (min-width: 992px){.blog-list__item{flex-direction:row;align-items:center;gap:3.125rem}}.blog-list__item-image{flex:0 0 100%;width:100%}@media (min-width: 992px){.blog-list__item-image{flex:0 0 calc(50% - 1.5625rem)}}.blog-list__item-image img{display:block;width:100%}.blog-list__item-detail{flex:0 0 100%;padding:0}@media (min-width: 992px){.blog-list__item-detail{flex:0 0 calc(50% - 1.5625rem);padding:1.875rem 0}}.blog-list__item-meta{display:flex;gap:1.5rem;text-transform:uppercase;color:#767676;margin-bottom:.25rem}.blog-list__item-title{font-size:1.125rem;margin-bottom:1.25rem;line-height:1.5}@media (min-width: 992px){.blog-list__item-title{font-size:1.625rem;margin-bottom:1.875rem}}.blog-list__item-content p{margin-bottom:.625rem}.blog-list__item-content .readmore-link{text-transform:uppercase;position:relative;display:inline-block;font-weight:500}.blog-list__item-content .readmore-link:after{content:"";display:block;width:70%;border-bottom:2px solid;position:absolute;bottom:-2px;left:0;transition:all .3s ease}.blog-list__item-content .readmore-link:hover:after{width:100%}.blog-single .page-title{margin-bottom:.875rem}.blog-single__reviews-title{font-size:1.125rem;margin-bottom:1.75rem}.blog-single__reviews-list{display:flex;flex-direction:column;gap:1.87rem;margin-bottom:2.375rem}.blog-single__reviews-item{display:flex;gap:1.875rem;border-bottom:1px solid #e4e4e4}.blog-single__reviews-item:last-child{border-bottom:0}.blog-single__reviews-item .customer-avatar{flex:0 0 3.75rem;width:3.75rem;height:3.75rem;border-radius:2rem;overflow:hidden}.blog-single__reviews-item .customer-avatar>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-single__reviews-item .customer-review .customer-name{display:flex;align-items:center;justify-content:space-between}.blog-single__reviews-item .customer-review .customer-name>h6,.blog-single__reviews-item .customer-review .customer-name>.h6{margin:0;font-size:.875rem;font-weight:400;line-height:1.5rem}.blog-single__reviews-item .customer-review .review-date{font-size:.875rem;font-weight:400;line-height:1.5rem;color:#767676;margin-bottom:1.25rem}.blog-single__reviews-item .customer-review .review-text{font-size:.875rem;font-weight:400;line-height:1.5rem;color:#767676;margin-bottom:1.5rem}.blog-single__review-form form>h5,.blog-single__review-form form>.h5{font-size:1.125rem;margin-bottom:.375rem}.blog-single__review-form form>p{font-size:.875rem;color:#767676;line-height:1.5rem;margin-bottom:1.875rem}.blog-single__review-form form .select-star-rating{margin-bottom:2rem}.blog-single__review-form form button{text-transform:uppercase;font-size:.875rem;min-width:12.5rem;height:3.75rem}.blog-single__item-meta{display:flex;gap:1.5rem;text-transform:uppercase;color:#767676;margin-bottom:2.625rem}.blog-single__item-pagination{padding-top:2.8125rem;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;margin-bottom:3.125rem}.blog-single__item-pagination p{margin-bottom:2.625rem!important}.blog-single__item-pagination a{color:#767676}.blog-single p{margin-bottom:1.875rem}.blog-single p img{margin-bottom:3.25rem}.blog-single h5,.blog-single .h5,.blog-single .text-list{margin-bottom:1.875rem}.blog-single .text-list__item{line-height:1.875rem}.blog-single__item-share{display:flex;align-items:center;gap:.625rem;justify-content:center;flex-wrap:wrap;margin-bottom:3.125rem;flex-direction:column}@media (min-width: 992px){.blog-single__item-share{flex-direction:row}}.blog-single .btn-share{width:13.75rem;height:3.125rem;display:inline-flex;align-items:center;justify-content:center;gap:.875rem;color:#fff;padding:0}.blog-single .btn-share.btn-facebook{background-color:#306199}.blog-single .btn-share.btn-twitter{background-color:#26c4f1}.blog-single .btn-share.btn-pinterest{background-color:#e82b2d}.blog-single .btn-share.btn-more{background-color:#222;font-size:1.5625rem;padding:0;width:3.125rem}.about-us .page-title{font-size:2.1875rem;font-weight:700;text-transform:uppercase;margin-bottom:2.5rem}.about-us__content{line-height:1.875rem}.brands-carousel .swiper-slide{display:flex;align-items:center;justify-content:center}.google-map__wrapper{height:34.375rem;position:relative}.google-map__wrapper>div{height:100%}.google-map__marker-detail{position:absolute;left:10rem;top:50%;transform:translateY(-50%);padding:1.6875rem 1.875rem 1.25rem;width:auto;height:auto!important;background-color:#fff;border-radius:4px;transition:all .3s ease}@media (max-width: 767.98px){.google-map__marker-detail{display:none}}.google-map__marker-detail.hide{opacity:0;visibility:hidden}.google-map__marker-detail .btn-close{background:none;padding:0;position:absolute;top:1.25rem;right:1.25rem}.google-map__marker-detail__content a{display:none}.contact-us .page-title{font-size:2.1875rem;font-weight:700;text-transform:uppercase;margin-bottom:2.5rem}.contact-us__form input.form-control{height:3.4375rem}.contact-us__form .btn{min-width:12.5rem;height:3.75rem;text-transform:uppercase;font-size:.875rem}.lookbook .page-title{font-size:calc(1.34375rem + 1.125vw);font-weight:700;text-transform:uppercase;margin-bottom:2.5rem}@media (min-width: 1200px){.lookbook .page-title{font-size:2.1875rem}}.lookbook-collection__item{display:block;padding-top:57.68%}.lookbook-collection__item.size-lg{padding-top:119.7%}.lookbook-collection__item-image{position:absolute;left:0;right:0;top:0;bottom:0}.lookbook-collection__item-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.popover-point{padding:1rem;border:0;background-color:transparent}.popover-point>span{display:block;width:1.5rem;height:1.5rem;border:.3rem solid #fff;background-color:#b9a16b;border-radius:1rem}.popover-point.type2{padding:.2rem}@media (min-width: 768px){.popover-point.type2{padding:1rem}}.popover-point.type2>span{background-color:#fff;border-radius:3rem;border:0;line-height:1;display:flex;align-items:center;justify-content:center;width:.625rem;height:.625rem;box-shadow:0 0 0 .2625rem #ffffff4d;font-size:.5625rem;padding-bottom:.05rem}@media (min-width: 768px){.popover-point.type2>span{width:2.625rem;height:2.625rem;box-shadow:0 0 0 .5625rem #ffffff4d;font-size:1.5625rem;padding-bottom:.2rem}}.popover-point.type3{padding:.2rem}@media (min-width: 768px){.popover-point.type3{padding:1rem}}.popover-point.type3>span{background-color:#fff;border-radius:3rem;border:0;line-height:1;display:flex;align-items:center;justify-content:center;width:.625rem;height:.625rem;box-shadow:0 0 0 .2625rem #ffffff4d;font-size:.5625rem;padding-bottom:.05rem}@media (min-width: 768px){.popover-point.type3>span{width:1.75rem;height:1.75rem;box-shadow:0 0 0 .375rem #ffffff4d;font-size:1.5625rem;padding-bottom:.2rem}}.lookbook-products>h2,.lookbook-products>.h2{pointer-events:none}.store-location .page-title{font-size:2.1875rem;font-weight:700;text-transform:uppercase;margin-bottom:2.5rem}.store-location__search{position:relative;width:100%}.store-location__search-input{padding:1.25rem 3.875rem 1rem 1.25rem;height:3.75rem;border:1px solid #e4e4e4;font-size:.875rem;width:100%}.store-location__search-btn{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);padding:0}.store-location__search-result__item{padding:1.875rem 0;border-top:1px solid #e4e4e4}.store-location__search-result__item:first-child{border-top:0}.store-location__search-result__item h5,.store-location__search-result__item .h5{margin-bottom:.8125rem}.store-location__search-result__item a{font-size:.8125rem;line-height:1.5rem;display:inline-block;position:relative;text-transform:uppercase;font-weight:500}.store-location__search-result__item a:after{content:"";display:block;border-bottom:2px solid;width:0;position:absolute;bottom:-2px;left:0;transition:all .3s ease}.store-location__search-result__item a:hover:after{width:75%}.store-location .google-map__wrapper{height:46.875rem;max-height:100vh}.login-register{width:40.625rem;max-width:100%;padding:0 4.6875rem}@media (max-width: 767.98px){.login-register{padding:0 1rem}}.login-register .nav-tabs{justify-content:center;text-transform:uppercase}.login-register .btn{font-size:.875rem;height:3.75rem;font-weight:500}.login-register p{color:#767676}body.not-found-page{background:url(../../images/pattern_bg.png) center no-repeat;background-size:cover;background-attachment:fixed}body.not-found-page .header{background:transparent}.page-not-found{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;padding-top:5rem}.page-not-found .content{width:31.25rem;max-width:100%;text-align:center}.page-not-found .content h2,.page-not-found .content .h2{font-size:calc(1.75rem + 6vw);font-weight:700}@media (min-width: 1200px){.page-not-found .content h2,.page-not-found .content .h2{font-size:6.25rem}}.page-not-found .content .btn{width:21.25rem;max-width:100%;height:3.75rem;font-size:.875rem}body.coming-soon-page{background:url(../../images/pattern_bg.png) center no-repeat;background-size:cover;background-attachment:fixed}body.coming-soon-page .header{background:transparent}.coming-soon{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;padding-top:5rem}.coming-soon .content{width:46.875rem;max-width:100%;text-align:center}.coming-soon .content h2,.coming-soon .content .h2{font-size:calc(1.75rem + 6vw);font-weight:700;letter-spacing:-.05em}@media (min-width: 1200px){.coming-soon .content h2,.coming-soon .content .h2{font-size:6.25rem}}.coming-soon .content p{width:29.75rem;max-width:100%;margin:0 auto}.coming-soon .js-countdown{display:flex;align-items:center;justify-content:center;gap:2rem}@media (min-width: 768px){.coming-soon .js-countdown{gap:3.625rem}}.coming-soon .js-countdown .countdown-num{font-size:1.875rem}.coming-soon .js-countdown .countdown-word{font-size:1rem}.coming-soon .js-countdown .countdown-unit{position:relative;min-width:3.625rem}.coming-soon .js-countdown .countdown-unit:before{content:":";display:block;position:absolute;font-size:1.875rem;left:-1rem}@media (min-width: 768px){.coming-soon .js-countdown .countdown-unit:before{left:-2rem}}.coming-soon .js-countdown .countdown-unit:first-child:before{display:none}.coming-soon .block-newsletter .block-newsletter__form{height:3.75rem}.coming-soon .block-newsletter .block-newsletter__form button{font-weight:400;font-size:.875rem}.image-banner{position:relative;min-height:18.75rem;display:flex;align-items:center}@media (min-width: 576px){.image-banner{min-height:30rem}}@media (min-width: 992px){.image-banner{min-height:43.75rem}}.image-banner__content{position:relative;z-index:1;text-align:center}.image-banner__content h2,.image-banner__content .h2{font-size:calc(1.5rem + 3vw);font-weight:700;text-transform:uppercase}@media (min-width: 1200px){.image-banner__content h2,.image-banner__content .h2{font-size:3.75rem}}.category-banner__item{position:relative}.category-banner__item-content{position:absolute;left:12.2%;right:12.2%;bottom:-2.3125rem;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 2rem}@media (min-width: 1200px){.category-banner__item-content{padding:2.6875rem 2rem 1.625rem}}.category-banner__item-content h2,.category-banner__item-content .h2{margin:0}.category-banner__item-mark{background:#d6001c;display:flex;align-items:center;justify-content:center;font-weight:500;text-transform:uppercase;color:#fff;padding:.75rem 1rem .5rem;text-align:center;line-height:1.5;position:absolute;font-size:.9375rem;width:6.25rem;height:6.25rem;border-radius:6.25rem;right:1.875rem;top:1.875rem}.category-masonry__title{font-size:calc(1.4375rem + 2.25vw);line-height:1.5}@media (min-width: 1200px){.category-masonry__title{font-size:3.125rem}}.category-masonry__item{position:relative}.category-masonry__item-category{position:absolute;left:0;top:0;transform:rotate(-90deg) translate(-100%,-100%);transform-origin:left top}.video-banner{height:100vh;max-height:43.75rem}.video-banner:before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-color:#00000080}.btn-video-player{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:.125rem solid;border-radius:4rem;padding-left:.125rem;transition:all .3s ease;background-color:transparent}.btn-video-player:hover{background-color:#0003}.btn-video-player .flaticon{font-size:1rem}@media (min-width: 768px){.btn-video-player{width:4.375rem;height:4.375rem;border:.25rem solid;padding-left:.25rem}.btn-video-player .flaticon{font-size:1.25rem}}.btn-video-player svg{display:block}.btn-video-player svg.btn-pause{display:none}.btn-video-player svg.btn-play{margin-left:.3rem}.btn-video-player.playing svg.btn-play{display:none}.btn-video-player.playing svg.btn-pause{display:block}.btn-add-to-cart{border:none;padding:8px 16px;border-radius:4px;transition:all .3s ease;font-weight:500}.card{transition:transform .2s}.card:hover{transform:translateY(-5px);box-shadow:0 4px 15px #0000001a}.card-img-top{height:100%}@media (max-width: 576px){.card{margin:.5rem auto!important}}.section-title{font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(90deg,var(--primary-color, #222),var(--secondary-color, #ff9800));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.line-before,.line-after{flex:1;height:2px;background:linear-gradient(to right,var(--secondary-color, #ff9800),var(--primary-color, #222));max-width:120px}@media (max-width: 576px){.line-before,.line-after{max-width:60px}}.tw-text-gray-400{color:#4b5563!important}@media (prefers-color-scheme: dark){.dark .tw-text-gray-400{color:#cbd5e1!important}}.sf-bg-secondary{background-color:#c2410c!important;color:#fff!important}.footer_type_1.dark .menu-link{color:#f8fafc!important}.footer_type_1.dark .menu-link:hover,.footer_type_1.dark .menu-link:focus{color:#fff!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }[class*=tw-border],[class*=tw-divide]{border-style:solid}.sf-submenu-link{display:block;border-radius:.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;margin-left:-.625rem;margin-right:-.625rem;padding:.375rem .625rem}.sf-submenu-link:hover,.sf-submenu-link:focus-visible{background-color:#2222220f;background-color:color-mix(in srgb,var(--primary-color, #222) 10%,transparent);color:var(--primary-color, #222)}.default-menu{border-radius:.5rem;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(236 236 236 / var(--tw-border-opacity, 1));box-shadow:0 .75rem 1.75rem #2222221f}.default-menu .sub-menu__item+.sub-menu__item{border-top-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(241 241 241 / var(--tw-border-opacity, 1))}.sf-drawer-link:hover,.sf-drawer-link.is-active,.sf-drawer-sub a:hover,.sf-drawer-sub a.is-active{color:var(--primary-color, #222)}.sf-tooltip{pointer-events:none;position:absolute;z-index:1080;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(34 34 34 / var(--tw-bg-opacity, 1));padding:.25rem .5rem;font-size:.75rem;line-height:1rem;line-height:1.25;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sf-tooltip.is-visible{opacity:1}.collapse:not(.show){display:none}.fade{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-timing-function:linear}.fade:not(.show){opacity:0}.card-title{margin-bottom:.5rem}.accordion-header{margin-bottom:0}.small{font-size:.875em}.text-red{--tw-text-opacity: 1 !important;color:rgb(195 41 41 / var(--tw-text-opacity, 1))!important}.bg-red{--tw-bg-opacity: 1 !important;background-color:rgb(195 41 41 / var(--tw-bg-opacity, 1))!important}.sf-container{margin-left:auto;margin-right:auto;width:100%;max-width:100%;padding-left:.9375rem;padding-right:.9375rem}@media (min-width: 576px){.sf-container{max-width:540px}}@media (min-width: 768px){.sf-container{max-width:720px}}@media (min-width: 992px){.sf-container{max-width:960px}}@media (min-width: 1200px){.sf-container{max-width:1140px}}@media (min-width: 1500px){.sf-container{max-width:1440px}}.sf-narrow-page{margin-left:auto;margin-right:auto;width:40.625rem;max-width:100%;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.sf-narrow-page{padding-left:4.6875rem;padding-right:4.6875rem}}.sf-btn{display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-width:1px;border-style:solid;border-color:transparent;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.9375rem 1.125rem .75rem;text-align:center;vertical-align:middle;font-size:.875rem;line-height:1.25rem;font-weight:400;line-height:1.5;--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.sf-btn-primary{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));background-color:var(--primary-color, #222);border-color:var(--primary-color, #222)}.sf-btn-primary:hover,.sf-btn-primary:focus{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));background-color:var(--hover-color, #1b1b1b);border-color:var(--hover-color, #1b1b1b)}.product-card:before,.product-card:after{content:"";pointer-events:none;position:absolute;z-index:2;height:0px;width:0px;border-color:var(--secondary-color, #ff9800);border-style:solid;border-width:0}.product-card:before{bottom:0;left:0;border-bottom-width:2px;border-left-width:2px;border-bottom-left-radius:inherit;transition:width .3s ease .22s,height .3s ease .22s}.product-card:after{top:0;right:0;border-top-width:2px;border-right-width:2px;border-top-right-radius:inherit;transition:width .3s ease,height .3s ease}.product-card:hover:before,.product-card:focus-within:before{height:100%;width:100%;transition:width .3s ease,height .3s ease}.product-card:hover:after,.product-card:focus-within:after{height:100%;width:100%;transition:width .3s ease .22s,height .3s ease .22s}.product-card>*{transition:transform .3s ease;transform-origin:center}.product-card:hover>*,.product-card:focus-within>*{transform:scale(.97)}@media (prefers-reduced-motion: reduce){.product-card:before,.product-card:after,.product-card>*{transition:none}.product-card:hover>*,.product-card:focus-within>*{transform:none}}.sf-bg-secondary{background-color:var(--secondary-color, #c2410c)}.sf-btn-secondary{background-color:transparent;border-color:var(--secondary-color, #c2410c);color:var(--secondary-color, #c2410c)}.sf-btn-secondary:hover,.sf-btn-secondary:focus{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));background-color:var(--secondary-color, #c2410c);border-color:var(--secondary-color, #c2410c)}.sf-bg-primary{background-color:var(--primary-color, #222)}.sf-btn-light{--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(228 228 228 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.sf-btn-light:hover{--tw-border-opacity: 1;border-color:rgb(231 231 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(231 231 231 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.sf-btn-tall{height:3.75rem;font-weight:500}.sf-btn-text{text-decoration-line:underline}.sf-input{display:block;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-width:.125rem;border-style:solid;--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.9375rem .9375rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:400;line-height:1.7143;--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.sf-input:focus{--tw-border-opacity: 1;border-color:rgb(34 34 34 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px}.sf-input-invalid{--tw-border-opacity: 1;border-color:rgb(220 53 69 / var(--tw-border-opacity, 1))}.sf-invalid-feedback{margin-top:.25rem;display:block;width:100%;font-size:.875em;--tw-text-opacity: 1;color:rgb(220 53 69 / var(--tw-text-opacity, 1))}.sf-field{position:relative}.sf-field>.sf-input{height:calc(3.625rem + 2px);padding:1.125rem 1.3125rem .9rem}.sf-field>.sf-input::-moz-placeholder{color:transparent}.sf-field>.sf-input::placeholder{color:transparent}.sf-field>label{pointer-events:none;position:absolute;top:1rem;left:.75rem;border-width:.125rem;border-style:solid;border-color:transparent;padding-left:.5rem;padding-right:.5rem;--tw-text-opacity: 1;color:rgb(118 118 118 / var(--tw-text-opacity, 1));transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}.sf-field>.sf-input:not(:-moz-placeholder-shown)~label{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1));transform:translateY(-1.9rem)}.sf-field>.sf-input:focus~label,.sf-field>.sf-input:not(:placeholder-shown)~label{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1));transform:translateY(-1.9rem)}.sf-check{position:relative;margin-top:.25rem;height:1rem;width:1rem;flex-shrink:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-width:.125rem;border-style:solid;--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));vertical-align:top}.sf-check:checked{--tw-border-opacity: 1;border-color:rgb(34 34 34 / var(--tw-border-opacity, 1))}.sf-check:focus{--tw-border-opacity: 1;border-color:rgb(34 34 34 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px}.sf-check:after{content:"";position:absolute;top:50%;left:.125rem;height:.5rem;width:.5rem;background-color:transparent;transform:translateY(-50%)}.sf-check:checked:after{--tw-bg-opacity: 1;background-color:rgb(34 34 34 / var(--tw-bg-opacity, 1))}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1055;display:none;align-items:flex-start;justify-content:center;overflow-y:auto;background-color:#00000080;padding:1rem}.modal-overlay.is-open{display:flex}.sf-modal-panel{position:relative;margin-top:auto;margin-bottom:auto;width:100%;max-width:500px}.sf-modal-panel.sf-modal-quick-view{max-width:73.125rem}.sf-modal-content{position:relative;display:flex;width:100%;flex-direction:column;border-radius:.3rem;border-width:1px;border-style:solid;border-color:#0003;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));background-clip:padding-box}.sf-btn-outline-dark{--tw-border-opacity: 1;border-color:rgb(34 34 34 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.sf-btn-outline-dark:hover{--tw-border-opacity: 1;border-color:rgb(34 34 34 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(34 34 34 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sf-btn-link{position:relative;display:inline-block;border-width:0px;background-color:transparent;padding:0;font-weight:400;--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1));text-decoration-line:none}.sf-btn-link:hover{--tw-text-opacity: 1;color:rgb(27 27 27 / var(--tw-text-opacity, 1))}.sf-btn-sm{padding:.75rem 1.125rem .625rem;font-size:.875rem}.sf-btn-outline-light{--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.sf-btn-outline-light:hover{--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(228 228 228 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.sf-btn-info{--tw-border-opacity: 1;border-color:rgb(205 233 246 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(205 233 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.sf-badge{display:inline-block;white-space:nowrap;border-radius:.25rem;padding:.35em .65em;text-align:center;vertical-align:baseline;font-size:.75em;font-weight:700;line-height:1;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sf-input-sm{padding:.75rem 1.125rem .6rem;font-size:.875rem;line-height:1.25rem}.sf-form-label{margin-bottom:.5rem;display:inline-block}.sf-form-check{position:relative;margin-bottom:1rem;display:flex;min-height:1.5rem;align-items:flex-start;gap:.5rem}.sf-form-check-label{cursor:pointer}.sf-table{width:100%;border-collapse:collapse;vertical-align:top}.sf-table>:not(caption)>*>*{padding:.5rem}.sf-table-sm>:not(caption)>*>*{padding:.25rem}.sf-table-bordered>:not(caption)>*>*{border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(222 226 230 / var(--tw-border-opacity, 1))}.sf-table-striped>tbody>tr:nth-of-type(odd)>*{--tw-bg-opacity: 1;background-color:rgb(250 249 248 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.sf-table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.sf-alert{position:relative;margin-bottom:1rem;border-width:1px;border-style:solid;border-color:transparent;padding:1.6875rem 1.875rem 1.375rem;font-weight:500}.sf-alert-success{--tw-border-opacity: 1;border-color:rgb(222 242 215 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(222 242 215 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(91 112 82 / var(--tw-text-opacity, 1))}.sf-alert-danger{--tw-border-opacity: 1;border-color:rgb(236 200 197 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(236 200 197 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(171 51 49 / var(--tw-text-opacity, 1))}.sf-card{position:relative;display:flex;min-width:0px;flex-direction:column;overflow-wrap:break-word;border-radius:.25rem;border-width:1px;border-style:solid;border-color:#00000020;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.sf-card-header{margin-bottom:0;border-bottom-width:1px;border-style:solid;border-color:#00000020;background-color:#00000008;padding:.5rem 1rem}.sf-card-body{margin:5px;flex:1 1 auto}.sf-underscore-heading{position:relative;display:inline-block;padding:.6875rem 1.5625rem .4375rem;text-align:center;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.sf-underscore-heading:after{content:"";position:absolute;bottom:0;left:1.5625rem;height:.125rem;width:calc(100% - 3.125rem);--tw-bg-opacity: 1;background-color:rgb(34 34 34 / var(--tw-bg-opacity, 1))}.tw-pointer-events-none{pointer-events:none}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw-inset-0{top:0;right:0;bottom:0;left:0}.-tw-bottom-28{bottom:-7rem}.-tw-left-16{left:-4rem}.-tw-right-24{right:-6rem}.-tw-top-24{top:-6rem}.tw-left-2{left:.5rem}.tw-left-3{left:.75rem}.tw-right-0{right:0}.tw-right-2\.5{right:.625rem}.tw-right-3{right:.75rem}.tw-top-0{top:0}.tw-top-1\/2{top:50%}.tw-top-2{top:.5rem}.tw-top-3{top:.75rem}.tw-z-20{z-index:20}.tw-z-\[1\]{z-index:1}.tw-order-1{order:1}.tw-order-none{order:0}.tw-col-span-12{grid-column:span 12 / span 12}.tw-col-span-4{grid-column:span 4 / span 4}.tw-col-span-6{grid-column:span 6 / span 6}.tw-col-span-8{grid-column:span 8 / span 8}.tw-m-0{margin:0}.-tw-mx-2{margin-left:-.5rem;margin-right:-.5rem}.tw-mx-1{margin-left:.25rem;margin-right:.25rem}.tw-mx-4{margin-left:1rem;margin-right:1rem}.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-my-0{margin-top:0;margin-bottom:0}.tw-my-1{margin-top:.25rem;margin-bottom:.25rem}.tw-my-4{margin-top:1rem;margin-bottom:1rem}.-tw-mb-px{margin-bottom:-1px}.tw-mb-0{margin-bottom:0}.tw-mb-0\.5{margin-bottom:.125rem}.tw-mb-1{margin-bottom:.25rem}.tw-mb-1\.5{margin-bottom:.375rem}.tw-mb-10{margin-bottom:2.5rem}.tw-mb-12{margin-bottom:3rem}.tw-mb-2{margin-bottom:.5rem}.tw-mb-2\.5{margin-bottom:.625rem}.tw-mb-3{margin-bottom:.75rem}.tw-mb-4{margin-bottom:1rem}.tw-mb-5{margin-bottom:1.25rem}.tw-mb-6{margin-bottom:1.5rem}.tw-mb-8{margin-bottom:2rem}.tw-ml-1{margin-left:.25rem}.tw-ml-2{margin-left:.5rem}.tw-ml-3{margin-left:.75rem}.tw-ml-auto{margin-left:auto}.tw-mr-1{margin-right:.25rem}.tw-mr-1\.5{margin-right:.375rem}.tw-mr-2{margin-right:.5rem}.tw-mr-3{margin-right:.75rem}.tw-mr-4{margin-right:1rem}.tw-mr-auto{margin-right:auto}.tw-mt-0\.5{margin-top:.125rem}.tw-mt-1{margin-top:.25rem}.tw-mt-12{margin-top:3rem}.tw-mt-2{margin-top:.5rem}.tw-mt-3{margin-top:.75rem}.tw-mt-3\.5{margin-top:.875rem}.tw-mt-4{margin-top:1rem}.tw-mt-6{margin-top:1.5rem}.tw-mt-7{margin-top:1.75rem}.tw-mt-8{margin-top:2rem}.tw-mt-auto{margin-top:auto}.tw-line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tw-block{display:block}.tw-inline-block{display:inline-block}.tw-inline{display:inline}.tw-flex{display:flex}.tw-inline-flex{display:inline-flex}.tw-grid{display:grid}.tw-hidden{display:none}.tw-aspect-video{aspect-ratio:16 / 9}.\!tw-h-\[2\.375rem\]{height:2.375rem!important}.tw-h-10{height:2.5rem}.tw-h-11{height:2.75rem}.tw-h-14{height:3.5rem}.tw-h-2\.5{height:.625rem}.tw-h-3\.5{height:.875rem}.tw-h-5{height:1.25rem}.tw-h-56{height:14rem}.tw-h-6{height:1.5rem}.tw-h-64{height:16rem}.tw-h-7{height:1.75rem}.tw-h-9{height:2.25rem}.tw-h-\[1\.125rem\]{height:1.125rem}.tw-h-\[15px\]{height:15px}.tw-h-\[26px\]{height:26px}.tw-h-\[2px\]{height:2px}.tw-h-\[60px\]{height:60px}.tw-h-auto{height:auto}.tw-h-full{height:100%}.tw-max-h-\[460px\]{max-height:460px}.tw-max-h-\[92vh\]{max-height:92vh}.tw-min-h-0{min-height:0px}.tw-w-1\/2{width:50%}.tw-w-10{width:2.5rem}.tw-w-11{width:2.75rem}.tw-w-12{width:3rem}.tw-w-14{width:3.5rem}.tw-w-2\.5{width:.625rem}.tw-w-24{width:6rem}.tw-w-3\.5{width:.875rem}.tw-w-4{width:1rem}.tw-w-5{width:1.25rem}.tw-w-56{width:14rem}.tw-w-6{width:1.5rem}.tw-w-64{width:16rem}.tw-w-7{width:1.75rem}.tw-w-8{width:2rem}.tw-w-9{width:2.25rem}.tw-w-\[1\.125rem\]{width:1.125rem}.tw-w-\[15px\]{width:15px}.tw-w-\[26px\]{width:26px}.tw-w-\[58\.125rem\]{width:58.125rem}.tw-w-\[60px\]{width:60px}.tw-w-auto{width:auto}.tw-w-full{width:100%}.tw-min-w-0{min-width:0px}.tw-min-w-\[1\.375rem\]{min-width:1.375rem}.tw-min-w-\[120px\]{min-width:120px}.tw-min-w-\[180px\]{min-width:180px}.tw-max-w-\[160px\]{max-width:160px}.tw-max-w-\[250px\]{max-width:250px}.tw-max-w-\[440px\]{max-width:440px}.tw-max-w-\[62rem\]{max-width:62rem}.tw-max-w-full{max-width:100%}.tw-max-w-md{max-width:28rem}.tw-max-w-sm{max-width:24rem}.tw-flex-1{flex:1 1 0%}.tw-shrink{flex-shrink:1}.tw-shrink-0{flex-shrink:0}.tw-grow{flex-grow:1}.tw-border-collapse{border-collapse:collapse}.-tw-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tw-cursor-not-allowed{cursor:not-allowed}.tw-cursor-pointer{cursor:pointer}.tw-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.tw-list-none{list-style-type:none}.tw-appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.tw-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.tw-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-grid-cols-\[repeat\(auto-fill\,minmax\(140px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.tw-flex-col{flex-direction:column}.tw-flex-wrap{flex-wrap:wrap}.tw-items-start{align-items:flex-start}.tw-items-center{align-items:center}.tw-items-baseline{align-items:baseline}.tw-items-stretch{align-items:stretch}.tw-justify-start{justify-content:flex-start}.tw-justify-end{justify-content:flex-end}.tw-justify-center{justify-content:center}.tw-justify-between{justify-content:space-between}.tw-gap-0\.5{gap:.125rem}.tw-gap-1{gap:.25rem}.tw-gap-1\.5{gap:.375rem}.tw-gap-2{gap:.5rem}.tw-gap-2\.5{gap:.625rem}.tw-gap-3{gap:.75rem}.tw-gap-3\.5{gap:.875rem}.tw-gap-4{gap:1rem}.tw-gap-6{gap:1.5rem}.tw-gap-\[5px\]{gap:5px}.tw-gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.tw-gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.tw-gap-x-\[30px\]{-moz-column-gap:30px;column-gap:30px}.tw-gap-y-1{row-gap:.25rem}.tw-gap-y-2{row-gap:.5rem}.tw-gap-y-4{row-gap:1rem}.tw-gap-y-6{row-gap:1.5rem}.tw-space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.tw-overflow-hidden{overflow:hidden}.tw-overflow-y-auto{overflow-y:auto}.tw-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tw-whitespace-nowrap{white-space:nowrap}.\!tw-rounded-lg{border-radius:.5rem!important}.tw-rounded{border-radius:.25rem}.tw-rounded-\[0\.625rem\]{border-radius:.625rem}.tw-rounded-\[10px\]{border-radius:10px}.tw-rounded-\[5px\]{border-radius:5px}.tw-rounded-full{border-radius:9999px}.tw-rounded-lg{border-radius:.5rem}.tw-rounded-md{border-radius:.375rem}.tw-rounded-xl{border-radius:.75rem}.tw-rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.tw-rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.\!tw-border{border-width:1px!important}.\!tw-border-0{border-width:0px!important}.tw-border{border-width:1px}.tw-border-0{border-width:0px}.tw-border-2{border-width:2px}.tw-border-x{border-left-width:1px;border-right-width:1px}.tw-border-x-2{border-left-width:2px;border-right-width:2px}.tw-border-y-0{border-top-width:0px;border-bottom-width:0px}.tw-border-b{border-bottom-width:1px}.tw-border-b-2{border-bottom-width:2px}.tw-border-l-\[3px\]{border-left-width:3px}.tw-border-t{border-top-width:1px}.tw-border-t-0{border-top-width:0px}.tw-border-solid{border-style:solid}.tw-border-\[\#dee2e6\]{--tw-border-opacity: 1;border-color:rgb(222 226 230 / var(--tw-border-opacity, 1))}.tw-border-\[\#e0e0e0\]{--tw-border-opacity: 1;border-color:rgb(224 224 224 / var(--tw-border-opacity, 1))}.tw-border-\[\#e4e4e4\]{--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--tw-border-opacity, 1))}.tw-border-\[\#e6e6e6\]{--tw-border-opacity: 1;border-color:rgb(230 230 230 / var(--tw-border-opacity, 1))}.tw-border-\[\#ececec\]{--tw-border-opacity: 1;border-color:rgb(236 236 236 / var(--tw-border-opacity, 1))}.tw-border-\[\#eee\]{--tw-border-opacity: 1;border-color:rgb(238 238 238 / var(--tw-border-opacity, 1))}.tw-border-\[\#f1f1f1\]{--tw-border-opacity: 1;border-color:rgb(241 241 241 / var(--tw-border-opacity, 1))}.tw-border-\[color\:var\(--primary-color\,\#222\)\]{border-color:var(--primary-color,#222)}.tw-border-\[color\:var\(--primary-color\,\#222222\)\]{border-color:var(--primary-color,#222222)}.tw-border-\[color\:var\(--secondary-color\,\#ff9800\)\]{border-color:var(--secondary-color,#ff9800)}.tw-border-black\/10{border-color:#0000001a}.tw-border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.tw-border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.tw-border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.tw-border-transparent{border-color:transparent}.tw-border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.tw-bg-\[\#007bff\]{--tw-bg-opacity: 1;background-color:rgb(0 123 255 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#1da1f2\]{--tw-bg-opacity: 1;background-color:rgb(29 161 242 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#222\]{--tw-bg-opacity: 1;background-color:rgb(34 34 34 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#767676\]{--tw-bg-opacity: 1;background-color:rgb(118 118 118 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#d0021b\]{--tw-bg-opacity: 1;background-color:rgb(208 2 27 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#e4e4e4\]{--tw-bg-opacity: 1;background-color:rgb(228 228 228 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#ecc8c5\]{--tw-bg-opacity: 1;background-color:rgb(236 200 197 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#eff7ff\]{--tw-bg-opacity: 1;background-color:rgb(239 247 255 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#f2f2f2\]{--tw-bg-opacity: 1;background-color:rgb(242 242 242 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#f3f4f6\]{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#f6f6f6\]{--tw-bg-opacity: 1;background-color:rgb(246 246 246 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#f8f8f8\]{--tw-bg-opacity: 1;background-color:rgb(248 248 248 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#f8f9fa\]{--tw-bg-opacity: 1;background-color:rgb(248 249 250 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#f9f9f9\]{--tw-bg-opacity: 1;background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#faf9f8\]{--tw-bg-opacity: 1;background-color:rgb(250 249 248 / var(--tw-bg-opacity, 1))}.tw-bg-\[color\:var\(--secondary-color\,\#ff9800\)\]{background-color:var(--secondary-color,#ff9800)}.tw-bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.tw-bg-black\/30{background-color:#0000004d}.tw-bg-black\/40{background-color:#0006}.tw-bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.tw-bg-transparent{background-color:transparent}.tw-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.tw-bg-white\/10{background-color:#ffffff1a}.tw-bg-white\/90{background-color:#ffffffe6}.tw-bg-cover{background-size:cover}.tw-bg-center{background-position:center}.tw-object-contain{-o-object-fit:contain;object-fit:contain}.tw-object-cover{-o-object-fit:cover;object-fit:cover}.tw-p-0{padding:0}.tw-p-0\.5{padding:.125rem}.tw-p-1\.5{padding:.375rem}.tw-p-10{padding:2.5rem}.tw-p-2{padding:.5rem}.tw-p-2\.5{padding:.625rem}.tw-p-3{padding:.75rem}.tw-p-4{padding:1rem}.tw-p-5{padding:1.25rem}.tw-p-6{padding:1.5rem}.tw-p-7{padding:1.75rem}.tw-p-\[15px\]{padding:15px}.\!tw-px-3\.5{padding-left:.875rem!important;padding-right:.875rem!important}.\!tw-py-0{padding-top:0!important;padding-bottom:0!important}.tw-px-0{padding-left:0;padding-right:0}.tw-px-2{padding-left:.5rem;padding-right:.5rem}.tw-px-2\.5{padding-left:.625rem;padding-right:.625rem}.tw-px-3{padding-left:.75rem;padding-right:.75rem}.tw-px-4{padding-left:1rem;padding-right:1rem}.tw-px-5{padding-left:1.25rem;padding-right:1.25rem}.tw-px-\[0\.9375rem\]{padding-left:.9375rem;padding-right:.9375rem}.tw-px-\[15px\]{padding-left:15px;padding-right:15px}.tw-py-0{padding-top:0;padding-bottom:0}.tw-py-1{padding-top:.25rem;padding-bottom:.25rem}.tw-py-10{padding-top:2.5rem;padding-bottom:2.5rem}.tw-py-12{padding-top:3rem;padding-bottom:3rem}.tw-py-14{padding-top:3.5rem;padding-bottom:3.5rem}.tw-py-2{padding-top:.5rem;padding-bottom:.5rem}.tw-py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.tw-py-3{padding-top:.75rem;padding-bottom:.75rem}.tw-py-4{padding-top:1rem;padding-bottom:1rem}.tw-py-\[0\.4375rem\]{padding-top:.4375rem;padding-bottom:.4375rem}.tw-pb-0{padding-bottom:0}.tw-pb-1{padding-bottom:.25rem}.tw-pb-1\.5{padding-bottom:.375rem}.tw-pb-2{padding-bottom:.5rem}.tw-pb-3{padding-bottom:.75rem}.tw-pb-3\.5{padding-bottom:.875rem}.tw-pb-4{padding-bottom:1rem}.tw-pb-6{padding-bottom:1.5rem}.tw-pb-\[0\.4375rem\]{padding-bottom:.4375rem}.tw-pb-\[5px\]{padding-bottom:5px}.tw-pl-0{padding-left:0}.tw-pl-1{padding-left:.25rem}.tw-pl-2\.5{padding-left:.625rem}.tw-pl-3{padding-left:.75rem}.tw-pr-1{padding-right:.25rem}.tw-pr-4{padding-right:1rem}.tw-pr-6{padding-right:1.5rem}.tw-pr-7{padding-right:1.75rem}.tw-pt-1{padding-top:.25rem}.tw-pt-10{padding-top:2.5rem}.tw-pt-2{padding-top:.5rem}.tw-pt-2\.5{padding-top:.625rem}.tw-pt-3{padding-top:.75rem}.tw-pt-4{padding-top:1rem}.tw-pt-6{padding-top:1.5rem}.tw-text-left{text-align:left}.tw-text-center{text-align:center}.tw-text-right{text-align:right}.tw-align-baseline{vertical-align:baseline}.tw-align-middle{vertical-align:middle}.\!tw-text-sm{font-size:.875rem!important;line-height:1.25rem!important}.tw-text-2xl{font-size:1.5rem;line-height:2rem}.tw-text-\[0\.6875rem\]{font-size:.6875rem}.tw-text-\[0\.8125rem\]{font-size:.8125rem}.tw-text-\[0\.85rem\]{font-size:.85rem}.tw-text-\[0\.8rem\]{font-size:.8rem}.tw-text-\[0\.9375rem\]{font-size:.9375rem}.tw-text-\[0\.95rem\]{font-size:.95rem}.tw-text-\[1\.25rem\]{font-size:1.25rem}.tw-text-\[1\.5rem\]{font-size:1.5rem}.tw-text-\[1\.75rem\]{font-size:1.75rem}.tw-text-\[10px\]{font-size:10px}.tw-text-\[11px\]{font-size:11px}.tw-text-\[13px\]{font-size:13px}.tw-text-\[15px\]{font-size:15px}.tw-text-\[2rem\]{font-size:2rem}.tw-text-\[9px\]{font-size:9px}.tw-text-base{font-size:1rem;line-height:1.5rem}.tw-text-lg{font-size:1.125rem;line-height:1.75rem}.tw-text-sm{font-size:.875rem;line-height:1.25rem}.tw-text-xl{font-size:1.25rem;line-height:1.75rem}.tw-text-xs{font-size:.75rem;line-height:1rem}.tw-font-bold{font-weight:700}.tw-font-extrabold{font-weight:800}.tw-font-medium{font-weight:500}.tw-font-normal{font-weight:400}.tw-font-semibold{font-weight:600}.tw-uppercase{text-transform:uppercase}.tw-leading-\[1\.875rem\]{line-height:1.875rem}.tw-leading-none{line-height:1}.tw-leading-relaxed{line-height:1.625}.tw-leading-snug{line-height:1.375}.tw-leading-tight{line-height:1.25}.tw-tracking-\[0\.12em\]{letter-spacing:.12em}.tw-tracking-\[0\.14em\]{letter-spacing:.14em}.tw-tracking-wide{letter-spacing:.025em}.\!tw-text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.tw-text-\[\#1f2937\]{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.tw-text-\[\#222222\],.tw-text-\[\#222\]{--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.tw-text-\[\#333\]{--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity, 1))}.tw-text-\[\#444\]{--tw-text-opacity: 1;color:rgb(68 68 68 / var(--tw-text-opacity, 1))}.tw-text-\[\#555\]{--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity, 1))}.tw-text-\[\#767676\]{--tw-text-opacity: 1;color:rgb(118 118 118 / var(--tw-text-opacity, 1))}.tw-text-\[\#999\]{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity, 1))}.tw-text-\[\#9a9a9a\]{--tw-text-opacity: 1;color:rgb(154 154 154 / var(--tw-text-opacity, 1))}.tw-text-\[\#9ca3af\]{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.tw-text-\[\#cde9f6\]{--tw-text-opacity: 1;color:rgb(205 233 246 / var(--tw-text-opacity, 1))}.tw-text-\[\#dc3545\]{--tw-text-opacity: 1;color:rgb(220 53 69 / var(--tw-text-opacity, 1))}.tw-text-\[color\:var\(--primary-color\,\#222\)\]{color:var(--primary-color,#222)}.tw-text-\[color\:var\(--primary-color\,\#222222\)\]{color:var(--primary-color,#222222)}.tw-text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.tw-text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.tw-text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.tw-text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.tw-text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.tw-text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.tw-text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.tw-text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.tw-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.tw-text-white\/55{color:#ffffff8c}.tw-text-white\/70{color:#ffffffb3}.tw-text-white\/85{color:#ffffffd9}.tw-underline{text-decoration-line:underline}.tw-no-underline{text-decoration-line:none}.tw-underline-offset-2{text-underline-offset:2px}.tw-opacity-50{opacity:.5}.tw-shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.07\)\]{--tw-shadow: 0 2px 8px rgba(0,0,0,.07);--tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow-\[0_4px_8px_rgba\(0\,0\,0\,\.1\)\]{--tw-shadow: 0 4px 8px rgba(0,0,0,.1);--tw-shadow-colored: 0 4px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-outline-none{outline:2px solid transparent;outline-offset:2px}.tw-ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.tw-ring-black\/5{--tw-ring-color: rgb(0 0 0 / .05)}.tw-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-duration-300{transition-duration:.3s}.tw-ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[-webkit-appearance\:none\]{-webkit-appearance:none}.\[appearance\:textfield\]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}[x-cloak]{display:none!important}.position-fixed{position:fixed}.overflow-hidden{overflow:hidden}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.is-invalid{--tw-border-opacity: 1;border-color:rgb(220 53 69 / var(--tw-border-opacity, 1))}.hidden{display:none}.rotate-180{transform:rotate(180deg)}.variant-option.active{background-color:var(--primary-color, #212529);border-color:var(--primary-color, #212529);color:#fff}.variant-option--off{opacity:.35;text-decoration:line-through;cursor:not-allowed}.variant-option:not(.active):hover,.js-swatch:hover{background-color:var(--secondary-color, #ff9800);border-color:var(--secondary-color, #ff9800);color:#fff}.is-valid{--tw-border-opacity: 1;border-color:rgb(25 135 84 / var(--tw-border-opacity, 1))}.last\:tw-border-0:last-child{border-width:0px}.last\:tw-border-b-0:last-child{border-bottom-width:0px}.last\:tw-pb-0:last-child{padding-bottom:0}.hover\:tw-scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:tw-border-\[\#222\]:hover{--tw-border-opacity: 1;border-color:rgb(34 34 34 / var(--tw-border-opacity, 1))}.hover\:tw-border-\[color\:var\(--primary-color\,\#222222\)\]:hover{border-color:var(--primary-color,#222222)}.hover\:tw-bg-\[\#007bff\]:hover{--tw-bg-opacity: 1;background-color:rgb(0 123 255 / var(--tw-bg-opacity, 1))}.hover\:tw-bg-\[\#0d8ddb\]:hover{--tw-bg-opacity: 1;background-color:rgb(13 141 219 / var(--tw-bg-opacity, 1))}.hover\:tw-bg-\[\#222\]:hover{--tw-bg-opacity: 1;background-color:rgb(34 34 34 / var(--tw-bg-opacity, 1))}.hover\:tw-bg-\[\#e5e7eb\]:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:tw-bg-\[\#f5f5f5\]:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.hover\:tw-bg-\[color\:var\(--primary-color\,\#222\)\]:hover{background-color:var(--primary-color,#222)}.hover\:tw-bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:tw-bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:tw-bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:tw-bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:\!tw-text-white:hover{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.hover\:tw-text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:tw-text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:tw-text-gray-950:hover{--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity, 1))}.hover\:tw-text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:tw-text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:tw-opacity-90:hover{opacity:.9}.hover\:tw-shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:tw-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.disabled\:tw-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:tw-opacity-40:disabled{opacity:.4}.disabled\:hover\:tw-bg-transparent:hover:disabled{background-color:transparent}.disabled\:hover\:tw-bg-white:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.tw-group:hover .group-hover\:tw-scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tw-group:hover .group-hover\:tw-text-gray-950{--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity, 1))}.tw-peer:checked~.peer-checked\:tw-flex{display:flex}.tw-peer:checked~.peer-checked\:tw-border-\[color\:var\(--primary-color\,\#222\)\]{border-color:var(--primary-color,#222)}.tw-peer:checked~.peer-checked\:tw-border-\[color\:var\(--primary-color\,\#222222\)\]{border-color:var(--primary-color,#222222)}.tw-peer:checked~.peer-checked\:tw-bg-\[color\:var\(--primary-color\,\#222\)\]{background-color:var(--primary-color,#222)}.tw-peer:checked~.peer-checked\:tw-bg-\[var\(--primary-color\,\#222222\)\]{background-color:var(--primary-color,#222222)}.tw-peer:checked~.peer-checked\:tw-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.has-\[\:checked\]\:tw-border-\[color\:var\(--secondary-color\,\#ff9800\)\]:has(:checked){border-color:var(--secondary-color,#ff9800)}.has-\[\:checked\]\:tw-bg-\[\#fff7ec\]:has(:checked){--tw-bg-opacity: 1;background-color:rgb(255 247 236 / var(--tw-bg-opacity, 1))}.has-\[\:checked\]\:tw-bg-\[color\:var\(--primary-color\,\#222222\)\]:has(:checked){background-color:var(--primary-color,#222222)}.has-\[\:checked\]\:tw-text-white:has(:checked){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media (max-width: 991px){.max-\[991px\]\:tw-absolute{position:absolute}.max-\[991px\]\:tw-left-\[15px\]{left:15px}.max-\[991px\]\:tw-top-\[60px\]{top:60px}.max-\[991px\]\:tw-z-\[1000\]{z-index:1000}.max-\[991px\]\:tw-block{display:block}.max-\[991px\]\:tw-hidden{display:none}.max-\[991px\]\:tw-w-\[85\%\]{width:85%}.max-\[991px\]\:tw-shadow-\[0_4px_10px_rgba\(0\,0\,0\,\.15\)\]{--tw-shadow: 0 4px 10px rgba(0,0,0,.15);--tw-shadow-colored: 0 4px 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media (min-width: 640px){.sm\:tw-col-span-4{grid-column:span 4 / span 4}.sm\:tw-h-16{height:4rem}.sm\:tw-w-16{width:4rem}.sm\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:tw-gap-4{gap:1rem}.sm\:tw-p-10{padding:2.5rem}.sm\:tw-text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.md\:tw-sticky{position:sticky}.md\:tw-top-0{top:0}.md\:tw-order-3{order:3}.md\:tw-order-none{order:0}.md\:tw-col-span-12{grid-column:span 12 / span 12}.md\:tw-col-span-4{grid-column:span 4 / span 4}.md\:tw-col-span-5{grid-column:span 5 / span 5}.md\:tw-col-span-6{grid-column:span 6 / span 6}.md\:tw-col-span-7{grid-column:span 7 / span 7}.md\:tw-col-span-8{grid-column:span 8 / span 8}.md\:tw-col-start-5{grid-column-start:5}.md\:tw-mb-0{margin-bottom:0}.md\:tw-mb-1{margin-bottom:.25rem}.md\:tw-mb-12{margin-bottom:3rem}.md\:tw-mb-6{margin-bottom:1.5rem}.md\:tw-mt-12{margin-top:3rem}.md\:tw-block{display:block}.md\:tw-inline-block{display:inline-block}.md\:tw-flex{display:flex}.md\:tw-hidden{display:none}.md\:tw-h-16{height:4rem}.md\:tw-w-16{width:4rem}.md\:tw-w-2\/3{width:66.666667%}.md\:tw-w-auto{width:auto}.md\:tw-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:tw-flex-row{flex-direction:row}.md\:tw-flex-wrap{flex-wrap:wrap}.md\:tw-items-center{align-items:center}.md\:tw-justify-end{justify-content:flex-end}.md\:tw-justify-center{justify-content:center}.md\:tw-justify-between{justify-content:space-between}.md\:tw-gap-10{gap:2.5rem}.md\:tw-gap-3{gap:.75rem}.md\:tw-gap-4{gap:1rem}.md\:tw-self-start{align-self:flex-start}.md\:tw-p-10{padding:2.5rem}.md\:tw-p-4{padding:1rem}.md\:tw-p-5{padding:1.25rem}.md\:tw-p-6{padding:1.5rem}.md\:tw-p-8{padding:2rem}.md\:tw-py-16{padding-top:4rem;padding-bottom:4rem}.md\:tw-pb-2{padding-bottom:.5rem}.md\:tw-pb-4{padding-bottom:1rem}.md\:tw-text-right{text-align:right}.md\:tw-text-2xl{font-size:1.5rem;line-height:2rem}.md\:tw-text-\[1\.25rem\]{font-size:1.25rem}.md\:tw-text-base{font-size:1rem;line-height:1.5rem}.md\:tw-text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 992px){.min-\[992px\]\:tw-col-span-3{grid-column:span 3 / span 3}.min-\[992px\]\:tw-col-span-9{grid-column:span 9 / span 9}.min-\[992px\]\:tw-mb-0{margin-bottom:0}.min-\[992px\]\:tw-hidden{display:none}.min-\[992px\]\:tw-w-\[17\%\]{width:17%}.min-\[992px\]\:tw-w-\[24\%\]{width:24%}.min-\[992px\]\:tw-w-\[25\%\]{width:25%}}@media (min-width: 1024px){.lg\:tw-order-1{order:1}.lg\:tw-order-2{order:2}.lg\:tw-col-span-3{grid-column:span 3 / span 3}.lg\:tw-col-span-5{grid-column:span 5 / span 5}.lg\:tw-col-span-6{grid-column:span 6 / span 6}.lg\:tw-col-span-7{grid-column:span 7 / span 7}.lg\:tw-flex{display:flex}.lg\:tw-hidden{display:none}.lg\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:tw-flex-row{flex-direction:row}.lg\:tw-gap-8{gap:2rem}}@media (min-width: 1280px){.xl\:tw-col-span-12{grid-column:span 12 / span 12}.xl\:tw-col-span-3{grid-column:span 3 / span 3}.xl\:tw-col-span-4{grid-column:span 4 / span 4}.xl\:tw-col-span-8{grid-column:span 8 / span 8}.xl\:tw-mb-12{margin-bottom:3rem}.xl\:tw-mb-6{margin-bottom:1.5rem}.xl\:tw-mb-8{margin-bottom:2rem}.xl\:tw-mt-12{margin-top:3rem}.xl\:tw-mt-6{margin-top:1.5rem}.xl\:tw-p-12{padding:3rem}.xl\:tw-pb-12{padding-bottom:3rem}.xl\:tw-pb-2{padding-bottom:.5rem}.xl\:tw-pt-12{padding-top:3rem}.xl\:tw-text-\[2\.25rem\]{font-size:2.25rem}}@media (min-width: 1536px){.\32xl\:tw-col-span-2{grid-column:span 2 / span 2}}@media (prefers-color-scheme: dark){.dark\:tw-text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}}.\[\&\:\:-webkit-inner-spin-button\]\:tw-appearance-none::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:\:-webkit-outer-spin-button\]\:tw-appearance-none::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}
