@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{--color-lighter-background: oklch(.9699 .0152 77.07);--color-lighter-background-with-transparency: oklch(.9699 .0152 77.07 / .7);--color-darker-background: oklch(.9549 .0153 77.07);--color-foreground: oklch(.99 .01 75);--color-border: oklch(.88 .02 75);--color-dark-text: oklch(.25 .02 45);--color-light-text: oklch(.5 .02 45);--color-green: oklch(.45 .12 135);--color-green-with-transparency: oklch(.45 .12 135 / .7);--color-red: oklch(.62 .11 45);--color-yellow: oklch(.72 .13 75);--max-content-size: 1140px}h1{font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(3rem,10vw,4.5rem);font-weight:700;color:var(--dark-text)}h2{font-family:Georgia,Times New Roman,Times,serif;font-size:2.25rem;line-height:1.1em;font-weight:700;color:var(--dark-text)}h3{font-family:Georgia,Times New Roman,Times,serif;font-size:1.5rem;line-height:1.3em;font-weight:600;color:var(--dark-text)}h4{font-family:Georgia,Times New Roman,Times,serif;font-size:1.25rem;line-height:1.4em;font-weight:600;color:var(--dark-text)}h5{font-family:Geist;font-size:1rem;line-height:1.5em;font-weight:600;color:var(--color-dark-text)}p{font-family:Geist;font-size:clamp(.875rem,1vw,1rem);line-height:1.6em;font-weight:400;color:var(--color-light-text)}.bluredBackground[data-v-3f0eb0b2]{background-color:#fbf4eab3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}header[data-v-3f0eb0b2]{background-color:var(--color-lighter-background);z-index:99;width:100vw;position:fixed;transition:.5s ease all;color:#fff}header nav[data-v-3f0eb0b2]{position:relative;display:flex;flex-direction:row;padding:1rem 0;transition:.5s ease all;width:90%;margin:0 auto}@media(min-width:1140px){header nav[data-v-3f0eb0b2]{max-width:1140px}}@media(min-width:1233px){header nav[data-v-3f0eb0b2]{padding:0}}header nav .branding[data-v-3f0eb0b2]{display:flex;align-items:center}header nav .branding h1[data-v-3f0eb0b2]{color:var(--color-green);font-size:1rem;line-height:1em}header nav ul[data-v-3f0eb0b2]{list-style:none;text-decoration:none}header nav ul li[data-v-3f0eb0b2]{padding:1rem}header nav ul li a[data-v-3f0eb0b2]{font-size:.875rem}header nav a[data-v-3f0eb0b2]{text-decoration:none;font-size:.875rem;line-height:1.7em;color:var(--color-dark-text);font-family:Geist;font-weight:500}header nav .navigation[data-v-3f0eb0b2]{display:flex;align-items:center;flex:1;justify-content:flex-end}header nav .icon[data-v-3f0eb0b2]{display:flex;align-items:center;position:absolute;top:0;right:0;height:100%}header nav .icon i[data-v-3f0eb0b2]{cursor:pointer;font-size:1.5rem;transition:.5s ease all;display:flex}header nav .icon i svg[data-v-3f0eb0b2]{scale:.8;fill:var(--color-dark-text)}header nav .icon-active[data-v-3f0eb0b2]{transform:rotateY(180deg)}header nav .dropdown-nav[data-v-3f0eb0b2]{background-color:var(--color-lighter-background);display:flex;flex-direction:column;position:fixed;width:100%;max-width:250px;height:100%;top:0;left:0}header nav .dropdown-nav li[data-v-3f0eb0b2]{margin-left:0}header nav .mobile-nav-enter-active[data-v-3f0eb0b2],header nav .mobile-nav-leave-active[data-v-3f0eb0b2]{transition:.5s ease all}header nav .mobile-nav-enter-from[data-v-3f0eb0b2],header nav .mobile-nav-leave-to[data-v-3f0eb0b2]{transform:translate(-250px)}header nav .mobile-nav-enter-to[data-v-3f0eb0b2]{transform:translate(0)}.ripplesContainer[data-v-86d7b509]{--uib-size: var(--v34b36124);--uib-color: var(--v60d9d2a0);--uib-speed: var(--v61bba384);position:relative;height:var(--uib-size);width:var(--uib-size)}.ripplesContainer[data-v-86d7b509]:before,.ripplesContainer[data-v-86d7b509]:after,.ripplesDot[data-v-86d7b509]:before,.ripplesDot[data-v-86d7b509]:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;border-radius:50%;background-color:var(--uib-color);animation:pulse-86d7b509 var(--uib-speed) linear infinite;transform:scale(0);opacity:0;transition:background-color .3s ease}.ripplesContainer[data-v-86d7b509]:after{animation-delay:calc(var(--uib-speed) / -4)}.ripplesDot[data-v-86d7b509]:before{animation-delay:calc(var(--uib-speed) * -.5)}.ripplesDot[data-v-86d7b509]:after{animation-delay:calc(var(--uib-speed) * -.75)}@keyframes pulse-86d7b509{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:0}}section[data-v-f0ee2270]{background-color:var(--color-lighter-background-with-transparency);background:linear-gradient(180deg,var(--color-lighter-background-with-transparency) 0%,var(--color-lighter-background) 90%);position:relative;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}section #loader[data-v-f0ee2270]{opacity:.8}section h1[data-v-f0ee2270],section p[data-v-f0ee2270]{text-align:center;width:clamp(80%,60vw,100vw);max-width:52rem;margin:0 auto}section h1[data-v-f0ee2270]{width:clamp(50%,60vw,80vw);margin:0 auto;animation:softSlideDown-f0ee2270 1s ease-out forwards}section p[data-v-f0ee2270]{animation:softSlideDown-f0ee2270 1s ease-out .7s forwards}section #buttonsContainer[data-v-f0ee2270]{display:flex;flex-direction:column;gap:.5rem;width:clamp(30vw,20rem,90vw);animation:softSlideDown-f0ee2270 1s ease-out 1.4s forwards}section #buttonsContainer button[data-v-f0ee2270]{border-style:none;font-size:.875rem;font-family:Geist;color:#fff;border-radius:.25rem;padding-left:1rem;padding-right:1rem;min-height:40px;font-weight:600}section #buttonsContainer button[data-v-f0ee2270]:first-child{background-color:var(--color-green)}section #buttonsContainer button[data-v-f0ee2270]:first-child:hover{background-color:green}section #buttonsContainer button[data-v-f0ee2270]:last-child{background-color:transparent;border:1px solid var(--color-border);color:var(--color-dark-text);box-shadow:0 2px 10px var(--color-border)}section #buttonsContainer button[data-v-f0ee2270]:last-child:hover{background-color:var(--color-yellow)}section #arrowDown[data-v-f0ee2270]{animation:arrowMoveDown-f0ee2270 1s ease-out infinite;scale:.8;margin-top:2rem}section h1[data-v-f0ee2270],section p[data-v-f0ee2270],section #buttonsContainer[data-v-f0ee2270]{opacity:0}@keyframes arrowMoveDown-f0ee2270{0%{transform:translateY(0)}20%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes softSlideDown-f0ee2270{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}section[data-v-f0ee2270]:before{content:"";background-image:url(/assets/home-background-image-w9DUTmAD.jpg);background-size:cover;background-position:center;position:absolute;inset:0;opacity:.5;z-index:-1}@media(min-width:769px){section p[data-v-f0ee2270]{width:60vw}@media(min-width:1024px){section p[data-v-f0ee2270]{width:clamp(30vw,50vw,1140px)}section #buttonsContainer[data-v-f0ee2270]{width:clamp(8vw,20rem,40vw)}}}#card[data-v-14881636]{background-color:var(--color-foreground);border:1px solid var(--color-border);box-shadow:0 2px 2px #0000001a;padding:2rem 1rem;border-radius:.5rem}#card h3[data-v-14881636]{color:var(--d47d5a68);margin-bottom:1rem}section[data-v-df2f093e]{width:100%;padding:2rem 1rem 6rem;background-color:var(--color-lighter-background)}section #topContainer[data-v-df2f093e]{max-width:1140px;margin:0 auto}section #topContainer #headContainer[data-v-df2f093e]{text-align:center;padding:3rem 0}section #topContainer #headContainer h2[data-v-df2f093e]{margin-bottom:.5rem}section #topContainer #bodyContainer[data-v-df2f093e]{display:flex;flex-direction:column;gap:2rem}section #topContainer #bodyContainer #cardsContainer[data-v-df2f093e]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}section #topContainer #bodyContainer #imageContainer img[data-v-df2f093e]{border-radius:.5rem;width:100%;aspect-ratio:1/1}section #topContainer #bodyContainer #imageContainer p[data-v-df2f093e]{text-align:center;font-style:italic}@media(min-width:768px){section #topContainer #bodyContainer #imageContainer img[data-v-df2f093e]{aspect-ratio:2/1;object-fit:cover;object-position:top}@media(min-width:1024px){section #topContainer #bodyContainer[data-v-df2f093e]{flex-direction:row;align-items:center}section #topContainer #bodyContainer #cardsContainer[data-v-df2f093e]{max-width:calc(50% - 1rem)}section #topContainer #bodyContainer #imageContainer img[data-v-df2f093e]{aspect-ratio:8/6}}}#card[data-v-fbe138e8]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:20rem;gap:.5rem}#card #backLayerContainer[data-v-fbe138e8]{background-color:#35631210;display:flex;align-items:center;justify-content:center;width:5.5rem;height:5.5rem;border-radius:50%}#card #backLayerContainer #frontLayerContainer[data-v-fbe138e8]{background-color:#35631211;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%}#card h2[data-v-fbe138e8]{color:#35631240}section[data-v-a896f009]{background-color:var(--color-darker-background);width:100vw;padding:6rem 1rem}section #topContainer[data-v-a896f009]{max-width:1140px;margin:0 auto}section #topContainer #headContainer[data-v-a896f009]{text-align:center;margin-bottom:2rem}section #topContainer #headContainer h2[data-v-a896f009]{margin-bottom:.5rem}section #topContainer #bodyContainer[data-v-a896f009]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4rem}section #topContainer #bodyContainer #numbersContainer[data-v-a896f009]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}section #topContainer #bodyContainer #keyDifferencesContainer[data-v-a896f009]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;background-color:var(--color-foreground);border:1px solid var(--color-border);border-radius:.5rem;padding:2rem}section #topContainer #bodyContainer #keyDifferencesContainer h3[data-v-a896f009]{margin-bottom:1rem}section #topContainer #bodyContainer #keyDifferencesContainer>div[data-v-a896f009]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}section #topContainer #bodyContainer #keyDifferencesContainer>div h5[data-v-a896f009]{color:var(--color-green)}@media(min-width:768px){section #topContainer #bodyContainer #numbersContainer[data-v-a896f009]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:flex-start}section #topContainer #bodyContainer #keyDifferencesContainer>div[data-v-a896f009]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:flex-start}}@media(min-width:1140px){section #topContainer #bodyContainer #numbersContainer[data-v-a896f009]{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;align-items:flex-start}}div[data-v-10b13513]{border-radius:.5rem;padding:0 .5rem;max-width:fit-content}div p[data-v-10b13513]{color:#fff}#publicEvent[data-v-10b13513]{background-color:var(--color-green)}#privateEvent[data-v-10b13513]{background-color:transparent;border:1px solid var(--color-border)}#privateEvent p[data-v-10b13513]{color:var(--color-dark-text)}#openGira[data-v-10b13513]{background-color:var(--color-yellow)}#privateGira[data-v-10b13513]{background-color:var(--color-red)}#cardContainer[data-v-e11b4b18]{background-color:var(--color-foreground);border:1px solid var(--color-border);border-radius:.5rem;box-shadow:0 2px 2px #0000001a;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}#cardContainer>div[data-v-e11b4b18]{display:flex;gap:.5rem;align-items:center}#cardContainer>div img[data-v-e11b4b18]{width:1rem;height:1rem}section[data-v-fe01b75e]{background-color:var(--color-lighter-background);padding:6rem 1rem}section #topContainer[data-v-fe01b75e]{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}section #topContainer #headContainer[data-v-fe01b75e]{text-align:center}section #topContainer #headContainer h2[data-v-fe01b75e]{margin-bottom:.5rem}section #topContainer #bodyContainer[data-v-fe01b75e]{display:flex;flex-direction:column;gap:1rem}section #topContainer p[data-v-fe01b75e]{text-align:center}@media(min-width:768px){section #topContainer #bodyContainer[data-v-fe01b75e]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}@media(min-width:1024px){section #topContainer #bodyContainer[data-v-fe01b75e]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}}section[data-v-13e21f8f]{background-color:var(--color-darker-background);padding:6rem 1rem}section #topContainer[data-v-13e21f8f]{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}section #topContainer #headContainer[data-v-13e21f8f]{text-align:center}section #topContainer #headContainer h2[data-v-13e21f8f]{margin-bottom:.5rem}section #topContainer #bodyContainer[data-v-13e21f8f]{display:flex;flex-direction:column;gap:1rem}section #topContainer #bodyContainer details[data-v-13e21f8f]{background-color:var(--color-foreground);border-radius:.5rem;border:1px solid var(--color-border)}section #topContainer #bodyContainer details>div[data-v-13e21f8f]{padding:.5rem 2rem 0rem 5rem}section #topContainer #bodyContainer details>div p[data-v-13e21f8f]{margin-bottom:1rem}section #topContainer #bodyContainer summary[data-v-13e21f8f]{display:flex;justify-content:flex-start;align-items:center;padding:1.25rem;cursor:pointer}section #topContainer #bodyContainer summary div[data-v-13e21f8f]{background-color:#35631211;position:relative;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:1rem}section #topContainer #bodyContainer summary div img[data-v-13e21f8f]{width:1.5rem;height:1.5rem}section #topContainer #bodyContainer summary[data-v-13e21f8f]::-webkit-details-marker{display:none}section #topContainer #bodyContainer summary[data-v-13e21f8f]:after{content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20fill='%23000000'%20viewBox='0%200%20256%20256'%3e%3cpath%20d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'%3e%3c/path%3e%3c/svg%3e");scale:.5}section #topContainer #bodyContainer details[open] summary[data-v-13e21f8f]:after{transform:rotateX(180deg)}section #topContainer #bottomContainer[data-v-13e21f8f]{display:flex;flex-direction:column;align-items:center;gap:1rem}section #topContainer #bottomContainer button[data-v-13e21f8f]{background-color:var(--color-green);color:var(--color-foreground);padding-left:1rem;padding-right:1rem;min-height:40px;border-radius:.3rem;border:none;cursor:pointer;font-weight:600}section #topContainer #bottomContainer button[data-v-13e21f8f]:hover{background-color:green}#cardContainer[data-v-708126d6]{width:100%;aspect-ratio:1/.75;overflow:hidden;position:relative;border-radius:.5rem}#cardContainer img[data-v-708126d6]{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s ease-in-out,filter .5s ease-in-out}#cardContainer p[data-v-708126d6]{opacity:0;color:#fff;position:absolute;left:1rem;bottom:.8rem;transition:opacity .5s ease-in-out}#cardContainer:hover img[data-v-708126d6]{transform:scale(1.1);filter:brightness(.7)}#cardContainer:hover p[data-v-708126d6]{opacity:1}section[data-v-035fd095]{background-color:var(--color-lighter-background);padding:6rem 1rem}section #topContainer[data-v-035fd095]{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}section #topContainer #headContainer[data-v-035fd095]{text-align:center}section #topContainer #headContainer h2[data-v-035fd095]{margin-bottom:.5rem}section #topContainer #bodyContainer[data-v-035fd095]{display:flex;flex-direction:column;gap:1rem}section #topContainer #bottomContainer[data-v-035fd095]{background-color:var(--color-darker-background);text-align:center;padding:1.5rem 1rem;border:1px solid var(--color-border);border-radius:.5rem}section #topContainer #bottomContainer span[data-v-035fd095]{font-weight:700;color:var(--color-dark-text)}@media(min-width:768px){section #topContainer #bodyContainer[data-v-035fd095]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}@media(min-width:1024px){section #topContainer #bodyContainer[data-v-035fd095]{grid-template-columns:repeat(3,1fr)}section #topContainer #bottomContainer p[data-v-035fd095]{max-width:70%;margin:0 auto}}section[data-v-ea1d0ed1]{background-color:var(--color-darker-background);padding:6rem 1rem}section #topContainer[data-v-ea1d0ed1]{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}section #topContainer #headContainer[data-v-ea1d0ed1]{text-align:center}section #topContainer #headContainer h2[data-v-ea1d0ed1]{margin-bottom:.5rem}section #topContainer #bodyContainer[data-v-ea1d0ed1]{display:flex;flex-direction:column;gap:1rem}section #topContainer #bodyContainer .card[data-v-ea1d0ed1]{background-color:var(--color-foreground);border-radius:.5rem;border:1px solid var(--color-border);padding:1.5rem 1rem;box-shadow:0 2px 10px var(--color-border)}section #topContainer #bodyContainer .card>div[data-v-ea1d0ed1]{display:flex;gap:1rem;align-items:center}section #topContainer #bodyContainer .card>div>div[data-v-ea1d0ed1]{background-color:#35631211;width:2.4rem;height:2.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center}section #topContainer #bodyContainer .card>div>div img[data-v-ea1d0ed1]{width:1.2rem;height:1.2rem}section #topContainer #bodyContainer .card ul[data-v-ea1d0ed1]{list-style:inside;margin:1rem 0 0 .5rem}section #topContainer #bodyContainer .card ul li[data-v-ea1d0ed1]{font-family:Geist;font-size:clamp(.875rem,1vw,1rem);line-height:1.6em;font-weight:400;color:var(--color-light-text);margin-bottom:.5rem}section #topContainer #bodyContainer .card ul [data-v-ea1d0ed1]::marker{color:var(--color-green);font-size:.8rem}section #topContainer #bottomContainer[data-v-ea1d0ed1]{background-color:#35631211;text-align:center;padding:1.5rem 1rem;border:1px solid #c7cdb2;border-radius:.5rem}section #topContainer #bottomContainer h3[data-v-ea1d0ed1]{margin-bottom:1rem}@media(min-width:768px){section #topContainer #bodyContainer[data-v-ea1d0ed1]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}section #topContainer #bottomContainer p[data-v-ea1d0ed1]{max-width:70%;margin:0 auto}}section[data-v-27fa5f94]{background-color:var(--color-lighter-background);padding:6rem 1rem}section #topContainer[data-v-27fa5f94]{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}section #topContainer #headContainer[data-v-27fa5f94]{text-align:center}section #topContainer #headContainer h2[data-v-27fa5f94]{margin-bottom:.5rem}section #topContainer #bodyContainer[data-v-27fa5f94]{display:flex;flex-direction:column;gap:2rem}section #topContainer #bodyContainer #leftContent[data-v-27fa5f94]{display:flex;flex-direction:column;gap:2rem}section #topContainer #bodyContainer #leftContent>p[data-v-27fa5f94]{text-align:justify}section #topContainer #bodyContainer #leftContent>div[data-v-27fa5f94]{background-color:var(--color-foreground);border-radius:.5rem;border:1px solid var(--color-border);padding:1.5rem 1rem}section #topContainer #bodyContainer #leftContent>div h3[data-v-27fa5f94]{margin-bottom:1rem}section #topContainer #bodyContainer #leftContent>div>div>div[data-v-27fa5f94]{display:flex;align-items:center;gap:.5rem;font-family:Geist;color:var(--color-dark-text);font-weight:600}section #topContainer #bodyContainer #leftContent>div>div>div>div[data-v-27fa5f94]{display:flex;align-items:center;justify-content:center;background-color:#35631211;width:2rem;border-radius:50%;aspect-ratio:1/1;font-family:Geist;font-size:.8rem;font-weight:600;color:var(--color-green)}section #topContainer #bodyContainer #leftContent>div>div p[data-v-27fa5f94]{margin:0 0 .8rem 2.5rem}section #topContainer #bodyContainer #rightContent[data-v-27fa5f94]{display:flex;flex-direction:column;gap:1rem}section #topContainer #bodyContainer #rightContent>img[data-v-27fa5f94]{border-radius:.5rem;width:100%;aspect-ratio:1/1;object-fit:cover}section #topContainer #bodyContainer #rightContent>div[data-v-27fa5f94]{display:flex;align-items:center;justify-content:space-between;gap:1rem}section #topContainer #bodyContainer #rightContent>div>div[data-v-27fa5f94]{width:100%;background-color:var(--color-foreground);border-radius:.5rem;border:1px solid var(--color-border);padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem}section #topContainer #bodyContainer #rightContent>div>div h3[data-v-27fa5f94]{font-family:Geist}section #topContainer #bodyContainer #rightContent>div>div p[data-v-27fa5f94]{text-align:center}section #topContainer #bottomContainer[data-v-27fa5f94]{padding:2rem;background-color:var(--color-darker-background);border-radius:.5rem;border:1px solid var(--color-border);display:flex;align-items:start;gap:1rem}section #topContainer #bottomContainer img[data-v-27fa5f94]{width:2rem;aspect-ratio:1/1}section #topContainer #bottomContainer div[data-v-27fa5f94]{display:flex;flex-direction:column;gap:.8rem}@media(min-width:768px){section #topContainer #bodyContainer #rightContent>img[data-v-27fa5f94]{aspect-ratio:2/1.1}}@media(min-width:1024px){section #topContainer #bodyContainer[data-v-27fa5f94]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}section #topContainer #bodyContainer #rightContent>img[data-v-27fa5f94]{aspect-ratio:2/1.75}}@media(min-width:1080px){section #topContainer #bodyContainer[data-v-27fa5f94]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}section #topContainer #bodyContainer #rightContent>img[data-v-27fa5f94]{aspect-ratio:2/1.6}}#cardContainer[data-v-5a4c1e13]{background-color:var(--color-foreground);border:1px solid var(--color-border);box-shadow:0 2px 2px #0000001a;border-radius:.5rem}#cardContainer>img[data-v-5a4c1e13]{border-radius:.5rem .5rem 0 0;width:100%;aspect-ratio:21/9;object-fit:cover}#cardContainer #cardContent[data-v-5a4c1e13]{display:flex;flex-direction:column;gap:1rem;padding:2rem}#cardContainer #cardContent>div[data-v-5a4c1e13]{display:flex;align-items:center;justify-content:start;gap:.5rem}#cardContainer #cardContent>div img[data-v-5a4c1e13]{width:1.1rem;height:1.1rem}#cardContainer #cardContent #text[data-v-5a4c1e13]{text-align:justify}section[data-v-4935ab40]{background-color:var(--color-darker-background);padding:6rem 1rem}section #topContainer[data-v-4935ab40]{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}section #topContainer #headContainer[data-v-4935ab40]{text-align:center}section #topContainer #headContainer h2[data-v-4935ab40]{margin-bottom:.5rem}section #topContainer #bodyContainer[data-v-4935ab40]{display:flex;flex-direction:column;gap:2rem}section #topContainer #bottomContainer[data-v-4935ab40]{margin:0 auto}section #topContainer #bottomContainer button[data-v-4935ab40]{background-color:transparent;border:1px solid var(--color-border);border-radius:.5rem;padding-left:1rem;padding-right:1rem;min-height:40px;font-weight:600;font-size:.875rem}@media(min-width:768px){section #topContainer #bodyContainer[data-v-4935ab40]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}@media(min-width:1024px){section #topContainer #bodyContainer[data-v-4935ab40]{grid-template-columns:repeat(3,1fr)}}section[data-v-a729777f]{background-color:var(--color-lighter-background);padding:6rem 1rem}section #topContainer[data-v-a729777f]{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}section #topContainer #headContainer[data-v-a729777f]{text-align:center}section #topContainer #headContainer h2[data-v-a729777f]{margin-bottom:.5rem}section #topContainer #bodyContainer[data-v-a729777f]{display:flex;flex-direction:column;gap:1rem}section #topContainer #bodyContainer .card[data-v-a729777f]{background-color:var(--color-foreground);border-radius:.5rem;border:1px solid var(--color-border);padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 2px 2px #0000001a}section #topContainer #bodyContainer .card>div[data-v-a729777f]{display:flex;align-items:center;justify-content:start;gap:1rem}section #topContainer #bodyContainer .card>div>div[data-v-a729777f]{background-color:#35631211;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%}section #topContainer #bodyContainer .card>div>div img[data-v-a729777f]{width:2rem;height:2rem}section #topContainer #bodyContainer .card ul[data-v-a729777f]{padding-left:1rem;list-style:disc;display:flex;flex-direction:column;gap:.5rem}section #topContainer #bodyContainer .card ul li[data-v-a729777f]{font-family:Geist;font-size:clamp(.875rem,1vw,1rem);line-height:1.6em;font-weight:400;color:var(--color-light-text)}section #topContainer #bottomContainer[data-v-a729777f]{display:flex;flex-direction:column;gap:2rem;align-items:center}section #topContainer #bottomContainer>div[data-v-a729777f]{background-color:#35631211;text-align:center;padding:2rem;border:1px solid #c7cdb2;border-radius:.5rem;width:100%}section #topContainer #bottomContainer>div p[data-v-a729777f]{max-width:100%;margin:0 auto}section #topContainer #bottomContainer button[data-v-a729777f]{background-color:transparent;border:1px solid var(--color-border);border-radius:.5rem;padding-left:1rem;padding-right:1rem;min-height:40px;font-weight:600;font-size:.875rem;cursor:pointer}section #topContainer #bottomContainer button[data-v-a729777f]:hover{background-color:var(--color-yellow);color:#fff}@media(min-width:768px){section #topContainer #bodyContainer[data-v-a729777f]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}section[data-v-c7f7cbce]{background-color:var(--color-darker-background);padding:6rem 1rem}section #topContainer[data-v-c7f7cbce]{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}section #topContainer #headContainer[data-v-c7f7cbce]{text-align:center;gap:.5rem}section #topContainer>div[data-v-c7f7cbce]{display:flex;flex-direction:column;gap:1rem}section #topContainer>div #leftContent[data-v-c7f7cbce]{display:flex;flex-direction:column;gap:1rem}section #topContainer>div #leftContent #addressInfo[data-v-c7f7cbce]{display:grid;grid-template-columns:auto 1fr;column-gap:1rem;row-gap:1.5rem}section #topContainer>div #leftContent #addressInfo .iconBackground[data-v-c7f7cbce]{background-color:#35631211;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%}section #topContainer>div #leftContent #addressInfo .iconBackground img[data-v-c7f7cbce]{width:1.5rem;height:1.5rem}section #topContainer>div #leftContent #addressInfo h5[data-v-c7f7cbce]{margin-bottom:.3rem}section #topContainer>div #leftContent #timeInfo div[data-v-c7f7cbce]{display:grid;grid-template-columns:repeat(2,1fr)}section #topContainer>div #leftContent #timeInfo div .rightAligned[data-v-c7f7cbce]{text-align:right;font-weight:600}section #topContainer>div #leftContent #mapInfo img[data-v-c7f7cbce]{border:1px solid var(--color-border);width:100%;border-radius:.5rem;aspect-ratio:2/1;object-fit:cover}section #topContainer>div #rightContent form[data-v-c7f7cbce]{display:flex;flex-direction:column;gap:1rem}section #topContainer>div #rightContent form>div[data-v-c7f7cbce]{display:flex;flex-direction:column}section #topContainer>div #rightContent form>div label[data-v-c7f7cbce]{font-family:Geist;font-size:clamp(.875rem,1vw,1rem);line-height:1.6em;font-weight:600;color:var(--color-dark-text)}section #topContainer>div #rightContent form>div input[data-v-c7f7cbce]{border-radius:.3rem;background-color:transparent;border:1px solid var(--color-border);padding:.5rem;color:var(--color-dark-text);font-size:1rem}section #topContainer>div #rightContent form>div textarea[data-v-c7f7cbce]{border-radius:.3rem;background-color:transparent;border:1px solid var(--color-border);padding:.5rem;color:var(--color-dark-text);font-size:1rem;min-height:10rem;font-family:Geist}section #topContainer>div #rightContent form button[data-v-c7f7cbce]{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--color-green);color:var(--color-foreground);padding-left:1rem;padding-right:1rem;min-height:40px;border-radius:.3rem;border:none;cursor:pointer;font-weight:600}section #topContainer>div #rightContent form button img[data-v-c7f7cbce]{width:1rem;height:1rem}section #topContainer>div #rightContent form button[data-v-c7f7cbce]:hover{background-color:green}section #topContainer>div #rightContent form p[data-v-c7f7cbce]{font-size:.8rem;text-align:center}.card[data-v-c7f7cbce]{background-color:var(--color-foreground);border-radius:.5rem;border:1px solid var(--color-border);padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 2px 2px #0000001a}.loadingButton[data-v-c7f7cbce]{animation:glowing-c7f7cbce 1s linear infinite}@keyframes glowing-c7f7cbce{0%{background-color:var(--color-green)}50%{background-color:var(--color-yellow)}to{background-color:var(--color-green)}}@media(min-width:768px){section #topContainer>div #leftContent #mapInfo img[data-v-c7f7cbce]{aspect-ratio:3/1}}@media(min-width:1024px){section #topContainer>div[data-v-c7f7cbce]:last-child{display:grid;grid-template-columns:repeat(2,1fr)}}footer[data-v-efd4e51a]{background-color:var(--color-darker-background);padding:6rem 1rem;border-top:1px solid var(--color-border)}footer #topContainer[data-v-efd4e51a]{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}footer #topContainer #firstContent h4[data-v-efd4e51a]{color:var(--color-green);margin-bottom:1rem}footer #topContainer #secondContent[data-v-efd4e51a]{display:flex;flex-direction:column;gap:.6rem}footer #topContainer #secondContent h5[data-v-efd4e51a]{margin-bottom:.4rem}footer #topContainer #secondContent a[data-v-efd4e51a]{text-decoration:none;color:var(--color-light-text);font-family:Geist;font-size:clamp(.875rem,1vw,1rem)}footer #topContainer #thirdContent[data-v-efd4e51a]{display:flex;flex-direction:column;gap:.6rem}footer #topContainer #thirdContent h5[data-v-efd4e51a]{margin-bottom:.4rem}footer #topContainer #thirdContent div[data-v-efd4e51a]{display:flex;align-items:center;gap:.5rem}footer #topContainer #thirdContent div img[data-v-efd4e51a]{width:1rem;height:1rem}footer #topContainer #fourthContent h5[data-v-efd4e51a]{margin-bottom:1rem}footer #topContainer #fourthContent img[data-v-efd4e51a]{width:1.5rem;height:1.5rem;cursor:pointer;margin-right:1rem}footer #bottomContainer[data-v-efd4e51a]{max-width:1140px;margin:0 auto;text-align:center;border-top:1px solid var(--color-border)}footer #bottomContainer p[data-v-efd4e51a]:first-child{margin-top:2rem}@media(min-width:768px){footer #topContainer[data-v-efd4e51a]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){footer #topContainer[data-v-efd4e51a]{grid-template-columns:repeat(4,1fr)}}
