.layout_layout__ktT15{display:flex;flex-direction:column;min-height:100dvh;color:var(--palette-text-mild)}.layout_layout__ktT15>main{display:flex;flex:1 1;background-color:var(--palette-gamma-faint)}.styles_notification__aEonQ{border-bottom:1px solid var(--color-input-foreground-negative-potent);background-color:var(--color-action-background-negative-subtle);padding:12px 24px;width:100%;color:#c6351a;font-size:14px;text-align:center}.styles_title__HDeeA{font-weight:700}.styles_message__0Udzd{font-weight:500}.styles_testimonials-container__m1M1z{display:flex;flex-direction:column;align-items:center;gap:var(--size-8);background-color:var(--color-container-background-potent);padding:var(--size-8) var(--size-7);color:var(--color-container-background-neutral-subtle)}.styles_testimonials-container__m1M1z>h4{font-size:var(--scale-2);text-align:center}.styles_testimonials__ll_qf{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--size-3);margin:0 auto}@media (min-width:769px){.styles_testimonials__ll_qf{gap:var(--size-5)}}.styles_legal__x1RGw{display:flex;grid-area:3/1/4/3;flex-direction:column;flex-wrap:wrap;gap:1.25rem;font-size:.813rem}.styles_legal__x1RGw>a,.styles_legal__x1RGw>a:visited{color:var(--color-container-background-neutral-subtle)}@media (min-width:769px){.styles_legal__x1RGw{grid-area:2/1/3/2}}@media (min-width:1025px){.styles_legal__x1RGw{grid-area:1/4/1/5}}.styles_social-media__UG7V9{display:flex;align-items:center;gap:1rem;margin-top:1rem}.styles_social-media__UG7V9>a{cursor:pointer}.styles_footer__B69w4{position:relative}.styles_content-container__P5uUB{background-color:var(--color-primary-950);color:var(--color-container-background-neutral-subtle)}.styles_content__Ooph7{display:grid;grid-template-rows:125px repeat(3,auto);grid-template-columns:repeat(2,auto);padding:2rem;grid-row-gap:3rem;grid-column-gap:2rem;margin:auto;max-width:var(--layout-max-width-lg)}.styles_heading__QLC2b{margin-bottom:1rem;font-size:1.3rem}.styles_logo__QpytH{display:flex;grid-area:1/1/2/3;flex-direction:column;align-items:flex-start;gap:.5rem}.styles_logo__QpytH>a{transform:scale(.75);margin-left:-1.5rem;font-weight:var(--weight-semibold);font-size:1.5rem;text-decoration:none}.styles_link__R4PDw,.styles_link__R4PDw:visited,.styles_logo__QpytH>a{color:var(--color-container-background-neutral-subtle)}.styles_categories__nb_rx,.styles_countries__8H65t{display:flex;flex-direction:column;gap:.5rem;margin:0 0 0 -.75rem}.styles_categories__nb_rx>a,.styles_countries__8H65t>a{border-radius:var(--outline-radius-sm);padding:.5rem .75rem;color:var(--color-container-background-neutral-subtle);text-decoration:none;text-transform:capitalize}.styles_categories__nb_rx>a:hover,.styles_countries__8H65t>a:hover{background-color:rgba(255,255,255,.15)}.styles_resource__e_Ajg{display:flex;flex-wrap:wrap;gap:2rem;background-color:var(--color-primary-950);padding:0 2rem 2rem;color:var(--color-container-background-neutral-subtle);font-size:.75rem}.styles_resource__e_Ajg>a,.styles_resource__e_Ajg>a:visited{color:var(--color-container-background-neutral-subtle);text-decoration:none}@media (min-width:769px){.styles_content__Ooph7{grid-template-rows:125px repeat(4,auto);grid-template-columns:repeat(3,auto)}.styles_logo__QpytH{grid-area:1/1/2/2}.styles_countries__8H65t{grid-area:1/3/4/4}.styles_categories__nb_rx{grid-area:1/2/4/3}}@media (min-width:1025px){.styles_content__Ooph7{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(3,auto) .75fr}.styles_logo__QpytH>p{max-width:200px}.styles_resource__e_Ajg{justify-content:center;gap:2.5rem}}.styles_footer__B69w4:before{display:block;position:absolute;bottom:100%;left:0;background:linear-gradient(to right,var(--color-primary) 0,var(--color-primary) 33.33%,#ee828d 33.33%,#ee828d 66.66%,#ffcb3d 66.66%,#ffcb3d);width:100%;height:4px;content:""}@media (min-width:769px){.styles_footer__B69w4:before{background:linear-gradient(to right,#fb513a 0,#fb513a 40%,var(--color-primary) 40%,var(--color-primary) 70%,#ee828d 70%,#ee828d 85%,#ffcb3d 85%,#ffcb3d)}}.styles_trigger__YJ5HH{display:none;align-items:center;gap:.5rem;outline:none;padding:0 .5rem;height:100%;color:var(--color-primary);font-weight:700}.styles_trigger__YJ5HH>svg{transition:transform .2s ease-out}.styles_trigger__YJ5HH>svg>path{fill:var(--color-primary)}.styles_trigger__YJ5HH[data-state=open]>svg{transform:rotate(180deg)}.styles_content__smZqx{display:none;z-index:20;outline:none;box-shadow:var(--outline-shadow-moderate);border-radius:1.5rem 0 1.5rem 1.5rem;background-color:var(--color-container-background-neutral-subtle);padding:2rem 1.5rem}.styles_content__smZqx[data-state=open]{animation:styles_fadeIn__4HUzc .2s ease-out}.styles_content__smZqx[data-state=closed]{animation:styles_fadeOut__I1MD5 .2s ease-out}@media (min-width:769px){.styles_trigger__YJ5HH{display:flex;position:relative}.styles_trigger__YJ5HH:after{position:absolute;bottom:-4px;left:-4px;transition:height .2s ease-out;background-color:var(--palette-secondaries-echo-base);width:calc(100% + 8px);height:4px;content:""}.styles_trigger__YJ5HH[data-state=open]:after{height:8px}.styles_content__smZqx{display:block}}@keyframes styles_fadeIn__4HUzc{0%{opacity:0}to{opacity:1}}@keyframes styles_fadeOut__I1MD5{0%{opacity:1}to{opacity:0}}.styles_link__dFaqH{display:flex;align-items:center;gap:.75rem;border-radius:.25rem;padding:.4rem .75rem;color:var(--palette-link-mild);font-weight:700;text-decoration:none;text-transform:capitalize}.styles_link__dFaqH:hover{background-color:#f0f0f0}.styles_link__dFaqH>svg{transform:scale(.75)}.styles_links__idhwS{display:flex;flex-direction:column;gap:.5rem}.styles_links__idhwS>a:first-of-type{justify-content:space-between}.styles_category__ckuL8 svg{width:22px;height:22px}.styles_links__V_Kn_{display:flex;flex-direction:column;gap:.5rem}.styles_links__V_Kn_>a:first-of-type{justify-content:space-between}.styles_drop-down__CdHMx:after{background-color:#ffcb3d}.styles_btn__e1pgS{display:flex;align-items:center;gap:.75rem;border-radius:.25rem;padding:.4rem .75rem;color:var(--palette-link-mild);font-weight:700;text-decoration:none;text-transform:capitalize}.styles_btn__e1pgS:hover{background-color:#f0f0f0}.styles_trigger__DqXjF{display:none;position:relative;padding:.25rem}.styles_content__8CntX{display:none;z-index:20;box-shadow:var(--outline-shadow-moderate);border-radius:1.5rem 0 1.5rem 1.5rem;background-color:var(--color-container-background-neutral-subtle);padding:1.5rem 1.5rem 1.5rem 2rem}.styles_content__8CntX[data-state=open]{animation:styles_fadeIn__Pt75J .2s ease-out}.styles_content__8CntX[data-state=closed]{animation:styles_fadeOut__M6ak0 .2s ease-out}.styles_menu__G5ky8{display:flex;gap:2rem}.styles_column__8upXu{display:flex;flex-direction:column;gap:.5rem}.styles_heading__ykFdB{color:#787878;font-weight:var(--weight-semibold)}.styles_column__8upXu>a,.styles_column__8upXu>button{margin-left:-.75rem;border-radius:.25rem;padding:.4rem .75rem;color:var(--palette-link-mild);font-weight:700}.styles_column__8upXu>a:hover,.styles_column__8upXu>button:hover{background-color:#f0f0f0}.styles_column__8upXu>a{text-decoration:none}.styles_column__8upXu>button{display:flex;justify-content:space-between;align-items:center;gap:1.25rem}@media (min-width:769px){.styles_content__8CntX,.styles_trigger__DqXjF{display:block}.styles_trigger__DqXjF:after{position:absolute;bottom:-23.5px;left:-4px;transition:height .2s ease-out;background-color:var(--color-primary);width:calc(100% + 8px);height:4px;content:""}.styles_trigger__DqXjF[data-state=open]:after{height:8px}}@keyframes styles_fadeIn__Pt75J{0%{opacity:0}to{opacity:1}}@keyframes styles_fadeOut__M6ak0{0%{opacity:1}to{opacity:0}}.styles_suggestions__HVS2n{box-shadow:var(--outline-shadow-moderate);border-radius:var(--outline-radius-lg);background-color:var(--color-container-background-neutral-subtle);padding:2rem 1.5rem;width:var(--radix-popover-trigger-width)}.styles_heading__00ca0{margin-bottom:1rem;color:#787878;font-weight:var(--weight-semibold);font-size:.9rem}.styles_suggestion__vuNBz{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ebe4df;padding:.5rem;color:#003057;text-decoration:none}.styles_suggestion__vuNBz:hover,.styles_suggestion__vuNBz[data-active-item]{background-color:#f4f4f4}.styles_suggestion__vuNBz>svg{transform:scale(.9)}.styles_search-bar__2doJ3{display:flex;max-width:475px}.styles_search-bar__2doJ3>input{box-shadow:var(--shadow-sm);border:none;border-radius:100px;background:var(--color-container-background-neutral-subtle);padding:.45rem 3rem .45rem 1.25rem;font-weight:500;white-space:nowrap}.styles_search-bar__2doJ3>input::placeholder{color:var(--color-black);font-weight:450}.styles_search-bar__2doJ3>input:focus{outline:none}.styles_search-bar__2doJ3>button{margin-left:-2.5rem;outline-offset:3px;border-radius:100px;background-color:var(--color-primary);padding:.5rem 1rem;color:var(--color-container-background-neutral-subtle);font-weight:var(--weight-semibold)}.styles_trigger__kFGoS{display:flex;position:relative;padding:.25rem}.styles_content__NMv6J{z-index:20;box-shadow:var(--outline-shadow-moderate);border-radius:1.5rem 0 1.5rem 1.5rem;background-color:var(--color-container-background-neutral-subtle);padding:2rem 1.5rem}.styles_content__NMv6J[data-state=open]{animation:styles_fadeIn__8CRPt .2s ease-out}.styles_content__NMv6J[data-state=closed]{animation:styles_fadeOut__MM8HE .2s ease-out}@media (min-width:1025px){.styles_content__NMv6J,.styles_trigger__kFGoS{display:none}}@media (min-width:769px){.styles_trigger__kFGoS:after{position:absolute;bottom:-24px;left:-4px;transition:height .2s ease-out;background-color:#fb513a;width:calc(100% + 8px);height:4px;content:""}.styles_trigger__kFGoS[data-state=open]:after{height:8px}}@keyframes styles_fadeIn__8CRPt{0%{opacity:0}to{opacity:1}}@keyframes styles_fadeOut__MM8HE{0%{opacity:1}to{opacity:0}}.styles_how-it-works__p0wQr{background-color:var(--color-primary);color:var(--color-container-background-neutral-subtle)}.styles_content__Kf2D2{margin:auto;padding:3rem 1.5rem 6rem;max-width:var(--layout-max-width-lg)}.styles_content__Kf2D2[data-has-heading=true]{padding:3rem 1.5rem}.styles_heading__3OEpO{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.styles_heading__3OEpO>h2{font-size:1.5rem}.styles_heading__3OEpO>a{border:1px solid var(--color-container-background-neutral-subtle);border-radius:100px;padding:.5rem 1rem;color:var(--color-container-background-neutral-subtle);font-weight:700;font-size:.9rem;text-decoration:none}@media (min-width:1025px){.styles_content__Kf2D2{padding:8rem 1.5rem 4rem}}@media (min-width:769px){.styles_heading__3OEpO>h2{font-size:2.25rem}}.styles_faq-container__tI9r_{margin:auto;background-color:var(--palette-gamma-faint);padding:3.5rem 1.5rem;max-width:var(--layout-max-width-lg)}.styles_faq-container__tI9r_>h2{font-weight:var(--weight-semibold);font-size:2rem}.styles_faq-container__tI9r_>h3{margin-top:3rem;margin-bottom:1.5rem;font-weight:var(--weight-semibold);font-size:1.5rem}@media (min-width:769px){.styles_faq-container__tI9r_>h2{font-size:2.25rem}.styles_faq-container__tI9r_>h3{font-size:1.65rem}}.styles_container__7ppsw{background-color:var(--color-primary-600);padding:3rem 1.5rem;color:white}.styles_main-header__U8EvL{font-weight:var(--weight-semibold);font-size:1.5rem}.styles_main-content-wrapper__zZCQN{display:flex;gap:4rem;margin-top:4rem;border-radius:var(--outline-radius-md);background-color:var(--color-container-background-neutral-subtle);padding:1rem}.styles_inner-container__1kyO2{margin:auto;padding:1.5rem;max-width:var(--layout-max-width-lg)}@media (max-width:1024px){.styles_main-content-wrapper__zZCQN{display:block}}.styles_container__zO92b{background-color:var(--palette-gamma-whisper)}.styles_inner-container__Uw_Cw{margin:auto;padding:3rem 1.5rem 0;max-width:var(--layout-max-width-lg)}.styles_header__lHrfw{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.styles_header__lHrfw>h2{flex:1 1 80%;font-weight:var(--weight-semibold);font-size:2rem}.styles_link__GUYem{border:1px solid var(--color-primary-600);border-radius:2rem;padding:.5rem 1rem;min-width:-moz-fit-content;min-width:fit-content;font-weight:var(--weight-semibold);font-size:.875rem;text-align:center;text-decoration:none}.styles_link__GUYem,.styles_link__GUYem:visited{color:var(--color-primary-600)}.styles_main-content__J_FH0{display:flex;flex-wrap:wrap-reverse;justify-content:space-between;align-items:center;gap:2rem;margin-top:2rem;box-shadow:var(--outline-shadow-mild);border-radius:var(--outline-radius-lg);background-color:var(--color-container-background-neutral-subtle);padding:4rem 2rem;font-size:1.25rem}.styles_main-content__J_FH0>p{flex:1 1}.styles_circular-progress-container__F_1QN{flex-shrink:0;align-self:baseline;margin-top:1rem}@media (min-width:769px){.styles_header__lHrfw>h2{font-size:2.5rem}.styles_link__GUYem{font-size:1.25rem}}@media (min-width:1025px){.styles_main-content__J_FH0{flex-wrap:nowrap}}.styles_container__bCb_T{background-color:var(--palette-gamma-whisper)}.styles_inner-container___L5jM{margin:auto;padding:3rem 1.5rem;max-width:var(--layout-max-width-lg)}.styles_header__xw1E0{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.styles_header__xw1E0>h2{flex:1 1 80%;font-weight:var(--weight-semibold);font-size:2rem}.styles_link__EVPkc{border:1px solid var(--color-primary-600);border-radius:2rem;padding:.5rem 1rem;min-width:-moz-fit-content;min-width:fit-content;font-weight:var(--weight-semibold);font-size:.875rem;text-align:center;text-decoration:none}.styles_link__EVPkc,.styles_link__EVPkc:visited{color:var(--color-primary-600)}.styles_main-content__HCGai{display:flex;flex-direction:column-reverse;align-items:center;margin-top:2rem;box-shadow:var(--outline-shadow-subtle);border-radius:1rem;background-color:var(--color-container-background-neutral-subtle);width:100%;font-size:1.25rem}.styles_image__QLFBE{position:relative;flex:0 0 20rem;width:100%;height:100%}.styles_image__QLFBE>img{border-radius:1rem 1rem 0 0;width:100%;height:100%;object-fit:cover}.styles_image-desc__PA0PA{padding:2rem;width:95%}@media (min-width:769px){.styles_header__xw1E0>h2{font-size:2.5rem}.styles_link__EVPkc{font-size:1.25rem}}@media (min-width:1025px){.styles_main-content__HCGai{flex-direction:row}.styles_image__QLFBE{flex:1 1;width:auto;height:36rem}.styles_image-desc__PA0PA{flex:1 1;margin-left:1rem}.styles_image__QLFBE>img{border-radius:0 1rem 1rem 0}}