.formbox .step:first-child .nr,
.formbox .step:nth-child(2) .nr {
  background-image: url("/static/img/steps-bg.svg");
}

@media screen and (min-width: 641px) {
  .formbox .step:first-child .nr,
  .formbox .step:nth-child(2) .nr {
    background-image: url("/static/img/steps-bg2.svg");
  }
}

.footer {
  font-size: 11px;
  color: #9c9c9c;
  text-align: center;
  margin: 15px auto 5px;
}

.footer a {
  color: #9c9c9c;
}

@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");

html,
body {
  font-family: Quicksand, sans-serif;
  background: #fff;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

html,
body,
h2,
h3,
h4,
p {
  font-family: Quicksand, sans-serif;
}

*:focus {
  outline: none;
}

.blur {
  filter: blur(5px);
}

.max-height {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* Header */

.header {
  background-color: #f8f9f9;
  border-bottom: 1px solid #d7e2eb;
}

.logo img {
  height: 48px;
  margin: 12px;
}

.genres-header {
  margin: 18px auto 0;
  text-align: center;
  color: #9da9b4;
  font-size: 11px;
}

.menu {
  padding: 26px 0;
}

.menu img {
  float: right;
  height: 40px;
  padding: 8px 0;
  margin-left: 10px;
}
.header-text {
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
}

/* Content */
.main-content {
  min-height: calc(60% - 40px);
  padding-top: 15%;
}

.DL-text {
  text-align: center;
  color: #435c71;
  font-size: 25px;
}

.DL-text .img {
  margin-right: 7px;
  height: 60px;
  padding-bottom: 3px;
}

.DL-button a {
  display: block;
  overflow: auto;
  background-color: #348402;
  border-radius: 8px;
  height: 90px;
  margin: 5% 7% 5% 7%;
  padding: 9px 15px 11px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}

.DL-button a svg {
  float: left;
  width: 20%;
  line-height: 60px;
  height: 100%;
}

.DL-ready {
  text-align: center;
  color: #686868;
  font-size: 15px;
}

.DL-ready img {
  margin-right: 10px;
  height: 100%;
  padding-bottom: 2px;
  max-width: 13px;
}

.genres {
  font-size: 24px;
  color: #9da9b4;
  text-align: center;
  margin-top: 60px;
}

/* Features */

.main-features {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #d7e2eb;
  border-bottom: 1px solid #d7e2eb;
  background: #f6f6f6;
  padding-top: 20px;
}

.main-features-container {
  display: flex;
  width: 100%;
  max-width: 902px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.main-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-feature-title {
  margin-top: 2px;
  padding-bottom: 20px;
  line-height: 22px;
  color: #58646d;
  text-align: center;
}

/* Steps Mobile */

.mobile-steps {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.mobile-steps-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.mobile-steps-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.mobile-step {
  display: flex;
  height: 25.5px;
  padding-left: 0.828px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.mobile-step .number {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #e8e8e8;
  color: #9c9c9c;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px; /* 150% */
}

.mobile-step .text {
  color: #78848e;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
}

/* USPs */

.USPs {
  text-align: center;
  background-color: #f6f6f6;
  padding: 5% 0;
  border-top: 1px solid #d7e2eb;
  border-bottom: 1px solid #d7e2eb;
}

.USPs img {
  height: 80px;
  padding: 10% 25%;
}

.USP-title {
  margin-top: 2px;
  padding-bottom: 20px;
  line-height: 22px;
  color: #58646d;
}

.USPs .columns:nth-child(1) .USP-title,
.USPs .columns:nth-child(2) .USP-title {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}

.USPs .columns:first-child,
.USPs .columns:nth-child(3) {
  border-right: 1px solid #ececec;
}

/* Steps (desktop only) */

.dl-steps {
  margin-top: 3%;
}

h4 {
  color: #435c71;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}

.dl-steps .steps-wrapper {
  border-bottom: 1px solid #e8eaec;
  padding: 3% 0 8% 0;
  overflow: auto;
}

.dl-steps .step {
  width: calc(80% / 3);
  float: left;
  font-size: 15px;
  line-height: 1.6em;
  color: #78848e;
  text-align: center;
}

.dl-steps .step-splitter {
  width: 6%;
  float: left;
  height: 0.8em;
  border-bottom: solid 1px #bebebe;
}

.dl-steps .steps-wrapper .step-splitter:nth-child(2) {
  margin-left: 3%;
}

.dl-steps .steps-wrapper .step-splitter:nth-child(4) {
  margin-right: 3%;
}

.dl-steps .steps-wrapper .step:first-child {
  text-align: right;
}

.dl-steps .steps-wrapper .step:last-child {
  text-align: left;
}

.dl-steps span.step-nr {
  background: #e8e8e8;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #9c9c9c;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.1em;
  margin-right: 10px;
  text-align: center;
  width: 1.6em;
}

/* Tagline */

.tagline {
  padding: 5% 0;
  text-align: center;
}

.tagline h2 {
  color: #435c71;
  margin: 50px auto 50px auto;
  max-width: 480px;
}

.devices {
  padding: 0 10%;
  margin-bottom: 30px;
  text-align: center;
}

/* Content Examples */

.content-title {
  width: 100%;
  background-color: #f6f6f6;
  border: 1px solid #e4e4e4;
  border-radius: 3px 3px 0 0;
  text-align: center;
  color: #676767;
  font-size: 14px;
  padding: 8px 0;
}

.content-images {
  background-color: #fbfbfb;
  border: solid #bdbdbd;
  border-width: 0 1px 1px 1px;
  margin-bottom: 10px;
}

.content-images img {
  width: 100%;
}

.content-examples .columns:first-child,
.content-examples .columns:nth-child(3) {
  padding-right: 0.4375em;
}

.content-examples .columns:nth-child(2),
.content-examples .columns:nth-child(4) {
  padding-left: 0.4375em;
}

#lpfootermenu {
  margin-top: 5px;
}

#lpfootermenu a {
  color: #9c9c9c;
}

/* Modal */

.modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  color: #000;
}

.close-button-modal {
  position: absolute;
  top: -4px;
  left: -2px;
  font-size: 22px;
  color: #a5a5a5;
  cursor: pointer;
  z-index: 1111;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.close-button-modal:hover {
  cursor: pointer;
}

.modal .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal .formbox {
  background: #fff;
  text-align: center;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  top: 10px;
  width: calc(100% - 20px);
  margin: auto;
  margin: auto;
}

.formbox-left {
  padding: 0;
}

.modal .formbox .formbox-header {
  padding: 20px 0 15px 0;
  text-align: left;
  background-color: #17556b;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-bottom: 10px;
}

.modal .formbox .formbox-header .form-title1 {
  font-size: 18px;
  margin-bottom: 1px;
  color: #fff;
  font-weight: 400;
}

.modal .formbox .formbox-header .form-title2 {
  font-size: 22px;
  margin-bottom: 1px;
  color: #fff;
  font-weight: 700;
}

.formbox .steps {
  margin: auto;
  margin-bottom: 10px;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.formbox .steps h3 {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}

.formbox .steps .step {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.formbox .nr {
  width: 35px;
  float: left;
  background-size: 2px;
  background-position: center;
  background-repeat: repeat-y;
}

.formbox .nr:first-child,
.formbox .nr:nth-child(2) {
  height: 100%;
  position: absolute;
  top: 0;
}

.formbox .nr:nth-child(2),
.formbox .nr:nth-child(3) {
  padding-top: 3px;
}

.formbox .nr span {
  background: #e8e8e8;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #9c9c9c;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 0.1em;
  margin: 0 5px;
  text-align: center;
  width: 1.6em;
  font-size: 16px;
}

.formbox .step.active .nr span {
  width: 32px;
  background: #17556b;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  margin: 0;
  padding-bottom: 2px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px;
}

.formbox .text {
  width: calc(100% - 45px);
  float: right;
  text-align: left;
  color: #7e7e7e;
  line-height: 24px;
  font-size: 15px;
}

.formbox .step:nth-child(2) .text {
  margin-bottom: 15px;
}

.formbox .step:nth-child(3) .text {
  margin-bottom: 4px;
}

.formbox .text.active {
  color: #17556b;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 3px;
  margin-bottom: 15px;
}

.formbox .text div {
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
}

.formbox-right {
  background-color: #eeeeee;
  padding-top: 15px;
  padding-bottom: 16px;
}

.formbox-right h3 {
  color: #17556b;
  font-size: 18px;
  margin: 10px 0 16px 0;
  font-weight: 700;
}

.modal .formbox .field {
  position: relative;
}

.modal .formbox .field input {
  width: 100%;
  padding: 15px 10px 15px 43px;
  border: 1px solid #707070;
  margin-bottom: 8px;
  border-radius: 3px;
  color: #000;
}

.modal .formbox .field input::placeholder {
  color: #b9b9b9;
}

.input_img {
  position: absolute;
  left: 10px;
  top: 14px;
  width: 26px;
  height: 26px;
}

.error {
  display: none;
  color: #ec0909;
  font-size: 12px;
  padding: 2px 0;
  margin-bottom: 10px !important;
  text-align: center;
}

.formbox-right .btn-submit {
  background-color: #18a103;
  border: 0;
  width: 100%;
  padding: 16px 0 18px 0;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  font-size: 24px;
  position: relative;
  transition: padding-right 0.3s ease;
  cursor: pointer;
}

.formbox-right .btn-submit:hover {
  background: #1fb308;
}

.formbox-right .btn-submit:active {
  background: #349a25;
}

.formbox-right .btn-submit.spinning {
  background-color: #57b349;
  padding-right: 20px;
}

.formbox-right .btn-submitn.spinning:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
  height: 0;
  box-shadow: 0px 0px 0 1px #69c35b;
  position: absolute;
  border-radius: 50%;
  z-index: 50;
  animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

.formbox-right .btn-submit.spinning:before {
  content: "";
  z-index: 50;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  right: 15px;
  top: 50%;
  position: absolute;
  border: 2px solid #69c35b;
  border-right: 3px solid #fff;
  animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

.legal-links {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.legal-links li a {
  font-size: 11px;
  color: #9c9c9c;
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}

/* Responsive */

@media screen and (min-width: 340px) {
  .formbox .steps {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 641px) {
  .close-button-modal {
    font-size: 18px;
    width: 20px;
    top: -4px;
    left: 2px;
  }

  .logo img {
    height: 32px;
    margin: 8px 0;
  }

  .menu {
    padding: 4px 12px;
  }

  .menu img {
    height: 36px;
  }
}

@media screen and (min-width: 641px) {
  #menu {
    min-width: 50px;
  }

  .main-content {
    padding-top: 14%;
    padding-bottom: 13%;
  }

  .main-content {
    min-height: auto;
  }

  .DL-text {
    text-align: left;
    font-size: 30px;
    line-height: 33px;
  }

  .main-content .columns:first-child {
    border-right: 1px solid #cdd6dc;
  }

  .DL-text .img {
    margin-right: 20px;
    height: 90px;
    float: left;
    padding-bottom: 10px;
  }

  .DL-button a {
    margin: 0 9% 15px 9%;
  }

  .USPs {
    padding: 2% 0;
  }

  .USPs .columns:first-child,
  .USPs .columns:nth-child(2),
  .USPs .columns:nth-child(3) {
    border-right: 1px solid #e1e8ef;
  }

  .USPs .columns:first-child .USP-title,
  .USPs .columns:nth-child(2) .USP-title {
    border-bottom: none;
    margin-bottom: 0;
  }

  .USPs img {
    padding: 5% 30%;
  }

  .tagline .DL-button a {
    max-width: 400px;
    margin: auto;
    margin-bottom: 15px;
  }

  .devices img {
    max-width: 350px;
  }

  .modal .formbox {
    top: 20%;
    margin-bottom: 30px;
    background: #17556b;
  }

  .formbox-left {
    background-color: #17556b;
  }

  .modal .formbox .formbox-header {
    text-align: center;
    padding-top: 30px;
    padding-left: 1.5375em;
    padding-right: 1.5375em;
  }

  .formbox .steps {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 1.5375em;
    padding-right: 1.5375em;
  }

  .formbox .text {
    color: #bfdbe5;
  }

  .formbox .text.active {
    color: #fff;
    font-size: 16px;
  }

  .formbox .step.active .nr span {
    background: #fff;
    color: #17556b;
  }

  .formbox .step .nr span {
    background: #24728e;
    color: #ffffff;
  }

  .formbox-right {
    background-color: #fff;
    padding-left: 1.5375em;
    padding-right: 1.5375em;
    padding-bottom: 36px;
  }

  .modal .formbox .field input {
    border: 1px solid #ababab;
  }
  .main-features-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    max-width: 600px;
  }
}

@media only screen and (min-device-width: 710px) and (max-device-width: 1024px) and (orientation: portrait) {
  .main-content {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .USPs {
    padding: 10% 0;
  }

  .dl-steps {
    margin-top: 3%;
    margin-bottom: 9%;
  }
}

@media screen and (min-width: 1024px) {
  .main-content {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .DL-text {
    font-size: 36px;
    line-height: 40px;
  }

  .DL-text .img {
    height: 95px;
  }

  .DL-button a {
    margin: 0 11% 15px 11%;
    font-size: 35px;
  }

  .main-features {
    display: flex;
    width: 100%;
    padding: 49.5px 261px 43.5px 262px;
    justify-content: center;
    align-items: center;
  }

  .main-features-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    max-width: 1425px;
  }
}

@media screen and (min-width: 1424px) {
  .main-content {
    padding-top: 11%;
    padding-bottom: 11%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal .overlay {
    background: rgba(0, 0, 0, 0.91);
  }
}

/* .DL-button a {
  opacity:0;
} */
.DL-button a.show {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  opacity: 1 !important;
}
.DL-button a.green,
.btn-submit.green {
  background-color: #18a103 !important;
  border-color: #18a103 !important;
}
.DL-button a.green:hover,
.btn-submit.green:hover {
  background-color: #198f06 !important;
}
.DL-button a.green path.st1,
.DL-button a.green path.st2 {
  fill: #7bff8d;
}
.DL-button a.blue,
.btn-submit.blue {
  background-color: #006dd5 !important;
  border-color: #0061bf !important;
}
.DL-button a.blue:hover,
.btn-submit.blue:hover {
  background-color: #0061bf !important;
}
.DL-button a.blue path.st1,
.DL-button a.blue path.st2 {
  fill: #7cbfff;
}

.DL-button a.orange,
.btn-submit.orange {
  background-color: #ed6b00 !important;
  border-color: #cc5d02 !important;
}
.DL-button a.orange:hover,
.btn-submit.orange:hover {
  background-color: #e26600 !important;
}

.DL-button a.red,
.btn-submit.red {
  background-color: #e00707 !important;
  border-color: #b30000 !important;
}
.DL-button a.red:hover,
.btn-submit.red:hover {
  background-color: #b30000 !important;
}

.DL-button a.yellow,
.btn-submit.yellow {
  background-color: #e6d215 !important;
  border-color: #d4c007 !important;
  color: #4e4708 !important;
}
.DL-button a.yellow:hover,
.btn-submit.yellow:hover {
  background-color: #d4c007 !important;
}

.DL-button a.lightgreen,
.btn-submit.lightgreen {
  background-color: #7acb30 !important;
  border-color: #69bb1e !important;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.DL-button a.lightgreen:hover,
.btn-submit.lightgreen:hover {
  background-color: #69bb1e !important;
}

.DL-button a.darkgreen,
.btn-submit.darkgreen {
  background-color: #349401 !important;
  border-color: #3b7d17 !important;
}
.DL-button a.darkgreen:hover,
.btn-submit.darkgreen:hover {
  background-color: #3b7d17 !important;
}

.DL-button a.lightblue,
.btn-submit.lightblue {
  background-color: #27abe9 !important;
  border-color: #24a4e0 !important;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.DL-button a.lightblue:hover,
.btn-submit.lightblue:hover {
  background-color: #24a4e0 !important;
}

.DL-button a.lightblue path.st1,
.DL-button a.lightblue path.st2 {
  fill: #c7edff;
}

.features_list {
  background-color: rgba(255, 255, 255, 0.15);
  text-align: center;
  margin: 0 40px;
}

.feature {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.feature img {
  margin-right: 10px;
  margin-left: 10px;
  flex: 0 0 18px;
  width: 18px;
}

.feature .feature_name {
  font-size: 16px;
  font-weight: bold;
  color: #01c77c;
}

.feature .feature_desc {
  color: #435c71;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.information-container {
  width: 300px;
  height: 382px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: inline-flex;
}

.information-container .information-header {
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.information-header .round-bg {
  width: 82px;
  height: 82px;
  background: #f6f6f6;
  border-radius: 9999px;
  border: 1px #d7e2eb solid;
}

.information-text-container {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  display: flex;
}

.information-title {
  align-self: stretch;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #435c71;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  word-wrap: break-word;
}
.information-subtitle {
  align-self: stretch;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #435c71;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}
.information-icon {
  left: 128.5px;
  position: absolute;
}

@media screen and (max-width: 641px) {
  .information {
    margin-top: 15%;
    margin-bottom: 20%;
  }
  .information-container {
    padding-bottom: 0;
    padding-top: 0;
    height: 260px;
  }
}

@media screen and (min-width: 641px) and (max-width: 939px) {
  .information-container {
    width: 200px;
    height: 290px;
  }
  .information-icon {
    left: 80px;
  }
}
