@font-face {
  font-family: Lausanne;
  src: url('../fonts/Lausanne-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Self modern web;
  src: url('../fonts/self-modern_italic_web.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --white-smoke: #f7f5f1;
  --dark-slate-grey: #002f26;
  --sand: #c48435;
  --maroon: #5e1809;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  background-color: var(--white-smoke);
  color: var(--dark-slate-grey);
  font-family: Lausanne, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  max-width: 15ch;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5vw;
  font-weight: 400;
  line-height: 90%;
}

h2 {
  max-width: 14ch;
  font-size: 4vw;
  font-weight: 400;
  line-height: 90%;
}

p {
  max-width: 60ch;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 120%;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.horizontal-content {
  height: 100vh;
  padding-top: 8vh;
  display: flex;
}

.section {
  background-color: var(--white-smoke);
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 400px;
  position: relative;
  overflow: hidden;
}

.section._1 {
  background-color: #858585;
}

.section.green {
  background-color: var(--dark-slate-grey);
  color: var(--white-smoke);
}

.section.sand {
  background-color: var(--sand);
  color: var(--white-smoke);
}

.section.red {
  background-color: var(--maroon);
  color: var(--white-smoke);
}

.section.login {
  align-items: center;
  min-height: 90vh;
  padding-top: 10vh;
  padding-bottom: 0;
  display: flex;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.image {
  color: var(--white-smoke);
  min-height: 100vh;
  padding-bottom: 0;
}

.section.image.dark {
  color: var(--dark-slate-grey);
}

.section.no-top-padding {
  padding-top: 0;
}

.section.footer {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.horizontal {
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: visible;
}

.section.horizontal.beige {
  background-color: var(--white-smoke);
  color: var(--dark-slate-grey);
}

.section.horizontal.bottom {
  align-items: flex-end;
  height: 100%;
}

.section.horizontal.bottom.beige {
  flex: 0 auto;
}

.section.horizontal.top {
  align-items: flex-start;
}

.section.horizontal.half.beige {
  align-self: center;
}

.section.horizontal.arch-wrapper {
  flex: none;
}

.section.divtest {
  height: 800px;
}

.section.first-page-template {
  overflow: visible;
}

.section.first-home {
  padding-top: 8vh;
  padding-bottom: 0;
}

.section.analytics {
  padding-top: 10vh;
}

.text-block {
  margin-right: 27px;
}

.container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6vw;
  padding-right: 6vw;
  position: relative;
}

.container.small {
  max-width: 720px;
}

.container.is-half-width.is-pad-right-0, .container.is-half-width.center {
  display: flex;
}

.container.absolute {
  z-index: 2;
  padding-bottom: 0;
  display: block;
  position: absolute;
  left: 0;
}

.container.navbar {
  background-color: #0000;
  inset: 0% 0% auto;
}

.container.first {
  align-self: stretch;
}

.container.double-right-pad {
  padding-right: 12vw;
}

.container.triple-left-pad {
  padding-right: 18vw;
}

.container.double-left-pad {
  padding-right: 12vw;
}

.container.no-left-padding {
  padding-left: 0;
}

.page-wrapper {
  height: auto;
}

.arch {
  border: 1px solid #000;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  width: 100%;
  max-width: 830px;
  height: 70vh;
  min-height: 730px;
  margin-left: -1px;
  margin-right: -1px;
}

.arch.login {
  align-items: flex-end;
  height: auto;
  min-height: 800px;
  max-height: 100vh;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.arch.offset {
  border-bottom-style: none;
  width: auto;
  max-width: none;
  margin-top: 61px;
  margin-right: -30vw;
}

.arch.big {
  z-index: 0;
  border-bottom-style: none;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: -50vw;
}

.arch.footer, .arch.end {
  background-color: #fff;
  border-style: none;
  align-items: flex-end;
  height: auto;
  min-height: 800px;
  max-height: 100vh;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.layout {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.layout._2col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout._2col.square {
  border-left-style: none;
  border-right-style: none;
  margin-left: 0;
  margin-right: -1px;
}

.layout._2col.login {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr;
}

.layout._2col.bottom {
  align-items: end;
}

.layout._2col.sebastoa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: end;
}

.layout._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout._3col.footer {
  grid-template-columns: .5fr 1fr 1fr;
}

.layout._1col {
  display: block;
}

.layout.bottom {
  justify-content: flex-end;
}

.layout.center {
  justify-content: center;
  align-items: center;
}

.layout.icon-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: auto;
  margin-top: auto;
  display: flex;
}

.layout._3col-nav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout._3col-nav.footer {
  grid-template-columns: .5fr 1fr 1fr;
}

.layout.hidden {
  display: none;
}

.layout.log {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout.log.square {
  border-left-style: none;
  border-right-style: none;
  margin-left: 0;
  margin-right: -1px;
}

.layout.log.login {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr;
}

.login-form {
  padding: 0;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-slate-grey);
  background-color: var(--white-smoke);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.input:focus {
  border-bottom-color: #074136;
}

.navbar {
  background-color: var(--white-smoke);
  width: 100vw;
  height: 8vh;
  display: flex;
  position: fixed;
}

.button {
  background-color: var(--dark-slate-grey);
  padding: .8rem 2rem;
  font-size: 1.25rem;
  text-decoration: none;
}

.menu-button {
  margin-left: auto;
  margin-right: -1rem;
  padding: 1rem;
  font-size: 1.5rem;
  text-decoration: none;
}

.logo {
  max-width: 250px;
  margin-right: auto;
  font-size: 1.5rem;
}

.logo.footer {
  font-size: 2rem;
}

.link {
  color: var(--dark-slate-grey);
  text-align: left;
  background-color: #0000;
  padding: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.link.small {
  text-align: left;
  font-size: 1.5rem;
  text-decoration: none;
}

.link.small.current {
  opacity: 1;
  font-weight: 400;
}

.link.menu {
  padding-left: 0;
  padding-right: 0;
}

.link.animated {
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  flex: 1;
  font-size: 1em;
  line-height: 100%;
}

.link.language {
  opacity: .5;
  text-align: left;
  font-size: 1.5rem;
  text-decoration: none;
}

.link.language:hover {
  opacity: 1;
}

.link.language.current {
  opacity: 1;
  font-weight: 400;
}

.link.language.es {
  display: none;
}

.link.login {
  margin-top: 2rem;
  text-decoration: underline;
}

.image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.margin-left {
  overflow: hidden;
}

.image-wrapper.two-third {
  height: 100%;
}

.image-wrapper.third.volet {
  position: sticky;
  right: 0;
}

.image-wrapper.third.volet._1 {
  z-index: 3;
}

.image-wrapper.third.volet._2 {
  z-index: 2;
}

.image-wrapper.overlap-left-right {
  width: auto;
  height: 100%;
  margin-left: -18vw;
  margin-right: -6vw;
  position: relative;
}

.image-wrapper.overlap-top-left {
  width: auto;
  margin-top: -6rem;
  margin-left: -12vw;
}

.image-wrapper.full {
  overflow: hidden;
}

.image-wrapper.overlap-left {
  width: auto;
  margin-left: -18vw;
}

.image-wrapper.sticky, .image-wrapper.page-template-header {
  height: auto;
}

.image-wrapper.arch-mask {
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  flex: none;
  width: 50vw;
  height: 50vw;
  overflow: hidden;
}

.image-wrapper.slider {
  justify-content: center;
  display: flex;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.image.h-parralax {
  width: 101%;
}

.image.arch {
  border-style: none;
  min-height: auto;
}

.image.arch.medium {
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
}

.image.slide {
  width: auto;
  height: 600px;
}

.image.slide.first {
  width: 100%;
}

.image.absolute-section {
  position: absolute;
  inset: 0%;
}

.image.absolute-section.parallax-home {
  width: 100%;
  max-width: none;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.image.parallax {
  object-position: 50% 50%;
  width: 120%;
  max-width: none;
  left: -20%;
}

.image.service {
  height: 600px;
}

.serif {
  font-family: Self modern web, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.line-02 {
  border-left: 1px solid #000;
  margin-right: 0;
}

.line-02.flex, .line-02.align-bottom {
  align-items: flex-end;
  display: flex;
}

.line-02.align-bottom.bottom-padding.left-padding, .line-02.align-bottom.left-padding {
  align-items: center;
}

.line-03.left {
  border-left: 1px solid #000;
  overflow: hidden;
}

.line-03.left.flex {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 0;
  display: flex;
}

.line-03.left.flex.bottom-padding {
  margin-left: -1px;
}

.html-embed {
  display: none;
}

.heading-2 {
  font-weight: 400;
}

.absolute-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.absolute-image.ontop {
  position: absolute;
  inset: 0%;
}

.absolute-image.ontop.ansi {
  object-position: 50% 0%;
}

.absolute-image.parallax {
  width: 120%;
  max-width: none;
  left: -20%;
}

.absolute-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #0003 0%, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0;
}

.small {
  flex: 0 auto;
  align-self: flex-start;
  max-width: 30ch;
}

.logo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: baseline;
  padding-left: 0;
  display: flex;
}

.navlink {
  text-decoration: none;
}

.square {
  border: 1px solid #000;
  flex: 1;
  justify-content: flex-end;
  width: 100%;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.half-image-wrapper {
  position: relative;
}

.arch-wrapper {
  justify-content: flex-end;
  display: flex;
}

.arch-wrapper.flex {
  position: relative;
}

.menu-button-wrapper {
  justify-content: flex-end;
  padding: 0;
}

.menu-button-wrapper.w--open {
  color: var(--dark-slate-grey);
  background-color: #0000;
}

.square-01 {
  border: 1px solid #000;
  flex: 1;
  justify-content: flex-end;
  width: 100%;
  min-height: 300px;
  margin: -1px 0 -1px -1px;
  display: flex;
  overflow: hidden;
}

.line-01 {
  border-left: 1px solid #000;
}

.line-01.left {
  border-left: 1px solid #000;
  overflow: hidden;
}

.line-01.left.flex {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.line-01.left.flex.bottom-padding, .line-01.left.bottom-padding {
  margin-left: -1px;
}

.square-02 {
  border: 1px solid #000;
  border-right-style: none;
  flex: 1;
  justify-content: flex-end;
  width: 100%;
  min-height: 300px;
  margin: -1px 0 -1px -1px;
  display: flex;
  overflow: hidden;
}

.legend {
  align-self: flex-end;
  font-size: 14px;
}

.footer-links-wrapper {
  font-size: 1.5rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.animated-link {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  cursor: pointer;
  flex-direction: row;
  font-size: 1em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.arrow {
  width: 1em;
  font-size: 1em;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.menu-links-wrapper {
  font-size: 5rem;
}

.menu-links-wrapper.secondary {
  font-size: 2rem;
}

.hidden-nav-menu {
  background-color: var(--white-smoke);
  border-bottom: 1px solid #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.subtitle {
  margin-bottom: 1rem;
}

.horizontal-section {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.horizontal-section._1 {
  background-color: #858585;
}

.horizontal-section.green {
  background-color: var(--dark-slate-grey);
  color: var(--white-smoke);
}

.horizontal-section.sand {
  background-color: var(--sand);
  color: var(--white-smoke);
}

.horizontal-section.red {
  background-color: var(--maroon);
  color: var(--white-smoke);
}

.horizontal-section.login {
  align-items: center;
  min-height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.horizontal-section.beige {
  background-color: var(--white-smoke);
  color: var(--dark-slate-grey);
}

.horizontal-section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.horizontal-section.image {
  color: var(--white-smoke);
  min-height: 100vh;
}

.horizontal-section.no-top-padding {
  padding-top: 0;
}

.horizontal-section.footer {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.green {
  background-color: var(--dark-slate-grey);
  color: var(--white-smoke);
}

.red {
  background-color: var(--maroon);
  color: var(--white-smoke);
}

.sand {
  background-color: var(--sand);
  color: var(--white-smoke);
}

.bg {
  background-color: var(--sand);
  width: 100vw;
  position: absolute;
  inset: 0%;
}

.nav-wrapper {
  position: relative;
}

.test {
  background-color: #f82929;
  width: 400px;
  height: 800px;
}

.border-left {
  border-left: 1px solid #000;
}

.line-04 {
  border-bottom: 1px solid #000;
}

.div-block-2 {
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}

.ontop {
  z-index: 10;
  position: relative;
}

.triptyque {
  display: flex;
}

.icon {
  width: 64px;
}

.icon.arrows {
  width: 65px;
}

.icon-wrapper {
  text-align: center;
  width: 96px;
}

.icon-wrapper.small {
  flex: 0 auto;
  align-self: flex-start;
}

.icon-wrapper.arrow {
  flex: 0 auto;
  width: 64px;
}

.icon-wrapper.large {
  width: 128px;
}

.line-header {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
}

.line-wrapper {
  border-top: 1px solid var(--dark-slate-grey);
  margin-bottom: 2rem;
  padding-top: 1rem;
}

.line-content {
  position: relative;
  overflow: hidden;
}

.title-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.room-number {
  margin-right: .5em;
}

.romm-number {
  text-transform: uppercase;
  margin-right: .5em;
  line-height: 110%;
}

.image-2 {
  width: 140px;
}

.image-3 {
  width: 800px;
}

.floor-indicator {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.exposant {
  font-size: 3vw;
}

.level-number-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uppercase {
  text-transform: uppercase;
}

.floor-number {
  font-size: 1.5rem;
}

.floor-number.small {
  font-size: 1rem;
  line-height: 70%;
}

.bed-wrapper {
  display: flex;
}

.cross {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.cross-line {
  border: .75px solid #000;
  width: 100%;
  height: 1px;
  position: absolute;
}

.cross-line.vertical {
  width: 1px;
  height: 100%;
}

.cross-line.large {
  border-width: 1px;
}

.floor-level {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}

.floor-level.small {
  flex: none;
  align-self: center;
  width: auto;
}

.floor-level.arrow {
  flex: 0 auto;
  width: 64px;
}

.restaurant-logos-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.mon-logo {
  max-width: 128px;
}

.spacer {
  height: 2rem;
}

._404 {
  font-size: 20vw;
  line-height: 60%;
}

.page-content h2 {
  font-size: 2.5vw;
}

.page-content h1 {
  font-size: 3.5vw;
}

.page-title {
  margin-bottom: 4rem;
}

.empty {
  background-color: #0000;
}

.right-arrow {
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-button {
  color: var(--dark-slate-grey);
  justify-content: flex-end;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
  transform: rotate(45deg);
}

.arrow-button.left {
  transform: rotate(-135deg);
}

.slider {
  color: var(--white-smoke);
  background-color: #0000;
  height: 100%;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-link {
  font-size: 1.5rem;
}

.label {
  font-weight: 400;
}

.slide-nav {
  justify-content: center;
  display: flex;
}

.update-password, .form-header {
  text-align: left;
}

.horizontal-wrapper {
  overflow: auto;
}

.progress-wrapper {
  z-index: 1000;
  height: 1vh;
  position: fixed;
  inset: 0 0% auto;
}

.progress-bar {
  background-color: var(--white-smoke);
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 100vw;
  height: 100%;
  transform: scale3d(0, 1, 1);
}

.big-link {
  cursor: pointer;
}

.no-underline {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.heading-7 {
  max-width: 10ch;
}

.parallax-home {
  width: 125%;
  max-width: none;
  position: absolute;
  left: 0;
  right: -20%;
}

.waf {
  max-width: 128px;
}

.sign-up-form-block {
  padding: 0;
}

.error {
  margin: 0;
  padding: 0;
  position: static;
}

.error-message {
  background-color: var(--white-smoke);
  margin-top: 1rem;
  line-height: 100%;
}

.link-block, .redirect-block {
  display: none;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
}

.error-state {
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
}

.analytics-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.analytics-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.analytics-grid.item {
  border-top: 1px solid #002f264d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.password-label {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

  .horizontal-content {
    flex-direction: column;
    height: auto;
  }

  .section {
    min-width: auto;
  }

  .section.beige.first {
    padding-top: 10vh;
  }

  .section.horizontal {
    flex: 0 auto;
    width: 100%;
    height: auto;
  }

  .container.triple-left-pad, .container.double-left-pad {
    padding-right: 6vw;
  }

  .container.no-left-padding {
    padding-left: 6vw;
  }

  .arch.offset {
    margin-top: 0;
  }

  .arch.big {
    border-top-left-radius: 2000px;
    left: 50vw;
  }

  .layout {
    grid-template-columns: 100%;
  }

  .layout._2col {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .layout._2col.home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .layout._3col {
    grid-template-columns: 1fr 1fr;
  }

  .layout.icon-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .layout._3col-nav {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .layout.log {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .link.animated {
    line-height: 100%;
  }

  .image-wrapper.bottom-padding.top-padding {
    padding-bottom: 0;
  }

  .image-wrapper.overlap-left-right {
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper.full.padding-mobile {
    padding: 6vw;
  }

  .image-wrapper.overlap-left {
    margin-left: auto;
  }

  .image-wrapper.left-padding {
    padding-left: 0;
  }

  .image-wrapper.page-template-header {
    height: 100%;
    max-height: 70vh;
    position: static;
  }

  .image-wrapper.arch-mask {
    width: 100%;
    height: 92vw;
  }

  .image.absolute-image {
    position: static;
  }

  .image.parallax {
    width: 100%;
    max-width: 100%;
    position: static;
    left: 0%;
    right: 0%;
  }

  .line-02 {
    border-top: 1px solid #000;
    margin-left: 5vw;
  }

  .line-02.align-bottom.bottom-padding.left-padding {
    border: 1px #000;
    margin-left: 0;
    padding-left: 0;
  }

  .line-02.align-bottom.left-padding {
    border: 1px #000;
  }

  .line-03.left {
    border-top: 1px solid #000;
    border-left-style: none;
  }

  .line-03.left.flex {
    border: 1px #000;
  }

  .absolute-image, .absolute-image.ontop {
    position: static;
  }

  .square, .square-01 {
    border-style: none;
  }

  .line-01 {
    border-top: 1px solid #000;
    margin-left: 5vw;
  }

  .line-01.left {
    border-top: 1px solid #000;
    border-left-style: none;
  }

  .square-02 {
    border-style: none;
  }

  .animated-link {
    padding-top: 0;
  }

  .arrow {
    display: none;
  }

  .horizontal-section.image {
    padding-bottom: 8rem;
  }

  .border-left {
    margin-left: 125px;
  }

  .heading-4 {
    font-size: 4rem;
  }

  .heading-5 {
    font-size: 5rem;
  }

  .floor-indicator {
    justify-content: flex-end;
    margin-bottom: 1rem;
  }

  .page-content h2 {
    font-size: 2rem;
  }

  .page-content h1 {
    font-size: 3rem;
  }

  .progress-wrapper {
    display: none;
  }

  .collection-list-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  p {
    margin-bottom: 0;
  }

  .section.image {
    min-height: 700px;
    padding-bottom: 12rem;
  }

  .arch.login {
    max-width: none;
    min-height: 690px;
  }

  .arch.offset {
    height: 50vh;
    min-height: 500px;
  }

  .arch.big {
    border-top-left-radius: 2000px;
    height: auto;
    top: -169px;
    bottom: 0;
    left: 50vw;
  }

  .arch.footer, .arch.end {
    min-height: 690px;
  }

  .layout._2col, .layout._3col, .layout._3col.footer {
    grid-template-columns: 1fr;
  }

  .layout.icon-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: start;
  }

  .layout._3col-nav, .layout._3col-nav.footer {
    grid-template-columns: 1fr;
  }

  .layout.log {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .image.absolute-section {
    min-height: 500px;
  }

  .line-02 {
    border: 1px #000;
    padding-right: 0;
    display: none;
  }

  .line-03.left.flex {
    border: 1px #000;
  }

  .small {
    max-width: none;
  }

  .menu-links-wrapper {
    font-size: 4rem;
  }

  .horizontal-section.image {
    min-height: auto;
    padding-bottom: 12rem;
  }

  .left-padding {
    padding-left: 0;
  }

  .line-04.bottom-padding {
    border: 1px #000;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  .section.login {
    min-height: auto;
  }

  .section.image {
    height: 500px;
    min-height: auto;
    max-height: none;
  }

  .section.horizontal {
    overflow: hidden;
  }

  .container {
    z-index: 2;
  }

  .arch.login {
    max-width: none;
    height: auto;
    min-height: 560px;
    max-height: none;
  }

  .arch.offset {
    height: auto;
    min-height: 290px;
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .arch.big {
    min-height: auto;
    top: -70px;
  }

  .arch.footer {
    height: auto;
    min-height: 560px;
    max-height: none;
  }

  .arch.end {
    width: auto;
    max-width: none;
    height: auto;
    min-height: 560px;
    max-height: none;
  }

  .layout.icon-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
    margin-top: 2rem;
  }

  .layout.log {
    justify-items: start;
  }

  .link.animated {
    margin-bottom: .5rem;
  }

  .image-wrapper.third.volet {
    flex: 0 auto;
    align-items: flex-end;
    height: 100vw;
    display: flex;
    bottom: 0;
  }

  .image-wrapper.third.volet._1.center {
    align-items: center;
  }

  .image-wrapper.third.volet._2.bottom {
    align-items: flex-end;
  }

  .image-wrapper.third.volet._3.top {
    align-items: flex-start;
  }

  .image {
    object-position: 50% 100%;
    height: auto;
    min-height: 400px;
    max-height: 500px;
  }

  .image.absolute-image {
    min-height: 500px;
  }

  .image.slide {
    width: 100%;
    height: 400px;
    min-height: auto;
    max-height: none;
  }

  .image.absolute-section {
    height: 100%;
  }

  .image.content-over {
    min-height: 500px;
  }

  .line-02.align-bottom.bottom-padding.left-padding {
    border: 1px #000;
  }

  .line-03.left.bottom-padding {
    display: none;
  }

  .absolute-image {
    position: static;
  }

  .line-01 {
    border-top-style: none;
    border-left-style: none;
    margin-left: 0;
    display: none;
  }

  .legend {
    text-align: left;
    font-size: 1rem;
  }

  .legend.left {
    align-self: flex-start;
  }

  .legend.nudge {
    margin-bottom: -.5ch;
  }

  .footer-links-wrapper {
    font-size: 1.5rem;
  }

  .menu-links-wrapper {
    font-size: 2.5rem;
  }

  .final-text {
    font-size: 3rem;
  }

  .triptyque {
    flex-direction: column;
  }

  .icon {
    width: 40px;
  }

  .icon-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: auto;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .icon-wrapper.small {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: flex-start center;
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .icon-wrapper.large.maison {
    flex-direction: column;
    align-items: flex-start;
  }

  .line-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr auto;
  }

  .title-wrapper, .page-content h1 {
    font-size: 2.5rem;
  }

  .heading-6 {
    font-size: 3rem;
  }

  .slide-nav {
    display: none;
  }

  .big-link {
    font-size: 1rem;
  }

  .analytics-grid.item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }
}

#w-node-_607f6811-c656-eb15-a35a-7eedc607976a-4545a5cd {
  place-self: stretch stretch;
}

#w-node-ea326872-02da-7565-f50e-fd339744f834-4545a5cd {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-dfdbc842-909e-d739-973c-894fd956c894-4545a5cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c14b73e7-28af-64e9-ef45-b6012d05f75a-4545a5cd {
  place-self: stretch stretch;
}

#w-node-_0398810b-460d-9b40-7665-d968a806216a-4545a5cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_35a8f96d-9dba-094b-b0e6-8253c1e0edf5-4545a5cd {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_35a8f96d-9dba-094b-b0e6-8253c1e0edf6-4545a5cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_75a9a127-d73a-e6c2-ee22-3277d199d9bc-4545a5cd, #w-node-_09170799-dd90-024d-9ea1-5cf57df359e2-4545a5cd {
  place-self: stretch stretch;
}

#w-node-_09170799-dd90-024d-9ea1-5cf57df359e4-4545a5cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4f2abb15-397b-7535-f5a9-1e049989f498-4545a5cd {
  place-self: stretch stretch;
}

#w-node-f0c3541a-effb-b76b-bedd-64a342d113ba-4545a5cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_224221df-83cf-8b99-4aca-3de8113fa551-4545a5cd {
  justify-self: end;
}

#w-node-_10a264f1-b01c-68dc-0848-d6216863462e-4545a5cd {
  place-self: stretch stretch;
}

#w-node-c7174672-e250-c205-b96e-f0645666f82b-4545a5cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a240527-d72f-456f-6397-990234f56c42-4545a5cd {
  place-self: stretch stretch;
}

#w-node-d41756f1-c3a6-c051-82cb-7b86bf4c4fba-4545a5cd {
  align-self: center;
}

#w-node-d41756f1-c3a6-c051-82cb-7b86bf4c4fc2-4545a5cd, #w-node-a35ff267-7b69-da4f-0737-a74f77bff656-4545a5cd {
  place-self: stretch stretch;
}

#w-node-a35ff267-7b69-da4f-0737-a74f77bff658-4545a5cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ef9f5230-bad6-032d-bb8b-6774ff0086a6-4545a5cd {
  place-self: start;
}

#w-node-_236ea8fe-3c9d-c4e8-682a-2a1b36701ee0-4545a5cd {
  place-self: end start;
}

#w-node-_78233c4d-f123-4c20-76a0-3fa8783f362b-783f3628, #w-node-_78233c4d-f123-4c20-76a0-3fa8783f362f-783f3628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_78233c4d-f123-4c20-76a0-3fa8783f3631-783f3628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bd8e582b-801f-95bc-3957-cf0524b4565b-a6e6af20 {
  justify-self: end;
}

#w-node-d18d5ab7-0fcf-4987-dbf1-8b64bba83b0d-a6e6af20 {
  place-self: end;
}

#w-node-_62be98fe-5ee4-9848-8cfb-920de257409f-e257409f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_79bd126d-2b30-6362-5ff4-59e9864fe52a-f945a5e3 {
  place-self: end start;
}

#password-form-wrapper.w-node-_79bd126d-2b30-6362-5ff4-59e9864fe530-f945a5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end stretch;
}

#w-node-d74d2cbb-5bb7-e43e-5233-785d1edb0f28-a245a5e4 {
  place-self: end start;
}

#w-node-_1a7158a5-35e1-366b-b341-79fefff5919a-a245a5e4, #w-node-dd576386-60c6-372e-4d08-fc1120856e04-a245a5e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b3cd61b-733f-f8d2-5479-0a361b84adf8-c445a5e5 {
  place-self: end start;
}

#w-node-_91bcc96c-0710-5208-3dee-3dc0bba96aa2-c445a5e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_143a18ee-9afe-5b6d-719f-c9e4696b27a5-696b279c {
  justify-self: end;
}

#w-node-_143a18ee-9afe-5b6d-719f-c9e4696b27a7-696b279c {
  place-self: end;
}

#w-node-_4c7bee6d-6d1f-8540-f099-767b2f2b08bb-2f2b08bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_6931d6de-a8f2-121a-481b-103c19f4b1cd-e445a5e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0398810b-460d-9b40-7665-d968a806216a-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_16c8d12d-0d35-928f-1aa0-01ce6c0740d4-1e45a5e7, #w-node-_6a29995d-4d77-c3ac-ed44-f88770e78d20-1e45a5e7, #w-node-dcb3f2cb-587a-8a23-afc6-80270737a7d1-1e45a5e7, #w-node-_4e32deec-e258-4949-f7b2-f78132ee86ee-1e45a5e7, #w-node-_190ae4be-b041-a881-800f-885b0fb4ae26-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea713402-5a1b-8e33-f7c4-ad9171c052a0-1e45a5e7 {
  place-self: stretch stretch;
}

#w-node-a0352856-34f7-4910-7afd-935ed2b4a2f6-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3d6dd8b-d5d4-821c-953c-10d2ed5e73f5-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-e3d6dd8b-d5d4-821c-953c-10d2ed5e73f6-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3d6dd8b-d5d4-821c-953c-10d2ed5e73fa-1e45a5e7 {
  place-self: start end;
}

#w-node-_7e306a9a-0200-da3a-deb8-b0f97ba5f40a-1e45a5e7, #w-node-_7e306a9a-0200-da3a-deb8-b0f97ba5f412-1e45a5e7, #w-node-_7e306a9a-0200-da3a-deb8-b0f97ba5f41a-1e45a5e7, #w-node-_7e306a9a-0200-da3a-deb8-b0f97ba5f41e-1e45a5e7, #w-node-_7e306a9a-0200-da3a-deb8-b0f97ba5f40e-1e45a5e7, #w-node-a4df3e84-65a0-1894-ef91-ab530ce95ba2-1e45a5e7, #w-node-_8273cdb7-940d-d8ef-3803-8fe60010a808-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8ccab-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8ccac-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8ccb0-1e45a5e7 {
  place-self: start end;
}

#w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8ccbf-1e45a5e7, #w-node-_668fc48c-4f51-2c74-b567-b78a76745e8d-1e45a5e7, #w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8ccc7-1e45a5e7, #w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8cccb-1e45a5e7, #w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8cccf-1e45a5e7, #w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8ccd3-1e45a5e7, #w-node-d3c1e77c-bb63-cbf2-45e4-28034ff73e0b-1e45a5e7, #w-node-_60392503-bf4c-ed18-131a-2e7beb0e11c7-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90c51e12-2421-c3ab-8ec3-93d1c28df466-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-_90c51e12-2421-c3ab-8ec3-93d1c28df467-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90c51e12-2421-c3ab-8ec3-93d1c28df46b-1e45a5e7 {
  place-self: start end;
}

#w-node-_9e15c92b-15c0-70d7-edb1-243d5b6d84d9-1e45a5e7, #w-node-_9e15c92b-15c0-70d7-edb1-243d5b6d84c9-1e45a5e7, #w-node-_9e15c92b-15c0-70d7-edb1-243d5b6d84cd-1e45a5e7, #w-node-_9e15c92b-15c0-70d7-edb1-243d5b6d84d1-1e45a5e7, #w-node-_9e15c92b-15c0-70d7-edb1-243d5b6d84d5-1e45a5e7, #w-node-dd1aa885-db18-14f8-7a92-a31af7e1c89e-1e45a5e7, #w-node-c10abddd-2b31-06bf-c581-41cda1e0fe1a-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc0313bf-74f3-1c5b-f5e3-12647d39363c-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-fc0313bf-74f3-1c5b-f5e3-12647d39363d-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc0313bf-74f3-1c5b-f5e3-12647d393641-1e45a5e7 {
  place-self: start end;
}

