body {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
}

p {
  color: #000;
}

h1.title-header {
  font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  text-transform: uppercase;
  font-weight: bold !important;
}

h3 {
  font-size: clamp(18px, 1.5vw, 24px);
}

.img-center {
  margin: 0 auto;
}

.margin-top-60 {
  margin-top: 30px;
}

.margin-bottom-60 {
  margin-bottom: 30px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.product-info-container-dark h3 a {
  color: #000;
}

.product-info-container-dark h3 a:hover {
  color: #000;
  border-color: unset;
}

@media screen and (min-width:768px) {

  .margin-top-60 {
    margin-top: 60px;
  }

  .margin-bottom-60 {
    margin-bottom: 60px;
  }

  .wrapper_feature {
    flex-direction: row;
  }

  .wrapper_feature .item {
    margin-bottom: 20px;
    padding: 20px 40px;
  }
}

@media screen and (min-width:992px) {
  .md-align {
    text-align: left;
  }
}

/* #region MARK: upgrade products */

.aexupgrade .section_upgrade_products {
  background: #131416;
}

.aexupgrade .section_upgrade_products a:has(img) {
  color: unset;
  border: unset;
}

.aexupgrade .section_upgrade_products .title-header,
.aexupgrade .section_upgrade_products p {
  color: #fff;
}

.aexupgrade .section_upgrade_products .title-header .org-txt {
  color: #EC491C;
}

.aexupgrade .section_upgrade_products .btn a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #EC491C;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.aexupgrade .section_upgrade_products .btn a:focus {
  outline: unset;

}


/* #endregion */


/* #region MARK: upgrade steps */

.aexupgrade .section_upgrade_steps {
  background-color: #f2f2f2;
}

/* #endregion */

/* #region MARK: section_potafesEvent */
/* #endregion */

/* new code */
.aexupgrade .section_upgrade_steps .page-wrapper {
  max-width: 600px;
  margin: 20px auto
}

.aexupgrade .section_upgrade_steps .mdl-card {
  width: 100%;
  padding: 24px
}

.aexupgrade .section_upgrade_steps .page-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px
}

.aexupgrade .section_upgrade_steps .helper-text {
  margin-top: 10px;
  color: #757575;
  font-size: 13px
}

.aexupgrade .section_upgrade_steps input.mdl-textfield__input {
  text-align: center;
  border-radius: 4px;
  border-width: 0px;
  width: 100%;
  padding-top: 20px;
  max-width: 300px;
  color: #000;
}

.aexupgrade .section_upgrade_steps img.sn-img {
  margin-bottom: 30px;
}

.aexupgrade .section_upgrade_steps input.mdl-textfield__input:focus {
  border: solid #00A5EC 1px;
}

.aexupgrade .section_upgrade_steps input.mdl-textfield__input:focus-visible,
.aexupgrade .section_upgrade_steps .mdl-textfield:focus-visible,
.aexupgrade .section_upgrade_steps .mdl-textfield__label:focus-visible {
  outline: unset;
}

.aexupgrade .section_upgrade_steps .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.aexupgrade .section_upgrade_steps .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.aexupgrade .section_upgrade_steps .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: rgb(63, 81, 181);
  font-size: 12px;
  top: 4px;
  visibility: visible;
}

.aexupgrade .section_upgrade_steps .mdl-textfield__label {
  display: block;
}

.aexupgrade .section_upgrade_steps .error-message {
  display: none;
  margin-top: 10px;
  color: #d50000;
  font-size: 13px
}

.aexupgrade .section_upgrade_steps button {
  display: inline-block;
  padding: 10px 40px;
  border: 2px solid #EC491C;
  text-decoration: none;
  border-radius: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.aexupgrade .section_aex_coupon {
  background: #fff
}

.aexupgrade .section_aex_coupon .action-row {
  margin-top: 16px
}

.aexupgrade .section_aex_coupon .promo-code {
  font-weight: 700;
  color: #EC491C;

}

/* #region MARK: snForm */

#snForm .mdl-textfield {
  position: relative;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  width: 300px;
  max-width: 100%;
  margin: 0;
  /* padding: 20px 0; */
}

.mdl-textfield__label {
  bottom: 0;
  color: #808080;
  font-size: 16px;
  text-transform: uppercase;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 24px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

#snForm .mdl-textfield--floating-label .mdl-textfield__label {
  padding-left: 0px;
  top: 16px;
  transition: all 0.3s ease;
  text-align: center;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: rgb(63, 81, 181);
  font-size: 12px;
  top: 4px;
  visibility: visible;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  top: -16px;
}

.mdl-textfield.is-focused .mdl-textfield__label:after {
  left: 0;
  visibility: visible;
  width: 100%;
}

#snForm .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
#snForm .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
  top: 5px;
}