@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap);
.button {
  cursor: pointer;
  display: inline-block;
  min-height: 25px;
  outline: none;
  border: none;
  vertical-align: baseline;
  background: #a1e9ff none;
  color: rgba(0, 0, 0, 0.6);
  margin: 0em 0.25em 0em 0em;
  padding: 0.78571429em 1.5em 0.78571429em;
  text-transform: none;
  text-shadow: none;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0px 0px 0px 1px transparent inset,
    0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0px 0px 0px 1px transparent inset,
    0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease,
    color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
    background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
    box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
    box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  will-change: "";
  -webkit-tap-highlight-color: transparent;
}
.button--rounded {
  border-radius: 35px;
}
.button:hover {
  background-color: #8ae4ff;
  background-image: none;
  -webkit-box-shadow: 0px 0px 0px 1px transparent inset,
    0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0px 0px 0px 1px transparent inset,
    0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  color: rgba(0, 0, 0, 0.8);
}
.call-action__wrapper {
  position: relative;
  z-index: 2;
}
.button--secondary {
  background-color: rgb(242, 133, 59);
  color: #fff;
  display: block;
}
.button--secondary:hover {
  background-color: rgb(253, 102, 0) !important;
  color: #fff;
}
.card {
  background: #fff;
  border-radius: 5px;
  display: block;
  position: relative;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

a {
  text-decoration: none;
}

label {
  font-size: 12px;
}

* {
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
}
section {
  position: relative;
}
section + section {
  margin-top: 200px !important;
}

html,
body,
main {
  margin: 0;
  height: 100%;
  line-height: 1.6;
  color: #4d5b6c;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
li + li {
  margin-top: 1em;
}

.feature-list li:before {
  content: "\f26b";
  font-weight: 800 !important;
  display: inline-block;
  font-size: 20px;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: block;
  color: #f06f19;
  margin-right: 32px;
  line-height: 1.8 !important;
}

main {
  font-size: 20px;
}

img {
  max-width: 100%;
}
a,
.blue {
  color: #237bc0;
}

h1 {
  font-size: 64px;
  line-height: 1.3;
}

h2 {
  font-size: 48px;
}
h3 {
  font-size: 24px;
}
* {
  margin: 0;
  padding: 0;
}

.nav {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
  align-items: center;
}
.nav__logo img {
  height: 120px;
}
.nav__right {
  display: flex;
}
.nav__item {
  padding: 1em;
}
.nav__link {
  color: #fff;
}
.nav a {
  color: #fff;
}

.container {
  max-width: 1440px;
  margin: auto;
  display: block;
  margin: auto;
  position: relative;
}

.hero {
  max-height: 800px;
  background: linear-gradient(144.57deg, #0e9de6 33.54%, #e9faff 85.51%),
    #0e9de6;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .hero {
    height: 100%;
  }
  .modal__content {
    min-width: 500px;
  }
}
@media screen and (max-width: 1025px) {
  .hero {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container {
    width: 60%;
  }
}
.hero__image {
  position: absolute;
  right: 0;
  z-index: 9;
  top: 0;
  display: block;
}
@media screen and (max-width: 1090px) {
  /* .nav__right nav[role="navigation"] {
    display: none;
  } */
  .title {
    font-size: 36px;
  }
  .hero__image {
    display: none;
  }
}
.hero p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
}
.hero:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  background-image: url("/img/hero/curve.png");
  height: 400px;
  width: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .hero:after {
    display: none;
  }
}

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

.has-text--left {
  text-align: left;
}

.has-text--primary {
  color: #1a85c1;
}

.has-text--primary--6 {
  color: #143c76;
}

.has-text--primary--5 {
  color: #237bc0;
}

.has-text--primary--4 {
  color: #0e9de6;
}

.has-text--primary--3 {
  color: #6dc8f6;
}

.has-text--primary--2 {
  color: #a1e9ff;
}

.has-text--primary--1 {
  color: #e9faff;
}

.orange {
  color: #f06f19;
}
.darkblue {
  color: #143c76;
}

.icon--rounded {
  color: #237bc0;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  border: 1px solid #237bc0;
  line-height: 70px;
  font-size: 1.5em;
  text-align: center;
  margin: 0 3em;
}
a.menu-link {
  float: right;
  display: block;
  padding: 1em;
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
nav[role="navigation"] {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.js nav[role="navigation"] {
  overflow: hidden;
  max-height: 0;
}
nav[role="navigation"].active {
  max-height: 15em;
}
nav[role="navigation"] ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #777;
}
nav[role="navigation"] li a {
  display: block;
  padding: 0.8em;
  border-bottom: 1px solid #111;
}

@media screen and (min-width: 48.25em) {
  a.menu-link,
  .is-hidden-desktop {
    display: none;
  }
  .js nav[role="navigation"] {
    max-height: none;
  }
  nav[role="navigation"] ul {
    margin: 0 0 0 -0.25em;
    border: 0;
  }

  nav[role="navigation"] li {
    display: inline-block;
    margin: 0 0.25em;
  }
  nav[role="navigation"] li a {
    border: 0;
  }
}
#menu {
  background: #171717;
}
#menu a {
  color: #aaa;
  text-align: center;
}
#menu a:hover {
  color: #fff;
}

