#root{display:flex;flex-direction:column;text-align:center;width:clamp(320px,100vw,100%)}.root{display:flex;flex-direction:column;min-height:calc(100vh - 2.75rem)}.topHeaderContainer{background-color:#212c31;position:sticky;top:0;display:flex;padding:1rem 7.5rem;height:2.75rem;flex:1;z-index:1000;flex-direction:row;justify-content:space-between;align-items:center;gap:4rem}.topHeaderContainer .navContainer{display:flex;gap:5rem}.topHeaderContainer .navContainer .logo{cursor:pointer;will-change:filter;transition:filter .3s}.topHeaderContainer .navContainer .logo:hover{filter:drop-shadow(0 0 2rem rgba(100,108,255,.6666666667))}.topHeaderContainer .navContainer .logo.react:hover{filter:drop-shadow(0 0 2rem rgba(97,218,251,.6666666667))}.topHeaderContainer .appButtons{display:flex;gap:1rem}@media (max-width: 1279px){.topHeaderContainer{padding:0 1.5rem;height:fit-content;min-height:3.25rem}.topHeaderContainer .appButtons{display:none}}.headerNav{display:initial}.headerNav nav{flex:1;display:flex;justify-content:center}.headerNav .nav-item{position:relative}.headerNav ul{display:flex;gap:5em;list-style-type:none}.headerNav a{font-weight:400;color:#f6fafe;font-size:1rem}.headerNav a:hover{color:#f6fafe;-webkit-text-stroke-width:thin}.headerNav .active{color:#f17347}.headerNav .active:hover{font-weight:400}@media (max-width: 1279px){.headerNav{display:none}.headerNav .nav-item{position:relative}}.adminLoginButton{display:initial;color:#fff;background-color:inherit;font-size:.875rem;font-weight:400;padding:2px 24px;letter-spacing:.1px;text-transform:capitalize;border-radius:100px;border:1px solid white}.adminLoginButton:hover{text-decoration:none;color:#363a41;background-color:#fff}.adminLoginButton.orange{color:#f28159;border:1px solid #F28159}.adminLoginButton.orange:hover{color:#363a41;background-color:#f28159}.hamburgerMenuContainer{display:flex}.hamburgerMenuContainer .hamburgerMenu{text-align:start;position:fixed;height:0;top:3.25rem;left:0;right:0;bottom:0;background-color:#212c31;z-index:1000;padding:3em 1.5em;overflow-y:auto;opacity:0;transition:opacity .3s ease-in-out,height .3s ease-in-out;pointer-events:none;transform-origin:top}.hamburgerMenuContainer .hamburgerMenu.menu-open{opacity:1;height:calc(100dvh - 3.25rem);pointer-events:auto}.hamburgerMenuContainer .hamburgerMenu .hamburgerNav nav{flex:1;display:flex;justify-content:center}.hamburgerMenuContainer .hamburgerMenu .hamburgerNav .nav-item{position:relative}.hamburgerMenuContainer .hamburgerMenu .hamburgerNav ul{display:flex;flex-direction:column;align-items:flex-start;gap:1.5em;list-style-type:none}.hamburgerMenuContainer .hamburgerMenu .hamburgerNav a{font-weight:400;font-size:20px;line-height:1.8;color:#f6fafe}.hamburgerMenuContainer .hamburgerMenu .hamburgerNav .active{font-weight:700}.hamburgerMenuContainer .hamburgerMenu .separator{height:1px;margin-block:32px;background-color:#606162}.hamburgerMenuContainer .hamburgerMenu .languageSwitcherContainer{display:flex;justify-content:center;margin-bottom:32px}.hamburgerMenuContainer .hamburgerMenu .appButtons{display:flex;flex-direction:column;gap:2em}.hamburgerMenuContainer .hamburgerMenu .appButtons .adminHamburgerLoginButton{color:#f17347;text-transform:capitalize;background-color:inherit;font-weight:600;font-size:20px}@media (min-width: 1279px){.hamburgerMenuContainer{display:none}}.footerContainer{background-color:#363a41;display:flex;justify-content:center;padding-inline:7.5rem;padding-block:4rem}.footerContainer .maxWidthContainer{max-width:1800px;flex:1;display:none;flex-direction:column;gap:3rem}.footerContainer .maxWidthContainer *{color:#f6fafe}.footerContainer .maxWidthContainer .rights{text-align:left;align-self:flex-start;font-size:14px;text-wrap:auto}.footerContainer .maxWidthContainer .mainFooterContent{display:flex}.footerContainer .maxWidthContainer .mainFooterContent .leftSide,.footerContainer .maxWidthContainer .mainFooterContent .rightSide{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.footerContainer .maxWidthContainer .mainFooterContent .leftSide div,.footerContainer .maxWidthContainer .mainFooterContent .rightSide div{display:flex;align-items:flex-start}.footerContainer .maxWidthContainer .mainFooterContent .leftSide{gap:12rem}.footerContainer .maxWidthContainer .mainFooterContent .leftSide .leftSideContent{flex-direction:column}.footerContainer .maxWidthContainer .mainFooterContent .leftSide .leftSideContent .ourApps{flex-direction:column;gap:1rem}.footerContainer .maxWidthContainer .mainFooterContent .leftSide .leftSideContent .ourApps span{font-size:14px}.footerContainer .maxWidthContainer .mainFooterContent .leftSide .leftSideContent .ourApps .downloadApps{flex-direction:row;gap:2rem}.footerContainer .maxWidthContainer .mainFooterContent .rightSide .interactions{width:520px;text-align:start;gap:2.5rrem}.footerContainer .maxWidthContainer .mainFooterContent .rightSide .interactions>div,.footerContainer .maxWidthContainer .mainFooterContent .rightSide .interactions nav{width:160px}.footerContainer .maxWidthContainer .mainFooterContent .rightSide .interactions .legal{flex-direction:column;gap:1rem}.footerContainer .maxWidthContainer .mainFooterContent .rightSide .interactions .legal a{max-width:10ch;font-weight:300}.footerContainer .maxWidthContainer .mainFooterContent .rightSide .interactions .contact{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.footerContainer .maxWidthContainer .mainFooterContent .rightSide .interactions .contact span{cursor:pointer}.footerContainer .maxWidthContainer .mainFooterContent .rightSide .interactions .contact a:nth-of-type(2){line-height:0}.footerContainer .maxWidthContainer .mainFooterContent .rightSide .interactions .contact a:nth-of-type(2) img{width:20px;height:20px}.footerContainer .maxWidthContainer .mainFooterContent .rightSide .standards{width:520px;align-items:center;justify-content:space-between;gap:1rem}.footerContainer .maxWidthContainer .mainFooterContent .badge{cursor:pointer}@media (min-width: 1279px){.footerContainer .maxWidthContainer{display:flex}}.footerNav nav{flex:1;display:flex;justify-content:center}.footerNav ul{display:flex;flex-direction:column;align-items:flex-start;gap:1em;list-style-type:none}.footerNav a{color:#f6fafe;font-weight:600}.footerNav a:hover{color:#f6fafe}.mobileFooterContainer{background-color:#363a41;padding-inline:1.5rem;padding-block:4rem;display:flex;flex-direction:column;align-items:flex-start}.mobileFooterContainer .maxWidthContainer{max-width:1800px;flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:5.5rem}.mobileFooterContainer .maxWidthContainer *{color:#f6fafe}.mobileFooterContainer .maxWidthContainer .socials{display:flex;align-items:center;gap:2rem}.mobileFooterContainer .maxWidthContainer .navAndDocs{display:flex;width:100%}.mobileFooterContainer .maxWidthContainer .navAndDocs nav{flex:1}.mobileFooterContainer .maxWidthContainer .navAndDocs .legal{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.mobileFooterContainer .maxWidthContainer .ourApps{display:flex;flex-direction:column;align-items:flex-start;gap:1em}.mobileFooterContainer .maxWidthContainer .ourApps span{font-size:.875rem}.mobileFooterContainer .maxWidthContainer .ourApps .downloadApps{display:flex;flex-direction:row;gap:2rem}.mobileFooterContainer .maxWidthContainer .standards{display:flex;align-items:center;flex-wrap:wrap;width:100%;gap:2rem}.mobileFooterContainer .maxWidthContainer .rights{text-align:left;align-self:flex-start;font-size:.875rem;text-wrap:auto}@media (min-width: 1279px){.mobileFooterContainer{display:none}}.cookie-banner{position:fixed;display:flex;justify-content:space-between;width:920px;left:1.5rem;bottom:1.5rem;background-color:#eaebeb;color:#363a41;box-shadow:0 0 8px #00000040;z-index:1000;padding:.5rem;gap:1.5rem;border-radius:4px}.cookie-banner .cookie-content{flex:1;display:flex;align-items:center;padding:.5rem}.cookie-banner .cookie-content .content-text{font-size:1.125rem;font-weight:400;flex-shrink:1;text-align:start;padding-inline-start:1rem}.cookie-banner .cookie-content a{color:#363a41;text-decoration:underline}.cookie-banner .close-btn{cursor:pointer;align-self:flex-start}@media (max-width: 1279px){.cookie-banner{border-radius:0;width:100%;left:0;bottom:0;box-shadow:unset;padding:1rem 1rem 4rem;flex-direction:column-reverse;gap:1rem}.cookie-banner .cookie-content{flex-direction:column;align-items:normal;text-align:start;gap:1.5rem;padding:0;text-wrap:auto}.cookie-banner .cookie-content .content-text{text-align:center;padding-inline-start:0}.cookie-banner .cookie-content .content-text .privacy-policy{display:block}.cookie-banner .cookie-content .accept-btn{padding:16px 64px;font-size:1.25rem}.cookie-banner .close-btn{align-self:flex-end;transform:scale(1.5)}}.button{display:flex;padding:10px 40px;justify-content:center;align-items:center;gap:10px;flex:1 0 0;align-self:inherit;font-size:1rem;border-radius:100px;background-color:#fff}.button.big{padding:16px 64px;font-size:1.25rem}.button.white{background-color:#fff;color:#116355}.button.white:hover:not(.disabled){box-shadow:0 0 12px #fff}.button.white:active:not(.disabled),.button.white:focus:not(.disabled){background-color:#f6fafe}.button.darkBlue{background-color:#fff;color:#112f63}.button.darkBlue:hover:not(.disabled){box-shadow:0 0 16px #fff}.button.green{background-color:#116355;color:#fff}.button.green:hover:not(.disabled){box-shadow:0 0 12px #11635580}.button.green:active:not(.disabled),.button.green:focus:not(.disabled){background-color:#116355}@media (max-width: 430px){.button{align-self:stretch;font-size:1.25rem}}.homePage .firstSection{background:linear-gradient(180deg,#212c31 6%,#116355 58%)}.homePage .firstSection h1{margin-bottom:1rem}.homePage .firstSection p{text-wrap:pretty}.homePage .firstSection .crashCarts{margin-block:2.5rem;width:100%;height:auto;max-width:1000px;border-radius:16px;box-shadow:0 0 20px #00000040}.homePage .firstSection button{margin-bottom:5rem}.homePage .secondSection{background-color:#f6fafe}.homePage .secondSection h1{margin-bottom:6rem}.homePage .secondSection .accordionItemsContainer{display:grid;grid-template-columns:1fr 1fr;gap:5rem;padding-inline:6rem;padding-bottom:7.5rem}.homePage .secondSection .accordionItemsContainer .accordionColumn{display:flex;flex-direction:column;gap:5rem;width:100%}.homePage .thirdSection{background-color:#dfeae9;padding-block:6rem}.homePage .thirdSection .childContainer{gap:3rem}.homePage .thirdSection .statisticsContainer{display:flex;flex-direction:row;justify-content:center;width:100%;gap:8.5rem}.homePage .thirdSection .statisticsContainer>div{display:flex;flex-direction:column;align-items:center}.homePage .thirdSection .statisticsContainer .percent{color:#116355;font-size:5rem;font-style:normal;font-weight:600}.homePage .thirdSection .statisticsContainer .description{color:#363a41;text-align:center;font-size:1.25rem;font-style:normal;font-weight:400;line-height:1.35;max-width:16ch}.homePage .forthSection{background-color:#f6fafe;padding-bottom:11.25rem;padding-inline:7.5rem}.homePage .forthSection h1{margin-bottom:6rem}.homePage .forthSection .bulletsContainer{display:flex;flex-direction:row;text-align:start;justify-content:flex-start;width:100%;max-width:1440px}.homePage .forthSection .bulletsContainer .bulletsBatch{display:flex;flex-direction:column;justify-content:space-evenly;gap:4.5rem;max-width:440px}.homePage .forthSection .bulletsContainer .bulletsBatch .bullet{display:flex;flex-direction:column;gap:.5rem}.homePage .forthSection .bulletsContainer .bulletsBatch .bullet *{text-align:start;text-wrap:auto}.homePage .forthSection .bulletsContainer .bulletsImageContainer{display:flex;align-items:center;justify-content:center}.homePage .forthSection .bulletsContainer .bulletsImageContainer img{max-width:100%;height:auto;will-change:transform;backface-visibility:hidden;transform:translateZ(0);-webkit-font-smoothing:subpixel-antialiased}.homePage .forthSection .bulletsContainer .bulletsImageContainer img[loading=lazy]{opacity:0;transition:opacity .3s ease-in}.homePage .forthSection .bulletsContainer .bulletsImageContainer img[loading=lazy].loaded{opacity:1}.homePage .forthSection .bulletsContainer.top{margin-bottom:7.5rem}.homePage .forthSection .bulletsContainer.top .bulletsImageContainer{flex:1}.homePage .forthSection .bulletsContainer.middle{margin-bottom:7.5rem}.homePage .forthSection .bulletsContainer.middle .bulletsBatch{padding-inline-start:0}.homePage .forthSection .bulletsContainer.middle .bulletsImageContainer{justify-content:flex-start;padding-inline-start:0;padding-inline-end:120px}.homePage .forthSection .bulletsContainer.bottom .bulletsBatch{padding-inline-start:0}.homePage .forthSection .bulletsContainer.bottom .bulletsImageContainer{justify-content:flex-start;padding-inline-start:0;padding-inline-end:120px}.homePage .fifthSection{background-color:#dfeae9;padding-bottom:6rem}.homePage .fifthSection h1{margin-bottom:1rem}.homePage .fifthSection button{margin-top:4rem}@media (min-width: 1281px){.homePage .forthSection .bulletsContainer .bulletsBatch{max-width:560px;padding-inline-start:120px}.homePage .forthSection .bulletsContainer.middle .bulletsBatch,.homePage .forthSection .bulletsContainer.bottom .bulletsBatch{padding-inline-start:48px}.homePage .forthSection .bulletsContainer.middle .bulletsImageContainer,.homePage .forthSection .bulletsContainer.bottom .bulletsImageContainer{padding-inline-start:120px}.homePage .fifthSection .bulletsContainer.middle .bulletsBatch,.homePage .fifthSection .bulletsContainer.bottom .bulletsBatch{padding-inline-start:48px}.homePage .fifthSection .bulletsContainer.middle .bulletsImageContainer,.homePage .fifthSection .bulletsContainer.bottom .bulletsImageContainer{padding-inline-start:120px}.homePage .fifthSection .bulletsContainer .bulletsBatch{max-width:560px;padding-inline-start:120px}.homePage .fifthSection .bulletsContainer.bottom .bulletsBatch{padding-inline-start:48px}.homePage .fifthSection .bulletsContainer.bottom .bulletsImageContainer{padding-inline-start:120px}}@media (max-width: 1023px){.homePage .firstSection .crashCarts{border-radius:6px;max-width:327px}.homePage .secondSection .accordionItemsContainer{grid-template-columns:repeat(1,1fr);padding-inline:0;padding-bottom:3rem}.homePage .thirdSection{padding-block:4rem}.homePage .thirdSection .childContainer{gap:4rem}.homePage .thirdSection .statisticsContainer{display:flex;flex-direction:column;gap:5rem}.homePage .forthSection{padding-bottom:0;padding-inline:1.5rem}.homePage .forthSection h1{margin-bottom:4rem}.homePage .forthSection .bulletsContainer{flex-direction:column;align-items:center;margin-inline:0}.homePage .forthSection .bulletsContainer.top{padding-inline-start:0;margin-bottom:0}.homePage .forthSection .bulletsContainer.top .bulletsImageContainer{margin-inline-end:0}.homePage .forthSection .bulletsContainer.middle,.homePage .forthSection .bulletsContainer.bottom{padding-inline:0;justify-content:space-between}.homePage .forthSection .bulletsContainer.middle .bulletsImageContainer,.homePage .forthSection .bulletsContainer.bottom .bulletsImageContainer{order:1;padding-block:2rem;padding-inline-end:0}.homePage .forthSection .bulletsContainer .bulletsBatch{gap:3rem}.homePage .fifthSection{padding-bottom:4rem}}@media (max-width: 747px){.firstSection h1,.firstSection .bodyText{text-align:start}.forthSection .bulletsContainer .bulletsImageContainer img{width:100%}}.carousel{display:flex;justify-content:center;overflow:hidden;width:calc(100vw - 1.5rem);position:relative;padding-block:2rem;padding-bottom:3.75rem}.carousel.scroll{justify-content:flex-start}.carousel-track{width:fit-content;display:flex;align-items:center;justify-content:flex-start;gap:3.5rem;will-change:transform;padding-inline-start:3.5rem}.carousel-track.scroll{animation:scroll 60s linear infinite}.carousel-logo{flex-shrink:0}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.header{margin:0;color:#363a41;font-weight:600;font-style:normal;text-align:center;max-width:900px}.header.white{color:#fff}.header.leftText{text-align:start}.header-1{font-size:3.25rem;line-height:1.23}.header-2{font-size:2.375rem;line-height:1.26}.header-3{font-size:1.75rem;line-height:1.42;font-weight:600}.header-4{font-size:1.375rem;line-height:1.45;font-weight:600}.header-5{font-size:1.125rem;line-height:1.55;font-weight:600}@media (max-width: 640px){.header-1{font-size:2.375rem;line-height:1.26}.header-2{font-size:1.75rem;line-height:1.42}}.bodyText{color:#363a41;font-weight:400;font-style:normal;text-align:center;font-size:1.125rem;line-height:1.55;max-width:700px}.bodyText.white{color:#fff}.bodyText.leftText{text-align:start}.sectionContainer{display:flex;flex-direction:column;align-items:center;padding-inline:24px;padding-top:6rem}.sectionContainer .maxWidthContainer{max-width:1800px;width:100%;display:flex;flex-direction:column;align-items:center}@media (max-width: 1279px){.sectionContainer{padding-top:4rem}}.allCapsText{color:#363a41;font-weight:500;font-style:normal;text-align:center;text-transform:uppercase;letter-spacing:3.2px;font-size:1rem;line-height:2}.allCapsText.white{color:#fff}.groupContainer{display:flex;gap:1.5rem}.groupContainer .contentContainer{flex:1;display:flex;flex-direction:column;gap:1rem;text-align:start}.groupContainer .contentContainer .groupHeaderContainer img{display:none}.groupContainer .contentContainer .groupHeaderContainer .header{display:flex;flex-direction:column;text-align:start}.groupContainer .contentContainer .groupHeaderContainer .header span{color:#212c31;font-size:1.125rem;font-style:normal;font-weight:500;line-height:2.33;margin-bottom:-1rem}.groupContainer .contentContainer .groupHeaderContainer .header h5{color:#212c31;font-size:2rem;font-style:normal;font-weight:500;line-height:1.31}.groupContainer .contentContainer .accordionsContainer .MuiAccordionSummary-content{color:#212c31;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.55;margin-block-start:0}.groupContainer .contentContainer .accordionsContainer .MuiAccordionDetails-root{color:#212c31;text-align:start;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.55}@media (max-width: 1279px){.groupContainer{flex-direction:column}.groupContainer img{display:none}.groupContainer .contentContainer .groupHeaderContainer{display:flex;gap:.625rem;align-items:center}.groupContainer .contentContainer .groupHeaderContainer img{display:flex;max-width:55px;max-height:55px}.groupContainer .contentContainer .groupHeaderContainer .header span{margin-bottom:-.3125rem;line-height:1.6}.groupContainer .contentContainer .groupHeaderContainer .header h5{font-size:1.625rem;line-height:1.07}}.aboutUsPage .firstSection{background:linear-gradient(180deg,#212c31 6%,#112f63 58%);padding-block:7.5em}.aboutUsPage .firstSection h1{padding-bottom:1rem}.aboutUsPage .firstSection p{text-wrap:pretty}.aboutUsPage .firstSection button{margin-top:2.5rem}.aboutUsPage .people{background-color:#f6fafe;padding-inline:7.5em;padding-block:7.5em;display:flex;flex-direction:column;gap:5em}.aboutUsPage .people .management{display:flex;flex-direction:column;align-items:center;gap:5em}.aboutUsPage .people .management h1{color:#f17347}.aboutUsPage .people .management .members{display:flex;flex-wrap:wrap;justify-content:space-evenly;row-gap:6.5rem;max-width:1280px}.aboutUsPage .associates{background:#fff;display:flex;flex-direction:column;align-items:center;padding-inline:7.5em;padding-block:5rem}.aboutUsPage .associates .maxWidthContainer{background:#fff;display:flex;flex-direction:column;max-width:1800px}.aboutUsPage .associates .maxWidthContainer>div{flex:1;display:flex;flex-direction:row;justify-content:space-between;gap:4rem}.aboutUsPage .associates .maxWidthContainer>div .textContainer{display:flex;flex-direction:column;text-align:start;gap:1rem;flex:1}.aboutUsPage .associates .maxWidthContainer>div .textContainer h3{color:#f17347}.aboutUsPage .associates .maxWidthContainer .logos{display:flex;flex-wrap:wrap;flex:1;gap:5rem;min-width:520px}.aboutUsPage .associates .maxWidthContainer .MuiDivider-root{border-color:#363a41;margin-block:5rem}@media (max-width: 1279px){.aboutUsPage .firstSection{padding-block:4rem;text-align:center}.aboutUsPage .firstSection button{margin-top:2.5rem}.aboutUsPage .people,.aboutUsPage .associates{padding-inline:1.5em;padding-block:4rem}.aboutUsPage .associates .maxWidthContainer>div{flex-direction:column}.aboutUsPage .associates .maxWidthContainer>div .textContainer h3,.aboutUsPage .associates .maxWidthContainer>div .textContainer p{text-align:center}.aboutUsPage .associates .maxWidthContainer .logos{justify-content:center;gap:4rem;min-width:unset}.aboutUsPage .associates .maxWidthContainer .MuiDivider-root{margin-block:4rem}}.memberCardContainer{display:flex;align-items:center;flex-direction:column;gap:1.5em;text-align:center;flex-basis:100%}.memberCardContainer img{width:120px}.memberCardContainer .memberDetails{display:flex;flex-direction:column;gap:1em}.memberCardContainer .memberDetails h4{color:#f17347}.memberCardContainer .memberDetails p{word-wrap:break-word;text-align:center}@media (min-width: 1279px){.memberCardContainer{flex:0 1 calc(33.33% - 6.5em)}}.contactUsPage{background-color:#dfeae9;display:flex;flex-direction:column;justify-content:center;padding-inline:24px}.contactUsPage section{flex:1}.contactUsPage .information{display:flex;flex-direction:column;align-items:flex-start;text-align:start;gap:8em}.contactUsPage .information-mobile-1,.contactUsPage .information-mobile-2{padding-block:64px}.contactUsPage .information-mobile-2{padding-inline:24px}.contactUsPage .information-desktop{display:none}.contactUsPage .information .welcome{display:flex;flex-direction:column;align-items:flex-start;gap:2.5em}.contactUsPage .information .welcome h1{color:#116355;font-size:2.25em;font-weight:600}.contactUsPage .information .welcome p{color:#363a41}.contactUsPage .information .welcome .email{display:flex;align-items:center;gap:.5em}.contactUsPage .information .welcome .email a{text-decoration:none;color:inherit}.contactUsPage .information .support{display:flex;flex-direction:column;gap:2.5em}.contactUsPage .information .support h2{color:#116355;font-size:1.25em;font-weight:700}.contactUsPage .information .support p{color:#363a41}.contactUsPage .information .support .support-info{display:flex;flex-direction:column;gap:.75em;margin-top:.75em}.contactUsPage .information .support .support-info .email{display:flex;align-items:center;gap:1em}.contactUsPage .information .support .support-info .email a{text-decoration:none;color:inherit}.contactUsPage .information .support .support-info .whatsapp{display:flex;align-items:center;gap:1em}.contactUsPage .information .offices{display:flex;flex-direction:column;gap:2.5em}.contactUsPage .information .offices h2{color:#116355;font-size:1.25em;font-weight:700}.contactUsPage .information .offices .countries{display:flex;justify-content:space-between;flex-direction:column;gap:2.5em}.contactUsPage .information .offices .countries .country{display:flex;justify-content:space-between;gap:1em;--uniform-country-width: 70px}.contactUsPage .information .offices .countries .country h4{font-weight:500;letter-spacing:2.4px;color:#116355;text-transform:uppercase;white-space:nowrap;flex-shrink:0;width:var(--uniform-country-width)}.contactUsPage .information .offices .countries .country p{max-width:25ch}.contactUsPage .formContainer{display:flex;align-self:flex-start;height:auto;border-radius:8px;padding:2em;background-color:#fff;box-shadow:0 0 16px #00000040;overflow:visible}.contactUsPage .formContainer .contact-form-submit-button{flex:initial}@media (max-width: 1278px){.contactUsPage .formContainer{max-height:none;margin:2em 0;width:100%;padding:1.5em;overflow:visible}}@media (max-width: 1024px){.contactUsPage .formContainer{padding:1em;overflow:visible}}@media (max-width: 768px){.contactUsPage .formContainer{padding:1em;margin:1em 0;overflow:visible;min-height:auto}}@media (max-width: 480px){.contactUsPage .formContainer{padding:.75em;margin:.5em 0}}@media (min-width: 1279px){.contactUsPage{height:100%;background-color:#dfeae9;padding-block:80px;padding-inline:120px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:120px}.contactUsPage section{flex:1}.contactUsPage .information{display:flex;flex-direction:column;align-items:flex-start;text-align:start;gap:8em}.contactUsPage .information-mobile-1,.contactUsPage .information-mobile-2{display:none}.contactUsPage .information-desktop{display:flex}.contactUsPage .information .offices .countries .country h4{width:fit-content;width:initial}.contactUsPage .formContainer{display:flex;align-self:flex-start;height:100%;max-height:calc(100vh - 150px);border-radius:8px;padding:2em;background-color:#fff;box-shadow:0 0 16px #00000040;overflow-y:auto}.contactUsPage .formContainer .contact-form-submit-button{flex:initial}}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff80;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;font-size:1.2em;z-index:10;gap:3em}.overlay.idle{display:none}.overlay.sent,.overlay.error{background:#fffc}.overlay.sending p.sending:after{content:"";display:inline-block;width:1em;text-align:left;animation:dots 2s linear infinite}.overlay .buttonsContainer{display:flex;flex-direction:column;gap:1em}@keyframes dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}.postSendContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1.5em}.postSendContainer .textContainer h3{font-weight:600;color:#116355}.whatsapp-button{display:flex;align-items:center;gap:8px;background:#25d366;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;font-family:inherit}.whatsapp-button:hover{background:#128c7e;transform:translateY(-1px)}.whatsapp-button:active{transform:translateY(0)}.whatsapp-button:focus{outline:none;box-shadow:0 0 0 2px #25d3664d}.whatsapp-button img{flex-shrink:0;width:18px;height:18px}.whatsapp-button span{white-space:nowrap}:root{--beige: #F6FAFE;--black-blue: #333A44;--black: #363A41;--red: #AD264C;--blue: #3B86CB;--dark-blue: #112F63;--orange: #F17347;--dark-orange: #DB663D;--light-orange: #DB663D;--teal: #DFEAE9;--dark-green: #116355;--light-green: #6EB7A3;--light-gray: #A6B0B7;--dark-gray: #212C31;--medium-gray: #606162;--brown: #F1E4D1}.notFound{display:flex;align-items:center;min-height:calc(100dvh - 3.25rem);background-color:#dfeae9}.notFound .errorContent{flex:1;padding-inline:1.5em;padding-block:4em;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5em}.notFound .errorContent img{max-width:400px}.notFound .errorContent h2,.notFound .errorContent p{color:#363a41}.notFound .errorContent h1{font-size:5em;font-weight:600}.notFound .errorContent h2{font-size:2.5em;font-weight:600;line-height:1.26}.notFound .errorContent p{font-size:1.25em;font-weight:400;line-height:1.6}.notFound .errorContent button{margin-top:1em}@media (min-width: 1279px){.errorPage{min-height:calc(100dvh - 2.75rem)}}:root{font-family:Figtree,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;text-wrap:balance}.imageContainer{width:100%;display:flex;align-items:center;justify-content:center}.imageContainer img{width:100%}main,header,footer,section,article{container-type:inline-size}h1,h2,h3,h4,h5,h6{margin-block:0;margin-top:0;margin-bottom:0}p{margin:0}a{text-decoration:inherit}a,button,li{min-width:fit-content}ul{margin-block:unset;padding-inline:unset}body{margin:0;display:flex;min-width:320px;min-height:100vh}button{border-radius:8px;border:1px solid transparent;font-weight:600;letter-spacing:.1px;font-family:inherit;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