#w-node-_9b33344c-6b27-dd3b-f4cf-bf2785a0ed51-1e45a5e7, #w-node-_9b33344c-6b27-dd3b-f4cf-bf2785a0ed41-1e45a5e7, #w-node-_9b33344c-6b27-dd3b-f4cf-bf2785a0ed45-1e45a5e7, #w-node-_9b33344c-6b27-dd3b-f4cf-bf2785a0ed49-1e45a5e7, #w-node-_9b33344c-6b27-dd3b-f4cf-bf2785a0ed4d-1e45a5e7, #w-node-c9817ff9-3028-50f6-979b-c3ac734cc4fe-1e45a5e7, #w-node-_7ded8c04-6986-408a-e91d-4e93269ce68c-1e45a5e7, #w-node-_8bb1f0bb-ead9-22f3-edcb-20ea3700add3-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e19f18c1-e0bf-b56f-71a2-1d021c2ec89d-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-e19f18c1-e0bf-b56f-71a2-1d021c2ec89e-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e19f18c1-e0bf-b56f-71a2-1d021c2ec8a2-1e45a5e7 {
  place-self: start end;
}

#w-node-f3a7927d-5a55-3e1c-379f-a5bd1e9b40fd-1e45a5e7, #w-node-f3a7927d-5a55-3e1c-379f-a5bd1e9b40ed-1e45a5e7, #w-node-f3a7927d-5a55-3e1c-379f-a5bd1e9b40f1-1e45a5e7, #w-node-f3a7927d-5a55-3e1c-379f-a5bd1e9b40f5-1e45a5e7, #w-node-f3a7927d-5a55-3e1c-379f-a5bd1e9b40f9-1e45a5e7, #w-node-f3a7927d-5a55-3e1c-379f-a5bd1e9b4101-1e45a5e7, #w-node-_89e6f515-cd87-ceb2-acce-86947ac1988f-1e45a5e7, #w-node-_390b4f36-d2a3-d14c-c374-0f41bf8a15d2-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e06ba817-94ba-2ac3-bc66-1ae017da36cf-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-e06ba817-94ba-2ac3-bc66-1ae017da36d0-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e06ba817-94ba-2ac3-bc66-1ae017da36d4-1e45a5e7 {
  place-self: start end;
}

