* {
  box-sizing: border-box;
}

a {
  display: inherit;
  text-decoration: none;
  width: 100%;
}

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

body {
  height: 100vh;
  width: 100vw;
  font-family: "Montserrat", sans-serif;
  color: #0a254e;
  text-align: center;
}

.max-width {
  max-width: 1280px;
}

.mac-screen {
  position: relative;
  background: #fff;
  z-index: 3;
  width: 100vw;
}

.mac-screen--content {
  background-image: url("/static-assets/img/traind_screen.png");
  background-size: cover;
  height: 100%;
  width: 100%;
}

.traind-screen {
  top: -5vw;
  position: relative;
  width: 100%;
  padding: 0 32px;
}

.landing-page {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.landing-page__content {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.7s ease-in;
  padding: 32px;
}

.video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.show {
  opacity: 1;
}

.wrapper {
  background: #fff;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  overflow: hidden;
}

.footer {
  background: #2c323d;
  height: 300px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.main {
  padding: 0 32px;
  background: white;
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
}

.features__container {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  margin: 50px 0 100px 0;
}

.feature__card {
  display: flex;
  flex-flow: column;
  font-family: "Roboto", sans-serif;
  width: 320px;
  max-width: 300px;
  text-align: left;
  margin: 16px 8px;
  border: 1px solid #f1f1f1;
  padding: 32px;
}

.feature__img {
  display: flex;
  justify-content: center;
  height: 100px;
}

.feature__header {
  font-size: 18px;
  font-weight: 300;
  color: dodgerblue;
  margin: 24px 0 16px 0;
  text-transform: uppercase;
}

.feature__body {
  font-size: 14px;
  font-weight: 300;
  color: rgba(117, 117, 117, 1);
}

.price-plan__container {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  padding: 0 0 150px 0;
}

.price-plan {
  background: #fff;
  max-width: 285px;
  width: 100%;
  min-width: 285px;
  height: 380px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  margin: 16px 2px;
}

.price-plan__header {
  height: 157px;
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.54);
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}

.price-plan__header__plan {
  font-size: 28px;
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
}

.color-disabled {
  color: #b4b4b4;
}

.price-plan__cta {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  padding: 16px;
  margin: 8px;
}

.price-plan__button {
  position: relative;
  top: 38px;
  height: 45px;
  width: 100%;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}

.price-plan__button.color-1:hover {
  background: #50e39e !important;
  color: white !important;
}

.border-color-1 {
  border-color: #50e39e;
}

.color-1 {
  color: #50e39e;
}

.background-1 {
  background: #50e39e;
  color: white;
}

.price-plan__button.color-2:hover {
  background: dodgerblue !important;
  color: white !important;
}

.border-color-2 {
  border-color: dodgerblue;
}

.color-2 {
  color: dodgerblue;
}

.background-2 {
  background: dodgerblue;
  color: white;
}

.price-plan__button.color-3:hover {
  background: #0a254e !important;
  color: white !important;
}

.border-color-3 {
  border-color: #0a254e;
}

.color-3 {
  color: #0a254e;
}

.background-3 {
  background: #0a254e;
  color: white;
}

.price-plan__features {
  display: flex;
  padding: 32px;
  align-items: center;
}

ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

li {
  display: flex;
  align-items: center;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 400;
  color: #b4b4b4;
}

li i {
  padding-right: 24px;
  font-size: 18px !important;
}

li span {
  padding-left: 8px;
}

.header {
  color: #fff;
  margin: 0;
  font-size: 86px;
  font-weight: 700;
  text-align: left;
}

.subheader {
  color: #fff;
  margin: 0;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

.grd-background {
  background: #fee473;
  background: -moz-linear-gradient(-45deg, #fee473 0%, #ff9700 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #fee473), color-stop(100%, #ff9700));
  background: -webkit-linear-gradient(-45deg, #fee473 0%, #ff9700 100%);
  background: -o-linear-gradient(-45deg, #fee473 0%, #ff9700 100%);
  background: -ms-linear-gradient(-45deg, #fee473 0%, #ff9700 100%);
  background: linear-gradient(135deg, #fee473 0%, #ff9700 100%);
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0.87;
  z-index: 1;
}

.button-signup {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 16px 56px;
  border: 2px solid #fff;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-top: 32px;
  /*background: rgba(255, 255, 255, 0.87);*/
}

.button-signup:hover {
  background: #fff;
  color: #0a254e;
}

.small {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-top: 24px;
  text-align: center;
}

.thin {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
  font-weight: 400;
}

a {
  color: #fff;
  font-weight: 400;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.34);
  height: 56px;
  width: 100vw;
  padding: 16px 0 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lang-select__container {
  color: white;
  /*position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;*/
  /*padding: 16px;*/
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #0a254e;
}

.lang-text {
  cursor: pointer;
}

.lang-text:first-child {
  border-right: 1px solid #0a254e;
  padding-right: 8px;
}

.lang-text:last-child {
  padding-left: 8px;
}

.logo-container {
  /*position: absolute;
  z-index: 2;*/
  /*top: 20px;*/
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  /*left: 20px;*/
}

.logo-container img {
  height: 20px;
}

.logo {
  color: #0a254e;
  font-weight: 700;
  font-size: 26px;
  padding: 16px 10px;
}

.logo span {
  font-weight: 300;
  font-style: normal;
}

.contact-container {
  width: 100%;
  display: flex;
  justify-content: left;
  padding: 32px;
  opacity: 0.87;
}

.contact-info {
  text-align: left;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding-left: 50px;
}

.contact-info p {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.contact-info p i {
  padding-right: 8px;
  font-size: 12px;
}

.contact-logo {
  height: 130px;
  display: flex;
  flex-flow: column;
  padding-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.reges-text {
  margin-top: 16px;
  height: 20px;
}

.reges-logo {
  width: 50px;
}

.interactive-screen {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.interactions {
  position: absolute;
  top: -5vw;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 32px;
  z-index: 5;
}

.touch {
  height: 20px;
  width: 20px;
  background: rgba(30, 144, 255, 0.56);
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0.5);
  animation: pulse 2s infinite;
}

.interaction--gantt {
  position: absolute;
  left: 20%;
  top: 20%;
}

.interaction--circulation {
  position: absolute;
  left: 46%;
  top: 27%;
}

.interaction--controlpanel {
  position: absolute;
  right: 12%;
  top: 40%;
}

.interaction--gantt:hover .info--gantt {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.interaction--circulation:hover .info--circulation {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.interaction--controlpanel:hover .info--controlpanel {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.info--gantt,
.info--circulation,
.info--controlpanel {
  transform: scale(0);
  opacity: 0;
}

.interaction-info {
  position: absolute;
  width: 300px;
  top: -10px;
  left: -200px;
  background: white;
  border-radius: 2px;
  z-index: 6;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  transition: all 0.2s ease-in-out;
  display: flex;
  font-family: "Roboto", sans-serif;
  flex-flow: column;
  color: dodgerblue;
}

.interaction__textbox {
  padding: 24px;
  border-bottom: 1px solid #f1f1f1;
}

.interaction__textbox--icon {
  padding-right: 24px;
}

.interaction__header {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 0 8px 0;
}

.interaction__body {
  text-align: left;
  font-size: 12px;
  color: rgba(183, 183, 183, 1);
}

.interaction__textbox {
  display: flex;
  width: 100%;
}

.buttons-right {
  display: flex;
  align-items: center;
  height: 56px;
}

.login-button {
  position: relative;
  height: 100%;
  user-select: none;
  cursor: pointer;
  margin-left: 16px;
  font-family: "Roboto", sans-serif;
}

.login-button__label {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
  height: 100%;
  padding: 0 32px;
  font-size: 14px;
  letter-spacing: 0.5px;
  background: #2c323d;
  transition: background 0.145s ease;
}

.login-button__dropdown {
  position: absolute;
  top: 56px;
  right: 0;
  transform: scale(1, 0);
  transform-origin: top center;
  transition: transform 0.145s ease;
  width: 320px;
  background: #2c323d;
  border-bottom-left-radius: 4px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-flow: column;
  overflow: hidden;
}

.login-button__dropdown a {
  text-align: left;
  padding: 24px;
  font-weight: 300;
  background: #2c323d;
  transition: background 0.145s ease;
  display: flex;
  align-items: center;
}

.login-button__dropdown a i {
  transform: scale(0);
  transition: all 0.145s ease;
}

.login-button__space {
  flex: 1;
}

.login-button__dropdown a:hover {
  background: rgba(255, 255, 255, 0.11);
}

.login-button__dropdown a:hover i {
  transform: scale(1);
}

.login-button__dropdown a strong {
  font-weight: 600;
  padding-right: 4px;
  color: rgba(255, 255, 255, 0.87);
}

.login-button__lite {
  color: hsla(152, 72%, 60%, 1);
}

.login-button__enterprise {
  color: hsla(210, 100%, 56%, 1);
}

.login-button__dropdown--show {
  transform: scale(1, 1);
}

.login-button--disabled {
  pointer-events: none;
  background: rgba(255, 255, 255, 0.05) !important;
  color: rgba(255, 255, 255, 0.11) !important;
}

.login-button--disabled strong {
  color: rgba(255, 255, 255, 0.22) !important;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(0.5);
  }
}

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

@media screen and (max-width: 420px) {
  .login-button__label {
    font-size: 10px;
    padding: 0 16px;
  }
  .header {
    font-size: 36px;
    text-align: left;
  }
  .subheader {
    font-size: 18px;
    text-align: left;
  }
  .button-signup {
    font-size: 12px;
    padding: 16px 40px;
  }
  .link {
    font-size: 10px;
  }
}

@media screen and (max-height: 420px) {
  .header {
    font-size: 30px;
    text-align: left;
  }
  .subheader {
    font-size: 14px;
    text-align: left;
  }
  .button-signup {
    font-size: 12px;
    padding: 16px 40px;
  }
  .link {
    font-size: 10px;
  }
}
