@layer base{._content_1hxhe_2{max-width:20rem;padding:var(--spacing-2) var(--spacing-3);background-color:var(--popup);color:var(--popup-foreground);border-radius:var(--radius);font-size:.875rem;line-height:1.4;box-shadow:var(--shadow-md);font-family:var(--font-family-base);border:1px solid var(--border);z-index:var(--z-overlay);overflow-wrap:break-word;word-break:keep-all;animation-duration:var(--animation-duration-normal);animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity}._content_1hxhe_2[data-state=delayed-open][data-side=top]{animation-name:_slideDownAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=bottom]{animation-name:_slideUpAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=left]{animation-name:_slideRightAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=right]{animation-name:_slideLeftAndFade_1hxhe_1}@keyframes _slideUpAndFade_1hxhe_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideDownAndFade_1hxhe_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideLeftAndFade_1hxhe_1{0%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}@keyframes _slideRightAndFade_1hxhe_1{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}}@layer base{._toaster_uhdob_2{--viewport-padding: var(--spacing-4);--toast-width: 360px;--toast-border-radius: var(--radius);--toast-font-family: var(--font-family-base);--toast-animation-duration: var(--animation-duration-normal)}._toast_uhdob_2{display:flex;align-items:flex-start;gap:var(--spacing-3);padding:var(--spacing-4);background-color:var(--card);color:var(--card-foreground);border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--border);width:var(--toast-width);position:relative;animation:_slideIn_uhdob_1 var(--toast-animation-duration) cubic-bezier(.16,1,.3,1);transition:transform .2s ease,opacity .2s ease}._toast_uhdob_2:focus{outline:none;box-shadow:var(--shadow-focus)}._toast_uhdob_2:hover{transform:translateY(-2px)}._content_uhdob_35{flex:1;display:flex;flex-direction:column;gap:var(--spacing-1);min-width:0}._title_uhdob_43{font-weight:600;font-size:1rem;color:var(--card-foreground);line-height:1.4}._description_uhdob_50{font-size:.875rem;color:var(--muted-foreground);line-height:1.4}._icon_uhdob_56{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;color:var(--primary)}._actionButton_uhdob_66{padding:var(--spacing-2) var(--spacing-3);background-color:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color var(--animation-duration-fast) ease;margin-left:var(--spacing-2);white-space:nowrap}._actionButton_uhdob_66:hover{background-color:color-mix(in srgb,var(--primary) 90%,black)}._actionButton_uhdob_66:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._actionButton_uhdob_66:active{background-color:color-mix(in srgb,var(--primary) 80%,black)}._cancelButton_uhdob_93{padding:var(--spacing-2) var(--spacing-3);background-color:var(--muted);color:var(--muted-foreground);border:none;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color var(--animation-duration-fast) ease;white-space:nowrap}._cancelButton_uhdob_93:hover{background-color:color-mix(in srgb,var(--muted) 80%,white)}._cancelButton_uhdob_93:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._cancelButton_uhdob_93:active{background-color:color-mix(in srgb,var(--muted) 75%,white)}._closeButton_uhdob_119{position:absolute;top:var(--spacing-2);right:var(--spacing-2);display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:var(--radius-sm);background-color:transparent;color:var(--muted-foreground);border:none;cursor:pointer;opacity:.7;transition:opacity var(--animation-duration-fast) ease,background-color var(--animation-duration-fast) ease}._closeButton_uhdob_119:hover{opacity:1;background-color:var(--muted)}._closeButton_uhdob_119:focus-visible{outline:none;box-shadow:var(--shadow-focus);opacity:1}.dark ._toast_uhdob_2{border-color:var(--border)}.dark ._actionButton_uhdob_66:hover{background-color:color-mix(in srgb,var(--primary) 90%,white)}.dark ._actionButton_uhdob_66:active{background-color:color-mix(in srgb,var(--primary) 80%,white)}.dark ._cancelButton_uhdob_93:hover{background-color:color-mix(in srgb,var(--muted) 80%,black)}.dark ._cancelButton_uhdob_93:active{background-color:color-mix(in srgb,var(--muted) 70%,black)}@keyframes _slideIn_uhdob_1{0%{transform:translate(calc(100% + var(--viewport-padding)));opacity:0}to{transform:translate(0);opacity:1}}}._pageWrapper_1117d_1{background-color:#f5efe8;color:#3d3d3d;font-family:var(--font-family-base);min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}._container_1117d_11{width:min(1120px,calc(100% - 32px));margin:0 auto}._logoBar_1117d_16{text-align:center;padding:20px 0;background-color:#f5efe8}._logoImage_1117d_22{height:156px;display:inline-block;vertical-align:middle}._main_1117d_28{flex:1}._section_1117d_32{padding:80px 0}._bgWhite_1117d_36{background-color:#fff}._bgBlushPink_1117d_40{background-color:#f4d6d6}._heroSection_1117d_44{padding:60px 0 80px;background:linear-gradient(to bottom,#f5efe8,#fff)}._centeredHeader_1117d_49{text-align:center;max-width:800px;margin:0 auto}._eyebrow_1117d_55{text-transform:uppercase;font-size:.85rem;font-weight:700;color:#d88ea0;letter-spacing:.1em;margin-bottom:1rem;display:block}._h1_1117d_65{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;background:linear-gradient(to right,#d88ea0,#b86e80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;margin-bottom:1.5rem}._h2_1117d_76{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#3d3d3d}._h3_1117d_84{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#3d3d3d}._leadText_1117d_91{font-size:1.25rem;line-height:1.6;color:#6b6b6b}._paragraph_1117d_97{color:#6b6b6b;line-height:1.7;margin-bottom:1rem;font-size:1.05rem}._splitGrid_1117d_104{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:980px){._splitGrid_1117d_104{grid-template-columns:1fr 1fr}}._mediaCard_1117d_116{border-radius:18px;border:2px solid #F4D6D6;overflow:hidden;box-shadow:0 10px 30px #0000000d}._mediaCard_1117d_116 img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4/3}._promiseGrid_1117d_130{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media(min-width:768px){._promiseGrid_1117d_130{grid-template-columns:repeat(3,1fr)}}._promiseCard_1117d_142{background-color:#fff;border-radius:18px;padding:2.5rem 2rem;text-align:center;box-shadow:0 10px 30px #00000005;border:1px solid rgba(244,214,214,.5)}._reveal_1117d_152{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}._reveal_1117d_152[data-revealed=true]{opacity:1;transform:translateY(0)}._footer_1117d_162{text-align:center;padding:2rem 0;border-top:1px solid #F4D6D6;color:#3d3d3d;font-size:.9rem;background-color:#f5efe8}._pageWrapper_1h9tv_2{background-color:#f5efe8;color:#3d3d3d;font-family:var(--font-family-base);overflow-x:hidden}._container_1h9tv_9{width:min(1120px,calc(100% - 32px));margin:0 auto}._section_1h9tv_14{padding:56px 0}._bgWarmBeige_1h9tv_19{background-color:#f5efe8}._bgBlushPink_1h9tv_23{background-color:#f4d6d6}._bgWhite_1h9tv_27{background-color:#fff}._eyebrow_1h9tv_32{text-transform:uppercase;font-size:.82rem;font-weight:700;color:#d88ea0;letter-spacing:.08em;margin-bottom:1rem;display:block}._h1_1h9tv_42{font-size:clamp(2.1rem,5vw,4.3rem);font-weight:800;background:linear-gradient(to right,#d88ea0,#b86e80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;margin-bottom:1.5rem}._h2_1h9tv_53{font-size:clamp(1.7rem,3vw,2.8rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#3d3d3d}._h3_1h9tv_61{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#3d3d3d}._leadText_1h9tv_68{font-size:1.125rem;line-height:1.6;color:#6b6b6b;margin-bottom:2rem}._paragraph_1h9tv_75{color:#6b6b6b;line-height:1.6;margin-bottom:1rem}._reveal_1h9tv_82{opacity:0;transform:translateY(30px);transition:opacity .5s ease,transform .5s ease}._reveal_1h9tv_82[data-revealed=true]{opacity:1;transform:translateY(0)}._logoBar_1h9tv_93{text-align:center;padding:20px 0;background-color:#f5efe8}._logoImage_1h9tv_99{height:156px;display:inline-block;vertical-align:middle}._navLinks_1h9tv_105{display:flex;justify-content:center;gap:2rem;margin-top:1rem}._navLinks_1h9tv_105 a{color:#d88ea0;text-decoration:none;font-weight:600;transition:color .2s ease}._navLinks_1h9tv_105 a:hover{color:#b86e80}._combinedHeroStory_1h9tv_122{background:linear-gradient(to bottom,#f5efe8,#f4d6d6);padding-top:80px;padding-bottom:80px}._storyWrapper_1h9tv_128{margin-top:80px}._splitGrid_1h9tv_132{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:980px){._splitGrid_1h9tv_132{grid-template-columns:1fr 1fr}}._mediaCard_1h9tv_144{border-radius:18px;border:2px solid #F4D6D6;overflow:hidden;box-shadow:0 10px 30px #0000000d}._mediaCard_1h9tv_144 img{width:100%;height:100%;object-fit:cover;display:block}._storyMediaCard_1h9tv_157{max-height:500px}._centeredHeader_1h9tv_162{text-align:center;max-width:800px;margin:0 auto 3rem}._categoryGrid_1h9tv_168{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media(min-width:980px){._categoryGrid_1h9tv_168{grid-template-columns:repeat(3,1fr)}}._categoryCard_1h9tv_180{background-color:#fff;border-radius:18px;border:2px solid #F4D6D6;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 30px #00000005}._categoryCard_1h9tv_180 img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}._categoryCardContent_1h9tv_195{padding:1.5rem}._valuesList_1h9tv_200{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}._valueItem_1h9tv_206{display:flex;gap:1.5rem;align-items:flex-start}._valueNumber_1h9tv_211{width:46px;height:46px;border-radius:50%;background-color:#d88ea0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.25rem;flex-shrink:0}._valueContent_1h9tv_224{flex:1}._galleryGrid_1h9tv_229{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media(min-width:700px){._galleryGrid_1h9tv_229{grid-template-columns:repeat(2,1fr)}}@media(min-width:980px){._galleryGrid_1h9tv_229{grid-template-columns:repeat(4,1fr)}}._galleryCard_1h9tv_245{border-radius:18px;border:2px solid #F4D6D6;overflow:hidden;aspect-ratio:4/5;box-shadow:0 10px 30px #00000005}._galleryCard_1h9tv_245 img{width:100%;height:100%;object-fit:cover;display:block}._footer_1h9tv_260{text-align:center;padding:2rem 0;border-top:1px solid #F4D6D6;color:#3d3d3d;font-size:.9rem}._footerNav_1h9tv_268{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem}._footerNav_1h9tv_268 a{color:#d88ea0;text-decoration:none;font-weight:600;transition:color .2s ease}._footerNav_1h9tv_268 a:hover{color:#b86e80}._pageWrapper_1ot8y_1{background-color:#f5efe8;color:#3d3d3d;font-family:var(--font-family-base);min-height:100vh;display:flex;flex-direction:column}._container_1ot8y_10{width:min(1120px,calc(100% - 32px));margin:0 auto}._logoBar_1ot8y_15{text-align:center;padding:20px 0;background-color:#f5efe8}._logoImage_1ot8y_21{height:156px;display:inline-block;vertical-align:middle}._mainContainer_1ot8y_27{width:min(700px,calc(100% - 32px));margin:60px auto;flex:1;display:flex;align-items:center}._contentCard_1ot8y_35{background-color:#fff;border-radius:24px;border:2px solid #F4D6D6;padding:3rem;box-shadow:0 15px 40px #00000008;text-align:center;width:100%}._headerArea_1ot8y_45{margin-bottom:3rem}._eyebrow_1ot8y_49{text-transform:uppercase;font-size:.85rem;font-weight:700;color:#d88ea0;letter-spacing:.1em;margin-bottom:1rem;display:block}._h1_1ot8y_59{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;background:linear-gradient(to right,#d88ea0,#b86e80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;margin-bottom:1rem}._subtitle_1ot8y_70{font-size:1.125rem;line-height:1.6;color:#6b6b6b;max-width:500px;margin:0 auto}._contactInfo_1ot8y_78{background-color:#f5efe8;border-radius:18px;padding:2rem;margin-bottom:2.5rem}._contactItem_1ot8y_85{display:flex;flex-direction:column;align-items:center;gap:1rem}._iconWrapper_1ot8y_92{width:56px;height:56px;background-color:#d88ea0;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #d88ea04d}._contactDetails_1ot8y_104{text-align:center}._h2_1ot8y_108{font-size:1.25rem;font-weight:700;color:#3d3d3d;margin-bottom:.5rem}._emailLink_1ot8y_115{display:inline-block;font-size:1.5rem;font-weight:800;color:#b86e80;text-decoration:none;margin-bottom:.75rem;transition:color .2s ease,transform .2s ease}._emailLink_1ot8y_115:hover{color:#d88ea0;transform:translateY(-2px)}._description_1ot8y_129{color:#6b6b6b;font-size:.95rem}._companyInfo_1ot8y_134{color:#8c8c8c;font-size:.9rem;line-height:1.5}._reveal_1ot8y_141{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}._reveal_1ot8y_141[data-revealed=true]{opacity:1;transform:translateY(0)}._footer_1ot8y_151{text-align:center;padding:2rem 0;border-top:1px solid #F4D6D6;color:#3d3d3d;font-size:.9rem;background-color:#f5efe8;margin-top:auto}._pageWrapper_871xz_1{background-color:#f5efe8;color:#3d3d3d;font-family:var(--font-family-base);min-height:100vh;display:flex;flex-direction:column}._container_871xz_10{width:min(1120px,calc(100% - 32px));margin:0 auto}._logoBar_871xz_15{text-align:center;padding:20px 0;background-color:#f5efe8}._logoImage_871xz_21{height:156px;display:inline-block;vertical-align:middle}._mainContainer_871xz_27{width:min(800px,calc(100% - 32px));margin:40px auto;flex:1}._contentCard_871xz_33{background-color:#fff;border-radius:18px;border:2px solid #F4D6D6;padding:40px;box-shadow:0 10px 30px #00000005}._h1_871xz_41{font-size:clamp(2rem,4vw,3rem);font-weight:800;background:linear-gradient(to right,#d88ea0,#b86e80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;margin-bottom:.5rem}._lastUpdated_871xz_52{font-size:.875rem;color:#d88ea0;font-weight:600;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em}._h2_871xz_61{font-size:1.5rem;font-weight:700;color:#3d3d3d;margin-top:2.5rem;margin-bottom:1rem}._p_871xz_1{color:#6b6b6b;line-height:1.7;margin-bottom:1rem;font-size:1.05rem}._link_871xz_76{color:#d88ea0;text-decoration:none;font-weight:600;transition:color .2s ease}._link_871xz_76:hover{color:#b86e80;text-decoration:underline}._footer_871xz_87{text-align:center;padding:2rem 0;border-top:1px solid #F4D6D6;color:#3d3d3d;font-size:.9rem;background-color:#f5efe8;margin-top:60px}._logoBar_1y7rt_2{background-color:#f5efe8;padding:20px 0;text-align:center}._logoImage_1y7rt_8{height:156px;width:auto;display:inline-block}._pageWrapper_1y7rt_15{background-color:#f5efe8;color:#3d3d3d;font-family:var(--font-family-base);overflow-x:hidden}._container_1y7rt_22{width:min(1120px,calc(100% - 32px));margin:0 auto}._section_1y7rt_27{padding:56px 0}._sectionAlt_1y7rt_31{background-color:#f4d6d6}._sectionDefault_1y7rt_35{background-color:#f5efe8}._sectionLight_1y7rt_39{background-color:#fff;color:#3d3d3d}._sectionLight_1y7rt_39 ._mutedText_1y7rt_43{color:#6b6b6b}._eyebrow_1y7rt_48{text-transform:uppercase;font-size:.82rem;font-weight:700;color:#d88ea0;letter-spacing:.08em;margin-bottom:1rem;display:block}._h1_1y7rt_58{font-size:clamp(2.1rem,5vw,4.3rem);font-weight:800;background:linear-gradient(to right,#d88ea0,#b5707f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;margin-bottom:1.5rem}._h2_1y7rt_69{font-size:clamp(1.7rem,3vw,2.8rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#3d3d3d}._h3_1y7rt_77{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#3d3d3d}._leadText_1y7rt_84{font-size:1.125rem;line-height:1.6;color:#6b6b6b;margin-bottom:2rem}._sectionLight_1y7rt_39 ._leadText_1y7rt_84{color:#6b6b6b}._paragraph_1y7rt_94{color:#6b6b6b;line-height:1.6;margin-bottom:1rem}._sectionLight_1y7rt_39 ._paragraph_1y7rt_94{color:#6b6b6b}._ctaButton_1y7rt_104{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(to bottom,#d88ea0,#c67a8e);color:#fff;font-weight:800;padding:1rem 2rem;text-decoration:none;box-shadow:0 0 0 4px #d88ea033;transition:transform .2s ease,box-shadow .2s ease;font-size:1.1rem}._ctaButton_1y7rt_104:hover{transform:translateY(-2px);box-shadow:0 0 0 6px #d88ea04d,0 4px 12px #0003}._heroSection_1y7rt_124{background:linear-gradient(to bottom,#f5efe8,#f4d6d6);padding-top:80px;padding-bottom:80px}._heroGrid_1y7rt_129{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:980px){._heroGrid_1y7rt_129{grid-template-columns:1fr 1fr}}._bulletList_1y7rt_141{list-style:none;padding:0;margin:2rem 0;display:flex;flex-direction:column;gap:1rem}._bulletItem_1y7rt_149{display:flex;align-items:flex-start;gap:1rem;color:#3d3d3d;font-size:1.05rem;line-height:1.4}._checkMark_1y7rt_157{width:24px;height:24px;border-radius:50%;background-color:#d88ea0;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}._trustStrip_1y7rt_169{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(61,61,61,.1);color:#6b6b6b;font-size:.9rem}._heroMediaCard_1y7rt_177,._mediaCard_1y7rt_177{border-radius:18px;border:1px solid #F4D6D6;overflow:hidden;box-shadow:var(--shadow-lg)}._heroMediaCard_1y7rt_177 img,._mediaCard_1y7rt_177 img{width:100%;height:100%;object-fit:cover;display:block}._splitGrid_1y7rt_191{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:980px){._splitGrid_1y7rt_191{grid-template-columns:1fr 1fr}}._centeredHeader_1y7rt_203{text-align:center;max-width:800px;margin:0 auto 3rem}._galleryGrid_1y7rt_210{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media(min-width:700px){._galleryGrid_1y7rt_210{grid-template-columns:repeat(2,1fr)}}@media(min-width:980px){._galleryGrid_1y7rt_210{grid-template-columns:repeat(4,1fr)}}._galleryCard_1y7rt_226{border-radius:18px;border:1px solid #F4D6D6;background-color:#fff;overflow:hidden;aspect-ratio:4/5}._galleryCard_1y7rt_226 img{width:100%;height:100%;object-fit:cover;display:block}._benefitsGrid_1y7rt_241{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;margin-bottom:3rem}@media(min-width:700px){._benefitsGrid_1y7rt_241{grid-template-columns:repeat(2,1fr)}}@media(min-width:980px){._benefitsGrid_1y7rt_241{grid-template-columns:repeat(4,1fr)}}._benefitCard_1y7rt_259{background-color:#fff;border-radius:18px;border:1px solid #F4D6D6;padding:1.5rem}._benefitIcon_1y7rt_265{width:46px;height:46px;border-radius:14px;background:linear-gradient(to bottom,#d88ea0,#c67a8e);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.25rem;margin-bottom:1.5rem}._centeredCta_1y7rt_279{text-align:center}._stepsList_1y7rt_284{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}._stepCard_1y7rt_290{background-color:#fff;border-radius:18px;border:1px solid #F4D6D6;padding:1.5rem;display:flex;gap:1.5rem;align-items:flex-start}._stepNumber_1y7rt_299{width:54px;height:54px;border-radius:50%;background:linear-gradient(to bottom,#d88ea0,#c67a8e);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.5rem;flex-shrink:0}._stepContent_1y7rt_312{flex:1}._ctaPanel_1y7rt_317{background-color:#fff;border-radius:18px;border:1px solid #F4D6D6;padding:4rem 2rem;text-align:center;max-width:800px;margin:0 auto}._faqList_1y7rt_328{display:flex;flex-direction:column;gap:1rem;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}._faqCard_1y7rt_337{background-color:#fff;border-radius:18px;border:1px solid #F4D6D6;padding:1.5rem}._closingSection_1y7rt_345{text-align:center;padding:5rem 0;color:#3d3d3d}._finePrint_1y7rt_350{margin-top:3rem;font-size:.8rem;color:#999}._disclosure_1y7rt_357{margin-top:1.5rem;font-size:.8rem;color:#999}._footer_1y7rt_363{text-align:center;padding:2rem 0;border-top:1px solid #F4D6D6;color:#6b6b6b;background-color:#f5efe8;font-size:.9rem}._reveal_1y7rt_373{opacity:0;transform:translateY(30px);transition:opacity .5s ease,transform .5s ease}._reveal_1y7rt_373[data-revealed=true]{opacity:1;transform:translateY(0)}:root{--z-overlay: 400;--z-spotlight: 1000;--z-critical: 2000;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-12: 3rem;--spacing-16: 4rem;--spacing-20: 5rem}:root{--background: #131921;--foreground: #ffffff;--surface: #e6e6e6;--surface-foreground: #131921;--sidebar: #232f3e;--sidebar-foreground: #ffffff;--card: #232f3e;--card-foreground: #ffffff;--popup: #232f3e;--popup-foreground: #ffffff;--primary: #febd69;--primary-foreground: #131921;--secondary: #ff9900;--secondary-foreground: #131921;--accent: #f3a847;--accent-foreground: #131921;--muted: #232f3e;--muted-foreground: #a7acb2;--success: #2C5E43;--success-foreground: #FFFFFF;--error: #9E2A2B;--error-foreground: #FFFFFF;--warning: #ff9900;--warning-foreground: #131921;--info: #2B5973;--info-foreground: #FFFFFF;--info-hover: #21465C;--info-active: #183445;--border: #d4d4d4;--gradient-hero: linear-gradient(180deg, #232f3e 0%, #131921 100%);--gradient-cta: linear-gradient(180deg, #febd69 0%, #f3a847 100%);--gradient-text: linear-gradient(180deg, #febd69 0%, #ff9900 100%);--font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-family-display: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-family-monospace: monospace;--font-family-cursive: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--radius-sm: 9px;--radius: 18px;--radius-md: 18px;--radius-lg: 18px;--radius-full: 999px;--shadow: none;--shadow-md: none;--shadow-lg: none;--shadow-focus: 0 0 0 2px #ff9900, 0 0 0 3px rgba(255,153,0,.5);--animation-duration-fast: .15s;--animation-duration-normal: .25s;--animation-duration-slow: .4s;--chart-color-1: #febd69;--chart-color-2: #f3a847;--chart-color-3: #ff9900;--chart-color-4: #232f3e;--chart-color-5: #a7acb2}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@layer base{ul{list-style-type:none;margin:0;padding:0}body{background:var(--background);color:var(--foreground);font-family:var(--font-family-base)}*{box-sizing:border-box;padding:0;margin:0}button{border:none;background:none;cursor:pointer;font-family:inherit;font-size:inherit;color:inherit}a{color:inherit;text-decoration:none}th,td{display:table-cell!important}}.rbc-month-view{overflow:visible!important}
