.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.2em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 600;
  text-align: left;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

p {
  margin-bottom: 0px;
  opacity: 0.75;
  color: #222;
  font-size: 1.1em;
  line-height: 1.5em;
}

a {
  border-bottom: 1px solid #000;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body {
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

.s-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  min-height: 105vh;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(230deg, rgba(0, 0, 0, 0.3), #000 80%), url('../images/Cover-edikom.png'), linear-gradient(180deg, #333, #333);
  background-position: 0px 0px, 100% 50%, 0px 0px;
  background-size: auto, auto 100%, auto;
  background-repeat: repeat, no-repeat, repeat;
  color: #fff;
}

.nav {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 50px 50px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #fff;
}

.s-hero-nav-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  clear: both;
}

.c-1200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-1200.jleft {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-1200.jright {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-brand {
  position: relative;
  display: block;
  margin-top: 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-bottom-style: none;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  margin-left: 50px;
  padding: 0px;
  border-bottom-style: none;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  cursor: pointer;
}

.nav-link:hover {
  opacity: 1;
  color: #e5e5e5;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #e5e5e5;
}

.s-hero-left-content-wrapper {
  position: relative;
  z-index: 10;
  width: 50%;
  max-width: 50em;
  margin-top: 35px;
}

.s-hero-left-content-wrapper.larger {
  width: 1000%;
  max-width: 75em;
}

.s-hero-h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 3em;
  line-height: 1.3em;
  font-weight: 600;
}

.s-hero-p {
  margin-bottom: 50px;
  font-family: Opensauceone, sans-serif;
  color: #fff;
}

.s-hero-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-secondary {
  padding: 20px 35px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

.btn-secondary:hover {
  background-color: #fff;
  box-shadow: 0 1px 50px 0 hsla(0, 0%, 100%, 0.1);
  color: #000;
}

.btn-secondary.primary {
  border-color: #333;
  color: #333;
}

.btn-secondary.primary:hover {
  background-color: #f0f0f0;
}

.btn-secondary.primary.badding-top-2 {
  margin-top: 2em;
}

.btn-secondary.small {
  padding: 15px 25px;
  background-color: hsla(0, 0%, 100%, 0.4);
  font-family: Opensauceone, sans-serif;
  color: #545454;
}

.btn-text {
  margin-left: 50px;
  border-bottom-style: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
}

.s-hero-overlay-bottom-dark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  background-image: none;
  opacity: 0.75;
}

.s-hero-overlay-stars {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.1;
}

.s-hero-overlay-clouds {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-image: linear-gradient(250deg, transparent 19%, #000 57%);
  background-position: 0px 0px;
  opacity: 1;
}

.s-hero-overlay-moon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: url('../images/AdobeStock_309940502-copie.jpeg'), url('../images/hero-1-moon-v3.png');
  background-position: 120% 50%, 100% 50%;
  background-size: auto 100%, contain;
  background-repeat: no-repeat, no-repeat;
  opacity: 1;
}

.s-hero-overlay-star-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 10% 60%, #fff, #eceef0 11%, #6f7977 40%);
  background-position: 0px 0px;
  opacity: 1;
  color: #fff;
}

.s-hero-overlay-star-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.1;
}

.s-content-white {
  height: 100%;
  padding: 150px 50px 0px;
}

.s-content-white.footer {
  padding-bottom: 100px;
}

.s-content-white.full {
  padding-right: 0px;
  padding-left: 0px;
}

.s-content-white.first {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  background-color: #fff;
}

._2-1-grid {
  grid-column-gap: 75px;
  grid-row-gap: 150px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-box-wrapper {
  text-align: left;
}

.grid-box-wrapper.center {
  text-align: center;
}

.h3-center {
  margin-bottom: 25px;
  color: #333;
  font-weight: 500;
  text-align: center;
}

.grid-3-1 {
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.night-sky-inner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.5)), to(rgba(34, 34, 34, 0.5))), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0.5)), linear-gradient(180deg, #000, #000);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  box-shadow: 0 16px 50px 0 rgba(39, 58, 113, 0.1);
  color: #fff;
}

.night-sky-inner-wrapper._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.5)), to(rgba(34, 34, 34, 0.5))), url('../images/Unknown.jpeg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0.5)), url('../images/Unknown.jpeg'), linear-gradient(180deg, #000, #000);
  background-position: 0px 0px, 0% 50%, 0px 0px;
  background-size: auto, auto 100%, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.night-sky-inner-wrapper._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.5)), to(rgba(34, 34, 34, 0.5))), url('../images/visuel-mag-metro.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0.5)), url('../images/visuel-mag-metro.jpg'), linear-gradient(180deg, #000, #000);
  background-position: 0px 0px, 100% 50%, 0px 0px;
  background-size: auto, auto 100%, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.night-sky-inner-wrapper._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.5)), to(rgba(34, 34, 34, 0.5))), url('../images/Home-banner.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0.5)), url('../images/Home-banner.jpg'), linear-gradient(180deg, #000, #000);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.center-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center-content-outer-wrapper.no-bm {
  margin-bottom: 0px;
}

