.fw-button{cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:1000px;font-size:17px;transition:all .3s ease;gap:var(--spacing-xs);width:max-content;border:none;box-shadow:none;background-color:transparent;color:var(--foreground)}.fw-button:hover{transform:scale(1.02)}.fw-button.solid{background-color:var(--secondary);padding:12px 24px}@media (max-width:768px){.fw-button.full-width{width:100%;justify-content:space-between}}.fw-contact-bubbles-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-xs);flex-wrap:wrap}@media (max-width:768px){.fw-contact-bubbles-wrapper{justify-content:center}}.fw-faq-section-container{align-items:flex-start;justify-content:flex-start;display:flex;flex-direction:column;width:100%;gap:0;max-width:var(--max-width-small)}.fw-faq-title{text-align:start}.fw-faq-subtitle{margin-bottom:var(--spacing-s);margin-top:var(--spacing-xxs);font-size:14px}.fw-faq-section-content-wrapper{display:flex;flex-direction:column;width:100%}.fw-faq-container{display:flex;flex-direction:column;border-bottom:1px solid #cdcdcd;gap:10px;padding:16px 0;margin:10px 0;cursor:pointer}.fw-faq-question-wrapper{display:flex;align-items:center;justify-content:space-between;position:relative}.fw-faq-question{font-size:16px;font-weight:700}.fw-faq-container ul li{margin:var(--spacing-xs) 0}.fw-faq-arrow{height:25px;width:25px;transition:all .4s ease;position:absolute;right:0;top:0}.fw-faq-arrow-open{transform:rotate(-180deg)}@media (max-width:480px){.fw-faq-question-wrapper{font-size:16px}}.fw-accordion-container{height:30px;width:30px}.fw-accordion-container,.fw-accordion-indicator{display:flex;align-items:center;justify-content:center;cursor:pointer}.fw-accordion-indicator{position:relative;width:15px;height:15px}.fw-accordion-indicator div{position:absolute;display:flex;width:100%;height:1px;background-color:var(--foreground);transition:transform .3s ease,opacity .3s ease}.fw-accordion-indicator .line1{transform:rotate(0deg)}.fw-accordion-indicator .line2{transform:rotate(90deg)}.fw-accordion-indicator.open .line2{transform:rotate(0deg);opacity:0}.fw-rich-text{display:flex;gap:10px;align-items:flex-start;flex-direction:column;max-width:720px}.fw-rich-text.enlarge-bottom-margin{margin-bottom:50px}.fw-rich-text-header{font-size:16px;font-weight:700}.fw-rich-text-paragraph:not(:first-child){margin-top:var(--spacing-s)}.fw-rich-text-content{margin-top:var(--spacing-m);display:flex;align-items:flex-start;flex-direction:column}@media (max-width:768px){.fw-rich-text.enlarge-bottom-margin{margin-bottom:0}}.fw-about-container{max-width:var(--max-width-small)}.fw-image-with-text-wrapper{display:flex;gap:var(--spacing-l)}.fw-image-with-text-wrapper.reverse{flex-direction:row-reverse}.fw-image-with-text-text-wrapper{display:flex;flex-direction:column;gap:var(--spacing-s);width:auto}.fw-image-with-text-text-wrapper h1{font-size:22px;font-weight:600;line-height:1.4}.fw-image-with-text-text-wrapper h2{font-size:20px;font-weight:500;line-height:1.4}.fw-image-with-text-text-wrapper p{font-size:16px;font-weight:400;line-height:1.4}.fw-image-with-text-image-wrapper-round{height:180px;width:180px;border-radius:1000px}.fw-image-with-text-image-wrapper-round,.fw-image-with-text-image-wrapper-squared{display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;flex-shrink:0}.fw-image-with-text-image-wrapper-squared{height:auto;width:300px;border-radius:var(--border-radius)}.fw-image-with-text-image-round{width:100%;height:100%;object-fit:cover}.fw-image-with-text-image-squared{width:100%;height:auto;object-fit:cover;object-position:top}@media (max-width:768px){.fw-image-with-text-wrapper{flex-direction:column-reverse;align-items:center;justify-content:center}.fw-image-with-text-wrapper.reverse{flex-direction:column}.fw-image-with-text-text-wrapper{align-items:center;text-align:center}.fw-image-with-text-image-wrapper{height:150px;width:150px}.fw-image-with-text-text-wrapper h1{font-size:24px}.fw-image-with-text-text-wrapper h2,.fw-image-with-text-text-wrapper p{font-size:16px}.fw-image-with-text-image-wrapper-squared{aspect-ratio:9/14;max-height:380px}}.fw-hero-container{padding-top:50px;align-items:center;justify-content:center;max-width:var(--max-width-small);gap:var(--spacing-l)}@media (max-width:480px){.fw-hero-container{padding-top:25px}}.fw-image-grid-container{max-width:var(--max-width-small)}.fw-image-grid{display:grid;grid-gap:var(--spacing-s);gap:var(--spacing-s);grid-template-columns:repeat(2,1fr)}.fw-image-grid,.fw-image-grid-entry{justify-content:center;align-items:center;width:100%}.fw-image-grid-entry{border-radius:var(--border-radius);overflow:hidden;display:flex;height:auto;aspect-ratio:9/16;position:relative;max-height:435px}.fw-image-grid-entry img{height:100%;width:100%;object-fit:cover;object-position:center}