@media screen and (max-width: 769px) {
  .has-text--right,
  .has-text--left,
  .container {
    text-align: center !important;
  }
  p {
    padding: 0 !important;
  }
  .d-flex {
    flex-direction: column;
  }
  .card .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .card .float-right {
    margin: 0 !important;
    order: 1;
  }
  .card .col-md-8 {
    order: 2;
    margin-bottom: 100px !important;
  }
  .icon--rounded {
    margin: 0 auto !important;
    padding-bottom: 24px;
  }
  .col-md-4 + .col-md-4 {
    margin-top: 48px;
  }
  .icon-container-rounded > div:nth-child(1) {
    margin-bottom: 36px;
  }
}

.advertiser-dashboard {
  height: 100%;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1140px) {
  .advertiser__features .container {
    min-height: 800px;
  }
  .advertiser-dashboard {
    right: -15%;
    position: absolute;
  }
}
.teratomo__address {
  background-image: url("/img/tera-map.jpg");
  height: 100%;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: right bottom;
}
.teratomo__address-container {
  height: 100%;
  display: flex;
  width: 100%;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
  padding: 100px;
  background-size: cover;
}

.feature-list li + li {
  margin-top: 1.5em;
}
.feature-list li {
  text-align: left !important;

  display: flex;
  align-items: top;
}

.modal {
  will-change: visibility, opacity;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  align-items: flex-start;
}
.modal__bg {
  background: transparent;
}
.modal__dialog {
  max-width: 600px;
  padding: 1.2rem;
}
.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 2.4rem;
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content--active {
  opacity: 1;
}
.modal__close {
  z-index: 1100;
  cursor: pointer;
}
.modal__trigger {
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
  cursor: pointer;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
  z-index: 10;
}
input,
textarea {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  width: 100%;
  padding: 8px 24px;
  display: block;
  margin-top: 1em;
}

#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition: opacity 0.1s ease-out,
    -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out,
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out,
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.demo-btns header {
  padding: 7vh 10vw;
  background: #fff;
  display: flex;
  align-items: center;
}
.demo-btns header h1 {
  margin: 0;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 300;
}
.demo-btns .info {
  background: #f44336;
  padding: 3vh 10vw;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
}
.demo-btns p {
  text-align: center;
  color: #fff;
}
.demo-btns .link {
  font-size: 20px;
}
.demo-btns .modal__trigger {
  margin-right: 3px;
}
@media (max-width: 640px) {
  .demo-btns .modal__trigger {
    margin-bottom: 0.8rem;
  }
}
.demo-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.6rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
  width: 30px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.demo-close:hover {
  background: rgba(0, 0, 0, 0.6);
}
.logo {
  position: fixed;
  bottom: 3vh;
  right: 3vw;
  z-index: 2;
}
.logo img {
  width: 45px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.logo img:hover {
  -webkit-transform: rotate(180deg) scale(1.1);
  transform: rotate(180deg) scale(1.1);
}

/*# sourceMappingURL=bundle.css.map*/