.h2-center {
  display: block;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.h2-center.left {
  text-align: left;
}

.center-content-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-header-dark {
  margin-bottom: 0px;
  opacity: 0.5;
  color: #222;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subheader-clip-wrapper {
  margin-bottom: 25px;
  background-image: none;
  color: grey;
  font-weight: 400;
  background-clip: border-box;
}

.icon-small {
  max-width: 50px;
  margin-bottom: 25px;
}

.c-full-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-img {
  height: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

.card-img._1 {
  background-image: url('../images/Mockup-copie.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-img._2 {
  background-image: url('../images/N58-CEASAR-3785.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-img._3 {
  background-image: url('../images/MUST_intro-0011.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-box-content-wrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.grid-variable-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.grid-variable-wrapper.no-margin {
  margin-bottom: 0px;
}

.grid-variable-img-wrapper {
  width: 45%;
  max-width: 50%;
}

.c-1200-2 {
  position: static;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-variable-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  max-width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.content-box-img {
  max-width: 50px;
}

.illustration-fullwidth {
  position: relative;
  display: none;
  overflow: hidden;
  height: 100vh;
  background-image: linear-gradient(50deg, #96506f, #273a71 73%);
}

.s-content-lightgray {
  margin-top: 150px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: rgba(199, 210, 243, 0.2);
}

.card-grid {
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.5em;
}

.card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 250px;
  margin-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.card-content-wrapper {
  padding: 35px;
  background-color: #fff;
}

.card-wrapper {
  border: 1px none #fff;
  background-color: #fff;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  cursor: pointer;
}

.card-wrapper:hover {
  border-style: none;
  border-color: #d1d1d1;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}

.card-wrapper.last {
  box-shadow: 0 15px 50px 0 rgba(39, 58, 113, 0.02);
}

.card-wrapper.last:hover {
  box-shadow: 0 15px 50px 0 rgba(39, 58, 113, 0.15);
}

.card-p {
  margin-bottom: 0px;
  font-family: Opensauceone, sans-serif;
}

.card-link {
  display: block;
  margin-top: 50px;
  border-bottom-style: none;
  font-family: Opensauceone, sans-serif;
  color: #545454;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
}

.contact-wrapper {
  margin-top: 50px;
}

.google-maps-iframe {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  box-shadow: 0 15px 50px 0 transparent;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}

.google-maps-iframe:hover {
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15);
}

._3-1-grid {
  margin-bottom: 0px;
  grid-column-gap: 75px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: url('../images/hero-stars.png'), linear-gradient(26deg, rgba(39, 58, 113, 0.5) 49%, rgba(150, 80, 111, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  opacity: 1;
}

.main-icon-2 {
  max-width: 50px;
}

.s-content-full {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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-color: #fafafa;
  color: #fff;
}

.s-content-full-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(230deg, #333, #000 67%);
  background-position: 0px 0px;
}

.p-center {
  font-family: Opensauceone, sans-serif;
  font-weight: 400;
  text-align: center;
}

.p-center.left {
  opacity: 1;
  color: #545454;
  text-align: left;
}

.p-center.left.small {
  font-size: 15px;
}

.p-center.left.small.margin {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 17px;
}

.p-center.right.grid {
  opacity: 1;
  color: #545454;
}

.p-center.white {
  color: #fff;
}

.h2-center-max-600 {
  max-width: 600px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}

.s-header {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #222;
  color: #fff;
}

.s-body {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-link {
  border-bottom-color: #fff;
  color: #fff;
}

.hero-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s-hero-right-content-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-social-icon-wrap {
  display: none;
  -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;
}

.social-icon-link {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 75px;
  border-bottom-style: none;
}

.image-2 {
  width: 25px;
}

.subheader {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subheader.padding-bottom-2 {
  margin-bottom: 2em;
}

.s-hero-particles {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
}

.s-hero-particles-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.particles-wrapper-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.icon-big {
  max-width: 50px;
  margin-bottom: 25px;
}

.icon-big.no-margin {
  margin-bottom: 0px;
}

.subheader-standard {
  margin-bottom: 25px;
}

.logo-media {
  max-height: 30px;
  margin-bottom: 20px;
}

.logo-media.bigger {
  max-height: 40px;
  margin-bottom: 10px;
}

.grid-2-col {
  display: -ms-grid;
  display: grid;
  margin-top: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.padding-top-2 {
  margin-top: 0em;
}

.padding-top-2.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.7em;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.padding-left {
  margin-left: 10px;
}

.form-block {
  margin-top: 25px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.submit-button {
  background-color: #333;
}

.relative {
  position: relative;
}

.field-label {
  margin-top: 20px;
  font-weight: 600;
}

.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;
}

.div-block-2 {
  width: 100%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .s-hero {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav {
    padding: 50px;
  }

  .c-1200 {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu-btn {
    z-index: 11;
    padding: 0px;
  }

  .nav-menu-btn.w--open {
    z-index: 10;
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .nav-menu {
    z-index: 100;
    width: 50vw;
    max-height: 100vh;
    padding-top: 100px;
    background-color: #000;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .s-hero-left-content-wrapper {
    z-index: 5;
    width: 100%;
    max-width: 100%;
  }

  .s-hero-h1 {
    text-align: center;
  }

  .s-hero-p {
    text-align: center;
  }

  .s-hero-btn-wrapper {
    -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;
  }

  .btn-text {
    margin-top: 0px;
    margin-left: 50px;
  }

  .s-hero-overlay-moon {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .s-hero-overlay-star-1 {
    background-image: none;
    background-position: 0px 0px;
  }

  .s-content-white {
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .night-sky-inner-wrapper {
    min-height: 400px;
  }

  .night-sky-inner-wrapper._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/visuel-mag-metro.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null), url('../images/visuel-mag-metro.jpg'), linear-gradient(180deg, null, null);
    background-position: 0px 0px, 50% 50%, 0px 0px;
  }

  .center-content-outer-wrapper {
    margin-bottom: 100px;
  }

  .c-1200-2 {
    max-width: 100%;
  }

  .s-content-lightgray {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-grid {
    display: -ms-grid;
    display: grid;
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .card-wrapper {
    margin-bottom: 0px;
  }

  ._3-1-grid {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-center {
    text-align: center;
  }

  .p-center.right {
    text-align: right;
  }

  .hero-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .s-hero-right-content-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    padding-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-social-icon-wrap {
    margin-top: 25px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .social-icon-link {
    margin-right: 25px;
    margin-left: 25px;
  }

  .grid-2-col {
    -ms-grid-columns: 0.8fr 1fr;
    grid-template-columns: 0.8fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .s-hero {
    height: auto;
  }

  .nav {
    padding: 40px 25px;
  }

  .s-hero-h1 {
    font-size: 3.2em;
  }

  .s-content-white {
    padding-right: 50px;
    padding-left: 50px;
  }

  ._2-1-grid {
    display: block;
  }

  .grid-box-wrapper {
    margin-bottom: 50px;
  }

  .grid-3-1 {
    display: block;
    margin-bottom: -50px;
  }

  .night-sky-inner-wrapper {
    min-height: 300px;
    padding: 75px 50px;
  }

  .h2-center {
    font-size: 2em;
  }

  .grid-variable-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-variable-wrapper.no-margin {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-variable-wrapper.no-margin.inv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-variable-wrapper.inv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .grid-variable-img-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .grid-variable-content-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }

  .s-content-lightgray {
    margin-top: 100px;
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .card-grid {
    display: block;
  }

  .card-wrapper {
    margin-bottom: 75px;
  }

  .card-wrapper.last {
    margin-bottom: 0px;
  }

  .s-content-full {
    height: 80vh;
  }

  .p-center.left {
    text-align: left;
  }

  .p-center.right {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .s-hero {
    height: auto;
    min-height: 90vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: linear-gradient(230deg, rgba(0, 0, 0, 0.3), #000 80%), url('../images/Cover-edikom.png'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 70% 50%, 0px 0px;
  }

  .nav {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .nav-menu {
    width: 100vw;
  }

  .s-hero-h1 {
    margin-bottom: 20px;
    font-size: 2em;
  }

  .s-hero-p {
    margin-bottom: 35px;
  }

  .s-hero-btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-text {
    margin-top: 25px;
    margin-left: 0px;
  }

  .s-content-white {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .s-content-white.footer {
    padding-bottom: 0px;
  }

  ._2-1-grid {
    display: block;
  }

  .grid-box-wrapper {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h3-center {
    font-size: 1.5em;
  }

  .night-sky-inner-wrapper {
    padding: 50px 25px;
    color: #fff;
  }

  .center-content-outer-wrapper {
    margin-bottom: 75px;
  }

  .h2-center {
    font-size: 1.5em;
  }

  .h2-center.left {
    font-size: 1.5em;
  }

  .grid-variable-wrapper {
    margin-bottom: 75px;
  }

  .s-content-lightgray {
    padding: 50px 25px;
  }

  .card-h3 {
    font-size: 1.5em;
  }

  .card-content-wrapper {
    padding: 35px;
  }

  .card-p {
    font-size: 1em;
  }

  .card-link {
    font-size: 1em;
  }

  .contact-wrapper {
    margin-top: 0px;
  }

  .s-content-full {
    height: 50vh;
  }

  .s-content-full-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .p-center.left {
    text-align: left;
  }

  .p-center.left.grid {
    text-align: center;
  }

  .p-center.right.grid {
    text-align: center;
  }

  .h2-center-max-600 {
    font-size: 1.5em;
  }

  .grid-2-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .relative {
    height: 50vh;
  }
}

#w-node-_60b28b65-bebe-670f-e42a-be44057ff975-0e6c575a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_60b28b65-bebe-670f-e42a-be44057ff97a-0e6c575a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_60b28b65-bebe-670f-e42a-be44057ff97f-0e6c575a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}