@import url("https://fonts.googleapis.com/css?family=Didact+Gothic&display=swap");
html,
body {
  margin: 0;
  padding: 0px;
  font-family: "Didact Gothic", sans-serif;
  height: 100%;
}

a {
  text-decoration: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

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

.container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 70px;
}

@media screen and (max-width: 900px) {
  .container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
}
.row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.col {
  box-sizing: border-box;
}

.lgh {
  display: none;
}

.lg-12 {
  width: 100%;
}

.lg-9 {
  width: 75%;
}

.lg-8 {
  width: 66.666%;
}

.lg-7 {
  width: 58.333%;
}

.lg-6 {
  width: 50%;
}

.lg-4 {
  width: 33.333%;
}

.lg-5 {
  width: 41.666%;
}

.lg-3 {
  width: 25%;
}

.lg-2 {
  width: 16.666%;
}

.lg-20p {
  width: 20%;
}

@media screen and (max-width: 1024px) {
  .mdh {
    display: none;
  }

  .md-12 {
    width: 100%;
  }

  .md-9 {
    width: 75%;
  }

  .md-8 {
    width: 66.666%;
  }

  .md-7 {
    width: 58.333%;
  }

  .md-6 {
    width: 50%;
  }

  .md-5 {
    width: 41.666%;
  }

  .md-4 {
    width: 33.333%;
  }

  .md-3 {
    width: 25%;
  }

  .md-2 {
    width: 16.666%;
  }

  .md-20p {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .smh {
    display: none;
  }

  .sm-12 {
    width: 100%;
  }

  .sm-9 {
    width: 75%;
  }

  .sm-8 {
    width: 66.666%;
  }

  .sm-7 {
    width: 58.333%;
  }

  .sm-6 {
    width: 50%;
  }

  .sm-5 {
    width: 41.666%;
  }

  .sm-4 {
    width: 33.333%;
  }

  .sm-3 {
    width: 25%;
  }

  .sm-2 {
    width: 16.666%;
  }

  .sm-20p {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  .xs-12 {
    width: 100%;
  }

  .xs-9 {
    width: 75%;
  }

  .xs-8 {
    width: 66.666%;
  }

  .xs-7 {
    width: 58.333%;
  }

  .xs-6 {
    width: 50%;
  }

  .xs-5 {
    width: 41.666%;
  }

  .xs-3 {
    width: 33.333%;
  }

  .xs-4 {
    width: 25%;
  }

  .xs-2 {
    width: 16.666%;
  }

  .xs-20p {
    width: 20%;
  }
}
@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 6px);
  }
  to {
    transform: translate(0, 0px);
  }
}
@keyframes bg-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -32px;
  }
}
.rounded-btn {
  color: white;
  font-size: 14px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.75);
  transition: all 0.2s linear;
}
.rounded-btn:hover {
  box-shadow: none;
}

.page-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-wrap .container {
  padding-left: 40px;
  padding-right: 40px;
}
.page-wrap .content {
  margin: 0 auto;
  max-width: 900px;
  padding: 50px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 30px;
}
.page-wrap .content h1, .page-wrap .content h2, .page-wrap .content h3, .page-wrap .content h4, .page-wrap .content h5, .page-wrap .content h6 {
  font-weight: 600;
}
.page-wrap .content a {
  color: black;
  text-decoration: underline;
}
.page-wrap header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
  position: relative;
  background: #2b2b2b;
  background-image: url("./../../assets/img/bg.svg");
  background-size: 470px;
}
.page-wrap header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-wrap header .logo {
  flex-shrink: 0;
  color: white;
}
.page-wrap header .logo img {
  width: 38px;
  height: auto;
}
.page-wrap header ul {
  display: flex;
  list-style: none;
  align-items: center;
}
.page-wrap header ul li {
  display: flex;
}
.page-wrap header ul li a {
  font-size: 13px;
  color: white;
  margin-left: 25px;
}
.page-wrap header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-wrap header .wrap .logo {
  display: flex;
  align-items: center;
  color: black;
}
.page-wrap header .wrap .logo .logo-title {
  font-size: 20px;
  margin-left: 10px;
}
.page-wrap header .wrap nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.page-wrap header .wrap nav ul li a {
  margin-left: 10px;
  display: block;
  padding: 10px;
  font-size: 14px;
  color: white;
}
.page-wrap main {
  flex-grow: 1;
}
.page-wrap footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
.page-wrap footer ul {
  list-style: none;
  display: flex;
  padding: 0px;
  margin: 0px;
}
.page-wrap footer ul li a {
  color: black;
  font-size: 13px;
  padding: 6px 0;
  margin: 0 20px;
}
.page-wrap footer ul li a:last-child {
  margin-right: 0px;
}

body.mainpage {
  margin: 0px;
}

.main-wrap {
  display: flex;
  overflow: hidden;
  font-family: "Didact Gothic";
  height: 100%;
  background: #2b2b2b;
  background-image: url("./../../assets/img/bg.svg");
  background-size: 470px;
}
.main-wrap header {
  background: none;
}
.main-wrap p {
  line-height: 36px;
  font-size: 12px;
}
.main-wrap h1 {
  font-weight: 100;
  font-size: 34px;
  line-height: 60px;
}
.main-wrap h2 {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 100;
  line-height: 52px;
}
.main-wrap h3 {
  font-weight: 500;
}
.main-wrap main.container {
  display: flex;
  color: white;
  padding: 0 60px 0 120px;
}
.main-wrap main.container .content-wrap {
  flex-shrink: 0;
  width: 34%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-wrap main.container .content-wrap .title {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 26px;
}
.main-wrap main.container .content-wrap .subtitle {
  font-size: 18px;
  line-height: 2.3;
}
.main-wrap main.container .content-wrap a {
  margin-top: 35px;
  background: #00c6ff;
  color: white;
  border-bottom: 3px solid #0094be;
  border-radius: 7px;
  text-align: center;
  width: 160px;
  padding: 13px 0;
}
.main-wrap main.container .illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.main-wrap main.container .illustration img {
  width: 740px;
  height: auto;
  margin-right: -90px;
}
.main-wrap footer ul li a {
  color: white;
}

.install-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.install-page .content {
  display: flex;
  flex-direction: column;
  padding-top: 65px;
  padding-bottom: 100px;
}
.install-page .content .logo-icon {
  width: 170px;
  align-self: center;
  height: auto;
}
.install-page .content .title {
  margin-top: 30px;
  font-size: 38px;
  line-height: 70px;
  text-align: center;
}
.install-page .content .subtitle {
  font-size: 30px;
  line-height: 70px;
  text-align: center;
}
.install-page .content h1 {
  text-align: center;
  font-size: 34px;
}

.uninstall .content .subtitle {
  margin-top: 40px;
  font-size: 22px;
  line-height: 52px;
}

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