#w-node-_210a57e0-3c42-7c09-ec32-b58e03859486-1e45a5e7, #w-node-_210a57e0-3c42-7c09-ec32-b58e03859476-1e45a5e7, #w-node-_210a57e0-3c42-7c09-ec32-b58e0385947a-1e45a5e7, #w-node-_210a57e0-3c42-7c09-ec32-b58e0385947e-1e45a5e7, #w-node-_210a57e0-3c42-7c09-ec32-b58e03859482-1e45a5e7, #w-node-_210a57e0-3c42-7c09-ec32-b58e0385948a-1e45a5e7, #w-node-_75b093c5-cdbb-67b5-553f-926e5f96d90f-1e45a5e7, #w-node-b8d17d55-cc77-8352-6638-6d36adf4c1b0-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed3a6f4b-9056-ee80-f483-87593cad397e-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-ed3a6f4b-9056-ee80-f483-87593cad397f-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed3a6f4b-9056-ee80-f483-87593cad3983-1e45a5e7 {
  place-self: start end;
}

#w-node-_0c73a3ae-cdfe-4f0c-0c2a-ea9baba1beb8-1e45a5e7, #w-node-_0c73a3ae-cdfe-4f0c-0c2a-ea9baba1bea8-1e45a5e7, #w-node-_0c73a3ae-cdfe-4f0c-0c2a-ea9baba1beac-1e45a5e7, #w-node-_0c73a3ae-cdfe-4f0c-0c2a-ea9baba1beb0-1e45a5e7, #w-node-_0c73a3ae-cdfe-4f0c-0c2a-ea9baba1beb4-1e45a5e7, #w-node-_0c73a3ae-cdfe-4f0c-0c2a-ea9baba1bebc-1e45a5e7, #w-node-_83a6e935-1003-ee5a-79a1-59c0712ade17-1e45a5e7, #w-node-_9057a46c-378c-7d65-305b-78f8bf7c4efe-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_801b2f6f-ceb4-4f79-28a4-e946b839ffff-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-_801b2f6f-ceb4-4f79-28a4-e946b83a0000-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_801b2f6f-ceb4-4f79-28a4-e946b83a0004-1e45a5e7 {
  place-self: start end;
}

