body {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: #000;
  text-decoration: underline;
}

.nav-link {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.navbar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.header-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 625px;
  min-height: 625px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  background-image: url('../images/sasha-freemind-186664-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #000;
}

.headline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 3px;
  background-color: #000;
  background-image: url('../images/scroll_down.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: 500;
}

.button.scroll_down {
  width: 60px;
  height: 60px;
  margin-top: 100px;
  margin-bottom: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 0px;
  background-color: transparent;
}

.subhead {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #faf7f5;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2.47px;
}

.brand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.site-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
}

.body-container {
  padding-top: 0px;
}

.body-container.texte {
  margin-bottom: 40px;
  color: #343d37;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  color: #343d37;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Galano grotesque alt demo', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #343d37;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.site-navigation {
  padding-top: 20px;
}

.heading {
  margin-bottom: 8px;
  font-family: 'Galano grotesque alt demo', sans-serif;
  color: #faf7f5;
  font-size: 180px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
}

.navbar-container {
  margin-right: auto;
  margin-left: auto;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo {
  position: static;
  display: block;
  overflow: visible;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  clear: none;
  background-image: url('../images/LOGO-CURIOO_SITE-menu.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.burger_icon {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  overflow: visible;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-radius: 8px;
  background-color: rgba(192, 32, 255, 0);
  background-image: url('../images/burger_menu.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: rgba(250, 247, 245, 0);
  font-size: 34px;
  text-align: center;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.navbar-2 {
  position: static;
  z-index: 100;
  height: 90px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.menu-button-3 {
  position: static;
  height: 60px;
  margin-bottom: 0px;
  padding: 15px 20px 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.menu-button-3.w--open {
  background-color: hsla(0, 0%, 78.4%, 0);
}

.menu {
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
}

.nav-link-2 {
  display: block;
  margin-top: 20px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  color: #faf7f5;
  letter-spacing: 1px;
}

.nav-link-3 {
  display: block;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  color: #faf7f5;
  letter-spacing: 1px;
}

.nav-link-4 {
  display: block;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  color: #faf7f5;
  font-size: 16px;
  letter-spacing: 1px;
}

.nav-menu-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 400px;
  height: auto;
  max-height: 625px;
  min-height: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #343d37;
}

.quote-container {
  overflow: visible;
  height: 400px;
  max-height: 100%;
}

.body {
  background-color: #faf7f5;
}

.block-quote {
  margin-top: 130px;
  font-family: Vollkorn, serif;
  color: #343d37;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-right: 300px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  text-indent: 0px;
  -webkit-column-count: 2;
  column-count: 2;
}

.text-block {
  font-family: 'Cutive Mono', sans-serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.text-block.signature {
  font-size: 24px;
  font-weight: 400;
}

.paragraph-2 {
  font-family: 'Soria font', sans-serif;
  color: #343d37;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
}

.paragraph-2.quote {
  display: block;
  margin-top: 130px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 60px;
  line-height: 1.3;
  text-align: center;
}

.heading-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #1df4b7;
  font-weight: 700;
  text-align: center;
}

.heading-3 {
  margin-top: 120px;
  margin-bottom: 20px;
  font-family: 'Galano grotesque alt demo', sans-serif;
  font-size: 60px;
  text-align: center;
}

.text-span {
  font-family: Montserrat, sans-serif;
  color: #1df4b7;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 5px;
}

.text-span-2 {
  color: #1df4b7;
}

.bold-text {
  font-size: 70px;
  text-align: center;
}

.text-block-2 {
  margin-top: 100px;
  padding-left: 280px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.nav-link-5 {
  position: static;
  display: block;
  height: 60px;
  margin-top: 20px;
  margin-right: 40px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  background-image: url('../images/LOGO-CURIOO_SITE-menu.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.nav-link-5.w--current {
  margin-left: 20px;
}

.nav-link-6 {
  display: block;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  color: #343d37;
  letter-spacing: 1px;
}

.dropdown-toggle {
  display: block;
}

.dropdown {
  display: block;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #faf7f5;
  letter-spacing: 1px;
}

.icon-2 {
  color: #faf7f5;
  font-size: 20px;
}

.dropdown-list {
  background-color: #1df4b7;
}

.text-block-4 {
  margin-top: 10px;
  padding-left: 20px;
  font-family: 'Cutive Mono', sans-serif;
  color: #faf7f5;
  text-align: left;
}

.text-block-4.footer {
  color: #343d37;
}

.link {
  color: #faf7f5;
}

.text-block-5 {
  font-family: 'Cutive Mono', sans-serif;
  color: #343d37;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}

.text-block-6 {
  clear: left;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.heading-4 {
  color: #343d37;
  font-size: 77px;
}

.heading-4.intersectiontitle {
  margin-bottom: 0px;
  -webkit-transition: color 500ms linear;
  transition: color 500ms linear;
  font-family: 'Galano grotesque alt demo', sans-serif;
  font-size: 60px;
  letter-spacing: 2px;
  cursor: default;
}

.heading-4.intersectiontitle:hover {
  color: #1df4b7;
}

.intersectionsubtitle {
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  opacity: 0;
  font-family: Montserrat, sans-serif;
  color: #343d37;
  cursor: default;
}

.wrapper-intersection-culture {
  padding-left: 170px;
}

.wrapper-intersection-culture.body-container {
  position: static;
  margin-top: 40px;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.wrapper-intersection-art {
  position: static;
  display: block;
  padding-left: 0px;
}

.mega-wrapper {
  cursor: none;
}

.div-block {
  display: block;
}

.cursor-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor-wrapper.body-container {
  position: relative;
  margin-left: 32px;
  padding-left: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.img-container {
  position: static;
  overflow: hidden;
  width: 460px;
  height: 378px;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-intersection {
  width: auto;
}

.image-culture {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-arti {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper-intersection-travel {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.wrapper-intersection-commuting {
  padding-left: 0px;
}

.wrapper-intersection-tourism {
  padding-left: 0px;
}

.wrapper-intersection-leisure {
  padding-left: 0px;
}

.div-block-2 {
  display: block;
  width: 50%;
  height: 444px;
  float: none;
  clear: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2.discover {
  width: 100%;
  background-color: #f73;
}

.div-block-2.create {
  width: 100%;
  background-color: #ffd23f;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.text-block-7 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.grid {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  list-style-type: none;
}

.list.body-container {
  width: 600px;
}

.culture {
  position: relative;
}

.art {
  position: relative;
}

.travel {
  position: relative;
}

.commuting {
  position: relative;
}

.tourism {
  position: relative;
}

.leisure {
  position: relative;
}

.event {
  position: relative;
}

.moving-subtitles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
}

.img-hover {
  position: absolute;
  top: -50px;
  right: -40px;
  width: 500px;
  opacity: 0;
  -o-object-fit: fill;
  object-fit: fill;
}

.bold-text-2 {
  font-size: 70px;
}

.bold-text-3 {
  font-family: 'Galano grotesque demo', sans-serif;
  color: #343d37;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-3 {
  margin-top: -10px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
}

.text-field {
  width: 240px;
  border: 1px none #000;
  border-radius: 10px;
}

.text-field-2 {
  width: 320px;
  margin-right: 8px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 20px;
}

.submit-button {
  border-radius: 20px;
  background-color: #1df4b7;
}

.field-label {
  width: 480px;
}

.field-label-2 {
  width: 240px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.form-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  opacity: 1;
  text-align: right;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.success-message {
  background-color: transparent;
}

.paragraph-4 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.div-block-3 {
  display: block;
  text-align: right;
}

.signature {
  margin-bottom: 0px;
  font-family: 'Cutive Mono', sans-serif;
  font-size: 10px;
}

.error-message {
  margin-top: 0px;
  margin-left: 8px;
  border-radius: 20px;
  background-color: rgba(192, 32, 255, 0.43);
}

.text-block-8 {
  padding-right: 10px;
  padding-left: 10px;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
  }
  .navbar {
    padding-top: 0px;
  }
  .header-background {
    height: auto;
    min-height: 625px;
    margin-bottom: 50px;
    padding-bottom: 0px;
  }
  .brand-link {
    padding-left: 10px;
  }
  .body-container.texte {
    margin-top: 80px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-container {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-menu {
    background-color: #000;
    color: #fff;
  }
  .burger_icon {
    margin-bottom: 0px;
    padding: 0px 2px;
    background-color: rgba(192, 32, 255, 0);
    background-image: url('../images/burger_menu.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: rgba(250, 247, 245, 0);
  }
  .menu-button-3 {
    margin-bottom: 20px;
    padding: 15px 20px 0px;
  }
  .menu-button-3.w--open {
    background-color: transparent;
  }
  .nav-link-2 {
    display: block;
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    color: #faf7f5;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .nav-link-3 {
    display: block;
    font-family: Montserrat, sans-serif;
    color: #faf7f5;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .nav-link-4 {
    display: block;
    font-family: Montserrat, sans-serif;
    color: #faf7f5;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .nav-menu-2 {
    width: 400px;
    max-height: 625px;
    min-height: 0px;
    background-color: #343d37;
  }
  .paragraph {
    height: auto;
  }
  .paragraph-2.quote {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  h4 {
    font-size: 20px;
    line-height: 1.4;
  }
  h5 {
    font-size: 16px;
    line-height: 1.4;
  }
  h6 {
    font-size: 14px;
    line-height: 1.4;
  }
  p {
    font-size: 16px;
  }
  .navbar {
    padding-top: 0px;
  }
  .header-background {
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .headline-container {
    text-align: center;
  }
  .button {
    padding: 15px 20px;
    font-size: 18px;
  }
  .subhead {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 24px;
    line-height: 1.2;
  }
  .body-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .hero {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .hero-overlay {
    padding: 40px 20px;
  }
  .heading {
    font-size: 120px;
  }
  .quote-container {
    height: 600px;
  }
  .paragraph {
    width: auto;
    height: auto;
  }
  .heading-3 {
    margin-top: 80px;
  }
  .paragraph-4 {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }
  h2 {
    line-height: 1.2;
  }
  h3 {
    line-height: 1.3;
  }
  h4 {
    line-height: 1.4;
  }
  h5 {
    line-height: 1.4;
  }
  .nav-link {
    background-color: #000;
    color: #fff;
  }
  .header-background {
    height: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .headline-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button.scroll_down {
    margin-bottom: 0px;
  }
  .subhead {
    font-size: 17px;
  }
  .brand-link {
    padding-left: 10px;
  }
  .site-title {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .icon {
    color: #000;
  }
  .menu-button-2 {
    background-color: #000;
  }
  .menu-button-2.w--open {
    color: #fff;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-image {
    position: relative;
    display: inline-block;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .centered-container {
    text-align: left;
  }
  .heading {
    font-size: 50px;
  }
  .nav-link-2 {
    margin-right: 0px;
    font-size: 16px;
  }
  .nav-link-3 {
    margin-right: 0px;
    font-size: 16px;
  }
  .nav-link-4 {
    margin-right: 0px;
    font-size: 16px;
  }
  .nav-menu-2 {
    width: 250px;
  }
  .quote-container {
    height: 240px;
  }
  .paragraph {
    padding-left: 0px;
  }
  .text-block.signature {
    font-size: 12px;
  }
  .paragraph-2.quote {
    margin: 20px 10px 0px;
    font-size: 18px;
  }
  .heading-3 {
    margin-top: 40px;
    font-size: 30px;
  }
  .bold-text {
    font-size: 30px;
  }
  .text-block-2 {
    margin-right: 0px;
    padding-right: 30px;
    padding-left: 0px;
  }
  .bold-text-2 {
    font-size: 30px;
  }
  .bold-text-3 {
    font-size: 16px;
  }
  .paragraph-3 {
    font-size: 10px;
  }
  .text-field-2 {
    width: 240px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    opacity: 1;
  }
  .form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .paragraph-4 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .paragraph-5 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 10px;
  }
  .signature {
    font-size: 9px;
  }
  .text-span-3 {
    float: none;
    clear: none;
    font-size: 24px;
    text-decoration: none;
  }
}

@font-face {
  font-family: 'Soria font';
  src: url('../fonts/Soria-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Galano grotesque alt demo';
  src: url('../fonts/Galano-Grotesque-Alt-DEMO-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Galano grotesque demo';
  src: url('../fonts/Galano-Grotesque-DEMO-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}