@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");

html,
body {
  background: #fff;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

html,
body,
h2,
h3,
h4,
p {
  font-family: var(--font-family, "Nunito"), sans-serif;
}

*:focus {
  outline: none;
}

.page.blur > :not(.modal):not(.modal-container) {
  filter: blur(5px);
}

.max-height {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* Header */
.page {
  overflow: auto;
}

.header {
  background-color: var(--header-background-color, var(--primary, #f8f9f9));
  height: var(--header-height, 40px);
  max-width: none;
}

#logo {
  line-height: 40px;
  color: #435c71;
  font-weight: 700;
  float: left;
}

#logo img {
  height: 48px;
  margin-top: -5px;
}

.genres-header {
  margin: auto;
  text-align: center;
  width: max-content;
  color: #9da9b4;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}

#menu {
  float: right;
}

#menu img {
  float: right;
  height: 40px;
  padding: 12px 0;
  margin-left: 10px;
}

/* Content */

/* Bullet test*/
.usp-title {
  font-size: 20px;
  font-weight: 900;
  color: #433828;
  background-size: 8px;

  line-height: 50px;

  text-align: center;
  margin-left: 50px;
}

.check {
  width: 25px;
  float: left;
  line-height: 50px;
  margin-left: 40px;
  margin-right: 25px;
}

.usp-section h2 {
  font-size: 2.3rem;
  margin-left: 0px;
  margin-top: 30px;
}

/* no padding abv "What you get:" */
div .usp-section {
  padding-top: 0;
  height: 400px;
}

/* end of test*/

.noPaddingLeft {
  padding-right: 0px;
}

.noPaddingRight {
  padding-left: 0px;
}

.testRow {
  padding: 0;
}

.main-content {
  min-height: calc(60% - 40px);
  padding-top: 15%;
}

.DL-text-small {
  text-align: center;
  color: #435c71;
  font-size: 25px;
  margin-bottom: 20px;
}

.DL-text-small .img {
  height: 40px;
  padding-bottom: 3px;
  padding-right: 10px;
}

.DL-text {
  color: #435c71;
  font-size: 25px;
  margin-left: 20px;
}

.DL-text .img {
  height: 40px;
  padding-bottom: 3px;
  float: left;
  margin-left: 0;
}

.desktop-text {
  display: table;
  margin: auto;
  overflow: auto;
}

.desktop-text img {
  display: block;
  padding-right: 10px;
  margin-right: 10px;
  float: left;
}

.desktop-text div {
  float: left;
}

.tagline2 {
  padding-top: 10px;
  padding-bottom: 60px;
  text-align: center;
}

.DL-button a {
  display: block;
  overflow: auto;
  background-color: var(--button-background-color, var(--primary, #00a803));
  border-radius: var(--button-border-radius, 5px);
  color: var(--button-color, var(--on-primary, #fff));
  font-weight: var(--button-font-weight, 700);
  font-size: var(--button-font-size, 30px);
  height: 90px;
  margin: 5% 7% 5% 7%;
  padding: 9px 15px 11px 15px;
  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: 10px;
}

.genres p {
  font-size: 15px;
}

/* USPs */

.USPs {
  text-align: center;
  padding: 0;
}

.USPs img {
  width: 50px;
  padding: 10% 0px;
}

.USP-title {
  margin-top: 2px;
  padding-bottom: 20px;
  line-height: 22px;
  color: #78848e;
}

.USP-container {
  display: flex;
  justify-content: center;
}

/* USPs grid top for phone only */

.USPsTop {
  text-align: center;
  background-color: #f6f6f6;
  padding: 0;
  border-top: 1px solid #d7e2eb;
  border-bottom: 1px solid #d7e2eb;
}

.noPadding {
  padding-left: 0px;
  padding-right: 0px;
}

.toLeft {
  padding-left: 0px;
}

.USPsTop img {
  width: 39px;
  height: 38px;

  padding: 10% 10%;
}

.USPsTop .USP-title {
  margin-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 5px;
  line-height: 15px;
  color: #58646d;
  font-size: 10px;
}

/* USPsTop border for each column */

.USPsTop .columns:nth-child(2),
.USPsTop .columns:nth-child(4) {
  border-right: 1px solid #ececec;
}

/* USPs grid for phone only */

.USPsBar {
  text-align: center;
  background-color: #f6f6f6;
  padding: 5% 0;
  border-top: 1px solid #d7e2eb;
  border-bottom: 1px solid #d7e2eb;
}

.USPsBar img {
  width: 80%;
  padding: 10% 25%;
}

.USPsBar .USP-title {
  margin-top: 2px;
  padding-bottom: 20px;
  line-height: 22px;
  color: #58646d;
}

.USPsBar .columns:first-child .USP-title,
.USPsBar .columns:nth-child(2) .USP-title {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}

.USPsBar .columns:first-child,
.USPsBar .columns:nth-child(3) {
  border-right: 1px solid #ececec;
}

/* Steps (desktop only) */

.dl-steps {
  margin-top: 3%;
}

h4 {
  color: #435c71;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  padding-top: 50px;
}

.dl-steps .steps-wrapper {
  padding: 3% 0 0 0;
  overflow: auto;
}

.dl-steps .step {
  width: calc(80% / 3);
  float: left;
  font-size: 15px;
  line-height: 1.6em;
  color: var(--step-color, var(--body-text-color, #78848e));
  text-align: center;
}

.dl-steps .step-splitter {
  width: 6%;
  float: left;
  height: 0.8em;
  border-bottom: solid 1px var(--step-color, var(--body-text-color, #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: var(--step-background-color, #e8e8e8);
  color: var(--step-color, #9c9c9c);
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.1em;
  margin-right: 10px;
  text-align: center;
  width: 1.6em;
}

/* USPs list */

.bulletText {
  color: #435c71;
  font-size: 20px;
}

.bullet img {
  margin-right: 15px;
  width: 25px;
  height: 25px;
}

.bullet {
  padding-bottom: 20px;
}

/* Tagline */

.tagline {
  padding: 5% 0;
  text-align: center;
}

.tagline h2 {
  color: #435c71;
  margin: 10px auto 10px auto;
  max-width: 480px;
}

.foldTitle {
  padding-bottom: 0;
}

.devices {
  padding: 0 10%;
  text-align: center;
}

.stepsSmall {
  padding: 20px 10%;
  text-align: center;
}

.stepsSmall .steps {
  margin: auto;
  margin-bottom: 10px;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.stepsSmall .steps h3 {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}

.stepsSmall .steps .step {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.stepsSmall .nr {
  width: 35px;
  float: left;
  background-size: 2px;
  background-position: center;
  background-repeat: repeat-y;
}

.stepsSmall .nr:first-child,
.formbox .nr:nth-child(2) {
  height: 100%;
  position: absolute;
  top: 0;
}

.stepsSmall .nr:nth-child(2),
.formbox .nr:nth-child(3) {
  padding-top: 3px;
}

.stepsSmall .nr span {
  background-color: var(--step-background-color, #e8e8e8);
  color: var(--step-color, #9c9c9c);
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  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;
}

.stepsSmall .step.active .nr span {
  width: 32px;
  background: var(--primary, #17556b);
  color: var(--on-primary, #fff);
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  margin: 0;
  padding-bottom: 2px;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px;
}

.stepsSmall .text {
  width: calc(100% - 45px);
  float: right;
  text-align: left;
  color: var(--step-color, #7e7e7e);
  line-height: 24px;
  font-size: 15px;
}

.stepsSmall .step:nth-child(1) .text {
  margin-bottom: 15px;
}

.stepsSmall .step:nth-child(2) .text {
  margin-bottom: 15px;
}

.stepsSmall .step:nth-child(3) .text {
  margin-bottom: 4px;
}

.stepsSmall .text.active {
  color: #17556b;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 3px;
  margin-bottom: 15px;
}

.stepsSmall .text div {
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
}

/* 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-text {
  display: flex;
  flex-direction: column;
  padding: 24px 12px;
  color: #676767;
  border: 1px solid #e4e4e4;
  border-width: 0 1px 1px 1px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}

.content-text .price-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.content-text .price {
  font-size: 22px;
  font-weight: 600;
}
.pricing-list {
  padding-left: 20px;
  margin: 0;
  list-style: disc;
}

.pricing-list li {
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.5;
}
.content-images img {
  width: 100%;
}

.row.content-examples {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card {
  width: 100%;
}

.card-header {
  padding: 8px 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: #444;
}

.card-body {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 341px;
}

.card-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.px-2{
  padding-right: 2%;
  padding-left: 2%;
}
/* Modal */

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  color: #000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0;
}

.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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal .formbox {
  background: #fff;
  text-align: center;
  position: relative;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
  top: 0;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.formbox-left {
  padding: 0;
}

.modal .formbox .formbox-header {
  padding: 20px 0 15px 0;
  text-align: left;
  background-color: var(--popup-background-color, var(--primary, #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: var(--popup-color, var(--on-primary, #fff));
  font-weight: 400;
}

.modal .formbox .formbox-header .form-title2 {
  font-size: 22px;
  margin-bottom: 1px;
  color: var(--popup-color, var(--on-primary, #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;
  color: var(--popup-color, var(--on-primary, #9c9c9c));
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  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: var(--popup-step-active-bg-color, var(--primary, #17556b));
  color: var(--popup-step-active-color, var(--on-primary, #ffffff));
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  margin: 0;
  padding-bottom: 2px;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px;
}

.formbox .text {
  width: calc(100% - 45px);
  float: right;
  text-align: left;
  color: var(--popup-color, var(--on-primary, #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: var(--primary, #17556b);
  font-size: 18px;
  margin: 10px 0 16px 0;
  font-weight: 700;
}

.modal .formbox .field {
  position: relative;
}

.modal .formbox .field input {
  border: var(--text-field-border-size, 1px) solid
    var(--text-field-border-color, #707070);
  border-radius: var(--text-field-border-radius, 3px);
  color: var(--text-field-color, #000);
  height: var(--text-field-height, 50px);
  font-size: var(--text-field-font-size, 16px);
  width: 100%;
  padding: 15px 10px 15px 43px;
  margin-bottom: 8px;
}

.modal .formbox .field input::placeholder {
  color: #b9b9b9;
}

.input_img {
  position: absolute;
  left: 10px;
  top: 14px;
  width: 26px;
  height: 26px;
}

.error {
  display: none;
  color: var(--error, #ec0909);
  font-size: 12px;
  padding: 2px 0;
  margin-bottom: 10px !important;
  text-align: center;
}

.formbox-right .btn-submit {
  background-color: var(--button-background-color, var(--primary, #00a803));
  color: var(--button-color, var(--on-primary, #fff));
  font-weight: var(--button-font-weight, 700);
  border-radius: var(--button-border-radius, 3px);
  font-size: var(--button-font-size, 21px);
  border: 0;
  width: 100%;
  padding: 16px 0 18px 0;
  position: relative;
  transition: padding-right 0.3s ease;
  cursor: pointer;
}

.formbox-right .btn-submit:hover {
  background-color: var(
    --button-background-color-hover,
    var(--primary-dark, #1fb308)
  );
}

.formbox-right .btn-submit:active {
  background-color: var(
    --button-background-color-hover,
    var(--primary-dark, #349a25)
  );
}

.footer,
.disclaimer {
  font-size: 11px;
  font-weight: normal;
  color: var(--body-text-color, #9c9c9c);
  text-align: center;
  margin: 15px auto 5px;
}

.legal-links {
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1rem;
  margin-top: 1rem;
}

.legal-links li a {
  font-size: 11px;
}

#lpfootermenu {
  margin-top: 5px;
}

#lpfootermenu a {
  color: var(--body-text-color, #9c9c9c);
}

.footer a {
  color: #828282;
  text-decoration: underline;
  text-decoration-style: dotted;
}

/* Responsive */

@media screen and (min-width: 340px) {
  .formbox .steps {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .stepsSmall img {
    max-width: 170px;
  }
}

@media screen and (max-width: 1024px) {
  .tryDel {
    display: none !important;
  }

  .USPs img {
    width: 80px;
    height: 80px;
    padding: 10% 10%;
  }

  #logo img {
    height: 44px;
  }
  .foldTitle h4 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 641px) {
  #pop-bb .step {
    color: white;
  }

  .USPsBar {
    display: none !important;
  }

  .USPsTop {
    padding: 2% 0;
  }

  #menu {
    min-width: 50px;
  }

  .main-content {
    padding-top: 5%;
  }

  .item-center {
    display: grid;
    grid-auto-flow: column;

    align-items: center;
    justify-items: center;
  }

  .DL-text {
    text-align: left;
    font-size: 30px;
    line-height: 33px;
  }

  .DL-text .img {
    height: 90px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }

  .DL-button a {
    margin: 0 9% 15px 9%;
  }

  .USPsBar {
    padding: 2% 0;
  }

  .USPsBar .columns:first-child .USP-title,
  .USPsBar .columns:nth-child(2) .USP-title {
    border-bottom: 1px solid #e1e8ef;
    margin-bottom: 0;
  }

  .USPsBar img {
    padding: 5% 30%;
  }

  .USPsBar {
    padding: 2% 0;
  }

  .USPsTop .columns:first-child .USP-title,
  .USPs .columns:nth-child(2) .USP-title {
    border-bottom: none;
    margin-bottom: 0;
  }

  .USPsTop img {
    padding: 5% 30%;
  }

  .tagline .DL-button a {
    max-width: 430px;
    margin: auto;
    margin-bottom: 15px;
  }

  .tagline2 .DL-button a {
    max-width: 430px;
    margin: auto;
    margin-bottom: 15px;
  }

  .devices img {
    max-width: 350px;
  }

  .modal .formbox {
    top: 0;
    margin: 0 auto 30px;
    background: #17556b;
  }

  .formbox-left {
    background-color: #17556b;
  }

  #pop-bb .formbox-left {
    min-height: 380px;
  }

  .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;
  }

  .content-text {
    padding: 24px;
  }
}

@media only screen and (min-device-width: 641px) and (max-device-width: 1024px) and (orientation: portrait) {
  .USPs img {
    width: 80%;
    padding: 10% 0px;
  }

  .tagline .DL-button a {
    max-width: 350px;
    margin: auto;
    margin-bottom: 15px;
  }

  .tagline2 .DL-button a {
    max-width: 350px;
    margin: auto;
    margin-bottom: 15px;
  }

  .DL-text {
    font-size: 36px;
    line-height: 40px;
  }

  .DL-text .img {
    height: 95px;
  }
}

@media only screen and (max-width: 641px) {
  .close-button-modal {
    font-size: 18px;
    width: 20px;
    top: -4px;
    left: 2px;
  }
}

@media only screen and (min-device-width: 895px) and (max-device-width: 1024px) and (orientation: portrait) {
  .DL-text {
    font-size: 36px;
    line-height: 40px;
  }

  .DL-text .img {
    height: 95px;
    width: 85px;
  }
}

@media only screen and (min-device-width: 641px) and (max-device-width: 709px) and (orientation: portrait) {
  /*usp icon sizes test*/
  .USPs img {
    width: 50px;

    padding: 10% 0px;
  }

  .USP-title {
    margin-top: 2px;
    padding-bottom: 20px;
    line-height: 22px;
    color: #78848e;
  }

  /*end test*/
  .tagline .DL-button a {
    max-width: 290px;
    margin: auto;
    margin-bottom: 15px;
  }

  .tagline2 .DL-button a {
    max-width: 290px;
    margin: auto;
    margin-bottom: 15px;
  }
}

@media only screen and (min-device-width: 710px) and (max-device-width: 970px) and (orientation: portrait) {
  /*usp icon sizes test*/
  .USPs img {
    width: 60px;

    padding: 10% 0px;
  }

  .USP-title {
    margin-top: 2px;
    padding-bottom: 20px;
    line-height: 22px;
    color: #78848e;
  }

  /*end test*/
}

@media only screen and (min-device-width: 710px) and (max-device-width: 970px) and (orientation: portrait) {
  /*usp icon sizes test*/
  .USPs img {
    width: 60px;

    padding: 10% 0px;
  }

  .USP-title {
    margin-top: 2px;
    padding-bottom: 20px;
    line-height: 22px;
    color: #78848e;
  }

  /*end test*/
  .tagline .DL-button a {
    max-width: 350px;
    margin: auto;
    margin-bottom: 15px;
  }

  .tagline2 .DL-button a {
    max-width: 430px;
    margin: auto;
    margin-bottom: 15px;
  }

  .USPsBar {
    display: none !important;
  }

  .main-content {
    padding-top: 5%;
  }

  .USPs {
    padding: 5% 0;
    padding-bottom: 0;
  }

  .dl-steps {
    margin-top: 3%;
    margin-bottom: 9%;
  }
}

@media screen and (min-width: 1025px) {
  .specs {
    max-width: 62.5em !important;
  }
}
@media screen and (min-width: 1024px) {
  .USPsBar {
    display: none !important;
  }

  .main-content {
    padding-top: 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;
  }
  .row.content-examples {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
/* @media screen and (max-width: 768px) {
  .row.content-examples {
    display: block;
  }
} */
.row.content-examples > .columns {
  display: flex;
  flex-direction: column;
}

.card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #ddd; /* opcional, para visualizar límites */
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (min-width: 1424px) {
  .main-content {
    padding-top: 11%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal .overlay {
    background: rgba(0, 0, 0, 0.91);
  }

  #logo img {
    position: absolute;
    margin-top: 9px;
  }
}

.spinning {
  background-color: #57b349;
  padding-right: 20px;
  position: relative;
}

.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;
}

.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;
}

@-webkit-keyframes rotate360 {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}

@keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}

.blinking-dot {
  width: 10px;
  height: 10px;
  background-color: var(--button-background-color, var(--primary, #00a803));
  border-radius: 100%;
  display: inline-block;
  animation: opacityBlink 2s infinite;
}

@-webkit-keyframes opacityBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.specs {
  max-width: 360px;
}

.specs-item {
  background-color: #f6f6f6;
  padding: 20px 25px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  margin-bottom: 30px;
  min-height: 190px;
}

.specs-up {
  display: flex;
  align-items: center;
}

.specs-up .specs-icon {
  width: 50px;
  height: auto;
  max-height: 50px;
  margin-right: 10px;
  opacity: 0.5;
}

.specs-header p {
  margin: 0;
  color: #676767;
}

.specs-description {
  margin-top: 10px;
}

.specs-description p {
  font-size: 15px;
  margin: 0;
  line-height: 1.4;
  color: var(--body-text-color, #676767);
}

@-webkit-keyframes loading {
  from {
    width: 5%;
  }

  to {
    width: 100%;
  }
}

@keyframes loading {
  from {
    width: 5%;
  }

  to {
    width: 100%;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.loading-area .frame {
  display: block;
  background-color: white;
  border-radius: 5px;
  height: 90px;
  border: 1px solid var(--button-border-color, #18a103);

  max-width: 430px;
  margin: auto;
  margin-bottom: 15px;

  overflow: hidden;
  position: relative;
}

.loading-area .progress {
  width: 5%;
  height: 100%;
  background-color: var(
    --button-background-color-hover,
    var(--primary, #18a103)
  );
  animation-name: loading;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.loading-area a.click {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: fadein 2s;
  background-color: transparent;
}