#w-node-_801b2f6f-ceb4-4f79-28a4-e946b83a0017-1e45a5e7, #w-node-_801b2f6f-ceb4-4f79-28a4-e946b83a001b-1e45a5e7, #w-node-_801b2f6f-ceb4-4f79-28a4-e946b83a001f-1e45a5e7, #w-node-_801b2f6f-ceb4-4f79-28a4-e946b83a0023-1e45a5e7, #w-node-_801b2f6f-ceb4-4f79-28a4-e946b83a0027-1e45a5e7, #w-node-d564b946-a997-e7e1-39d2-138db45744ed-1e45a5e7, #w-node-_4f8c235d-8de4-b67e-1e60-9b0a4cd5b43c-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292274e5-1bc8-8016-3fbe-7b1f1308f9b9-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-_292274e5-1bc8-8016-3fbe-7b1f1308f9ba-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292274e5-1bc8-8016-3fbe-7b1f1308f9be-1e45a5e7 {
  place-self: start end;
}

#w-node-_03037bf3-3304-ce09-f778-4a9a4802fc42-1e45a5e7 {
  place-self: start stretch;
}

#w-node-_9e5ec3db-1627-aefc-f1d1-5b432072a9d4-1e45a5e7, #w-node-ef373438-f7ee-1612-abfc-28bf232e6f9d-1e45a5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_63a3fba1-7984-86fe-d8f8-92cc22edfb9d-22edfb9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63a3fba1-7984-86fe-d8f8-92cc22edfb9f-22edfb9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-_63a3fba1-7984-86fe-d8f8-92cc22edfba0-22edfb9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63a3fba1-7984-86fe-d8f8-92cc22edfba4-22edfb9d {
  place-self: start end;
}

