@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap";:root{--color-background:#fff;--color-text-primary:#3d3d3d;--color-primary:#fb4f4f;--color-primary-light:#ff000030;--color-accent-yellow:#ffca27;--color-accent-green:#2ca627;--color-accent-light-red:#ffa1a1;--color-accent-deep-red:#be0000;--color-border:#f90303;--color-black:#000;--color-white:#fff;--font-heading:"Ubuntu",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-body:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-ui:"SF Pro Display","SF Pro Text","SF Pro","Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-rounded:"SF Compact Rounded","Montserrat","Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--radius-pill:50px;--radius-card-large:232px 232px 20px 20px;--radius-card-medium:207px 207px 20px 20px;--radius-card-small:15px;--radius-chip:10px;--shadow-soft:0px 4px 4px #00000026;--shadow-red:-6px 5px 13px -2px #7b0101d9;--shadow-yellow:7px 6px 19px -1px #7f6000cc;--shadow-green:1px 8px 12px -6px #148100bf;--container-width:1200px;--container-padding:1.5rem;--transition-base:.15s ease-in-out}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-body);background-color:var(--color-background);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.app{flex-direction:column;min-height:100%;display:flex}main{flex:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.animated{opacity:1}.animate-fade-in-up{animation:.8s ease-out forwards fadeInUp}.animate-fade-in-left{animation:.8s ease-out forwards fadeInLeft}.animate-fade-in-right{animation:.8s ease-out forwards fadeInRight}.animate-fade-in{animation:.8s ease-out forwards fadeIn}.animate-scale-in{animation:.8s ease-out forwards scaleIn}.animate-slide-in-up{animation:.8s ease-out forwards slideInUp}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}.animate-delay-500{animation-delay:.5s}.hero-animate-text{opacity:0;animation:.8s ease-out .2s forwards fadeInUp}.hero-animate-description{opacity:0;animation:.8s ease-out .4s forwards fadeInUp}.hero-animate-buttons{opacity:0;animation:.8s ease-out .6s forwards fadeInUp}.hero-animate-image{opacity:0;animation:1s ease-out .3s forwards fadeInRight,1s ease-out .3s forwards scaleIn}.section-animate-text{opacity:0;animation:.8s ease-out forwards fadeInLeft}.section-animate-image{opacity:0;animation:.8s ease-out forwards fadeInRight}@media (prefers-reduced-motion:reduce){.animate-on-scroll,.animate-fade-in-up,.animate-fade-in-left,.animate-fade-in-right,.animate-fade-in,.animate-scale-in,.animate-slide-in-up,.hero-animate-text,.hero-animate-description,.hero-animate-buttons,.hero-animate-image,.section-animate-text,.section-animate-image{opacity:1;animation:none}}._container_j8gt6_1{width:100%;max-width:var(--container-width);padding:0 var(--container-padding);margin:0 auto}._root_1uckh_1{border-radius:var(--radius-card-small);font-family:var(--font-ui);transition:transform var(--transition-base),box-shadow var(--transition-base),filter var(--transition-base);border:1px solid #0000;justify-content:center;align-items:center;gap:.625rem;padding:.6875rem 1.125rem;font-size:1.25rem;font-weight:510;line-height:1.2;display:inline-flex}._primary_1uckh_16{background-color:var(--color-text-primary);color:var(--color-white);border-color:var(--color-text-primary);box-shadow:var(--shadow-soft)}._secondary_1uckh_23{color:var(--color-text-primary);border-color:var(--color-text-primary);background-color:#0000}._root_1uckh_1:hover{filter:brightness(1.05);transform:translateY(-1px)}._root_1uckh_1:active{filter:brightness(.98);transform:translateY(0)}._header_141m8_1{z-index:1000;background:0 0;padding-top:1.5rem;position:relative}._shell_141m8_8{box-sizing:border-box;background:#fff;border:1px solid #f90303;border-radius:50px;justify-content:space-between;align-items:center;gap:2rem;min-height:100px;padding:1.25rem 2.5rem;display:flex;position:relative;box-shadow:0 12px 40px #f9030314}._logo_141m8_23{font-family:var(--font-heading);color:var(--color-text-primary);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;display:flex}._logo_141m8_23 img{object-fit:contain;width:200.5px;height:35px}._mobileMenuButton_141m8_39{cursor:pointer;z-index:1001;background:0 0;border:none;flex-shrink:0;padding:.5rem;display:none}._hamburger_141m8_49{flex-direction:column;justify-content:space-between;gap:5px;width:24px;height:18px;display:flex;position:relative}._hamburgerLine_141m8_59{transform-origin:50%;background:#3d3d3d;width:100%;height:2px;transition:all .3s;display:block}._hamburgerOpen_141m8_68 ._hamburgerLine_141m8_59:first-child{transform:rotate(45deg)translate(6px,6px)}._hamburgerOpen_141m8_68 ._hamburgerLine_141m8_59:nth-child(2){opacity:0}._hamburgerOpen_141m8_68 ._hamburgerLine_141m8_59:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}._nav_141m8_80{align-items:center;gap:2.25rem;display:flex}._navItemWrapper_141m8_86{position:relative}._navItem_141m8_86{font-family:var(--font-ui);color:#3d3d3d;cursor:pointer;transition:color var(--transition-base);background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:20px;font-weight:510;line-height:24px;display:inline-flex}._navItem_141m8_86:hover{color:var(--color-primary)}._dropdown_141m8_110{z-index:1000;background:#fff;border-radius:0;width:269px;position:absolute;top:calc(100% + .5rem);left:0;overflow:hidden;box-shadow:0 20px 32px #3d3d3d14}@media (max-width:768px){._dropdown_141m8_110{width:100%;box-shadow:none;border-top:1px solid #3d3d3d1a;border-radius:0;margin-top:.5rem;position:static}}._dropdownItem_141m8_133{width:100%;font-family:var(--font-ui);color:#3d3d3d;transition:background var(--transition-base);align-items:center;height:40px;padding:8px 15px;font-size:20px;font-weight:510;line-height:24px;text-decoration:none;display:flex}._dropdownItem_141m8_133:hover{background:#3d3d3d14}._actions_141m8_153{align-items:center;gap:1rem;display:flex}._loginButtonLink_141m8_159{text-decoration:none;display:inline-block}._loginButton_141m8_159{min-width:88px;height:46px;font-family:var(--font-ui);cursor:default;border-radius:15px;padding:11px 18px;font-size:20px;font-weight:510;line-height:24px;color:#3d3d3d!important;background:0 0!important;border:1px solid #3d3d3d!important}._loginButton_141m8_159:disabled{opacity:.5;cursor:not-allowed}._ctaButton_141m8_184{min-width:223px;height:46px;font-family:var(--font-ui);cursor:default;border-radius:15px;padding:11px 18px;font-size:20px;font-weight:510;line-height:24px;box-shadow:0 4px 4px #00000026;color:#fff!important;background:#3d3d3d!important;border:1px solid #3d3d3d!important}._ctaButton_141m8_184:disabled{opacity:.5;cursor:not-allowed}._chevron_141m8_205{color:#3d3d3d;flex-shrink:0;width:8px;height:9px}@media (max-width:1024px){._shell_141m8_8{flex-wrap:wrap;justify-content:center;min-height:auto;padding:1rem 1.5rem}._nav_141m8_80{flex-wrap:wrap;order:3;justify-content:center;gap:1.5rem;width:100%}._actions_141m8_153{order:2}}@media (max-width:768px){._header_141m8_1{padding-top:1rem}._shell_141m8_8{border-radius:30px;flex-wrap:nowrap;gap:1rem;min-height:auto;padding:1rem 1.25rem}._logo_141m8_23{flex:1;min-width:0}._logo_141m8_23 img{width:100%;max-width:150px;height:auto}._mobileMenuButton_141m8_39{display:block}._nav_141m8_80{opacity:0;background:#fff;border:1px solid #f90303;border-top:none;border-radius:0 0 30px 30px;flex-direction:column;order:0;align-items:stretch;gap:0;width:calc(100% + 2.5rem);max-height:0;padding:1.5rem 1.25rem;transition:max-height .3s,opacity .3s,padding .3s;position:absolute;top:calc(100% + .5rem);left:-1.25rem;right:-1.25rem;overflow:hidden;box-shadow:0 12px 40px #f9030314}._navOpen_141m8_283{opacity:1;max-height:1000px;padding:1.5rem 1.25rem}._navItemWrapper_141m8_86{border-bottom:1px solid #3d3d3d1a;width:100%}._navItemWrapper_141m8_86:last-child{border-bottom:none}._navItem_141m8_86{text-align:left;justify-content:space-between;width:100%;padding:1rem 0;font-size:1.0625rem}._actions_141m8_153{border-top:1px solid #3d3d3d1a;flex-direction:column;order:0;gap:.75rem;width:100%;margin-top:1rem;padding-top:1rem;display:none}._actionsOpen_141m8_317{display:flex}._ctaButton_141m8_184,._loginButton_141m8_159{width:100%;min-width:auto;height:auto;padding:.875rem 1rem;font-size:1rem}._dropdownItem_141m8_133{padding:.75rem 0;font-size:.9375rem}}@media (max-width:480px){._shell_141m8_8{padding:.875rem 1rem}._logo_141m8_23 img{max-width:120px}._nav_141m8_80{width:calc(100% + 2rem);padding:1.25rem 1rem;left:-1rem;right:-1rem}._navOpen_141m8_283{padding:1.25rem 1rem}}._footer_da1dk_1{box-sizing:border-box;background:#fff;width:100%;padding:2rem}._footerWrapper_da1dk_8{align-items:flex-start;gap:2.5rem;max-width:1415px;margin:0 auto;display:flex}._logoSection_da1dk_16{flex-direction:column;flex-shrink:0;gap:1rem;width:280px;display:flex}._logo_da1dk_16{object-fit:contain;width:160px;height:28px}._description_da1dk_30{font-family:var(--font-rounded);color:#000;margin:0;font-size:18px;font-weight:300;line-height:28px}._content_da1dk_39{flex-wrap:wrap;flex:1;justify-content:space-between;gap:2rem;display:flex}._column_da1dk_47{flex-direction:column;gap:1.2rem;min-width:100px;display:flex}._column_da1dk_47._products_da1dk_54{width:180px}._column_da1dk_47._company_da1dk_58{width:130px}._column_da1dk_47._legal_da1dk_62{width:80px}._column_da1dk_47._contact_da1dk_66{width:220px}._columnTitle_da1dk_70{font-family:var(--font-rounded);color:#000;margin:0;font-size:20px;font-weight:400;line-height:24px}._linkList_da1dk_79{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}._link_da1dk_79{font-family:var(--font-rounded);color:#000;transition:color var(--transition-base);font-size:16px;font-weight:300;line-height:22px;text-decoration:none}._link_da1dk_79:hover{color:#f90303}._socialLinks_da1dk_102{gap:8px;margin-top:.5rem;display:flex}._socialIcon_da1dk_108{color:#000;width:24px;height:24px;transition:color var(--transition-base);justify-content:center;align-items:center;display:flex}._socialIcon_da1dk_108:hover{color:#f90303}@media (max-width:1024px){._footer_da1dk_1{padding:1.5rem 2rem}._footerWrapper_da1dk_8{flex-direction:column;gap:2rem}._logoSection_da1dk_16{width:100%;max-width:280px}._content_da1dk_39{justify-content:flex-start;gap:2rem}._column_da1dk_47{min-width:100px}._columnTitle_da1dk_70{font-size:18px}._link_da1dk_79{font-size:15px}}@media (max-width:768px){._footer_da1dk_1{padding:1.5rem}._footerWrapper_da1dk_8{gap:1.5rem}._content_da1dk_39{justify-content:flex-start;gap:1.8rem}._column_da1dk_47{min-width:120px}._description_da1dk_30{font-size:16px;line-height:24px}._logo_da1dk_16{width:140px;height:25px}}@media (max-width:640px){._footer_da1dk_1{padding:1.2rem 1rem}._content_da1dk_39{flex-direction:column;gap:1.5rem}._column_da1dk_47{width:100%}._columnTitle_da1dk_70{font-size:16px}._link_da1dk_79{font-size:14px}._description_da1dk_30{font-size:14px;line-height:20px}._logo_da1dk_16{width:120px;height:21px}._socialIcon_da1dk_108{width:20px;height:20px}}._hero_15rdb_1{background:#fff;padding:59px 0}._content_15rdb_6{align-items:center;gap:4rem;max-width:1440px;margin:0 auto;padding:0 144px;display:flex}._copy_15rdb_15{flex:1;max-width:814px}._heading_15rdb_20{font-family:var(--font-heading);letter-spacing:3px;color:var(--color-text-primary);opacity:0;margin-bottom:1rem;font-size:56px;font-weight:700;line-height:70px;animation:.8s ease-out .2s forwards _fadeInUp_15rdb_1}._headingLine_15rdb_32{display:inline}._headingLine_15rdb_32:not(:last-child){margin-right:.5rem}._highlight_15rdb_40{color:#f90303}._description_15rdb_44{font-family:var(--font-body);letter-spacing:.03em;color:var(--color-text-primary);opacity:0;max-width:609px;margin-bottom:1rem;font-size:24px;font-weight:500;line-height:36px;animation:.8s ease-out .4s forwards _fadeInUp_15rdb_1}._storeActions_15rdb_57{opacity:0;flex-wrap:nowrap;align-items:center;gap:.75rem;animation:.8s ease-out .6s forwards _fadeInUp_15rdb_1;display:flex}._storeButton_15rdb_66{width:180px;height:52px;transition:transform var(--transition-base),box-shadow var(--transition-base);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex;overflow:hidden;box-shadow:0 6px 20px #0003}._storeButton_15rdb_66 img{object-fit:cover;width:100%;height:100%;display:block}._storeButton_15rdb_66:hover{transform:translateY(-2px);box-shadow:0 12px 34px #00000042}._visual_15rdb_92{opacity:0;flex:1;justify-content:center;align-items:center;width:680px;height:560px;animation:1s ease-out .3s forwards _fadeInRight_15rdb_1,1s ease-out .3s forwards _scaleIn_15rdb_1;display:flex;position:relative}._visualBase_15rdb_104{filter:drop-shadow(0 12px 24px #fb4f4f59);width:100%;height:100%;position:relative}._heroImage_15rdb_111{object-fit:contain;width:100%;height:100%;display:block}@keyframes _fadeInUp_15rdb_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInRight_15rdb_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes _scaleIn_15rdb_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){._content_15rdb_6{flex-direction:column;padding:0 2rem}._heading_15rdb_20{letter-spacing:2px;margin-bottom:.75rem;font-size:40px;line-height:50px}._description_15rdb_44{margin-bottom:.75rem;font-size:20px;line-height:28px}._visual_15rdb_92{order:-1;width:100%;max-width:500px}._storeActions_15rdb_57{justify-content:center}}@media (max-width:768px){._hero_15rdb_1{padding:2rem 0}._heading_15rdb_20{letter-spacing:1px;margin-bottom:.75rem;font-size:32px;line-height:40px}._description_15rdb_44{margin-bottom:.75rem;font-size:18px;line-height:24px}._storeButton_15rdb_66{width:150px;height:45px}}@media (max-width:640px){._hero_15rdb_1{padding:1.5rem 0}._heading_15rdb_20{letter-spacing:.5px;margin-bottom:.5rem;font-size:24px;line-height:32px}._description_15rdb_44{margin-bottom:.75rem;font-size:16px;line-height:20px}._visual_15rdb_92{height:300px}}@media (prefers-reduced-motion:reduce){._heading_15rdb_20,._description_15rdb_44,._storeActions_15rdb_57,._visual_15rdb_92{opacity:1;animation:none}}._section_u4ezu_1{background:#fff;padding:.5rem 0 2.7rem}._inner_u4ezu_6{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}._visual_u4ezu_13{aspect-ratio:597/651.23;opacity:0;flex-shrink:0;width:clamp(14rem,32vw,22rem);animation:.8s ease-out .3s forwards _fadeInRight_u4ezu_1;position:relative}._ellipse_u4ezu_22{background:#fec6c5;border-radius:50%;position:absolute;inset:0}._phone_u4ezu_29{object-fit:contain;width:100%;height:100%;position:absolute;inset:0;transform:translate(5%,2%)}._copy_u4ezu_38{max-width:36rem}._heading_u4ezu_42{font-family:var(--font-ui);letter-spacing:.03em;color:#f90303;opacity:0;margin-bottom:1rem;font-size:40px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInLeft_u4ezu_1}._body_u4ezu_54{font-family:var(--font-ui);letter-spacing:.02em;color:var(--color-text-primary);opacity:0;font-size:20px;font-weight:400;line-height:1.6;animation:.8s ease-out .2s forwards _fadeInLeft_u4ezu_1}@media (max-width:1024px){._inner_u4ezu_6{text-align:center;flex-direction:column}._copy_u4ezu_38{max-width:100%}._phone_u4ezu_29{transform:translate(0)}}@keyframes _fadeInLeft_u4ezu_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInRight_u4ezu_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width:640px){._section_u4ezu_1{padding:.5rem 0 1.8rem}._heading_u4ezu_42{font-size:2rem}._body_u4ezu_54{font-size:1.125rem;line-height:1.5}}@media (prefers-reduced-motion:reduce){._heading_u4ezu_42,._body_u4ezu_54,._visual_u4ezu_13{opacity:1;animation:none}}._section_1sflm_1{background:#fffdfc;padding:.5rem 0 2.7rem}._inner_1sflm_6{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}._copy_1sflm_13{max-width:36rem}._heading_1sflm_17{font-family:var(--font-ui);letter-spacing:.03em;color:#f90303;opacity:0;margin-bottom:1rem;font-size:40px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInRight_1sflm_1}._body_1sflm_29{font-family:var(--font-ui);letter-spacing:.02em;color:var(--color-text-primary);opacity:0;font-size:20px;font-weight:400;line-height:1.6;animation:.8s ease-out .2s forwards _fadeInRight_1sflm_1}._visual_1sflm_40{aspect-ratio:597/651.23;opacity:0;flex-shrink:0;width:clamp(14rem,32vw,22rem);animation:.8s ease-out .3s forwards _fadeInLeft_1sflm_1;position:relative}._ellipse_1sflm_49{background:#fec6c5;border-radius:50%;position:absolute;inset:0}._image_1sflm_56{object-fit:contain;width:100%;height:100%;position:absolute;inset:0;transform:translate(-5%,2%)}@media (max-width:1024px){._inner_1sflm_6{text-align:center;flex-direction:column-reverse}._copy_1sflm_13{max-width:100%}._image_1sflm_56{transform:translate(0)}}@keyframes _fadeInLeft_1sflm_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInRight_1sflm_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width:640px){._section_1sflm_1{padding:.5rem 0 1.8rem}._heading_1sflm_17{font-size:2rem}._body_1sflm_29{font-size:1.125rem;line-height:1.5}}@media (prefers-reduced-motion:reduce){._heading_1sflm_17,._body_1sflm_29,._visual_1sflm_40{opacity:1;animation:none}}._section_a4c9s_1{background:#fff;padding:.5rem 0 2.7rem}._inner_a4c9s_6{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}._visual_a4c9s_13{aspect-ratio:597/651.23;flex-shrink:0;width:clamp(14rem,32vw,22rem);position:relative}._ellipse_a4c9s_20{background:#fec6c5;border-radius:50%;position:absolute;inset:0}._image_a4c9s_27{object-fit:contain;width:100%;height:100%;position:absolute;inset:0;transform:translate(5%,2%)}._copy_a4c9s_36{max-width:36rem}._headingWrapper_a4c9s_40{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}._heading_a4c9s_40{font-family:var(--font-ui);letter-spacing:.03em;color:#f90303;opacity:0;margin:0;font-size:40px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInLeft_a4c9s_1}._comingSoon_a4c9s_60{color:#fff;font-family:var(--font-ui);letter-spacing:.05em;text-transform:uppercase;opacity:0;background:#f90303;border-radius:20px;padding:.5rem 1rem;font-size:14px;font-weight:600;animation:.8s ease-out .1s forwards _fadeInLeft_a4c9s_1;display:inline-block;box-shadow:0 2px 8px #f903034d}._body_a4c9s_76{font-family:var(--font-ui);letter-spacing:.02em;color:var(--color-text-primary);opacity:0;font-size:20px;font-weight:400;line-height:1.6;animation:.8s ease-out .2s forwards _fadeInLeft_a4c9s_1}._visual_a4c9s_13{opacity:0;animation:.8s ease-out .3s forwards _fadeInRight_a4c9s_1}@media (max-width:1024px){._inner_a4c9s_6{text-align:center;flex-direction:column}._copy_a4c9s_36{max-width:100%}._image_a4c9s_27{transform:translate(0)}}@keyframes _fadeInLeft_a4c9s_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInRight_a4c9s_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width:640px){._section_a4c9s_1{padding:.5rem 0 1.8rem}._heading_a4c9s_40{font-size:2rem}._body_a4c9s_76{font-size:1.125rem;line-height:1.5}}@media (prefers-reduced-motion:reduce){._heading_a4c9s_40,._comingSoon_a4c9s_60,._body_a4c9s_76,._visual_a4c9s_13{opacity:1;animation:none}}@media (max-width:640px){._comingSoon_a4c9s_60{padding:.4rem .8rem;font-size:12px}}._section_uh92c_1{background:#fffdfc;padding:0 0 2.7rem}._inner_uh92c_6{justify-content:space-between;align-items:center;gap:.75rem;display:flex}._copy_uh92c_13{max-width:36rem}._heading_uh92c_17{font-family:var(--font-ui);letter-spacing:.03em;color:#f90303;opacity:0;margin-bottom:1rem;font-size:40px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInLeft_uh92c_1}._body_uh92c_29{font-family:var(--font-ui);letter-spacing:.02em;color:var(--color-text-primary);opacity:0;margin-bottom:1.5rem;font-size:20px;font-weight:400;line-height:1.6;animation:.8s ease-out .2s forwards _fadeInLeft_uh92c_1}._searchButton_uh92c_41{font-family:"Inter",var(--font-ui);letter-spacing:0;box-shadow:var(--shadow-soft);opacity:0;padding:.7875rem 1.8rem;font-size:18px;font-weight:600;line-height:100%;animation:.8s ease-out .4s forwards _fadeInLeft_uh92c_1;color:#fff!important;background:#000!important;border:none!important}._searchButton_uh92c_41:hover{transform:translateY(-1px);background:#1a1a1a!important}._visual_uh92c_61{aspect-ratio:597/651.23;opacity:0;flex-shrink:0;width:clamp(18rem,40vw,28rem);animation:.8s ease-out .3s forwards _fadeInRight_uh92c_1;position:relative}._image_uh92c_70{object-fit:contain;width:100%;height:100%}@media (max-width:1024px){._inner_uh92c_6{text-align:center;flex-direction:column}._copy_uh92c_13{max-width:100%}}@keyframes _fadeInLeft_uh92c_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInRight_uh92c_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width:640px){._section_uh92c_1{padding:.5rem 0 1.8rem}._heading_uh92c_17{font-size:2rem}._body_uh92c_29{font-size:1.125rem;line-height:1.7}._visual_uh92c_61{width:clamp(18rem,70vw,24rem)}}@media (prefers-reduced-motion:reduce){._heading_uh92c_17,._body_uh92c_29,._searchButton_uh92c_41,._visual_uh92c_61{opacity:1;animation:none}}._section_wi8wv_1{background:#fff;padding:0 0 2.7rem}._inner_wi8wv_6{justify-content:space-between;align-items:center;gap:.75rem;display:flex}._copy_wi8wv_13{max-width:36rem}._heading_wi8wv_17{font-family:var(--font-ui);letter-spacing:.03em;color:#f90303;opacity:0;margin-bottom:1rem;font-size:40px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInRight_wi8wv_1}._body_wi8wv_29{font-family:var(--font-ui);letter-spacing:.02em;color:var(--color-text-primary);opacity:0;margin-bottom:1.5rem;font-size:20px;font-weight:400;line-height:1.6;animation:.8s ease-out .2s forwards _fadeInRight_wi8wv_1}._investButton_wi8wv_41{width:207px;height:54px;font-family:var(--font-ui);box-shadow:var(--shadow-soft);opacity:0;border-radius:13.5px;padding:0;animation:.8s ease-out .4s forwards _fadeInRight_wi8wv_1;color:#fff!important;background:#000!important;border:1px solid #000!important}._investButton_wi8wv_41:hover{transform:translateY(-1px);background:#1a1a1a!important;border-color:#1a1a1a!important}._visual_wi8wv_61{aspect-ratio:597/651.23;opacity:0;flex-shrink:0;width:clamp(18rem,40vw,28rem);animation:.8s ease-out .3s forwards _fadeInLeft_wi8wv_1;position:relative}._image_wi8wv_70{object-fit:contain;width:100%;height:100%}@media (max-width:1024px){._inner_wi8wv_6{text-align:center;flex-direction:column}._copy_wi8wv_13{max-width:100%}}@keyframes _fadeInLeft_wi8wv_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInRight_wi8wv_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width:640px){._section_wi8wv_1{padding:0 0 1.8rem}._heading_wi8wv_17{font-size:2rem}._body_wi8wv_29{font-size:1.125rem;line-height:1.7}._visual_wi8wv_61{width:clamp(18rem,70vw,24rem)}}@media (prefers-reduced-motion:reduce){._heading_wi8wv_17,._body_wi8wv_29,._investButton_wi8wv_41,._visual_wi8wv_61{opacity:1;animation:none}}._section_h3380_1{color:#fff;background:#7b0101;padding:4.95rem 0 5.85rem}._inner_h3380_7{flex-direction:column;gap:3.6rem;display:flex}._heading_h3380_13{font-family:"SF Pro Rounded",var(--font-ui);text-align:center;letter-spacing:0;opacity:0;font-size:46.8px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInUp_h3380_1}._steps_h3380_24{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.25rem;display:grid}._step_h3380_24{opacity:0;gap:1.35rem;display:flex}._step_h3380_24:first-child{animation:.8s ease-out .2s forwards _fadeInUp_h3380_1}._step_h3380_24:nth-child(2){animation:.8s ease-out .4s forwards _fadeInUp_h3380_1}._step_h3380_24:nth-child(3){animation:.8s ease-out .6s forwards _fadeInUp_h3380_1}._divider_h3380_48{background:#f90303;border-radius:999px;width:5.4px}._stepContent_h3380_54{flex-direction:column;gap:.9rem;display:flex}._stepNumber_h3380_60{font-family:"SF Pro Rounded",var(--font-ui);font-size:46.8px;font-weight:700;line-height:130%}._stepBody_h3380_67{font-family:var(--font-ui);letter-spacing:.02em;font-size:23.4px;font-weight:400;line-height:32.4px}@keyframes _fadeInUp_h3380_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){._steps_h3380_24{grid-template-columns:1fr;gap:1.8rem}._step_h3380_24{align-items:flex-start}}@media (prefers-reduced-motion:reduce){._heading_h3380_13,._step_h3380_24{opacity:1;animation:none}}._section_sjuc9_1{background:#fff;padding:3rem 0 3.5rem}._inner_sjuc9_6{flex-direction:column;gap:1.8rem;display:flex}._headingGroup_sjuc9_12{flex-direction:column;gap:.5rem;display:flex}._headline_sjuc9_18{font-family:var(--font-ui);letter-spacing:0;color:#f90303;opacity:0;font-size:36px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInUp_sjuc9_1}._subheadline_sjuc9_29{font-family:var(--font-ui);letter-spacing:.02em;color:#3d3d3d;opacity:0;font-size:18px;font-weight:510;line-height:26px;animation:.8s ease-out .2s forwards _fadeInUp_sjuc9_1}._cards_sjuc9_40{grid-template-columns:repeat(3,1fr);justify-items:center;gap:1.2rem;display:grid}._card_sjuc9_40{text-align:center;box-sizing:border-box;opacity:0;background:#ffefef;border-radius:13.5px;flex-direction:column;align-items:center;gap:.7rem;width:100%;max-width:340px;min-height:220px;padding:20px 8px;display:flex}._card_sjuc9_40:first-child{animation:.8s ease-out .3s forwards _fadeInUp_sjuc9_1}._card_sjuc9_40:nth-child(2){animation:.8s ease-out .4s forwards _fadeInUp_sjuc9_1}._card_sjuc9_40:nth-child(3){animation:.8s ease-out .5s forwards _fadeInUp_sjuc9_1}._card_sjuc9_40:nth-child(4){animation:.8s ease-out .6s forwards _fadeInUp_sjuc9_1}._card_sjuc9_40:nth-child(5){animation:.8s ease-out .7s forwards _fadeInUp_sjuc9_1}._card_sjuc9_40:nth-child(6){animation:.8s ease-out .8s forwards _fadeInUp_sjuc9_1}._icon_sjuc9_87{object-fit:contain;width:32px;height:32px}._cardTitle_sjuc9_93{font-family:var(--font-ui);color:#3d3d3d;font-size:20px;font-weight:700;line-height:130%}._cardBody_sjuc9_101{font-family:var(--font-ui);letter-spacing:.01em;color:#3d3d3d;font-size:14px;font-weight:510;line-height:22px}@media (max-width:1024px){._cards_sjuc9_40{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){._section_sjuc9_1{padding:2rem 0 2.5rem}._headline_sjuc9_18{font-size:28px}._subheadline_sjuc9_29{font-size:16px}._cards_sjuc9_40{grid-template-columns:1fr}._card_sjuc9_40{min-height:200px;padding:18px 8px}._cardTitle_sjuc9_93{font-size:18px}._cardBody_sjuc9_101{font-size:13px;line-height:20px}}@keyframes _fadeInUp_sjuc9_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){._headline_sjuc9_18,._subheadline_sjuc9_29,._card_sjuc9_40{opacity:1;animation:none}}._section_mj2aq_1{background:#f90303;border-radius:17px;width:calc(100% - 2rem);max-width:1440px;margin:1.5rem auto;padding:2.5rem 0}._inner_mj2aq_10{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}._heading_mj2aq_18{font-family:var(--font-ui);letter-spacing:0;color:#fff;opacity:0;margin:0;font-size:36px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInUp_mj2aq_1}._body_mj2aq_30{font-family:var(--font-ui);letter-spacing:.02em;color:#fff;opacity:0;max-width:983px;margin:0;font-size:16px;font-weight:400;line-height:28px;animation:.8s ease-out .2s forwards _fadeInUp_mj2aq_1}@media (max-width:768px){._section_mj2aq_1{width:calc(100% - 3rem);margin:1.5rem auto;padding:2rem 1.5rem}._heading_mj2aq_18{font-size:28px}._body_mj2aq_30{font-size:15px;line-height:24px}}@keyframes _fadeInUp_mj2aq_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){._section_mj2aq_1{width:calc(100% - 2rem);padding:1.5rem 1rem}._heading_mj2aq_18{font-size:24px}._body_mj2aq_30{font-size:14px;line-height:22px}}@media (prefers-reduced-motion:reduce){._heading_mj2aq_18,._body_mj2aq_30{opacity:1;animation:none}}._section_2yj0t_1{box-sizing:border-box;background:#47484b08;justify-content:center;align-items:center;width:100%;min-height:160px;padding:2rem;display:flex;position:relative}._inner_2yj0t_13{justify-content:center;align-items:center;gap:2rem;width:100%;max-width:1728px;display:flex;position:relative}._badge_2yj0t_23{opacity:0;flex-shrink:0;width:100px;height:90px;animation:.8s ease-out forwards _scaleIn_2yj0t_1;position:relative}._badgeImage_2yj0t_32{object-fit:contain;width:100%;height:100%}._text_2yj0t_38{font-family:var(--font-ui);text-align:center;color:#47484b;opacity:0;flex:1;max-width:1001px;margin:0;font-size:32px;font-weight:700;line-height:110%;animation:.8s ease-out .2s forwards _fadeInUp_2yj0t_1}@media (max-width:1024px){._section_2yj0t_1{min-height:140px;padding:1.5rem 2rem}._inner_2yj0t_13{flex-direction:column;gap:1.5rem}._text_2yj0t_38{font-size:26px}}@media (max-width:768px){._section_2yj0t_1{min-height:auto;padding:1.5rem}._text_2yj0t_38{font-size:22px}._badge_2yj0t_23{width:80px;height:72px}}@media (max-width:640px){._section_2yj0t_1{padding:1rem}._text_2yj0t_38{font-size:18px}._badge_2yj0t_23{width:70px;height:63px}}@keyframes _fadeInUp_2yj0t_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes _scaleIn_2yj0t_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){._badge_2yj0t_23,._text_2yj0t_38{opacity:1;animation:none}}._section_12zxo_1{box-sizing:border-box;background:#000;justify-content:center;align-items:center;width:100%;min-height:220px;padding:2.5rem 2rem;display:flex}._content_12zxo_12{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;max-width:1728px;display:flex}._heading_12zxo_23{font-family:"TT Commons Pro","FONTSPRING DEMO - TT Commons Pro Black",var(--font-ui);color:#fff;opacity:0;max-width:928px;margin:0;font-size:36px;font-weight:900;line-height:130%;animation:.8s ease-out forwards _fadeInUp_12zxo_1}._ctaButton_12zxo_35{width:200px;height:50px;font-family:"Inter",var(--font-ui);box-shadow:none;transition:transform var(--transition-base),background var(--transition-base);opacity:0;border-radius:15px;justify-content:center;align-items:center;padding:10px 24px;font-size:16px;font-weight:500;line-height:20px;animation:.8s ease-out .2s forwards _fadeInUp_12zxo_1;display:flex;color:#3d3d3d!important;background:#fff!important;border:none!important}._ctaButton_12zxo_35:hover{transform:translateY(-2px);background:#f0f0f0!important}@media (max-width:1024px){._section_12zxo_1{min-height:auto;padding:2rem 1.5rem}._heading_12zxo_23{font-size:30px}}@media (max-width:768px){._section_12zxo_1{min-height:180px;padding:2rem 1rem}._heading_12zxo_23{font-size:26px}._ctaButton_12zxo_35{width:180px;height:48px;font-size:15px}}@media (max-width:640px){._section_12zxo_1{min-height:160px;padding:1.5rem 1rem}._heading_12zxo_23{font-size:22px}._ctaButton_12zxo_35{width:170px;height:46px;padding:10px 20px;font-size:14px}}@keyframes _fadeInUp_12zxo_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){._heading_12zxo_23,._ctaButton_12zxo_35{opacity:1;animation:none}}._section_jjp2f_1{box-sizing:border-box;background:#fff;flex-direction:column;align-items:center;width:100%;padding:1rem 2rem;display:flex;position:relative}._divider_jjp2f_12{border:1px solid #a6b5cf;width:100%;max-width:1440px;height:0;margin-bottom:1rem}._content_jjp2f_20{justify-content:center;align-items:center;width:100%;max-width:1440px;display:flex}._text_jjp2f_28{font-family:"Murecho",var(--font-ui);text-align:center;color:#000;opacity:0;width:340px;height:auto;margin:0;font-size:14px;font-weight:300;line-height:20px;animation:.8s ease-out forwards _fadeInUp_jjp2f_1}@media (max-width:768px){._section_jjp2f_1{padding:.8rem 1.5rem}._divider_jjp2f_12{margin-bottom:.8rem}._text_jjp2f_28{width:auto;max-width:340px;font-size:13px}}@media (max-width:640px){._section_jjp2f_1{padding:.6rem 1rem}._text_jjp2f_28{font-size:12px;line-height:18px}}@keyframes _fadeInUp_jjp2f_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){._text_jjp2f_28{opacity:1;animation:none}}._hero_a7vsc_1{background:#fff;padding:59px 0}._content_a7vsc_6{align-items:center;gap:4rem;max-width:1440px;margin:0 auto;padding:0 144px;display:flex}._copy_a7vsc_15{flex:1;max-width:814px}._heading_a7vsc_20{letter-spacing:4px;color:#3d3d3d;opacity:0;margin:0 0 2rem;font-family:SF Compact Rounded,-apple-system,BlinkMacSystemFont,sans-serif;font-size:68px;font-weight:700;line-height:80px;animation:.8s ease-out .2s forwards _fadeInUp_a7vsc_1}._description_a7vsc_32{letter-spacing:.03em;color:#3d3d3d;opacity:0;max-width:609px;margin:0 0 2rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:400;line-height:40px;animation:.8s ease-out .4s forwards _fadeInUp_a7vsc_1}._ctaButton_a7vsc_45{color:#fff;white-space:nowrap;opacity:0;background:#f90303;border:none;border-radius:15px;justify-content:center;align-items:center;width:204px;height:60px;padding:11px 18px;font-size:20px;font-weight:510;animation:.8s ease-out .6s forwards _fadeInUp_a7vsc_1;display:flex;box-shadow:0 4px 4px #00000026}._visual_a7vsc_64{opacity:0;flex:1;align-self:flex-start;width:602.08px;height:500.92px;margin-top:-2rem;animation:1s ease-out .3s forwards _fadeInRight_a7vsc_1,1s ease-out .3s forwards _scaleIn_a7vsc_1;position:relative}._visualContent_a7vsc_75{border-radius:9px;width:100%;height:100%;position:relative;overflow:hidden}._heroImage_a7vsc_83{object-fit:contain;width:100%;height:100%}@media (max-width:1024px){._content_a7vsc_6{flex-direction:column;padding:0 2rem}._heading_a7vsc_20{letter-spacing:2px;font-size:48px;line-height:56px}._description_a7vsc_32{font-size:20px;line-height:32px}._visual_a7vsc_64{width:100%;max-width:500px}}@keyframes _fadeInUp_a7vsc_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInRight_a7vsc_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes _scaleIn_a7vsc_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){._hero_a7vsc_1{padding:2rem 0}._heading_a7vsc_20{letter-spacing:1px;font-size:36px;line-height:44px}._description_a7vsc_32{font-size:18px;line-height:28px}._ctaButton_a7vsc_45{width:100%;max-width:300px}}@media (prefers-reduced-motion:reduce){._heading_a7vsc_20,._description_a7vsc_32,._ctaButton_a7vsc_45,._visual_a7vsc_64{opacity:1;animation:none}}._section_64vt9_1{background:#fff;padding:2.5rem 0}._content_64vt9_6{align-items:center;gap:2.5rem;max-width:1728px;margin:0 auto;padding:0 144px;display:flex}._visual_64vt9_15{opacity:0;flex:1;justify-content:center;align-items:center;max-width:749px;height:500px;animation:.8s ease-out .3s forwards _fadeInRight_64vt9_1;display:flex;position:relative}._tenantImage_64vt9_27{object-fit:contain;width:100%;height:100%}._copy_64vt9_33{flex:1;max-width:577px}._heading_64vt9_38{letter-spacing:.03em;color:#f90303;opacity:0;margin:0 0 1rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInLeft_64vt9_1}._description_64vt9_50{letter-spacing:.03em;color:#3d3d3d;opacity:0;margin:0 0 1.5rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;line-height:28px;animation:.8s ease-out .2s forwards _fadeInLeft_64vt9_1}._ctaButton_64vt9_62{color:#fff;white-space:nowrap;opacity:0;background:#f90303;border:none;border-radius:15px;justify-content:center;align-items:center;width:auto;min-width:130px;height:50px;padding:10px 18px;font-size:16px;font-weight:510;animation:.8s ease-out .4s forwards _fadeInLeft_64vt9_1;display:flex;box-shadow:0 4px 4px #00000026}@media (max-width:1024px){._content_64vt9_6{flex-direction:column;padding:0 2rem}._visual_64vt9_15{max-width:100%;height:auto;min-height:400px}._heading_64vt9_38{font-size:30px}._description_64vt9_50{font-size:16px;line-height:24px}}@media (max-width:768px){._section_64vt9_1{padding:2rem 0}._heading_64vt9_38{font-size:26px}._description_64vt9_50{font-size:15px;line-height:22px}._visual_64vt9_15{height:350px}}@keyframes _fadeInLeft_64vt9_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInRight_64vt9_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){._heading_64vt9_38,._description_64vt9_50,._ctaButton_64vt9_62,._visual_64vt9_15{opacity:1;animation:none}}._section_1a4nm_1{background:#fff;padding:2.5rem 0}._content_1a4nm_6{flex-direction:row-reverse;align-items:center;gap:2.5rem;max-width:1440px;margin:0 auto;padding:0 144px;display:flex}._copy_1a4nm_16{flex:1;max-width:577px}._heading_1a4nm_21{letter-spacing:.03em;color:#f90303;opacity:0;margin:0 0 1rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInRight_1a4nm_1}._description_1a4nm_33{letter-spacing:.03em;color:#3d3d3d;opacity:0;margin:0 0 1.5rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;line-height:28px;animation:.8s ease-out .2s forwards _fadeInRight_1a4nm_1}._ctaButton_1a4nm_45{color:#fff;white-space:nowrap;opacity:0;background:#f90303;border:none;border-radius:15px;justify-content:center;align-items:center;width:130px;height:50px;padding:10px 18px;font-size:16px;font-weight:510;animation:.8s ease-out .4s forwards _fadeInRight_1a4nm_1;display:flex;box-shadow:0 4px 4px #00000026}._visual_1a4nm_64{opacity:0;flex:1;justify-content:center;align-items:center;max-width:696px;height:400px;animation:.8s ease-out .3s forwards _fadeInLeft_1a4nm_1;display:flex;position:relative}._propertyImage_1a4nm_76{object-fit:contain;width:100%;height:100%}@media (max-width:1024px){._content_1a4nm_6{flex-direction:column;padding:0 2rem}._heading_1a4nm_21{font-size:30px}._description_1a4nm_33{font-size:16px;line-height:24px}._visual_1a4nm_64{max-width:100%;height:auto;min-height:400px}}@media (max-width:768px){._section_1a4nm_1{padding:2rem 0}._heading_1a4nm_21{font-size:26px}._description_1a4nm_33{font-size:15px;line-height:22px}._visual_1a4nm_64{height:300px}}@keyframes _fadeInLeft_1a4nm_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInRight_1a4nm_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){._heading_1a4nm_21,._description_1a4nm_33,._ctaButton_1a4nm_45,._visual_1a4nm_64{opacity:1;animation:none}}._section_1e2bf_1{background:#fffdfc;min-height:500px;padding:2.5rem 0}._content_1e2bf_7{align-items:center;gap:2.5rem;max-width:1728px;margin:0 auto;padding:0 144px;display:flex}._copy_1e2bf_16{flex:1;max-width:625px}._heading_1e2bf_21{letter-spacing:.03em;color:#f90303;opacity:0;margin:0 0 1rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInLeft_1e2bf_1}._description_1e2bf_33{letter-spacing:.03em;color:#3d3d3d;opacity:0;margin:0 0 1.5rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;line-height:28px;animation:.8s ease-out .2s forwards _fadeInLeft_1e2bf_1}._ctaButton_1e2bf_45{color:#fff;white-space:nowrap;opacity:0;background:#f90303;border:none;border-radius:15px;justify-content:center;align-items:center;width:130px;height:50px;padding:10px 18px;font-size:16px;font-weight:510;animation:.8s ease-out .4s forwards _fadeInLeft_1e2bf_1;display:flex;box-shadow:0 4px 4px #00000026}._visual_1e2bf_64{opacity:0;flex:1;justify-content:center;align-items:center;max-width:587px;height:400px;animation:.8s ease-out .3s forwards _fadeInRight_1e2bf_1;display:flex;position:relative}._tenantImage_1e2bf_76{object-fit:contain;width:100%;height:100%}@media (max-width:1024px){._content_1e2bf_7{flex-direction:column;padding:0 2rem}._heading_1e2bf_21{font-size:30px}._description_1e2bf_33{font-size:16px;line-height:24px}._visual_1e2bf_64{max-width:100%;height:auto;min-height:400px}}@media (max-width:768px){._section_1e2bf_1{padding:2rem 0}._heading_1e2bf_21{font-size:26px}._description_1e2bf_33{font-size:15px;line-height:22px}._visual_1e2bf_64{height:300px}}@keyframes _fadeInLeft_1e2bf_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInRight_1e2bf_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){._heading_1e2bf_21,._description_1e2bf_33,._ctaButton_1e2bf_45,._visual_1e2bf_64{opacity:1;animation:none}}._section_1me06_1{background:#7b0101;padding:2.5rem 0;overflow:hidden}._content_1me06_7{max-width:1727px;margin:0 auto;padding:0 1px;overflow:hidden}._heading_1me06_14{color:#fffdfc;text-align:center;opacity:0;margin:0 0 2rem;font-family:SF Pro Rounded,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInUp_1me06_1}._steps_1me06_26{justify-content:space-between;gap:1.5rem;max-width:1440px;margin:0 auto;padding:0 143px;display:flex;position:relative;overflow:hidden}._step_1me06_26{opacity:0;flex-direction:column;flex:1;align-items:flex-start;max-width:455px;display:flex;position:relative;overflow:visible}._step_1me06_26:first-child{animation:.8s ease-out .2s forwards _fadeInUp_1me06_1}._step_1me06_26:nth-child(2){animation:.8s ease-out .4s forwards _fadeInUp_1me06_1}._step_1me06_26:nth-child(3){animation:.8s ease-out .6s forwards _fadeInUp_1me06_1}._stepNumber_1me06_60{color:#fff;margin-bottom:1rem;font-family:SF Pro Rounded,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;line-height:130%}._stepLine_1me06_69{transform-origin:0;background:#f90303;width:80px;height:5px;margin-bottom:1.25rem;position:relative;left:0;transform:rotate(90deg)}._stepText_1me06_80{letter-spacing:.03em;color:#fff;margin:0;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;line-height:26px}@media (max-width:1024px){._steps_1me06_26{flex-direction:column;align-items:center;padding:0 2rem}._step_1me06_26{text-align:center;align-items:center;max-width:100%}._stepLine_1me06_69{width:100px;margin:1rem 0;transform:none}._heading_1me06_14{margin-bottom:1.5rem;font-size:30px}._stepNumber_1me06_60{font-size:30px}._stepText_1me06_80{font-size:16px;line-height:24px}}@media (max-width:768px){._section_1me06_1{padding:2rem 0}._heading_1me06_14{margin-bottom:1.5rem;font-size:26px}._stepNumber_1me06_60{font-size:26px}._stepText_1me06_80{font-size:15px;line-height:22px}}@keyframes _fadeInUp_1me06_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){._heading_1me06_14,._step_1me06_26{opacity:1;animation:none}}._section_11vqe_1{background:#fff;padding:2.5rem 0}._content_11vqe_6{max-width:1440px;margin:0 auto;padding:0 143px}._header_11vqe_12{margin-bottom:2rem}._heading_11vqe_16{color:#f90303;opacity:0;margin:0 0 .5rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInUp_11vqe_1}._subheading_11vqe_27{letter-spacing:.02em;color:#3d3d3d;opacity:0;margin:0;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:510;line-height:26px;animation:.8s ease-out .2s forwards _fadeInUp_11vqe_1}._grid_11vqe_39{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}._card_11vqe_45{box-sizing:border-box;opacity:0;background:#ffefef;border-radius:15px;flex-direction:column;align-items:center;gap:12px;min-height:260px;padding:24px 9px;display:flex}._card_11vqe_45:first-child{animation:.8s ease-out .3s forwards _fadeInUp_11vqe_1}._card_11vqe_45:nth-child(2){animation:.8s ease-out .4s forwards _fadeInUp_11vqe_1}._card_11vqe_45:nth-child(3){animation:.8s ease-out .5s forwards _fadeInUp_11vqe_1}._card_11vqe_45:nth-child(4){animation:.8s ease-out .6s forwards _fadeInUp_11vqe_1}._card_11vqe_45:nth-child(5){animation:.8s ease-out .7s forwards _fadeInUp_11vqe_1}._card_11vqe_45:nth-child(6){animation:.8s ease-out .8s forwards _fadeInUp_11vqe_1}._icon_11vqe_82{color:#3d3d3d;justify-content:center;align-items:center;width:40px;height:40px;font-size:10px;display:flex}._iconImage_11vqe_92{object-fit:contain;width:100%;height:100%}._cardTitle_11vqe_98{text-align:center;color:#3d3d3d;margin:0;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-weight:700;line-height:130%}._cardDescription_11vqe_108{text-align:center;letter-spacing:.01em;color:#3d3d3d;flex:1;margin:0;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:510;line-height:22px}@media (max-width:1024px){._content_11vqe_6{padding:0 2rem}._grid_11vqe_39{grid-template-columns:repeat(2,1fr)}._heading_11vqe_16{font-size:30px}._subheading_11vqe_27{font-size:16px;line-height:24px}._card_11vqe_45{min-height:240px;padding:20px 9px}._cardTitle_11vqe_98{font-size:20px}._cardDescription_11vqe_108{font-size:13px;line-height:20px}}@media (max-width:768px){._section_11vqe_1{padding:2rem 0}._header_11vqe_12{margin-bottom:1.5rem}._grid_11vqe_39{grid-template-columns:1fr;gap:1rem}._heading_11vqe_16{font-size:26px}._subheading_11vqe_27{font-size:15px;line-height:22px}._card_11vqe_45{min-height:220px;padding:18px 9px}._cardTitle_11vqe_98{font-size:18px}._cardDescription_11vqe_108{font-size:13px;line-height:20px}}@keyframes _fadeInUp_11vqe_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){._heading_11vqe_16,._subheading_11vqe_27,._card_11vqe_45{opacity:1;animation:none}}._hero_1f1jh_1{background:#fff;padding:59px 0}._content_1f1jh_6{align-items:center;gap:4rem;max-width:1440px;margin:0 auto;padding:0 144px;display:flex}._copy_1f1jh_15{flex:1;max-width:617px}._heading_1f1jh_20{letter-spacing:4px;color:#3d3d3d;opacity:0;margin:0 0 2rem;font-family:SF Compact Rounded,-apple-system,BlinkMacSystemFont,sans-serif;font-size:68px;font-weight:700;line-height:80px;animation:.8s ease-out .2s forwards _fadeInUp_1f1jh_1}._description_1f1jh_32{letter-spacing:.03em;color:#3d3d3d;opacity:0;max-width:617px;margin:0 0 2rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:400;line-height:40px;animation:.8s ease-out .4s forwards _fadeInUp_1f1jh_1}._ctaButton_1f1jh_45{color:#fff;white-space:nowrap;opacity:0;background:#f90303;border:none;border-radius:15px;justify-content:center;align-items:center;width:145px;height:60px;padding:11px 18px;font-size:20px;font-weight:510;animation:.8s ease-out .6s forwards _fadeInUp_1f1jh_1;display:flex;box-shadow:0 4px 4px #00000026}._visual_1f1jh_64{opacity:0;flex:1;justify-content:center;align-items:center;width:621.5px;height:448px;animation:1s ease-out .3s forwards _fadeInRight_1f1jh_1,1s ease-out .3s forwards _scaleIn_1f1jh_1;display:flex;position:relative}._visualContent_1f1jh_76{border-radius:9px;width:100%;height:100%;position:relative;overflow:hidden}._heroImage_1f1jh_84{object-fit:contain;width:100%;height:100%}@media (max-width:1024px){._content_1f1jh_6{flex-direction:column;padding:0 2rem}._heading_1f1jh_20{letter-spacing:2px;font-size:48px;line-height:56px}._description_1f1jh_32{font-size:20px;line-height:32px}._visual_1f1jh_64{width:100%;max-width:500px}}@keyframes _fadeInUp_1f1jh_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInRight_1f1jh_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes _scaleIn_1f1jh_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){._hero_1f1jh_1{padding:2rem 0}._heading_1f1jh_20{letter-spacing:1px;font-size:36px;line-height:44px}._description_1f1jh_32{font-size:18px;line-height:28px}._ctaButton_1f1jh_45{width:100%;max-width:300px}}@media (prefers-reduced-motion:reduce){._heading_1f1jh_20,._description_1f1jh_32,._ctaButton_1f1jh_45,._visual_1f1jh_64{opacity:1;animation:none}}._section_14dzc_1{background:#fffdfc;padding:2.5rem 0}._content_14dzc_6{align-items:center;gap:2.5rem;max-width:1728px;margin:0 auto;padding:0 144px;display:flex}._copy_14dzc_15{flex:1;max-width:581px}._heading_14dzc_20{letter-spacing:.03em;color:#3d3d3d;opacity:0;margin:0 0 1rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInLeft_14dzc_1}._description_14dzc_32{letter-spacing:.03em;color:#3d3d3d;opacity:0;margin:0 0 1.5rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;line-height:28px;animation:.8s ease-out .2s forwards _fadeInLeft_14dzc_1}._ctaButton_14dzc_44{color:#fff;white-space:nowrap;opacity:0;background:#3d3d3d;border:none;border-radius:15px;justify-content:center;align-items:center;width:200px;height:50px;padding:10px 18px;font-size:16px;font-weight:510;animation:.8s ease-out .4s forwards _fadeInLeft_14dzc_1;display:flex;box-shadow:0 4px 4px #00000026}._visual_14dzc_63{opacity:0;flex:1;justify-content:center;align-items:center;max-width:587px;height:400px;animation:.8s ease-out .3s forwards _fadeInRight_14dzc_1;display:flex;position:relative}._adImage_14dzc_75{object-fit:contain;width:100%;height:100%}@media (max-width:1024px){._content_14dzc_6{flex-direction:column;padding:0 2rem}._heading_14dzc_20{font-size:30px}._description_14dzc_32{font-size:16px;line-height:24px}._visual_14dzc_63{max-width:100%;height:auto;min-height:400px}}@media (max-width:768px){._section_14dzc_1{padding:2rem 0}._heading_14dzc_20{font-size:26px}._description_14dzc_32{font-size:15px;line-height:22px}._visual_14dzc_63{height:300px}}@keyframes _fadeInLeft_14dzc_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInRight_14dzc_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){._heading_14dzc_20,._description_14dzc_32,._ctaButton_14dzc_44,._visual_14dzc_63{opacity:1;animation:none}}._section_19wnk_1{background:#fffdfc;padding:2.5rem 0}._content_19wnk_6{flex-direction:row-reverse;align-items:center;gap:2.5rem;max-width:1728px;margin:0 auto;padding:0 144px;display:flex}._copy_19wnk_16{flex:1;max-width:660px}._heading_19wnk_21{letter-spacing:.03em;color:#3d3d3d;opacity:0;margin:0 0 1rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInRight_19wnk_1}._description_19wnk_33{letter-spacing:.03em;color:#3d3d3d;opacity:0;margin:0 0 1.5rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;line-height:28px;animation:.8s ease-out .2s forwards _fadeInRight_19wnk_1}._ctaButton_19wnk_45{color:#fff;white-space:nowrap;opacity:0;background:#3d3d3d;border:none;border-radius:15px;justify-content:center;align-items:center;width:130px;height:50px;padding:10px 18px;font-size:16px;font-weight:510;animation:.8s ease-out .4s forwards _fadeInRight_19wnk_1;display:flex;box-shadow:0 4px 4px #00000026}._visual_19wnk_64{opacity:0;flex:1;justify-content:center;align-items:center;max-width:587px;height:400px;animation:.8s ease-out .3s forwards _fadeInLeft_19wnk_1;display:flex;position:relative}._agreementImage_19wnk_76{object-fit:contain;width:100%;height:100%}@media (max-width:1024px){._content_19wnk_6{flex-direction:column;padding:0 2rem}._heading_19wnk_21{font-size:30px}._description_19wnk_33{font-size:16px;line-height:24px}._visual_19wnk_64{max-width:100%;height:auto;min-height:400px}}@media (max-width:768px){._section_19wnk_1{padding:2rem 0}._heading_19wnk_21{font-size:26px}._description_19wnk_33{font-size:15px;line-height:22px}._visual_19wnk_64{height:300px}}@keyframes _fadeInLeft_19wnk_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInRight_19wnk_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){._heading_19wnk_21,._description_19wnk_33,._ctaButton_19wnk_45,._visual_19wnk_64{opacity:1;animation:none}}._section_1k7fs_1{background:#fffdfc;padding:2.5rem 0}._content_1k7fs_6{align-items:center;gap:2.5rem;max-width:1728px;margin:0 auto;padding:0 144px;display:flex}._visual_1k7fs_15{opacity:0;flex:1;justify-content:center;align-items:center;max-width:749px;height:500px;animation:.8s ease-out .3s forwards _fadeInLeft_1k7fs_1;display:flex;position:relative}._rentImage_1k7fs_27{object-fit:contain;width:100%;height:100%}._copy_1k7fs_33{flex:1;max-width:553px}._heading_1k7fs_38{letter-spacing:.03em;color:#3d3d3d;opacity:0;margin:0 0 1rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInRight_1k7fs_1}._description_1k7fs_50{letter-spacing:.03em;color:#3d3d3d;opacity:0;margin:0 0 1.5rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;line-height:28px;animation:.8s ease-out .2s forwards _fadeInRight_1k7fs_1}._ctaButton_1k7fs_62{color:#fff;white-space:nowrap;opacity:0;background:#3d3d3d;border:none;border-radius:15px;justify-content:center;align-items:center;width:130px;height:50px;padding:10px 18px;font-size:16px;font-weight:510;animation:.8s ease-out .4s forwards _fadeInRight_1k7fs_1;display:flex;box-shadow:0 4px 4px #00000026}@media (max-width:1024px){._content_1k7fs_6{flex-direction:column;padding:0 2rem}._heading_1k7fs_38{font-size:30px}._description_1k7fs_50{font-size:16px;line-height:24px}._visual_1k7fs_15{order:-1;max-width:100%;height:auto;min-height:400px}}@media (max-width:768px){._section_1k7fs_1{padding:2rem 0}._heading_1k7fs_38{font-size:26px}._description_1k7fs_50{font-size:15px;line-height:22px}._visual_1k7fs_15{height:350px}}@keyframes _fadeInLeft_1k7fs_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInRight_1k7fs_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){._heading_1k7fs_38,._description_1k7fs_50,._ctaButton_1k7fs_62,._visual_1k7fs_15{opacity:1;animation:none}}._section_xrtxv_1{background:#fff;padding:2.5rem 0}._content_xrtxv_6{flex-direction:row-reverse;align-items:center;gap:2.5rem;max-width:1440px;margin:0 auto;padding:0 144px;display:flex}._visual_xrtxv_16{opacity:0;flex:1;justify-content:center;align-items:center;max-width:696px;height:400px;animation:.8s ease-out .3s forwards _fadeInLeft_xrtxv_1;display:flex;position:relative}._maintenanceImage_xrtxv_28{object-fit:contain;width:100%;height:100%}._copy_xrtxv_34{flex:1;max-width:577px}._heading_xrtxv_39{letter-spacing:.03em;color:#3d3d3d;opacity:0;margin:0 0 1rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInRight_xrtxv_1}._description_xrtxv_51{letter-spacing:.03em;color:#3d3d3d;opacity:0;margin:0 0 1.5rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;line-height:28px;animation:.8s ease-out .2s forwards _fadeInRight_xrtxv_1}._ctaButton_xrtxv_63{color:#fff;white-space:nowrap;opacity:0;background:#3d3d3d;border:none;border-radius:15px;justify-content:center;align-items:center;width:130px;height:50px;padding:10px 18px;font-size:16px;font-weight:510;animation:.8s ease-out .4s forwards _fadeInRight_xrtxv_1;display:flex;box-shadow:0 4px 4px #00000026}@media (max-width:1024px){._content_xrtxv_6{flex-direction:column;padding:0 2rem}._heading_xrtxv_39{font-size:30px}._description_xrtxv_51{font-size:16px;line-height:24px}._visual_xrtxv_16{max-width:100%;height:auto;min-height:400px}}@media (max-width:768px){._section_xrtxv_1{padding:2rem 0}._heading_xrtxv_39{font-size:26px}._description_xrtxv_51{font-size:15px;line-height:22px}._visual_xrtxv_16{height:300px}}@keyframes _fadeInLeft_xrtxv_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInRight_xrtxv_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){._heading_xrtxv_39,._description_xrtxv_51,._ctaButton_xrtxv_63,._visual_xrtxv_16{opacity:1;animation:none}}._section_fqp29_1{background:#fff;padding:2.5rem 0}._content_fqp29_6{flex-direction:row-reverse;align-items:center;gap:2.5rem;max-width:1440px;margin:0 auto;padding:0 144px;display:flex}._visual_fqp29_16{flex:1;justify-content:center;align-items:center;max-width:637px;height:453px;display:flex;position:relative}._evictionImage_fqp29_26{object-fit:contain;width:100%;height:100%}._copy_fqp29_32{flex:1;max-width:577px}._heading_fqp29_37{letter-spacing:.03em;color:#3d3d3d;margin:0 0 1rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;line-height:130%}._description_fqp29_47{letter-spacing:.03em;color:#3d3d3d;margin:0 0 1.5rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;line-height:28px}._ctaButton_fqp29_57{color:#fff;white-space:nowrap;background:#3d3d3d;border:none;border-radius:15px;justify-content:center;align-items:center;width:130px;height:50px;padding:10px 18px;font-size:16px;font-weight:510;display:flex;box-shadow:0 4px 4px #00000026}@media (max-width:1024px){._content_fqp29_6{flex-direction:column;padding:0 2rem}._heading_fqp29_37{font-size:30px}._description_fqp29_47{font-size:16px;line-height:24px}._visual_fqp29_16{max-width:100%;height:auto;min-height:400px}}@media (max-width:768px){._section_fqp29_1{padding:2rem 0}._heading_fqp29_37{font-size:26px}._description_fqp29_47{font-size:15px;line-height:22px}._visual_fqp29_16{height:300px}}@keyframes _fadeInLeft_fqp29_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInRight_fqp29_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){._heading_fqp29_37,._description_fqp29_47,._ctaButton_fqp29_57,._visual_fqp29_16{opacity:1;animation:none}}._section_1fae0_1{background:#fffdfc;border:1px solid #3d3d3d;padding:2.5rem 0}._content_1fae0_7{max-width:1440px;margin:0 auto;padding:0 144px}._heading_1fae0_13{color:#3d3d3d;text-align:center;opacity:0;margin:0 0 2rem;font-family:SF Pro Rounded,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInUp_1fae0_1}._steps_1fae0_25{justify-content:space-between;gap:1.5rem;max-width:1440px;margin:0 auto;display:flex}._step_1fae0_25{opacity:0;flex-direction:column;flex:1;align-items:flex-start;max-width:428px;display:flex;position:relative}._step_1fae0_25:first-child{animation:.8s ease-out .2s forwards _fadeInUp_1fae0_1}._step_1fae0_25:nth-child(2){animation:.8s ease-out .4s forwards _fadeInUp_1fae0_1}._step_1fae0_25:nth-child(3){animation:.8s ease-out .6s forwards _fadeInUp_1fae0_1}._stepNumber_1fae0_55{color:#3d3d3d;margin-bottom:1rem;font-family:SF Pro Rounded,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;line-height:130%}._stepLine_1fae0_64{transform-origin:0;background:#f90303b3;width:80px;height:6px;margin-bottom:1.25rem;position:relative;left:0;transform:rotate(90deg)}._stepText_1fae0_75{letter-spacing:.03em;color:#3d3d3d;margin:0;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;line-height:26px}@media (max-width:1024px){._content_1fae0_7{padding:0 2rem}._steps_1fae0_25{flex-direction:column;align-items:center;gap:2rem}._step_1fae0_25{text-align:center;align-items:center;max-width:100%}._stepLine_1fae0_64{width:100px;margin:1rem 0;transform:none}._heading_1fae0_13{margin-bottom:1.5rem;font-size:30px}._stepNumber_1fae0_55{font-size:30px}._stepText_1fae0_75{font-size:16px;line-height:24px}}@media (max-width:768px){._section_1fae0_1{padding:2rem 0}._heading_1fae0_13{margin-bottom:1.5rem;font-size:26px}._stepNumber_1fae0_55{font-size:26px}._stepText_1fae0_75{font-size:15px;line-height:22px}}@keyframes _fadeInUp_1fae0_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){._heading_1fae0_13,._step_1fae0_25{opacity:1;animation:none}}._section_18pxf_1{background:#fff;padding:59px 0}._content_18pxf_6{align-items:center;gap:4rem;max-width:1440px;margin:0 auto;padding:0 144px;display:flex}._copy_18pxf_15{flex:1;max-width:652px}._heading_18pxf_20{letter-spacing:4px;color:#3d3d3d;opacity:0;margin:0 0 1rem;font-family:SF Compact Rounded,-apple-system,BlinkMacSystemFont,sans-serif;font-size:68px;font-weight:700;line-height:80px;animation:.8s ease-out .2s forwards _fadeInUp_18pxf_1}._description_18pxf_32{letter-spacing:.03em;color:#3d3d3d;opacity:0;margin:0 0 2rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:400;line-height:40px;animation:.8s ease-out .4s forwards _fadeInUp_18pxf_1}._buttonGroup_18pxf_44{opacity:0;flex-wrap:nowrap;gap:.75rem;animation:.8s ease-out .6s forwards _fadeInUp_18pxf_1;display:flex}._ctaButton_18pxf_52{color:#fff;white-space:nowrap;background:#f90303;border:none;border-radius:12px;flex:0 auto;justify-content:center;align-items:center;min-width:auto;height:46px;padding:10px 16px;font-size:16px;font-weight:510;display:flex;box-shadow:0 4px 4px #00000026}._visual_18pxf_70{opacity:0;flex:1;justify-content:center;align-items:center;max-width:579px;height:506px;animation:1s ease-out .3s forwards _fadeInRight_18pxf_1,1s ease-out .3s forwards _scaleIn_18pxf_1;display:flex;position:relative}._heroImage_18pxf_82{object-fit:contain;width:100%;height:100%;display:block}@media (max-width:1024px){._content_18pxf_6{flex-direction:column;padding:0 2rem}._heading_18pxf_20{letter-spacing:2px;font-size:48px;line-height:60px}._description_18pxf_32{font-size:20px;line-height:32px}._visual_18pxf_70{max-width:100%;height:auto;min-height:400px}._buttonGroup_18pxf_44{flex-wrap:wrap}._ctaButton_18pxf_52{flex:1;min-width:200px}}@keyframes _fadeInUp_18pxf_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInRight_18pxf_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes _scaleIn_18pxf_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){._section_18pxf_1{padding:2rem 0}._heading_18pxf_20{letter-spacing:1px;font-size:36px;line-height:44px}._description_18pxf_32{font-size:18px;line-height:28px}._visual_18pxf_70{height:300px}}@media (prefers-reduced-motion:reduce){._heading_18pxf_20,._description_18pxf_32,._buttonGroup_18pxf_44,._visual_18pxf_70{opacity:1;animation:none}}._section_kedd6_1{background:#fffdfc;padding:2.5rem 0}._content_kedd6_6{align-items:center;gap:2.5rem;max-width:1728px;margin:0 auto;padding:0 144px;display:flex}._copy_kedd6_15{flex:1;max-width:635px}._heading_kedd6_20{letter-spacing:.03em;color:#3d3d3d;opacity:0;margin:0 0 1rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:50px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInLeft_kedd6_1}._description_kedd6_32{letter-spacing:.03em;color:#3d3d3d;opacity:0;margin:0 0 1.5rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:26px;font-weight:400;line-height:40px;animation:.8s ease-out .2s forwards _fadeInLeft_kedd6_1}._ctaButton_kedd6_44{color:#fff;white-space:nowrap;opacity:0;background:#3d3d3d;border:none;border-radius:15px;justify-content:center;align-items:center;width:auto;min-width:249px;height:60px;padding:11px 18px;font-size:20px;font-weight:510;animation:.8s ease-out .4s forwards _fadeInLeft_kedd6_1;display:flex;box-shadow:0 4px 4px #00000026}._visual_kedd6_64{opacity:0;flex:1;justify-content:center;align-items:center;max-width:749px;height:500px;animation:.8s ease-out .3s forwards _fadeInRight_kedd6_1;display:flex;position:relative}._screeningImage_kedd6_76{object-fit:contain;width:100%;height:100%}@media (max-width:1024px){._content_kedd6_6{flex-direction:column;padding:0 2rem}._heading_kedd6_20{font-size:40px}._description_kedd6_32{font-size:22px;line-height:32px}._visual_kedd6_64{max-width:100%;height:auto;min-height:400px}}@media (max-width:768px){._section_kedd6_1{padding:2rem 0}._heading_kedd6_20{font-size:32px}._description_kedd6_32{font-size:18px;line-height:28px}._visual_kedd6_64{height:300px}}@keyframes _fadeInLeft_kedd6_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInRight_kedd6_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){._heading_kedd6_20,._description_kedd6_32,._ctaButton_kedd6_44,._visual_kedd6_64{opacity:1;animation:none}}._section_kwlec_1{background:#fffdfc;border:1px solid #3d3d3d;padding:4rem 0;overflow:hidden}._content_kwlec_8{flex-direction:column;align-items:center;max-width:1440px;margin:0 auto;padding:0 144px;display:flex}._heading_kwlec_17{color:#3d3d3d;text-align:center;opacity:0;margin:0 0 4rem;font-family:SF Pro Rounded,-apple-system,BlinkMacSystemFont,sans-serif;font-size:52px;font-weight:700;line-height:130%;animation:.8s ease-out forwards _fadeInUp_kwlec_1}._steps_kwlec_29{justify-content:space-between;align-items:flex-start;gap:2rem;width:100%;display:flex;position:relative}._step_kwlec_29{opacity:0;flex:1;align-items:flex-start;display:flex;position:relative}._step_kwlec_29:first-child{animation:.8s ease-out .2s forwards _fadeInUp_kwlec_1}._step_kwlec_29:nth-child(2){animation:.8s ease-out .4s forwards _fadeInUp_kwlec_1}._step_kwlec_29:nth-child(3){animation:.8s ease-out .6s forwards _fadeInUp_kwlec_1}._stepCard_kwlec_58{background:#fff;border-radius:20px;flex-direction:column;align-items:flex-start;width:100%;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #3d3d3d14}._stepCard_kwlec_58:hover{transform:translateY(-4px);box-shadow:0 8px 30px #3d3d3d1f}._stepNumber_kwlec_75{color:#f90303;background:#f903031a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;font-family:SF Pro Rounded,-apple-system,BlinkMacSystemFont,sans-serif;font-size:64px;font-weight:700;line-height:1;display:flex}._stepText_kwlec_91{letter-spacing:.03em;color:#3d3d3d;margin:0;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:400;line-height:36px}._connector_kwlec_101{z-index:1;background:linear-gradient(90deg,#f9030366,#f9030333);width:calc(2rem + 2px);height:4px;display:block;position:absolute;top:50px;right:calc(-1rem - 1px)}._connector_kwlec_101:after{content:"";border-top:3px solid #0000;border-bottom:3px solid #0000;border-left:6px solid #f9030366;width:0;height:0;position:absolute;top:50%;right:-6px;transform:translateY(-50%)}@media (max-width:1024px){._content_kwlec_8{padding:0 2rem}._heading_kwlec_17{margin-bottom:3rem;font-size:40px}._steps_kwlec_29{flex-direction:column;align-items:stretch;gap:2rem}._step_kwlec_29{width:100%}._stepCard_kwlec_58{padding:1.5rem}._connector_kwlec_101{display:none}}@media (max-width:768px){._section_kwlec_1{padding:3rem 0}._content_kwlec_8{padding:0 1.5rem}._heading_kwlec_17{margin-bottom:2rem;font-size:32px}._stepCard_kwlec_58{padding:1.25rem}._stepNumber_kwlec_75{width:60px;height:60px;margin-bottom:1rem;font-size:48px}._stepText_kwlec_91{font-size:18px;line-height:28px}}@keyframes _fadeInUp_kwlec_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){._heading_kwlec_17,._step_kwlec_29{opacity:1;animation:none}}
