.LoadingScreen{align-items:center;background-color:#1b1b1b;display:flex;height:100%;justify-content:center;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%}.LoadingScreen .loadingScreenContainer{animation:animateOutHeight 1s ease-in-out .5s both}.LoadingScreen .loadingScreenContainer .loadingScreenLogo{overflow:hidden;width:16em}.LanguageSwitcher{align-items:center;border-radius:10px;display:flex;height:100%;justify-content:space-between;max-height:40px}.LanguageSwitcher button{background:#ffffff80;border:solid #000;border-radius:0;border-width:2px 1px;font-size:1rem;height:100%;padding:0 10px;text-transform:uppercase}.LanguageSwitcher button:first-child{border-radius:10px 0 0 10px;border-width:2px 1px 2px 2px}.LanguageSwitcher button:last-child{border-radius:0 10px 10px 0;border-width:2px 2px 2px 1px}.LanguageSwitcher button:hover{background:gray}.LanguageSwitcher button.active{background:#000;color:#fff}@media screen and (max-width:768px){.LanguageSwitcher{flex-direction:column}.LanguageSwitcher button{padding:5px 10px}.LanguageSwitcher button:first-child{border-radius:10px 10px 0 0;border-width:2px 2px 1px}.LanguageSwitcher button:last-child{border-radius:0 0 10px 10px;border-width:1px 2px 2px}}.Header{align-items:center;animation:animateInHeight 1s ease-in-out .5s both;background-position:50%;background-size:cover;display:flex;flex-direction:column;height:100%;justify-content:space-between;position:absolute;width:100%}.Header .languageWrapper{height:100%;position:absolute;right:10px;top:10px;z-index:1000}.Header .nav{align-items:center;display:flex;gap:40px;justify-content:flex-start;position:relative;width:80%}.Header .nav .logo>img{max-height:100px;object-fit:contain}.Header .container{justify-content:space-between;min-height:55%;position:relative;width:80%}.Header .container,.Header .container .content{align-items:flex-start;display:flex;flex-direction:column}.Header .container .content{animation:animateBackgroundOpacityEnter 1s ease-in-out 1.5s both;background:#0006;border-radius:20px;-webkit-border-radius:20px;color:#fff;font-weight:700;gap:20px;justify-content:center;max-width:842px;padding:40px 55px}.Header .container .content .title{animation:animateTextEnter .5s ease-in-out 1.5s both;font-size:52px;text-transform:uppercase}.Header .container .content .description{animation:animateTextEnter .5s ease-in-out 2s both;font-family:Nunito,serif;font-size:24px}.Header .container .scrollWrapper{padding:35px;width:100%}.Header .container .scrollWrapper .scrollButton{align-items:center;background:#fff;border:3px solid;border-radius:20px;-webkit-border-radius:20px;display:flex;flex-direction:column;justify-content:center;margin:auto;padding:12px 16px}@media screen and (max-width:768px){.Header .container .content .title{font-size:2.5em}.Header .container .content .description{font-size:1.3em}}@media screen and (max-width:480px){.Header .container .content .title{font-size:1.5em}.Header .container .content .description{font-size:1em}}.SearchBar{align-items:center;animation:enterIn .5s ease-in-out both;display:flex;font-size:18px;justify-content:center;max-width:500px;padding:20px;position:relative;width:100%}.SearchBar:focus-within .searchLabel{display:block}.SearchBar .searchLabel{animation:enterInBottom .2s ease-in-out both;background:#fff;display:none;left:50px;position:absolute;top:8px;z-index:1}.SearchBar .searchInput{border:3px solid #ccc;border-bottom-left-radius:110px 19px;border-bottom-right-radius:120px 24px;border-top-left-radius:37px 140px;border-top-right-radius:23px 130px;box-shadow:3px 15px 8px -10px #0000004d;color:#000;outline:none;padding:14px 35px 14px 20px;position:relative;width:100%}.SearchBar .searchInput::placeholder{color:#000;opacity:.7}.SearchBar .searchInput:focus::placeholder{color:#0000}.SearchBar .clearSearchButton{animation:enterIn .3s ease-in-out both;position:absolute;right:40px;transform:translateY(-50%);width:10px}.CityCard{align-items:center;animation:animateIn .3s ease-in-out both;border-radius:50%;-webkit-border-radius:50%;box-shadow:10px 50px 20px -10px #0000004d;color:#fff;display:flex;font-size:3.5em;height:370px;justify-content:center;line-height:1.3em;-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 0);min-height:370px;min-width:370px;overflow:hidden;text-transform:uppercase;-webkit-transform:translateZ(0);width:370px}.CityCard:hover{cursor:pointer}.CityCard:hover .container .picture{height:110%;width:110%}.CityCard .container{text-align:center}.CityCard .container .name{padding:20px;z-index:1}.CityCard .container .name,.CityCard .container .picture{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.CityCard .container .picture{height:100%;transition:all .2s ease-in-out}@media screen and (max-width:481px){.CityCard{height:300px;min-height:300px;min-width:300px;width:300px}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.ScrollToTop{animation:fade-in .5s ease-in-out;bottom:0;padding:35px;position:absolute;right:0}.ScrollToTop .scrollButton{align-items:center;border-radius:50%;-webkit-border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.Button .default-btn{font-size:14px;font-weight:700;line-height:1em;margin-bottom:0;padding:10px 12px;text-align:center}.Button .default-btn svg{margin-right:5px}.Content{background:#fff;width:100%}.Content .contentWrapper{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin:auto;padding:20px 80px;position:relative}.Content .citiesWrapper{align-items:center;display:flex;flex-wrap:wrap;gap:80px;justify-content:space-around;margin:20px 0}.Content .noResults{animation:animateIn .3s ease-in-out both;font-size:24px}.Content .becomePartner{padding:40px}.Content .becomePartner .becomePartnerButton{border-color:currentcolor;border-radius:15px;-webkit-border-radius:15px;border-style:solid;border-width:2px 3px 5px 2px;font-size:25px!important;line-height:1.5em!important;padding:15px 30px!important;text-transform:uppercase;transition:letter-spacing .2s ease-in-out,word-spacing .2s ease-in-out,padding .2s ease-in-out}.Content .becomePartner .becomePartnerButton:hover{letter-spacing:.03em;padding:15px 16px!important;word-spacing:.2em}.Content .becomePartner .becomePartnerButton:active{border-bottom-width:2px;border-right-width:2px;margin-bottom:3px}@media screen and (max-width:1024px){.Content .citiesWrapper{justify-content:center}}@media screen and (max-width:996px){.Content .contentWrapper{padding:40px}.Content .citiesWrapper{gap:40px}}.Footer{background-color:#f3f3f3;flex-direction:column;gap:20px 100px;padding:25px;width:100%}.Footer,.Footer .icons{align-items:center;display:flex;justify-content:center}.Footer .icons{flex-wrap:wrap;gap:50px;padding:20px}.Footer .icons .icon{height:80px;width:auto}.Footer .links{align-items:center;display:flex;gap:20px;justify-content:stretch;padding:20px;text-align:center;width:100%}.Footer .links .link{color:#a1a1a1!important;flex:1 1;font-family:Nunito,Helvetica,Arial,Lucida,sans-serif;font-size:18px}@media screen and (max-width:768px){.Footer .links{flex-direction:column}}.CookieConsent{align-items:center!important;background:#2b373b;font-size:.8em;justify-content:center!important;opacity:.95;padding:10px 40px}.CookieConsent .cookieButtonWrapper{align-items:center;display:flex;justify-content:center}.CookieConsent .cookieButtonWrapper .cookieButton,.CookieConsent .cookieButtonWrapper .cookieDeclineButton{color:#4e503b;width:80px}@media screen and (max-width:449px){.CookieConsent .cookieButtonWrapper{width:100%}}.Landing .mainContainer{background:#fff;height:100%;justify-content:space-between;position:absolute;top:100vh;width:100%}.Landing .mainContainer,.NotFound{align-items:center;display:flex;flex-direction:column}.NotFound{height:100vh;justify-content:center;text-align:center}.App{font-family:Chaloops,serif;overflow:hidden}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:none;-webkit-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}*{border:0;font:inherit;font-size:100%;margin:0;padding:0}li,ul{list-style:none}button,input,select,textarea{background:none;border:none;border-radius:0;-webkit-border-radius:0;box-sizing:border-box;color:inherit;display:block;outline:none}button:focus,input:focus,textarea:focus{outline:none}button:hover,input[type=submit]:hover{cursor:pointer}input::-ms-clear{display:none}textarea{overflow:auto}a{color:inherit;text-decoration:none}img,picture,svg,video{display:block}img,video{height:auto;width:100%}iframe{height:100%;left:0;position:absolute;top:0;width:100%}*{scrollbar-color:#8e8e8e #d9d9d9;scrollbar-width:9px}::-webkit-scrollbar{height:9px;width:9px}::-webkit-scrollbar,::-webkit-scrollbar-track{background:#d9d9d9;border-radius:20px}::-webkit-scrollbar-thumb{background:#8e8e8e;border-radius:20px}::-webkit-scrollbar-thumb:horizontal{background:#8e8e8e;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}::-webkit-scrollbar-thumb:horizontal:hover{background:#555}@font-face{font-family:Chaloops;src:url(/static/media/Chaloops.08403172d3bd6884cc0f.ttf) format("truetype")}@font-face{font-family:Nunito;src:url(/static/media/Nunito.f8c1d028eab805947023.ttf) format("truetype")}@font-face{font-family:Draft;src:url(/static/media/Draft.c243eda55ebd0af3ef59.ttf) format("truetype")}@keyframes enterIn{0%{opacity:0;transform:translateX(-500px)}to{opacity:1;transform:translateX(0)}}@keyframes enterInBottom{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}@keyframes animateIn{0%{opacity:0;transform:scale(.6) translateY(-8px)}to{opacity:1}}@keyframes animateInHeight{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes animateOutHeight{0%{transform:translateY(0) scale(1)}to{transform:translateY(100vh) scale(2)}}@keyframes animateTextEnter{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes animateBackgroundOpacityEnter{0%{background:#0000}to{background:#0006}}
/*# sourceMappingURL=main.62262e25.css.map*/