#section-webapp-carousel{overflow:hidden!important}button:focus-visible,a:focus-visible{outline-offset:2px;outline:2px solid #baa35f}.header-state{color:#baa35f;background:#000929;justify-content:center;align-items:center;width:100%;min-height:70vh;font-family:Poppins,sans-serif;display:flex;position:relative}.header-state--error{color:#e87070}.header-hero-wrapper{width:100%;height:100vh;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.header-carousel-bg{z-index:0;background-position:top;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.header-carousel-bg.is-active{opacity:1;transition:opacity .5s}.header-carousel-bg.is-inactive{opacity:0;pointer-events:none;transition:opacity .5s}.header-hero-overlay{z-index:1;background:linear-gradient(90deg,#00092994 0%,#00092957 38%,#00092914 100%);position:absolute;inset:0}.header-carousel-container{z-index:2;position:absolute;inset:0}.header-carousel-inner{justify-content:flex-start;align-items:flex-end;height:100%;padding-bottom:4.5rem;display:flex}.header-content-box{text-align:justify;width:50%;line-height:1}.header-content-title{color:#fff;margin-top:0;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:2rem;font-weight:500;line-height:1}.header-content-typeword{color:#baa35f;will-change:transform,opacity,filter;margin:0 0 .75rem;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.25;display:inline-block}.header-content-text{color:#fff;margin:0 auto 1rem;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:500;line-height:1.45}.header-buttons{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.card-btn{letter-spacing:1px;white-space:nowrap;box-sizing:border-box;border-radius:4px;justify-content:center;align-items:center;min-height:46px;padding:12px 22px;font-size:14px;font-weight:400;line-height:1;text-decoration:none;transition:background .5s,color .5s,opacity .3s;display:inline-flex}.card-btn--gold{color:#fff;background:#baa35f}.card-btn--white{color:#000929;background:#fff}.card-btn:hover{opacity:.85}.carousel-indicators-wrap{z-index:20;gap:10px;display:flex;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.carousel-dot.active{background:#baa35f}.carousel-chevron{z-index:20;cursor:pointer;color:#fff;background:#00000059;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;padding:0;transition:background .25s,border-color .25s,opacity .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-chevron svg{flex-shrink:0;width:26px;height:26px}.carousel-chevron--left{left:24px}.carousel-chevron--right{right:24px}.carousel-chevron:hover{background:#baa35fb8;border-color:#baa35f}@media (max-width:1280px){.carousel-chevron{width:46px;height:46px}.carousel-chevron svg{width:22px;height:22px}.carousel-chevron--left{left:18px}.carousel-chevron--right{right:18px}}@media (max-width:1200px){.header-content-title{font-size:calc(1.325rem + .9vw)}}@media (max-width:991px){.carousel-chevron{width:38px;height:38px}.carousel-chevron svg{width:18px;height:18px}.carousel-chevron--left{left:14px}.carousel-chevron--right{right:14px}.card-btn{letter-spacing:.8px;min-height:42px;padding:11px 18px;font-size:13px}}@media (max-width:768px){.header-content-box{width:80%}.card-btn{letter-spacing:.7px;min-height:40px;padding:10px 16px;font-size:12px}}@media (max-width:747px){.carousel-chevron{display:none}.carousel-indicators-wrap{bottom:6px}.header-carousel-inner{padding-bottom:2rem}.header-carousel-container{align-items:flex-end}.header-content-box{width:100%}.header-content-title{margin-bottom:.35rem;font-size:clamp(14px,4vw,20px)}.header-content-typeword{margin-bottom:.5rem;font-size:clamp(12px,3.5vw,16px)}.header-content-text{margin-bottom:10px;font-size:11px}.card-btn{letter-spacing:.6px;min-height:36px;padding:8px 14px;font-size:10px}.header-buttons{gap:6px}}@media (max-width:576px){.header-content-box{width:95%}.header-content-title{font-size:1.3rem}.header-content-typeword,.header-content-text{font-size:1rem}.card-btn{letter-spacing:.5px;min-height:34px;padding:7px 12px;font-size:10px}.header-buttons{gap:6px}}@media (max-width:480px){.header-content-title{font-size:clamp(12px,3.8vw,16px)}.header-content-typeword{font-size:clamp(11px,3.2vw,14px)}.header-content-text{margin-bottom:8px;font-size:10px}.card-btn{letter-spacing:.4px;min-height:32px;padding:6px 10px;font-size:9px}.header-buttons{gap:5px}}@media (max-width:360px){.card-btn{letter-spacing:.3px;min-height:30px;padding:6px 8px;font-size:8.5px}.header-buttons{gap:4px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.anim-fade-up{animation:.65s cubic-bezier(.22,1,.36,1) both fadeUp}@keyframes blurIn{0%{opacity:0;filter:blur(14px);letter-spacing:10px}to{opacity:1;filter:blur();letter-spacing:1.8px}}.anim-blur-in{animation:.8s cubic-bezier(.22,1,.36,1) both blurIn}@keyframes slideFromLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.anim-slide-right{animation:.6s cubic-bezier(.22,1,.36,1) both slideFromLeft}@keyframes flipDown{0%{opacity:0;transform:perspective(500px)rotateX(-70deg)translateY(-10px)}to{opacity:1;transform:perspective(500px)rotateX(0)translateY(0)}}.anim-flip-down{transform-origin:top;animation:.65s cubic-bezier(.22,1,.36,1) both flipDown}@keyframes scaleIn{0%{opacity:0;filter:blur(6px);transform:scale(.55)}50%{filter:blur()}to{opacity:1;filter:blur();transform:scale(1)}}.anim-scale-in{animation:.6s cubic-bezier(.34,1.56,.64,1) both scaleIn}
.js-section *,.js-section :before,.js-section :after{box-sizing:border-box}.js-section{background:#fff;width:100%;padding:48px 0;font-family:Poppins,sans-serif;overflow:hidden}.js-container{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media (min-width:640px){.js-container{max-width:640px;padding-left:24px;padding-right:24px}}@media (min-width:768px){.js-container{max-width:768px}}@media (min-width:1024px){.js-container{max-width:1024px;padding-left:40px;padding-right:40px}}@media (min-width:1280px){.js-container{max-width:1280px}}@media (min-width:1536px){.js-container{max-width:1536px}}.js-header{text-align:center;width:100%;margin-bottom:32px;position:relative}.js-header-mobile-block{display:block}@media (min-width:640px){.js-header-mobile-block{display:none}}.js-header-mobile{flex-direction:column;align-items:center;width:100%;margin-bottom:12px;display:flex}.js-title-mobile{color:#000;letter-spacing:.3px;text-align:center;margin:8px 0;font-family:Poppins,sans-serif;font-size:clamp(14px,4vw,20px);font-weight:500;line-height:1.45}.js-header-mobile-accent{background:#baa35f;border-radius:2px;width:48px;height:3px}.js-header-desktop{display:none}@media (min-width:640px){.js-header-desktop{display:block}.js-header{margin-bottom:48px}}.js-header-desktop-row{justify-content:center;align-items:center;gap:20px;width:100%;padding:0;display:flex}.js-line-left,.js-line-right{flex:1;align-items:center;min-width:0;display:flex}.js-line{background:#baa35f;flex:1;height:3.5px}.js-arrow-right{border-top:7px solid #0000;border-bottom:7px solid #0000;border-right:9px solid #baa35f;flex-shrink:0;width:0;height:0;margin-left:-9px}.js-arrow-left{border-top:7px solid #0000;border-bottom:7px solid #0000;border-left:9px solid #baa35f;flex-shrink:0;width:0;height:0;margin-right:-9px}.js-title{color:#000;letter-spacing:.5px;white-space:nowrap;flex-shrink:0;margin:0;padding:0 8px;font-family:Poppins,sans-serif;font-size:clamp(16px,3vw,40px);font-weight:500;line-height:1.3}.js-header-sub-wrapper{margin-top:20px}.js-header-sub{color:#000;word-break:break-word;overflow-wrap:anywhere;margin:0 auto;padding:0 16px;font-family:Poppins,sans-serif;font-size:clamp(11px,3vw,18px);line-height:1.6}@media (min-width:640px){.js-header-sub{padding:0;font-size:clamp(14px,1.6vw,18px)}}.js-cards-wrapper{position:relative}.js-connector-line{display:none}@media (min-width:1024px){.js-connector-line{z-index:0;border-top:1px solid #baa35f;height:0;display:block;position:absolute;top:96px;left:12.5%;right:12.5%}}.js-grid{z-index:1;grid-template-columns:1fr;gap:24px;margin:0;padding:0;list-style:none;display:grid;position:relative}@media (min-width:640px){.js-grid{grid-template-columns:repeat(2,1fr);gap:29px}}@media (min-width:1024px){.js-grid{grid-template-columns:repeat(4,1fr)}}.js-card-item{display:flex;position:relative}.js-step-badge{color:#fff;z-index:20;background:#baa35f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-family:Poppins,sans-serif;font-size:clamp(12px,1.8vw,18px);font-weight:500;display:flex;position:absolute;top:-16px;right:-8px;box-shadow:0 4px 12px #00000026}@media (min-width:640px){.js-step-badge{width:48px;height:48px;top:-20px;right:-20px}}.js-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;width:100%;padding:clamp(16px,3vw,32px);transition:box-shadow .3s;display:flex;position:relative;overflow:visible;box-shadow:0 4px 16px #00000014}.js-card:hover{box-shadow:0 8px 28px #00000024}.js-card:focus-within{outline-offset:2px;outline:2px solid #baa35f}.js-card-figure{justify-content:center;margin:0 0 clamp(12px,2vw,24px);display:flex}.js-icon-box{border:2px solid #baa35f;border-radius:8px;justify-content:center;align-items:center;width:clamp(44px,6vw,64px);height:clamp(44px,6vw,64px);transition:all .3s;display:flex}.js-icon-img{filter:invert(64%)sepia(13%)saturate(1044%)hue-rotate(10deg)brightness(88%)contrast(88%);width:clamp(22px,3vw,32px);height:clamp(22px,3vw,32px)}.js-card-body{text-align:center;flex:1}.js-card-title{color:#000;margin:0 0 clamp(8px,1.2vw,16px);font-family:Poppins,sans-serif;font-size:clamp(13px,2vw,20px);font-weight:500;line-height:1.3}.js-card-desc{color:#000;margin:0;font-family:Poppins,sans-serif;font-size:clamp(11px,1.5vw,15px);line-height:1.65}.js-card-accent{opacity:0;background:#baa35f;border-radius:0 0 10px 10px;height:8px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.js-card:hover .js-card-accent{opacity:1}
:root{--gold:#baa35f;--wine:#7b1d2e;--wine-light:#9b2335}@keyframes pg-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes bts-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes bts-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.8)}}@keyframes bts-slideup{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes bts-dropDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes bts-mobileCardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pg-section{padding-top:3rem}.pg-header{text-align:center;width:100%;margin-bottom:20px;position:relative}@media (min-width:640px){.pg-header{margin-bottom:28px}}@media (min-width:768px){.pg-header{margin-bottom:9px}}.pg-header-line-row{justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:12px;display:flex}@media (min-width:640px){.pg-header-line-row{gap:12px;margin-bottom:20px}}@media (min-width:768px){.pg-header-line-row{gap:20px}}.pg-header-line-side{flex:1;align-items:center;display:flex}.pg-header-line{background:#baa35f;flex:1;height:2px}@media (min-width:640px){.pg-header-line{height:2.5px}}@media (min-width:768px){.pg-header-line{height:3.5px}}.pg-header-arrow-left{border-top:5px solid #0000;border-bottom:5px solid #0000;border-right:7px solid #baa35f;flex-shrink:0;width:0;height:0;margin-left:-7px}@media (min-width:640px){.pg-header-arrow-left{border-top-width:6px;border-bottom-width:6px;border-right-width:8px;margin-left:-8px}}@media (min-width:768px){.pg-header-arrow-left{border-top-width:7px;border-bottom-width:7px;border-right-width:9px;margin-left:-9px}}.pg-header-arrow-right{border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:7px solid #baa35f;flex-shrink:0;width:0;height:0;margin-right:-7px}@media (min-width:640px){.pg-header-arrow-right{border-top-width:6px;border-bottom-width:6px;border-left-width:8px;margin-right:-8px}}@media (min-width:768px){.pg-header-arrow-right{border-top-width:7px;border-bottom-width:7px;border-left-width:9px;margin-right:-9px}}.pg-heading{color:#000;letter-spacing:.4px;flex-shrink:0;padding:0 8px;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.25}@media (min-width:640px){.pg-heading{padding:0 12px;font-size:1.5rem}}@media (min-width:768px){.pg-heading{font-size:1.875rem}}@media (min-width:1024px){.pg-heading{font-size:2.5rem}}.pg-subheading{color:#000;text-align:center;letter-spacing:.8px;max-width:740px;margin:0 auto;padding:0 12px;font-family:Poppins,sans-serif;font-size:13px;line-height:1.625}@media (min-width:640px){.pg-subheading{font-size:.875rem}}@media (min-width:768px){.pg-subheading{font-size:1rem}}@media (min-width:1024px){.pg-subheading{font-size:1.375rem}}.pg-carousel-container{margin-top:28px}@media (min-width:640px){.pg-carousel-container{margin-top:36px}}@media (min-width:768px){.pg-carousel-container{margin-top:38px}}.pg-explore-wrap{justify-content:center;margin-top:24px;display:flex}.pg-map-container{margin-top:24px;padding-bottom:0;overflow:hidden}.pg-skeleton-card{background:#fff;border:1px solid #e8e8e8;height:100%;overflow:hidden}.pg-skeleton-img{aspect-ratio:4/3;background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb 50%,#f5f5f5 75%) 0 0/200% 100%;width:100%;animation:1.4s infinite pg-shimmer}.pg-skeleton-body{padding:18px}.pg-skeleton-row{background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb 50%,#f5f5f5 75%) 0 0/200% 100%;border-radius:2px;animation:1.4s infinite pg-shimmer;display:block}.pg-skeleton-row--short{width:60%;height:10px}.pg-skeleton-row--medium{width:85%;height:18px;margin-top:6px}.pg-skeleton-row--long{width:70%;height:12px;margin-top:8px}.pg-skeleton-stats{border-top:1px solid #f0f0f0;gap:8px;margin-top:20px;padding-top:16px;display:flex}.pg-skeleton-stat{background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb 50%,#f5f5f5 75%) 0 0/200% 100%;border-radius:2px;flex:1;height:40px;animation:1.4s infinite pg-shimmer}.pg-card{cursor:pointer;background:#fff;border:1px solid #e8e8e8;outline:none;flex-direction:column;height:100%;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden}.pg-card:hover,.pg-card:focus-visible{transform:translateY(-4px);box-shadow:0 12px 40px #00000021}.pg-card:focus-visible{outline-offset:2px;outline:2px solid #baa35f}.pg-card-img-wrap{aspect-ratio:4/3;background:#f7f5f0;flex-shrink:0;width:100%;position:relative;overflow:hidden}.pg-card-img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.pg-card:hover .pg-card-img{transform:scale(1.04)}.pg-card-img-placeholder{background:#f0ece4;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.pg-card-img-overlay{background:linear-gradient(#0000 35%,#000000a6 100%);position:absolute;inset:0}.pg-card-badge{letter-spacing:.14em;text-transform:uppercase;color:#fff;z-index:2;padding:4px 10px;font-family:Poppins,sans-serif;font-size:9px;font-weight:700;position:absolute;top:14px;left:14px}.pg-card-type{letter-spacing:.12em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#0000008c;border:1px solid #fff3;padding:4px 10px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;position:absolute;top:14px;right:14px}.pg-card-name-wrap{z-index:2;padding:16px 18px;position:absolute;bottom:0;left:0;right:0}.pg-card-name{color:#fff;letter-spacing:.06em;text-transform:uppercase;text-shadow:0 2px 8px #0006;margin:0;font-family:Poppins,sans-serif;font-size:clamp(20px,1.9vw,26px);font-weight:700;line-height:1.1}.pg-card-tagline{color:#ffffffbf;letter-spacing:.02em;margin:3px 0 0;font-family:Poppins,sans-serif;font-size:clamp(11px,.74vw,13px)}.pg-card-body{flex-direction:column;flex:1;padding:clamp(14px,1.5vw,22px);display:flex}.pg-card-location{color:#888;letter-spacing:.03em;align-items:center;gap:5px;margin-bottom:10px;font-family:Poppins,sans-serif;font-size:clamp(11px,.74vw,12px);display:flex}.pg-card-stats{background:#f0f0f0;border:1px solid #f0f0f0;grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:16px;display:grid}.pg-card-stat{text-align:center;background:#fafafa;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:12px 8px;display:flex}.pg-card-stat-val{color:#111;font-family:Poppins,sans-serif;font-size:clamp(13px,.95vw,15px);font-weight:600;line-height:1}.pg-card-stat-label{color:#aaa;letter-spacing:.07em;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:9px;font-weight:500}.pg-card-footer{border-top:1px solid #f0f0f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:14px;display:flex}@media (max-width:400px){.pg-card-footer{flex-direction:column;align-items:flex-start;gap:10px}.pg-card-cta{justify-content:center;width:100%}}.pg-card-price-wrap{flex-direction:column;gap:1px;display:flex}.pg-card-price-from{color:#aaa;letter-spacing:.1em;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:9px;font-weight:500}.pg-card-price{color:#baa35f;letter-spacing:.03em;align-items:baseline;gap:4px;font-family:Poppins,sans-serif;font-size:clamp(14px,1.05vw,16px);font-weight:700;display:flex}.pg-card-price-vat{color:#aaa;letter-spacing:.06em;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:12px;font-weight:500}.pg-card-price-tba{color:#aaa;font-family:Poppins,sans-serif;font-size:11px;font-style:italic}.pg-card-cta{letter-spacing:.08em;text-transform:uppercase;color:#fff;white-space:nowrap;cursor:pointer;background:#000;border:1.5px solid #000;align-items:center;gap:6px;padding:8px 14px;font-family:Poppins,sans-serif;font-size:clamp(10px,.68vw,12px);font-weight:600;text-decoration:none;transition:background .25s,color .25s,border-color .25s;display:inline-flex}.pg-card-cta:hover{color:#fff;background:#baa35f;border-color:#baa35f}.pg-card-cta--disabled{color:#bbb;cursor:default;background:#f0f0f0;border-color:#f0f0f0}.pg-card-cta--disabled:hover{color:#bbb;background:#f0f0f0;border-color:#f0f0f0}.pg-empty{color:#aaa;border:1.5px dashed #e0e0e0;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;padding:60px 20px;font-family:Poppins,sans-serif;font-size:14px;display:flex}.pg-empty-icon{color:#ddd;margin-bottom:4px}.pg-explore-btn{letter-spacing:.14em;text-transform:uppercase;color:#fff;cursor:pointer;background:#000;border:1.5px solid #000;align-items:center;gap:8px;padding:14px 36px;font-family:Poppins,sans-serif;font-size:clamp(11px,.8vw,13px);font-weight:600;text-decoration:none;transition:background .25s,border-color .25s,color .25s;display:inline-flex}.pg-explore-btn:hover{color:#fff;background:#baa35f;border-color:#baa35f}.pg-carousel-root{position:relative}.pg-carousel-stage{align-items:center;gap:12px;display:flex}.pg-carousel-viewport{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0;overflow:auto visible}.pg-carousel-viewport::-webkit-scrollbar{display:none}.pg-carousel-track{align-items:stretch;gap:clamp(20px,2vw,32px);display:flex}.pg-carousel-slide{flex:0 0 var(--pg-slide-flex-basis,calc(33.333% - 21px));scroll-snap-align:start;flex-direction:column;min-width:0;display:flex}.pg-carousel-slide .pg-card{height:100%}.pg-carousel-arrow{color:#fff;cursor:pointer;background:#000;border:1.5px solid #000;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:42px;height:42px;transition:background .2s,border-color .2s,color .2s;display:flex}.pg-carousel-arrow:hover:not(.pg-carousel-arrow--disabled){background:#baa35f;border-color:#baa35f}.pg-carousel-arrow--disabled{color:#ccc;cursor:default;background:#f0f0f0;border-color:#e0e0e0}.pg-carousel-arrow--sm{color:#fff;cursor:pointer;background:#000;border:1.5px solid #000;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,border-color .2s;display:flex}.pg-carousel-arrow--sm:hover:not(.pg-carousel-arrow--disabled){background:#baa35f;border-color:#baa35f}.pg-carousel-dots{justify-content:center;align-items:center;gap:8px;margin-top:20px;display:flex}.pg-carousel-dot{cursor:pointer;background:#ddd;border:none;border-radius:50%;flex-shrink:0;width:7px;height:7px;padding:0;transition:background .2s,transform .2s}.pg-carousel-dot--active{background:#baa35f;transform:scale(1.45)}.pg-carousel-dot:hover:not(.pg-carousel-dot--active){background:#bbb}.bts-tip{background:#fff!important;border:1px solid #e0e0e0!important;border-radius:0!important;padding:6px 10px!important;box-shadow:0 4px 16px #0000001a!important}.bts-tip:before{border-top-color:#e0e0e0!important}.bts-leaflet-wrap{z-index:1;background:#f0ece4;width:100%;height:100%;position:absolute;inset:0}.bts-leaflet-wrap .leaflet-container{background:#f0ece4;width:100%;height:100%}.bts-leaflet-wrap .leaflet-control-zoom{overflow:hidden;box-shadow:none!important;border:1px solid #e0e0e0!important;border-radius:0!important;margin:0 12px 12px 0!important}.bts-leaflet-wrap .leaflet-control-zoom a{color:#000!important;background:#fff!important;border-bottom:1px solid #e0e0e0!important;width:32px!important;height:32px!important;font-family:Poppins,sans-serif!important;font-size:16px!important;font-weight:500!important;line-height:30px!important;transition:background .18s!important}.bts-leaflet-wrap .leaflet-control-zoom a:hover{background:#f7f7f7!important}.bts-leaflet-wrap .leaflet-control-attribution{color:#888!important;background:#ffffffe6!important;border-radius:0!important;font-size:9px!important}@media (max-width:767px){.bts-leaflet-wrap .leaflet-control-zoom{display:none!important}.bts-leaflet-wrap .leaflet-container{touch-action:none!important;pointer-events:none!important}.bts-leaflet-wrap .leaflet-marker-pane,.bts-leaflet-wrap .leaflet-marker-pane *{pointer-events:auto!important}}.leaflet-marker-icon [role=button]:focus{outline-offset:2px;outline:2px solid #baa35f}.bts-map-bleed{width:100vw;position:relative;left:50%;transform:translate(-50%)}.bts-map-height-wrap{width:100%;height:280px;position:relative}@media (min-width:768px){.bts-map-height-wrap{height:clamp(300px,40vw,500px)}}.bts-overlay-container{z-index:10;pointer-events:none;flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0}.bts-sidebar{pointer-events:auto;background:#fff;border:1px solid #e0e0e0;flex-direction:column;align-self:flex-start;width:clamp(180px,22vw,270px);max-height:100%;margin-top:24px;display:flex;box-shadow:0 4px 24px #0000001f}.bts-sidebar-header{background:#000;border-bottom:1px solid #222;flex-shrink:0;justify-content:space-between;align-items:center;height:42px;padding:0 12px;display:flex}.bts-sidebar-title-group{align-items:center;gap:8px;display:flex}.bts-sidebar-title{letter-spacing:.2em;text-transform:uppercase;color:#fff;font-family:Poppins,sans-serif;font-size:9px;font-weight:500}.bts-sidebar-count{letter-spacing:.1em;color:#baa35f;font-family:Poppins,sans-serif;font-size:10px;font-weight:500}.bts-search-wrap{border-bottom:1px solid #e0e0e0;flex-shrink:0;position:relative}.bts-search-icon{color:#bbb;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:13px;line-height:1;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.bts-search-input{letter-spacing:.06em;color:#111;box-sizing:border-box;background:#fff;border:none;width:100%;height:38px;padding-left:30px;padding-right:28px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;display:block}.bts-search-input:focus{background:#fafafa;outline:none}.bts-search-clear{cursor:pointer;color:#aaa;background:0 0;border:none;padding:2px;font-size:11px;line-height:1;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.bts-search-wrap--sm .bts-search-icon{left:9px}.bts-search-wrap--sm .bts-search-input{letter-spacing:.04em;height:32px;padding-left:28px;font-size:10px}.bts-search-wrap--sm .bts-search-clear{font-size:10px;right:7px}.bts-result-hint{letter-spacing:.1em;color:#baa35f;text-transform:uppercase;background:#fafaf8;border-bottom:1px solid #f0f0f0;flex-shrink:0;padding:3px 10px;font-family:Poppins,sans-serif;font-size:7.5px;font-weight:500}.bts-result-hint--sm{padding:2px 8px}.bts-list-scroll{-ms-overflow-style:none;scrollbar-width:none;flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.bts-list-scroll::-webkit-scrollbar{display:none}.bts-list-item{cursor:pointer;background:0 0;border-bottom:1px solid #f0f0f0;align-items:center;gap:8px;padding:8px 10px;transition:background .16s,padding-left .16s;display:flex}.bts-list-item:hover:not(.bts-list-item--active){background:#f7f7f7;padding-left:14px}.bts-list-item--active{background:#000;padding-left:14px}@media (max-width:767px){.bts-list-item{gap:5px;padding:5px 8px}.bts-list-item:hover:not(.bts-list-item--active),.bts-list-item--active{padding-left:11px}}.bts-list-dot{background:#ddd;border-radius:50%;flex-shrink:0;width:4px;height:4px;transition:background .16s}.bts-list-dot--active{background:#9b2335}.bts-list-thumb{object-fit:cover;border:1px solid #e0e0e0;flex-shrink:0;width:28px;height:28px}.bts-list-thumb--active{border-color:#9b2335}.bts-list-text{flex:1;min-width:0}.bts-list-name{letter-spacing:.07em;text-transform:uppercase;color:#111;white-space:nowrap;text-overflow:ellipsis;font-family:Poppins,sans-serif;font-size:9.5px;font-weight:500;overflow:hidden}.bts-list-name--active{color:#fff}@media (max-width:767px){.bts-list-name{font-size:8.5px}}.bts-list-loc{letter-spacing:.05em;color:#888;margin-top:1px;font-family:Poppins,sans-serif;font-size:8px;font-weight:500}.bts-list-loc--active{color:#fff6}@media (max-width:767px){.bts-list-loc{font-size:7px}}.bts-list-badge{letter-spacing:.08em;text-transform:uppercase;color:#baa35f;border:1px solid #baa35f66;flex-shrink:0;padding:1px 4px;font-family:Poppins,sans-serif;font-size:6.5px;font-weight:500}.bts-no-results{letter-spacing:.12em;color:#aaa;text-transform:uppercase;text-align:center;padding:18px 12px;font-family:Poppins,sans-serif;font-size:9px;list-style:none}@media (max-width:767px){.bts-no-results{padding:10px 8px}}.bts-skel{background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb 50%,#f5f5f5 75%) 0 0/200%;border-bottom:1px solid #f0f0f0;height:44px;list-style:none;animation:1.4s infinite bts-shimmer}@media (max-width:767px){.bts-skel{height:32px}}.bts-detail-card-wrap{pointer-events:auto;align-self:flex-end;width:clamp(200px,20vw,240px);margin-bottom:24px}.bts-detail-card{cursor:pointer;color:inherit;background:#fff;border:none;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;transition:box-shadow .2s,transform .2s;animation:.3s cubic-bezier(.16,1,.3,1) forwards bts-slideup;display:block;position:relative;box-shadow:-2px -2px 20px #0000001f;text-decoration:none!important}.bts-detail-card:hover{transform:translateY(-2px);box-shadow:-2px -4px 24px #0000002e!important}.bts-detail-close{z-index:20;cursor:pointer;color:#111;background:#fff;border:1px solid #e0e0e0;justify-content:center;align-items:center;width:22px;height:22px;font-family:Poppins,sans-serif;font-size:9px;font-weight:500;transition:background .18s,color .18s;display:flex;position:absolute;top:6px;right:6px}.bts-detail-close:hover{color:#fff;background:#000}.bts-detail-img-wrap{background:#f7f7f7;height:100px;position:relative;overflow:hidden}.bts-detail-img{object-fit:cover;width:100%;height:100%;display:block}.bts-detail-img-overlay{background:linear-gradient(#0000 40%,#0003 100%);position:absolute;inset:0}.bts-detail-badge{letter-spacing:.14em;text-transform:uppercase;color:#fff;background:#baa35f;padding:3px 7px;font-family:Poppins,sans-serif;font-size:7px;font-weight:500;position:absolute;top:8px;left:8px}.bts-detail-body{padding:10px 12px 12px}.bts-detail-location{letter-spacing:.16em;text-transform:uppercase;color:#baa35f;align-items:center;gap:4px;margin-bottom:5px;font-family:Poppins,sans-serif;font-size:8px;font-weight:500;display:flex}.bts-detail-name{letter-spacing:.04em;color:#000;margin-bottom:8px;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;line-height:1.3}.bts-detail-tags{flex-wrap:wrap;gap:4px;margin-bottom:8px;display:flex}.bts-detail-tag{letter-spacing:.1em;text-transform:uppercase;padding:2px 6px;font-family:Poppins,sans-serif;font-size:7px;font-weight:500}.bts-detail-tag--gold{color:#baa35f;border:1px solid #baa35f66}.bts-detail-tag--grey{color:#888;border:1px solid #e0e0e0}.bts-detail-footer{justify-content:space-between;align-items:flex-end;gap:8px;display:flex}.bts-detail-price-label{letter-spacing:.12em;text-transform:uppercase;color:#888;margin-bottom:2px;font-family:Poppins,sans-serif;font-size:7px;font-weight:500}.bts-detail-price{color:#baa35f;letter-spacing:.03em;font-family:Poppins,sans-serif;font-size:10px;font-weight:500}.bts-detail-cta{letter-spacing:.14em;text-transform:uppercase;color:#baa35f;align-items:center;gap:4px;font-family:Poppins,sans-serif;font-size:9px;font-weight:500;display:inline-flex}.bts-mobile-toggle{z-index:20;cursor:pointer;background:#000;border:none;align-items:center;gap:5px;padding:5px 10px 5px 8px;font-family:Poppins,sans-serif;display:flex;position:absolute;top:8px;left:8px;box-shadow:0 2px 8px #0000004d}.bts-mobile-toggle-label{letter-spacing:.14em;text-transform:uppercase;color:#fff;font-size:8px;font-weight:600}.bts-dropdown{z-index:25;background:#fff;border:1px solid #e0e0e0;flex-direction:column;width:min(55vw,220px);max-height:180px;animation:.24s cubic-bezier(.16,1,.3,1) forwards bts-dropDown;display:flex;position:absolute;top:36px;left:8px;box-shadow:0 6px 20px #0000002e}.bts-mobile-card{color:inherit;background:#fff;border:1px solid #e8e8e8;border-top:3px solid #baa35f;flex-direction:row;align-items:stretch;text-decoration:none;animation:.32s cubic-bezier(.16,1,.3,1) forwards bts-mobileCardIn;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000001a}.bts-mobile-card:hover{box-shadow:0 8px 24px #00000024!important}.bts-mobile-card-img{background:#f0ece4;flex-shrink:0;width:72px;position:relative;overflow:hidden}.bts-mobile-card-img img{object-fit:cover;width:100%;height:100%;display:block}.bts-mobile-card-img-badge{letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#baa35f;padding:1px 4px;font-family:Poppins,sans-serif;font-size:6px;font-weight:500;position:absolute;bottom:4px;left:4px}.bts-mobile-card-body{flex-direction:column;flex:1;justify-content:center;gap:3px;min-width:0;padding:7px 32px 7px 10px;display:flex}.bts-mobile-card-location{letter-spacing:.12em;text-transform:uppercase;color:#baa35f;align-items:center;gap:3px;font-family:Poppins,sans-serif;font-size:7.5px;font-weight:500;display:flex}.bts-mobile-card-name{letter-spacing:.03em;color:#000;white-space:nowrap;text-overflow:ellipsis;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;line-height:1.25;overflow:hidden}.bts-mobile-card-tags{flex-wrap:wrap;align-items:center;gap:3px;display:flex}.bts-mobile-card-tag{letter-spacing:.1em;text-transform:uppercase;padding:1px 4px;font-family:Poppins,sans-serif;font-size:6px;font-weight:500}.bts-mobile-card-tag--gold{color:#baa35f;border:1px solid #baa35f66}.bts-mobile-card-tag--grey{color:#888;border:1px solid #e0e0e0}.bts-mobile-card-price{color:#baa35f;letter-spacing:.02em;font-family:Poppins,sans-serif;font-size:6.5px;font-weight:500}.bts-mobile-card-arrow{background:#000;flex-shrink:0;justify-content:center;align-items:center;width:24px;display:flex;position:absolute;top:0;bottom:0;right:0}.bts-mobile-card-close{cursor:pointer;color:#bbb;background:0 0;border:none;padding:2px 4px;font-family:Poppins,sans-serif;font-size:9px;line-height:1;position:absolute;top:4px;right:30px}.bts-tap-hint{letter-spacing:.1em;text-transform:uppercase;color:#aaa;text-align:center;background:#fafaf8;border:1px solid #f0f0f0;border-top:none;padding:9px 14px;font-family:Poppins,sans-serif;font-size:8.5px}.bts-pulse-dot{background:#baa35f;border-radius:50%;width:7px;height:7px;animation:2.2s ease-in-out infinite bts-pulse}.bts-pulse-dot--sm{width:5px;height:5px}.pg-card-badge{background:var(--pg-badge-bg,#000)}.pg-carousel-track[data-visible="1"] .pg-carousel-slide{flex:0 0 100%}.pg-carousel-track[data-visible="2"] .pg-carousel-slide{flex:0 0 calc(50% - clamp(20px,2vw,32px)/2)}.pg-carousel-track[data-visible="3"] .pg-carousel-slide{flex:0 0 calc(33.3333% - clamp(20px,2vw,32px)/1.5)}.bts-marker{transform-origin:bottom;transition:all .25s}.bts-marker-svg{width:100%;height:100%;display:block}.bts-marker--inactive{filter:drop-shadow(0 3px 8px #0000004d);width:28px;height:38px}.bts-marker--inactive .bts-marker-pin{fill:#7b1d2e;stroke:#fff9;stroke-width:1.4px}.bts-marker--inactive .bts-marker-dot{opacity:.75}.bts-marker--active{filter:drop-shadow(0 3px 8px #00000080);width:37px;height:50px}.bts-marker--active .bts-marker-pin{fill:#9b2335;stroke:#fff;stroke-width:1.4px}.bts-marker--active .bts-marker-dot{opacity:1}.bts-tip-label{letter-spacing:.06em;color:#000;font-family:Poppins,sans-serif;font-size:10px;font-weight:500}
.sv-section *,.sv-section :before,.sv-section :after{box-sizing:border-box}.sv-section{background:#fafaf8;width:100%;max-width:100%;padding:48px 0;font-family:Poppins,sans-serif;overflow:hidden}.sv-container{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media (min-width:640px){.sv-container{max-width:640px;padding-left:24px;padding-right:24px}}@media (min-width:768px){.sv-container{max-width:768px}}@media (min-width:1024px){.sv-container{max-width:1024px;padding-left:40px;padding-right:40px}}@media (min-width:1280px){.sv-container{max-width:1280px}}@media (min-width:1536px){.sv-container{max-width:1536px}}.sv-mob{display:block}.sv-mid,.sv-lg{display:none}@media (min-width:1024px) and (max-width:1299px){.sv-mob{display:none}.sv-mid{display:block}}@media (min-width:1300px){.sv-mob{display:none}.sv-lg{display:block}}.sv-header{text-align:center;width:100%;margin-bottom:5px;position:relative}.sv-header-mobile-block{display:block}@media (min-width:640px){.sv-header-mobile-block{display:none}}.sv-header-mobile{flex-direction:column;align-items:center;width:100%;margin-bottom:12px;display:flex}.sv-header-mobile-accent{background:#baa35f;border-radius:2px;width:48px;height:3px}.sv-title-mobile{letter-spacing:.2px;color:#000;text-align:center;margin:8px 0;font-family:Poppins,sans-serif;font-size:clamp(13px,3.8vw,20px);font-weight:500;line-height:1.45}.sv-header-desktop{display:none}@media (min-width:640px){.sv-header-desktop{display:block}}.sv-header-desktop-row{justify-content:center;align-items:center;gap:20px;width:100%;padding:0;display:flex}.sv-line-left,.sv-line-right{flex:1;align-items:center;min-width:0;display:flex}.sv-line{background:#baa35f;flex:1;height:3.5px}.sv-arrow-right{border-top:7px solid #0000;border-bottom:7px solid #0000;border-right:9px solid #baa35f;flex-shrink:0;width:0;height:0;margin-left:-9px}.sv-arrow-left{border-top:7px solid #0000;border-bottom:7px solid #0000;border-left:9px solid #baa35f;flex-shrink:0;width:0;height:0;margin-right:-9px}.sv-title{letter-spacing:.4px;color:#000;white-space:nowrap;flex-shrink:0;margin:0;padding:0 12px;font-family:Poppins,sans-serif;font-size:clamp(14px,2vw,32px);font-weight:500;line-height:1.25}.sv-header-sub-wrapper{margin-top:20px}.sv-header-sub{color:#000;letter-spacing:.8px;text-align:center;margin:0 auto;padding:0;font-size:clamp(10px,2.8vw,14px);line-height:1.6}@media (min-width:640px){.sv-header-sub{font-size:clamp(13px,1.6vw,18px)}}.sv-img-overlay{pointer-events:none;border-radius:inherit;background:linear-gradient(#0000 0%,#00092940 50%,#000929d1 100%);position:absolute;inset:0}.sv-corner-tl-h{pointer-events:none;background:#baa35f;border-radius:0 0 4px;width:56px;height:3px;position:absolute;top:0;left:0}.sv-corner-tl-v{pointer-events:none;background:#baa35f;border-radius:0 0 4px;width:3px;height:56px;position:absolute;top:0;left:0}.sv-corner-br-h{pointer-events:none;background:#baa35f;border-radius:4px 0 0;width:56px;height:3px;position:absolute;bottom:0;right:0}.sv-corner-br-v{pointer-events:none;background:#baa35f;border-radius:4px 0 0;width:3px;height:56px;position:absolute;bottom:0;right:0}.sv-lg-body{align-items:stretch;gap:72px;margin:0 auto;padding-top:48px;display:flex}.sv-lg-img{background:#000929;border-radius:16px;flex-shrink:0;width:420px;position:relative;overflow:hidden;box-shadow:0 8px 40px #0009292e}.sv-lg-img img{object-fit:cover;border-radius:inherit;width:100%;height:100%;transition:transform .6s;display:block}.sv-lg-img:hover img{transform:scale(1.04)}.sv-lg-rows{flex-direction:column;flex:1;justify-content:center;display:flex}.sv-row{border-bottom:1px solid #baa35f26;align-items:center;gap:20px;padding:18px 0;display:flex}.sv-row:first-child{border-top:1px solid #baa35f26}.sv-row img{filter:invert(64%)sepia(13%)saturate(1044%)hue-rotate(10deg)brightness(88%)contrast(88%);flex-shrink:0;width:30px;height:30px}.sv-row h3{letter-spacing:.5px;color:#1a1714;flex-shrink:0;width:185px;margin:0 0 3px;font-size:14px;font-weight:500;line-height:19px}.sv-row p{letter-spacing:.3px;color:#888;flex:1;margin:0;font-size:12.5px;font-weight:300;line-height:18px}.sv-mid-body{margin:0 auto;padding-top:48px}.sv-mid-img{background:#000929;border-radius:16px;margin-bottom:56px;position:relative;overflow:hidden;box-shadow:0 8px 40px #0009292e}.sv-mid-img img{object-fit:cover;border-radius:inherit;width:100%;height:280px;transition:transform .6s;display:block}.sv-mid-img:hover img{transform:scale(1.04)}.sv-mid-grid{grid-template-columns:repeat(3,1fr);gap:0;margin:0;padding:0;list-style:none;display:grid}.sv-mid-cell{border-right:1px solid #baa35f2e;padding:22px 30px 22px 0}.sv-mid-cell:nth-child(3n){border-right:none;padding-right:0}.sv-mid-cell:nth-child(n+4){border-top:1px solid #baa35f2e;padding-top:22px}.sv-mid-cell:nth-child(3n+2),.sv-mid-cell:nth-child(3n+3){padding-left:30px}.sv-mid-cell img{filter:invert(64%)sepia(13%)saturate(1044%)hue-rotate(10deg)brightness(88%)contrast(88%);width:30px;height:30px;margin-bottom:13px;display:block}.sv-mid-cell h3{letter-spacing:.5px;color:#1a1714;margin:0 0 6px;font-size:13px;font-weight:500;line-height:18px}.sv-mid-cell p{letter-spacing:.3px;color:#888;margin:0;font-size:12px;font-weight:300;line-height:17px}.sv-mob-body{padding-top:28px}.sv-mob-img{background:#000929;border-radius:16px;margin-bottom:36px;position:relative;overflow:hidden;box-shadow:0 8px 40px #0009292e}.sv-mob-img img{object-fit:cover;border-radius:inherit;width:100%;height:clamp(160px,40vw,220px);transition:transform .6s;display:block}.sv-mob-img:hover img{transform:scale(1.04)}.sv-mob-list{margin:0;padding:0;list-style:none}.sv-mob-item{border-bottom:1px solid #baa35f26;align-items:flex-start;gap:12px;padding:13px 0;display:flex}.sv-mob-item:first-child{border-top:1px solid #baa35f26}.sv-mob-item img{filter:invert(64%)sepia(13%)saturate(1044%)hue-rotate(10deg)brightness(88%)contrast(88%);flex-shrink:0;width:24px;height:24px;margin-top:2px}.sv-mob-item h3{letter-spacing:.4px;color:#1a1714;margin:0 0 3px;font-size:clamp(11px,3vw,13px);font-weight:500;line-height:1.45}.sv-mob-item p{letter-spacing:.2px;color:#888;margin:0;font-size:clamp(10px,2.6vw,12px);font-weight:300;line-height:1.55}@media (max-width:479px){.sv-mob-item{gap:10px;padding:11px 0}.sv-mob-item img{width:20px;height:20px}}
.bts-why-heading{letter-spacing:.4px}.bts-why-wrapper{grid-template-columns:repeat(6,1fr);gap:clamp(6px,1vw,16px);width:100%;display:grid}@media screen and (max-width:1023px){.bts-why-wrapper{grid-template-columns:repeat(3,1fr);gap:clamp(10px,2vw,20px)}}@media screen and (max-width:639px){.bts-why-wrapper{grid-template-columns:repeat(2,1fr);gap:clamp(10px,3vw,18px)}}.bts-why-item{aspect-ratio:1;text-align:center;cursor:default;background-color:#0000;border:1px solid #0009291f;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:clamp(6px,1vw,20px);width:100%;transition:background-color .4s,border-color .4s;display:flex;position:relative;overflow:hidden}.bts-why-item:hover{border-color:#baa35f80}.bts-why-item:after{content:"";z-index:0;pointer-events:none;background:0 0;border-radius:50%;transition:background-color .4s;position:absolute;inset:1px}.bts-why-item:hover:after{background:#26262695}.bts-why-item:before{content:"";background-image:var(--bg-image);mix-blend-mode:multiply;opacity:0;z-index:1;pointer-events:none;background-position:50%;background-size:cover;border-radius:50%;transition:opacity .3s;position:absolute;inset:1px}.bts-why-item:hover:before{opacity:1}.bts-why-item>*{z-index:2;position:relative}.bts-why-icon{object-fit:contain;filter:invert(71%)sepia(13%)saturate(1089%)hue-rotate(1deg)brightness(85%)contrast(83%);flex-shrink:0;width:clamp(32px,5vw,90px);height:clamp(32px,5vw,90px);transition:filter .4s;display:block}.bts-why-item:hover .bts-why-icon{filter:brightness(0)invert()}.bts-why-title{letter-spacing:clamp(.2px,.06vw,.7px);word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;color:#000;max-width:60%;margin:0;font-family:Poppins,sans-serif;font-size:clamp(9px,1.1vw,20px);font-weight:500;line-height:1.3;transition:color .4s}.bts-why-item:hover .bts-why-title{color:#fff}@media screen and (max-width:1023px){.bts-why-title{max-width:66%;font-size:clamp(10px,2vw,17px)}.bts-why-icon-size{width:clamp(36px,8vw,80px)!important;height:clamp(36px,8vw,80px)!important}}@media screen and (max-width:639px){.bts-why-item{border-color:#baa35f80}.bts-why-item:after{background:#26262695!important}.bts-why-item:before{opacity:1!important}.bts-why-icon{filter:brightness(0)invert()!important}.bts-why-title{max-width:64%;font-size:clamp(10px,3.5vw,15px);color:#fff!important}.bts-why-icon-size{width:clamp(32px,9vw,60px)!important;height:clamp(32px,9vw,60px)!important}}@media screen and (max-width:399px){.bts-why-title{max-width:62%;font-size:clamp(9px,3.8vw,12px)}.bts-why-icon-size{width:clamp(28px,8vw,46px)!important;height:clamp(28px,8vw,46px)!important}}
