.wrapper[data-v-925fc4ff] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 1.4rem 3rem;
  z-index: 100;
}
.wrapper .burger[data-v-925fc4ff] {
  display: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.wrapper .burger[data-v-925fc4ff]:hover {
  transform: scale(1.1);
}
.wrapper .burger svg[data-v-925fc4ff] {
  width: 3rem;
  height: 3rem;
}
.wrapper .title[data-v-925fc4ff] {
  font-size: 4rem;
  font-weight: bold;
  padding-left: 0.4em;
}
.wrapper .spacer[data-v-925fc4ff] {
  flex: 1;
}
.wrapper nav[data-v-925fc4ff] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.wrapper nav .nav-item[data-v-925fc4ff] {
  padding: 0 1.4rem;
  font-size: 1.7rem;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.wrapper nav .nav-item[data-v-925fc4ff]:hover {
  color: var(--secondary);
}
.wrapper .mobile-nav[data-v-925fc4ff] {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  color: var(--foreground);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.wrapper .mobile-nav.active[data-v-925fc4ff] {
  opacity: 1;
  pointer-events: all;
}
.wrapper .mobile-nav .close-drawer[data-v-925fc4ff] {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: none;
  border: none;
  outline: none;
}
.wrapper .mobile-nav .close-drawer[data-v-925fc4ff]:hover {
  transform: scale(1.1);
}
.wrapper .mobile-nav .close-drawer svg[data-v-925fc4ff] {
  width: 3rem;
  height: 3rem;
}
.wrapper .mobile-nav .close-drawer svg path[data-v-925fc4ff] {
  stroke: var(--foreground);
}
.wrapper .mobile-nav .nav-item[data-v-925fc4ff] {
  padding: 1.4rem 0;
  font-size: 4rem;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.wrapper .mobile-nav .nav-item[data-v-925fc4ff]:hover {
  color: var(--secondary);
}
@media screen and (max-width: 768px) {
.wrapper[data-v-925fc4ff] {
    padding: 1.4rem 1.4rem;
}
.wrapper .burger[data-v-925fc4ff] {
    display: block;
}
.wrapper nav[data-v-925fc4ff] {
    display: none;
}
.wrapper .mobile-nav[data-v-925fc4ff] {
    display: flex;
}
}:root {
  --success: #00c566;
  --error: #eb3f5e;
  --warning: #ffcd1a;
  --primary: #183153;
  --secondary: #16133B;
  --foreground: #D8EDFF;
  --background: #FFFFFF;
  --secondary-foreground: #f2f2f2;
}
.titleH1-size {
  font-size: 4rem;
  line-height: 4.5rem;
}
.titleH2-size {
  font-size: 3.5rem;
  line-height: 4rem;
}
.titleH3-size {
  font-size: 3rem;
  line-height: 3.5rem;
}
.titleH4-size {
  font-size: 2.5rem;
  line-height: 3rem;
}
.titleH5-size {
  font-size: 2rem;
  line-height: 2.5rem;
}
.titleH6-size {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xtra-large {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-large {
  font-size: 1.13rem;
  line-height: 1.63rem;
}
.text-medium {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-small {
  font-size: 0.88rem;
  line-height: 1.38rem;
}
.text-xtra-small {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.bold {
  font-weight: 700;
}
.semi-bold {
  font-weight: 600;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
.titleH1-size {
    font-size: 64px;
    line-height: 72px;
}
.titleH2-size {
    font-size: 56px;
    line-height: 64px;
}
.titleH3-size {
    font-size: 48px;
    line-height: 56px;
}
.titleH4-size {
    font-size: 40px;
    line-height: 48px;
}
.titleH5-size {
    font-size: 32px;
    line-height: 40px;
}
.titleH6-size {
    font-size: 24px;
    line-height: 32px;
}
.text-xtra-large {
    font-size: 20px;
    line-height: 28px;
}
.text-large {
    font-size: 18px;
    line-height: 26px;
}
.text-medium {
    font-size: 16px;
    line-height: 24px;
}
.text-small {
    font-size: 14px;
    line-height: 22px;
}
.text-xtra-small {
    font-size: 12px;
    line-height: 20px;
}
}
img[alt] {
  color: transparent;
}
img:after {
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  content: "\f071" " Broken Image of " attr(alt);
  display: block;
  font-size: 16px;
  font-style: normal;
  color: rgb(100, 100, 100);
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  border-left: 0.3em solid grey;
  margin-top: 1em;
  margin-bottom: 1em;
  font-style: italic;
}
blockquote p {
  padding: 0.6em 2em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
i,
em {
  font-style: italic;
}
input,
textarea,
button,
select,
div,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  background-color: yellow;
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background-color: var(--foreground-color);
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
a {
  text-decoration: none;
  color: inherit;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
img {
  background-color: lightgray;
  object-fit: cover;
}
.limited-text {
  --snup: 3;
  display: -webkit-box;
  -webkit-line-clamp: var(--snup);
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.6s ease !important;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
:root {
  color: var(--primary);
  font-size: max(16px, 0.73vw);
}
@media screen and (max-width: 1024px) {
:root {
    font-size: 14px;
}
}
@media screen and (max-width: 768px) {
:root {
    font-size: 12px;
}
}
@media screen and (max-width: 600px) {
:root {
    font-size: 10px;
}
}
html {
  background-color: var(--background);
  font-family: "Share", cursive;
}
html.no-scroll {
  overflow: hidden;
}
main {
  position: relative;
  width: 100vw;
  height: 100vh;
}