#w-node-_63a3fba1-7984-86fe-d8f8-92cc22edfba9-22edfb9d {
  justify-self: start;
}

#w-node-_63a3fba1-7984-86fe-d8f8-92cc22edfbb3-22edfb9d, #w-node-_63a3fba1-7984-86fe-d8f8-92cc22edfbb8-22edfb9d, #w-node-_63a3fba1-7984-86fe-d8f8-92cc22edfbbe-22edfb9d, #w-node-_63a3fba1-7984-86fe-d8f8-92cc22edfbc2-22edfb9d, #w-node-_63a3fba1-7984-86fe-d8f8-92cc22edfbc6-22edfb9d, #w-node-_63a3fba1-7984-86fe-d8f8-92cc22edfbca-22edfb9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4272f856-c4e2-9cbb-08d1-3be437a7bc36-2945a5e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2f60afaf-d4b5-300f-080f-3826317e2d93-2945a5e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33f4a2b7-8e78-6869-c60e-b90fa28cea94-fb45a5eb {
  place-self: end start;
}

#w-node-_643963663b7380d7ba26b26000000000000b-fb45a5eb {
  place-self: end stretch;
}

#w-node-a7c65b1a-7e23-22f4-a9fa-92a1ec42b43e-7845a5ed {
  place-self: end start;
}

