.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading {
  width: 90%;
  max-width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: AG, sans-serif;
  color: #c5c5c5;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.3px;
}

.phone-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: AG, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
}

.on-load {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #fff;
}

._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar {
  position: fixed;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vh;
  max-width: 400px;
  padding: 40px;
  -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;
  background-color: #f8f8f8;
  box-shadow: none;
}

.button {
  margin-bottom: 40px;
  cursor: pointer;
}

.comingsoon {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: AG, sans-serif;
  letter-spacing: 0.3px;
}

.comingsoon:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.comingsoon.top {
  margin-bottom: 40px;
}

.comingsoon.top:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image {
  -webkit-transition: opacity 430ms ease;
  transition: opacity 430ms ease;
  cursor: pointer;
}

.image:hover {
  opacity: 0.4;
}

.link {
  color: #333;
  text-decoration: none;
}

.link.w--current {
  color: #333;
}

.link-2 {
  color: #818181;
  text-decoration: none;
}

@font-face {
  font-family: 'AG';
  src: url('../fonts/aktiv-grotesk-medium-58e24e54163be.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'AG';
  src: url('../fonts/aktiv-grotesk-italic-58e24e86d65f3.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'AG';
  src: url('../fonts/aktiv-grotesk-thin-58e24e4c1ea8d.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'AG';
  src: url('../fonts/aktiv-grotesk-regular-58e24dc61d654.otf') format('opentype'), url('../fonts/aktiv-grotesk-hairline-58e24e509c8cb.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AG';
  src: url('../fonts/aktiv-grotesk-extrabold-58e24e8345d9f.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'AG';
  src: url('../fonts/aktiv-grotesk-light-58e24e7d608b8.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}