body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
  background-color: #dde9fc;
}
html {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.card-content {
  background-color: #f1f7ff;
  padding: 0 1rem 8px;
  margin-top: 1rem;
  color: #3e4f57;
}

.release-version {
  text-decoration: underline;
}

.main_nav {
  padding: 12px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.main-nav-nav-title {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-order: -1;
  order: -1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  min-width: 0;
  padding: 8px 12px;
  z-index: 1;
}

.main-nav-nav-menu {
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-order: 1;
  order: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  min-width: 0;
  padding: 8px 12px;
  z-index: 1;
}

.main-nav-nav-item {
  margin-left: 12px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.nav-link {
  text-decoration: none;
  color: #1c1e21;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s;
  white-space: nowrap;
}

.nav-link:hover {
  background-color: rgba(83, 143, 241, 0.1);
  color: #538ff1;
}

.nav-link--cta {
  background-color: #538ff1;
  color: #fff;
  font-weight: 600;
  padding: 6px 16px;
}

.nav-link--cta:hover {
  background-color: #3a7cef;
  color: #fff;
}

.header-contacts {
  white-space: nowrap;
}

.my-card {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0 1rem;
}

.contact-email {
  vertical-align: bottom;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  color: #3e4f57;
}

.small_link {
  color: #ffffff;
  font-weight: 100;
  font-size: 1rem;
  text-decoration: none;
}

.contact-email-i {
  vertical-align: bottom;
}

.logo {
  height: 30px;
  filter: invert(1) drop-shadow(3px 3px 4px #a6a6bd);
  vertical-align: bottom;
}

.logo-a {
  text-decoration: none;
}

.card_login {
  position: absolute;
  right: 0px;
  width: 350px;
  background-color: rgba(255, 255, 255, 0.9); /* 10% opaque red */
  padding: 0 1rem 8px;
  margin-top: 1rem;
}

.form_input {
  width: 100%;
}

.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-text {
  color: red;
}

.error_text {
  color: red;
}

.password_reset {
  text-align: right;
  float: right;
  text-decoration: none;
}

.container {
  width: 100%;
  display: grid;
  grid-template-columns: 1rem 2rem 5rem 26rem 3rem minmax(4rem, auto) /*6*/ 3rem 8rem 3rem auto auto auto 4rem 1rem;
  grid-template-rows: auto 13rem 0.7rem 4rem 4rem 8rem auto 8rem /*9*/ 4.5rem auto 2rem 4.5rem 4.5rem 12rem auto 1.5rem 0.1rem auto 2.5rem 0.4rem 2.4rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.item-header-menu {
  grid-column-start: 2;
  grid-column-end: -2;
  grid-row-start: 1;
  grid-row-end: 1;
}

.item-header-gradient {
  grid-column-start: 1;
  grid-column-end: 15;
  grid-row-start: 1;
  grid-row-end: 9;
  z-index: -1;
  background: #dce8fc; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #dce8fc,
    #538ff1
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #dce8fc,
    #538ff1
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.item-logo-quote {
  grid-column-start: 3;
  grid-column-end: span 5;
  grid-row-start: 2;
  grid-row-end: 2;
  justify-self: start;
  align-self: end;
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  font-size: 2.8rem;
}
.item-logo-big {
  grid-column-start: 7;
  grid-column-end: span 5;
  grid-row-start: 2;
  grid-row-end: 2;
  justify-self: end;
  align-self: baseline;
  color: #ffffff;
  font-weight: 700;
  font-style: italic;
  font-size: 11rem;
  text-shadow: 12px 12px 20px rgb(0, 0, 0, 0.5);
}
.item-logo-quote-subhead {
  grid-column-start: 3;
  grid-column-end: span 4;
  grid-row-start: 4;
  grid-row-end: span 2;
  justify-self: start;
  align-self: end;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.56rem;
}
.item-costs-quote {
  grid-column-start: 10;
  grid-column-end: span 2;
  grid-row-start: 9;
  grid-row-end: 9;
  justify-self: start;
  align-self: center;
  color: #3e4f57;
  font-weight: 700;
  font-size: 2rem;
}
.item-costs-sub-quote {
  grid-column-start: 10;
  grid-column-end: span 2;
  grid-row-start: 10;
  grid-row-end: 10;
  justify-self: start;
  align-self: flex-start;
  color: #3e4f57;
  font-weight: 400;
  font-size: 1.5rem;
}
.item-warehouse-quote {
  grid-column-start: 2;
  grid-column-end: span 3;
  grid-row-start: 13;
  grid-row-end: 13;
  justify-self: start;
  align-self: center;
  color: #3e4f57;
  font-weight: 700;
  font-size: 2rem;
}
.item-warehouse-sub-quote {
  grid-column-start: 2;
  grid-column-end: span 5;
  grid-row-start: 14;
  grid-row-end: 14;
  justify-self: start;
  align-self: start;
  color: #3e4f57;
  font-weight: 400;
  font-size: 1.5rem;
}
.item-image-project-home {
  grid-column-start: 7;
  grid-column-end: span 6;
  grid-row-start: 4;
  grid-row-end: span 4;
  justify-self: start;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
}
.item-image-project-tasks {
  grid-column-start: 2;
  grid-column-end: span 7;
  grid-row-start: 10;
  grid-row-end: span 1;
  justify-self: start;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
}
.item-image-warehouse-material {
  grid-column-start: 7;
  grid-column-end: span 6;
  grid-row-start: 14;
  grid-row-end: span 2;
  justify-self: start;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
}
.item-svg-double-arrow-header {
  grid-column-start: 6;
  grid-column-end: 6;
  grid-row-start: 5;
  grid-row-end: span 5;
  justify-self: end;
  align-self: stretch;
  height: 100%;
  max-height: 100%;
}
.item-svg-arc {
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row-start: 8;
  grid-row-end: span 2;
  justify-self: start;
  height: 100%;
  max-height: 100%;
}
.item-svg-city-skyline {
  grid-column-start: 9;
  grid-column-end: span 5;
  grid-row-start: 12;
  grid-row-end: span 2;
  justify-self: start;
  height: 100%;
  max-height: 100%;
}
.item-svg-colosseum {
  grid-column-start: 2;
  grid-column-end: span 3;
  grid-row-start: 14;
  grid-row-end: span 3;
  justify-self: start;
  height: 100%;
  max-height: 100%;
}
.item-svg-double-arrow {
  grid-column-start: 10;
  grid-column-end: span 5;
  grid-row-start: 8;
  grid-row-end: span 6;
  justify-self: end;
  height: 100%;
  max-height: 100%;
}
.item-bottom {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 18;
  grid-row-end: 22;
  background-color: #538ff1;
}
.item-bottom-signup-early-access-text {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 18;
  grid-row-end: 18;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 1.7rem;
}
.item-hr-bottom {
  grid-column-start: 2;
  grid-column-end: -2;
  grid-row-start: 20;
  grid-row-end: 20;
  display: block;
  align-self: center;
  height: 1px;
  border: 0;
  border-top: 1px solid #ffffff;
  margin: 1em 0;
  padding: 0;
}
.item-video {
  grid-column-start: 10;
  grid-column-end: span 1;
  grid-row-start: 8;
  grid-row-end: span 2;
  justify-self: start;
  object-fit: cover;
  width: auto;
  max-width: auto;
}
.item-video iframe,
.item-video object,
.item-video embed {
  height: 100%;
}

.item-bottom-company-copyright {
  grid-column-start: 2;
  grid-column-end: 3 span;
  grid-row-start: 21;
  grid-row-end: 21;
  justify-self: start;
  align-self: baseline;
  color: #ffffff;
  font-weight: 100;
  font-size: 1rem;
}
.item-bottom-privacy-notice-terms-of-use {
  grid-column-start: 10;
  grid-column-end: 4 span;
  grid-row-start: -2;
  grid-row-end: -2;
  justify-self: end;
  align-self: baseline;
}
.item-button-join-for-free {
  grid-column-start: 4;
  grid-column-end: span 2;
  grid-row-start: 6;
  grid-row-end: 6;
  justify-self: center;
  align-self: center;
  object-fit: cover;
}
.button-join-for-free {
  background: #f86922;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f86922),
    to(#f86922)
  );
  background: -webkit-linear-gradient(top, #f86922, #f86922);
  background: -moz-linear-gradient(top, #f86922, #f86922);
  background: -ms-linear-gradient(top, #f86922, #f86922);
  background: -o-linear-gradient(top, #f86922, #f86922);
  background-image: -ms-linear-gradient(top, #f86922 0%, #f86922 100%);
  padding: 1rem 2rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 14px 12px 16px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 14px 12px 16px;
  box-shadow: rgba(0, 0, 0, 0.4) 14px 12px 16px;
  font-size: 2rem;
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
  transition: 0.7s;
}
.button-join-for-free:hover {
  background: #d64c0d;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffa274),
    to(#f86922)
  );
  background: -webkit-linear-gradient(top, #ffa274, #f86922);
  background: -moz-linear-gradient(top, #ffa274, #f86922);
  background: -ms-linear-gradient(top, #ffa274, #f86922);
  background: -o-linear-gradient(top, #ffa274, #f86922);
  background-image: -ms-linear-gradient(top, #ffa274 0%, #f86922 100%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 6px 5px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 6px 5px 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 6px 5px 3px;
  color: #ffffff;
}
.button-join-for-free:active {
  background: #d67345;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f86922),
    to(#ffa274)
  );
  background: -webkit-linear-gradient(top, #f86922, #ffa274);
  background: -moz-linear-gradient(top, #f86922, #ffa274);
  background: -ms-linear-gradient(top, #f86922, #ffa274);
  background: -o-linear-gradient(top, #f86922, #ffa274);
  background-image: -ms-linear-gradient(top, #f86922 0%, #ffa274 100%);
  color: #ffffff;
}

.endless-body:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-color: #cccccc;
  background: url("img/forms8.webp") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.endless-body {
  /* height: 100%; */
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-endless:before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}
.content-endless {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.social-media-links {
  width: 2rem;
  margin-right: 10px;
}

li {
  margin: 10px;
}

@media only screen and (max-width: 1920px) {
  body {
    font-size: 15px;
  }
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  html {
    font-size: 15px;
  }
  .card_login {
    width: 100%;
  }
  .container {
    grid-template-columns: 1fr 1fr 20fr 20fr 1fr 1fr;
    grid-template-rows: auto 1rem auto 1rem auto 1rem auto 1rem 4rem /*beta button*/ 1rem 4rem /*10*/ auto auto 1rem /*13*/ auto 9rem auto auto 1rem /*18*/ auto 4.2rem /*20*/ auto 4.2rem auto 4rem 1rem 2.2rem;
  }
  .nav-link:not(.nav-link--cta) {
    display: none;
  }
  .nav-link--cta {
    font-size: 0.8rem;
    padding: 4px 10px;
  }
  .item-logo-big {
    display: none;
  }
  .item-svg-double-arrow-header {
    display: none;
  }
  .item-svg-double-arrow {
    display: none;
  }
  .header-contacts {
    display: none;
  }
  .item-header-gradient {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: span 12;
  }
  .item-header-menu {
    grid-column-start: 1;
    grid-column-end: 10;
  }
  .item-logo-quote {
    grid-column-start: 2;
    grid-column-end: -2;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .item-image-project-home {
    grid-column-start: 2;
    grid-column-end: -2;
    grid-row-start: 5;
    grid-row-end: 5;
  }
  .item-logo-quote-subhead {
    grid-column-start: 2;
    grid-column-end: -2;
    grid-row-start: 7;
    grid-row-end: 7;
    justify-self: center;
    align-self: end;
  }
  .item-button-join-for-free {
    grid-column-start: 2;
    grid-column-end: -2;
    grid-row-start: 9;
    grid-row-end: 9;
    justify-self: center;
    align-self: end;
  }
  .item-costs-quote {
    grid-column-start: 4;
    grid-column-end: span 3;
    grid-row-start: 12;
    grid-row-end: 12;
  }
  .item-costs-sub-quote {
    grid-column-start: 4;
    grid-column-end: span 3;
    grid-row-start: 13;
    grid-row-end: 13;
    font-size: 1.2rem;
  }
  .item-svg-colosseum {
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 12;
    grid-row-end: span 3;
    justify-self: start;
    align-self: baseline;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .item-image-project-tasks {
    grid-column-start: 2;
    grid-column-end: -2;
    grid-row-start: 15;
    grid-row-end: 15;
  }
  .item-warehouse-quote {
    grid-column-start: 2;
    grid-column-end: -2;
    grid-row-start: 17;
    grid-row-end: 17;
  }
  .item-warehouse-sub-quote {
    grid-column-start: 2;
    grid-column-end: span 4;
    grid-row-start: 18;
    grid-row-end: 18;
    font-size: 1.2rem;
  }
  .item-svg-arc {
    display: none;
  }
  .item-image-warehouse-material {
    grid-column-start: 2;
    grid-column-end: -2;
    grid-row-start: 20;
    grid-row-end: 20;
  }
  .item-svg-city-skyline {
    grid-column-start: 2;
    grid-column-end: -2;
    grid-row-start: 22;
    grid-row-end: 22;
    justify-self: end;
    align-self: center;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .item-bottom {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 24;
    grid-row-end: span 4;
  }
  .item-bottom-signup-early-access-text {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 24;
    grid-row-end: 24;
  }
  .item-hr-bottom {
    grid-column-start: 2;
    grid-column-end: -2;
    grid-row-start: 26;
    grid-row-end: 26;
  }
  .item-bottom-company-copyright {
    grid-column-start: 2;
    grid-column-end: span 2;
    grid-row-start: 27;
    grid-row-end: 27;
    font-size: 0.6rem;
  }
  .item-bottom-privacy-notice-terms-of-use {
    grid-column-start: 2;
    grid-column-end: span 4;
    grid-row-start: 27;
    grid-row-end: 27;
  }
  .small_link {
    font-size: 0.6rem;
  }
  .social-media-links {
    display: none;
  }
  .item-video {
    grid-column-start: 2;
    grid-column-end: -2;
    grid-row-start: 11;
    grid-row-end: 11;
  }
}