#w-node-_3ccde326-971b-75d5-758e-ad7903d7019a-7845a5ed {
  place-self: end stretch;
}

#w-node-_4272f856-c4e2-9cbb-08d1-3be437a7bc36-5e1b848f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2f60afaf-d4b5-300f-080f-3826317e2d93-5e1b848f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_607f6811-c656-eb15-a35a-7eedc607976a-5e224953 {
  place-self: stretch stretch;
}

#w-node-ea326872-02da-7565-f50e-fd339744f834-5e224953 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-dfdbc842-909e-d739-973c-894fd956c894-5e224953 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c14b73e7-28af-64e9-ef45-b6012d05f75a-5e224953 {
  place-self: stretch stretch;
}

#w-node-_0398810b-460d-9b40-7665-d968a806216a-5e224953 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_35a8f96d-9dba-094b-b0e6-8253c1e0edf5-5e224953 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_35a8f96d-9dba-094b-b0e6-8253c1e0edf6-5e224953 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_75a9a127-d73a-e6c2-ee22-3277d199d9bc-5e224953, #w-node-_09170799-dd90-024d-9ea1-5cf57df359e2-5e224953 {
  place-self: stretch stretch;
}

#w-node-_09170799-dd90-024d-9ea1-5cf57df359e4-5e224953 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4f2abb15-397b-7535-f5a9-1e049989f498-5e224953 {
  place-self: stretch stretch;
}

#w-node-f0c3541a-effb-b76b-bedd-64a342d113ba-5e224953 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_224221df-83cf-8b99-4aca-3de8113fa551-5e224953 {
  justify-self: end;
}

#w-node-_10a264f1-b01c-68dc-0848-d6216863462e-5e224953 {
  place-self: stretch stretch;
}

#w-node-c7174672-e250-c205-b96e-f0645666f82b-5e224953 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a240527-d72f-456f-6397-990234f56c42-5e224953 {
  place-self: stretch stretch;
}

#w-node-d41756f1-c3a6-c051-82cb-7b86bf4c4fba-5e224953 {
  align-self: center;
}

#w-node-d41756f1-c3a6-c051-82cb-7b86bf4c4fc2-5e224953, #w-node-a35ff267-7b69-da4f-0737-a74f77bff656-5e224953 {
  place-self: stretch stretch;
}

#w-node-a35ff267-7b69-da4f-0737-a74f77bff658-5e224953 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ef9f5230-bad6-032d-bb8b-6774ff0086a6-5e224953 {
  place-self: start;
}

#w-node-_236ea8fe-3c9d-c4e8-682a-2a1b36701ee0-5e224953 {
  place-self: end start;
}

#w-node-c069a5d6-b9e0-399c-d19c-781f066e2165-066e2162, #w-node-c069a5d6-b9e0-399c-d19c-781f066e2169-066e2162 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c069a5d6-b9e0-399c-d19c-781f066e216b-066e2162 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e5714529-db9f-2c5f-b620-678bcb76af7b-5e237fc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0398810b-460d-9b40-7665-d968a806216a-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_16c8d12d-0d35-928f-1aa0-01ce6c0740d4-50747c6c, #w-node-_6a29995d-4d77-c3ac-ed44-f88770e78d20-50747c6c, #w-node-dcb3f2cb-587a-8a23-afc6-80270737a7d1-50747c6c, #w-node-_4e32deec-e258-4949-f7b2-f78132ee86ee-50747c6c, #w-node-_190ae4be-b041-a881-800f-885b0fb4ae26-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea713402-5a1b-8e33-f7c4-ad9171c052a0-50747c6c {
  place-self: stretch stretch;
}

#w-node-a0352856-34f7-4910-7afd-935ed2b4a2f6-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3d6dd8b-d5d4-821c-953c-10d2ed5e73f5-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-e3d6dd8b-d5d4-821c-953c-10d2ed5e73f6-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3d6dd8b-d5d4-821c-953c-10d2ed5e73fa-50747c6c {
  place-self: start end;
}

