/*! purgecss start ignore */
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
}

a {
  color: inherit;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}

input, button, select, textarea {
  font: inherit;
  background-color: unset;
  border: unset;
}

img, video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 0;
}

body {
  color: #545454;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-size-adjust: none;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: calc(1.025rem + 0.3111111111vw);
}
@media (min-width: 1800px) {
  body {
    font-size: 1.375rem;
  }
}
body.stop-scroll {
  overflow: hidden;
}
body.stop-scroll .menu_bar {
  overflow-x: hidden;
  overflow-y: scroll;
}
body.stop-scroll .menu_button_container {
  overflow-x: hidden;
  overflow-y: scroll;
}
body.stop-scroll #main {
  overflow: hidden;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
#cursor {
  z-index: 99999;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  -webkit-perspective: 800px;
          perspective: 800px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#cursor .inner {
  position: relative;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  -webkit-transform-style: flat;
          transform-style: flat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid #004C90;
  border-radius: 50%;
  -webkit-transition: top 0.25s ease, left 0.25s ease, width 0.25s ease, height 0.25s ease;
  transition: top 0.25s ease, left 0.25s ease, width 0.25s ease, height 0.25s ease;
}
@media not all and (hover: none) {
  #cursor.moved {
    opacity: 1;
  }
  #cursor.active .inner {
    top: -22.5px;
    left: -22.5px;
    width: 45px;
    height: 45px;
    border-color: #E23052;
  }
}

#smooth-content.active {
  will-change: transform;
  -webkit-transform-style: flat;
          transform-style: flat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sections-inclusion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h1, h2, h3, h4, h5, h6, ._title {
  color: #004C90;
  font-family: "Proza Libre", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: calc(1.225rem + 2.8vw);
}
@media (min-width: 1800px) {
  h1, h2, h3, h4, h5, h6, ._title {
    font-size: 4.375rem;
  }
}
h1 div, h2 div, h3 div, h4 div, h5 div, h6 div, ._title div {
  margin-bottom: -0.3em;
}

._subtitle {
  color: #E23052;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.25;
  font-size: calc(1.0791666667rem + 0.9851851852vw);
}
@media (min-width: 1800px) {
  ._subtitle {
    font-size: 2.1875rem;
  }
}

._text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: calc(1.025rem + 0.3111111111vw);
}
@media (min-width: 1800px) {
  ._text {
    font-size: 1.375rem;
  }
}
._text p {
  min-height: 1.4em;
}
._text p a {
  color: #004C90;
  text-decoration: underline;
}

/*! purgecss end ignore */
.init_background {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  width: 100svw;
  height: 100vh;
  height: 100svh;
  z-index: 9999;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: flat;
          transform-style: flat;
  background-color: #BDDEF4;
}
.init_background.init {
  pointer-events: none;
  -webkit-animation: intro 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
          animation: intro 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}
@-webkit-keyframes intro {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes intro {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.scrollbar_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  pointer-events: none;
  width: 100vw;
  height: 100svh;
}

/*! purgecss start ignore */
._cta {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Proza Libre", sans-serif;
  font-size: calc(1.025rem + 0.3111111111vw);
}
@media (min-width: 1800px) {
  ._cta {
    font-size: 1.375rem;
  }
}
._cta ._button_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 2em;
  border: 2px solid;
  border-radius: 9999px;
}
._cta ._button_text._bottom {
  position: relative;
  border-color: #E23052;
  background-color: #E23052;
  color: #FFFCF7;
}
._cta ._button_text._top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-color: #E23052;
  background-color: #FFFCF7;
  color: #E23052;
}
._cta ._button_text ._arrow {
  margin-left: 0.3em;
  width: 1em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
._cta._image_cta ._button_text {
  padding: 0 0.2em;
}
._cta._image_cta ._button_text ._button_image {
  height: 2.45em;
  width: auto;
  opacity: 0;
  pointer-events: none;
}
._cta._image_cta ._button_text ._button_image_mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: auto 70%;
          mask-size: auto 70%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
._cta._image_cta ._button_text._bottom ._button_image_mask {
  background-color: #004C90;
}
._cta._image_cta ._button_text._top ._button_image_mask {
  background-color: #FFFCF7;
}
._cta:hover ._button_text._top {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
._cta:hover ._button_text ._arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
._cta._inverted ._button_text._bottom {
  border-color: #004C90;
  background-color: #004C90;
  color: #FFFCF7;
}
._cta._inverted ._button_text._top {
  border-color: #004C90;
  background-color: #FFFCF7;
  color: #004C90;
}
._cta._inverted._image_cta ._button_text._bottom ._button_image_mask {
  background-color: #FFFCF7;
}
._cta._inverted._image_cta ._button_text._top ._button_image_mask {
  background-color: #004C90;
}
._cta._filled ._button_text._bottom {
  border-color: #004C90;
  background-color: #004C90;
  color: #FFFCF7;
}
._cta._filled ._button_text._top {
  border-color: #004C90;
  background-color: #FFFCF7;
  color: #004C90;
}
._cta._filled._image_cta ._button_text._bottom ._button_image_mask {
  background-color: #FFFCF7;
}
._cta._filled._image_cta ._button_text._top ._button_image_mask {
  background-color: #004C90;
}
@media (max-width: 768px) {
  ._cta ._button_text {
    border: 1px solid;
  }
}

/*! purgecss end ignore */
/*# sourceMappingURL=maps/main.css.map */