#w-node-_7e306a9a-0200-da3a-deb8-b0f97ba5f40a-50747c6c, #w-node-_7e306a9a-0200-da3a-deb8-b0f97ba5f412-50747c6c, #w-node-_7e306a9a-0200-da3a-deb8-b0f97ba5f41a-50747c6c, #w-node-_7e306a9a-0200-da3a-deb8-b0f97ba5f41e-50747c6c, #w-node-_7e306a9a-0200-da3a-deb8-b0f97ba5f40e-50747c6c, #w-node-a4df3e84-65a0-1894-ef91-ab530ce95ba2-50747c6c, #w-node-_8273cdb7-940d-d8ef-3803-8fe60010a808-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8ccab-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8ccac-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8ccb0-50747c6c {
  place-self: start end;
}

#w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8ccbf-50747c6c, #w-node-_668fc48c-4f51-2c74-b567-b78a76745e8d-50747c6c, #w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8ccc7-50747c6c, #w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8cccb-50747c6c, #w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8cccf-50747c6c, #w-node-_73e7cd42-09a9-b9fd-b2b9-ac8d72f8ccd3-50747c6c, #w-node-d3c1e77c-bb63-cbf2-45e4-28034ff73e0b-50747c6c, #w-node-_60392503-bf4c-ed18-131a-2e7beb0e11c7-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90c51e12-2421-c3ab-8ec3-93d1c28df466-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-_90c51e12-2421-c3ab-8ec3-93d1c28df467-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90c51e12-2421-c3ab-8ec3-93d1c28df46b-50747c6c {
  place-self: start end;
}

#w-node-_9e15c92b-15c0-70d7-edb1-243d5b6d84d9-50747c6c, #w-node-_9e15c92b-15c0-70d7-edb1-243d5b6d84c9-50747c6c, #w-node-_9e15c92b-15c0-70d7-edb1-243d5b6d84cd-50747c6c, #w-node-_9e15c92b-15c0-70d7-edb1-243d5b6d84d1-50747c6c, #w-node-_9e15c92b-15c0-70d7-edb1-243d5b6d84d5-50747c6c, #w-node-dd1aa885-db18-14f8-7a92-a31af7e1c89e-50747c6c, #w-node-c10abddd-2b31-06bf-c581-41cda1e0fe1a-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc0313bf-74f3-1c5b-f5e3-12647d39363c-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-fc0313bf-74f3-1c5b-f5e3-12647d39363d-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc0313bf-74f3-1c5b-f5e3-12647d393641-50747c6c {
  place-self: start end;
}

#w-node-_9b33344c-6b27-dd3b-f4cf-bf2785a0ed51-50747c6c, #w-node-_9b33344c-6b27-dd3b-f4cf-bf2785a0ed41-50747c6c, #w-node-_9b33344c-6b27-dd3b-f4cf-bf2785a0ed45-50747c6c, #w-node-_9b33344c-6b27-dd3b-f4cf-bf2785a0ed49-50747c6c, #w-node-_9b33344c-6b27-dd3b-f4cf-bf2785a0ed4d-50747c6c, #w-node-c9817ff9-3028-50f6-979b-c3ac734cc4fe-50747c6c, #w-node-_7ded8c04-6986-408a-e91d-4e93269ce68c-50747c6c, #w-node-_8bb1f0bb-ead9-22f3-edcb-20ea3700add3-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e19f18c1-e0bf-b56f-71a2-1d021c2ec89d-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-e19f18c1-e0bf-b56f-71a2-1d021c2ec89e-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e19f18c1-e0bf-b56f-71a2-1d021c2ec8a2-50747c6c {
  place-self: start end;
}

#w-node-f3a7927d-5a55-3e1c-379f-a5bd1e9b40fd-50747c6c, #w-node-f3a7927d-5a55-3e1c-379f-a5bd1e9b40ed-50747c6c, #w-node-f3a7927d-5a55-3e1c-379f-a5bd1e9b40f1-50747c6c, #w-node-f3a7927d-5a55-3e1c-379f-a5bd1e9b40f5-50747c6c, #w-node-f3a7927d-5a55-3e1c-379f-a5bd1e9b40f9-50747c6c, #w-node-f3a7927d-5a55-3e1c-379f-a5bd1e9b4101-50747c6c, #w-node-_89e6f515-cd87-ceb2-acce-86947ac1988f-50747c6c, #w-node-_390b4f36-d2a3-d14c-c374-0f41bf8a15d2-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e06ba817-94ba-2ac3-bc66-1ae017da36cf-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-e06ba817-94ba-2ac3-bc66-1ae017da36d0-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e06ba817-94ba-2ac3-bc66-1ae017da36d4-50747c6c {
  place-self: start end;
}

#w-node-_210a57e0-3c42-7c09-ec32-b58e03859486-50747c6c, #w-node-_210a57e0-3c42-7c09-ec32-b58e03859476-50747c6c, #w-node-_210a57e0-3c42-7c09-ec32-b58e0385947a-50747c6c, #w-node-_210a57e0-3c42-7c09-ec32-b58e0385947e-50747c6c, #w-node-_210a57e0-3c42-7c09-ec32-b58e03859482-50747c6c, #w-node-_210a57e0-3c42-7c09-ec32-b58e0385948a-50747c6c, #w-node-_75b093c5-cdbb-67b5-553f-926e5f96d90f-50747c6c, #w-node-b8d17d55-cc77-8352-6638-6d36adf4c1b0-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed3a6f4b-9056-ee80-f483-87593cad397e-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-ed3a6f4b-9056-ee80-f483-87593cad397f-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed3a6f4b-9056-ee80-f483-87593cad3983-50747c6c {
  place-self: start end;
}

#w-node-_0c73a3ae-cdfe-4f0c-0c2a-ea9baba1beb8-50747c6c, #w-node-_0c73a3ae-cdfe-4f0c-0c2a-ea9baba1bea8-50747c6c, #w-node-_0c73a3ae-cdfe-4f0c-0c2a-ea9baba1beac-50747c6c, #w-node-_0c73a3ae-cdfe-4f0c-0c2a-ea9baba1beb0-50747c6c, #w-node-_0c73a3ae-cdfe-4f0c-0c2a-ea9baba1beb4-50747c6c, #w-node-_0c73a3ae-cdfe-4f0c-0c2a-ea9baba1bebc-50747c6c, #w-node-_83a6e935-1003-ee5a-79a1-59c0712ade17-50747c6c, #w-node-_9057a46c-378c-7d65-305b-78f8bf7c4efe-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_801b2f6f-ceb4-4f79-28a4-e946b839ffff-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-_801b2f6f-ceb4-4f79-28a4-e946b83a0000-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_801b2f6f-ceb4-4f79-28a4-e946b83a0004-50747c6c {
  place-self: start end;
}

#w-node-_801b2f6f-ceb4-4f79-28a4-e946b83a0017-50747c6c, #w-node-_801b2f6f-ceb4-4f79-28a4-e946b83a001b-50747c6c, #w-node-_801b2f6f-ceb4-4f79-28a4-e946b83a001f-50747c6c, #w-node-_801b2f6f-ceb4-4f79-28a4-e946b83a0023-50747c6c, #w-node-_801b2f6f-ceb4-4f79-28a4-e946b83a0027-50747c6c, #w-node-d564b946-a997-e7e1-39d2-138db45744ed-50747c6c, #w-node-_4f8c235d-8de4-b67e-1e60-9b0a4cd5b43c-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292274e5-1bc8-8016-3fbe-7b1f1308f9b9-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-_292274e5-1bc8-8016-3fbe-7b1f1308f9ba-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292274e5-1bc8-8016-3fbe-7b1f1308f9be-50747c6c {
  place-self: start end;
}

#w-node-_03037bf3-3304-ce09-f778-4a9a4802fc42-50747c6c {
  place-self: start stretch;
}

#w-node-_9e5ec3db-1627-aefc-f1d1-5b432072a9d4-50747c6c, #w-node-ef373438-f7ee-1612-abfc-28bf232e6f9d-50747c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_1a83714a-9a9f-1a8e-ba4e-aaec4e0fbc63-2cc5e4a7, #w-node-_78f8e591-36b9-dfe8-e555-969b7875ea3b-2cc5e4a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_607f6811-c656-eb15-a35a-7eedc607976a-1ef43527 {
  place-self: stretch stretch;
}

#w-node-ea326872-02da-7565-f50e-fd339744f834-1ef43527 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-dfdbc842-909e-d739-973c-894fd956c894-1ef43527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c14b73e7-28af-64e9-ef45-b6012d05f75a-1ef43527 {
  place-self: stretch stretch;
}

#w-node-_0398810b-460d-9b40-7665-d968a806216a-1ef43527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_35a8f96d-9dba-094b-b0e6-8253c1e0edf5-1ef43527 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_35a8f96d-9dba-094b-b0e6-8253c1e0edf6-1ef43527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_75a9a127-d73a-e6c2-ee22-3277d199d9bc-1ef43527, #w-node-_09170799-dd90-024d-9ea1-5cf57df359e2-1ef43527 {
  place-self: stretch stretch;
}

#w-node-_09170799-dd90-024d-9ea1-5cf57df359e4-1ef43527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4f2abb15-397b-7535-f5a9-1e049989f498-1ef43527 {
  place-self: stretch stretch;
}

#w-node-f0c3541a-effb-b76b-bedd-64a342d113ba-1ef43527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_224221df-83cf-8b99-4aca-3de8113fa551-1ef43527 {
  justify-self: end;
}

#w-node-_10a264f1-b01c-68dc-0848-d6216863462e-1ef43527 {
  place-self: stretch stretch;
}

#w-node-c7174672-e250-c205-b96e-f0645666f82b-1ef43527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a240527-d72f-456f-6397-990234f56c42-1ef43527 {
  place-self: stretch stretch;
}

#w-node-d41756f1-c3a6-c051-82cb-7b86bf4c4fba-1ef43527 {
  align-self: center;
}

#w-node-d41756f1-c3a6-c051-82cb-7b86bf4c4fc2-1ef43527, #w-node-a35ff267-7b69-da4f-0737-a74f77bff656-1ef43527 {
  place-self: stretch stretch;
}

#w-node-a35ff267-7b69-da4f-0737-a74f77bff658-1ef43527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ef9f5230-bad6-032d-bb8b-6774ff0086a6-1ef43527 {
  place-self: start;
}

#w-node-_236ea8fe-3c9d-c4e8-682a-2a1b36701ee0-1ef43527 {
  place-self: end start;
}

@media screen and (max-width: 991px) {
  #w-node-c7174672-e250-c205-b96e-f0645666f82b-4545a5cd {
    order: 9999;
  }

  #w-node-ef9f5230-bad6-032d-bb8b-6774ff0086a6-4545a5cd, #w-node-bd8e582b-801f-95bc-3957-cf0524b4565b-a6e6af20, #w-node-d18d5ab7-0fcf-4987-dbf1-8b64bba83b0d-a6e6af20, #w-node-_62be98fe-5ee4-9848-8cfb-920de257409f-e257409f, #password-form-wrapper.w-node-_79bd126d-2b30-6362-5ff4-59e9864fe530-f945a5e3, #w-node-_143a18ee-9afe-5b6d-719f-c9e4696b27a5-696b279c, #w-node-_143a18ee-9afe-5b6d-719f-c9e4696b27a7-696b279c, #w-node-_4c7bee6d-6d1f-8540-f099-767b2f2b08bb-2f2b08bb {
    justify-self: start;
  }

  #w-node-ef373438-f7ee-1612-abfc-28bf232e6f9d-1e45a5e7 {
    order: 9999;
  }

  #w-node-_63a3fba1-7984-86fe-d8f8-92cc22edfba9-22edfb9d {
    justify-self: start;
  }

  #w-node-c7174672-e250-c205-b96e-f0645666f82b-5e224953 {
    order: 9999;
  }

  #w-node-ef9f5230-bad6-032d-bb8b-6774ff0086a6-5e224953 {
    justify-self: start;
  }

  #w-node-ef373438-f7ee-1612-abfc-28bf232e6f9d-50747c6c, #w-node-c7174672-e250-c205-b96e-f0645666f82b-1ef43527 {
    order: 9999;
  }

  #w-node-ef9f5230-bad6-032d-bb8b-6774ff0086a6-1ef43527 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_78233c4d-f123-4c20-76a0-3fa8783f3631-783f3628 {
    grid-column: span 1 / span 1;
    justify-self: start;
  }

  #w-node-e512cebf-e60b-493d-cc7a-c118d1f2e616-2945a5e9, #w-node-e512cebf-e60b-493d-cc7a-c118d1f2e616-5e1b848f {
    justify-self: start;
  }

  #w-node-c069a5d6-b9e0-399c-d19c-781f066e216b-066e2162 {
    grid-column: span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7e306a9a-0200-da3a-deb8-b0f97ba5f409-1e45a5e7 {
    align-self: center;
  }

  #w-node-_9e15c92b-15c0-70d7-edb1-243d5b6d84d8-1e45a5e7, #w-node-_9b33344c-6b27-dd3b-f4cf-bf2785a0ed50-1e45a5e7, #w-node-f3a7927d-5a55-3e1c-379f-a5bd1e9b40fc-1e45a5e7, #w-node-_210a57e0-3c42-7c09-ec32-b58e03859485-1e45a5e7, #w-node-_0c73a3ae-cdfe-4f0c-0c2a-ea9baba1beb7-1e45a5e7 {
    align-self: start;
  }

  #w-node-_7e306a9a-0200-da3a-deb8-b0f97ba5f409-50747c6c {
    align-self: center;
  }

  #w-node-_9e15c92b-15c0-70d7-edb1-243d5b6d84d8-50747c6c, #w-node-_9b33344c-6b27-dd3b-f4cf-bf2785a0ed50-50747c6c, #w-node-f3a7927d-5a55-3e1c-379f-a5bd1e9b40fc-50747c6c, #w-node-_210a57e0-3c42-7c09-ec32-b58e03859485-50747c6c, #w-node-_0c73a3ae-cdfe-4f0c-0c2a-ea9baba1beb7-50747c6c {
    align-self: start;
  }
}


@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/Lausanne-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Self modern web';
  src: url('../fonts/self-modern_italic_web.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}