html.self-service-page {
  font-size: 10vw;
  background-color: #FFF;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  html.self-service-page {
    --mobile-menu-height: 86px;
    font-size: 16px;
    min-height: auto;
  }
}

.page-layout {
  display: flex;
  min-height: 100vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-layout {
    flex-direction: column;
    padding-top: calc(var(--total-header-height, 278px));
    min-height: auto;
  }
  .page-layout[data-step="1"] .main-content, .page-layout[data-step="2"] .main-content {
    padding-bottom: 0;
  }
  .page-layout[data-step="3"] .summary-column {
    padding-bottom: 0;
  }
  .page-layout[data-step="1"] .-for-desktop, .page-layout[data-step="2"] .-for-desktop, .page-layout[data-step="3"] .-for-desktop {
    display: none !important;
  }
  .page-layout[data-step="1"] .main-content .-title, .page-layout[data-step="1"] .main-content .-title-h3, .page-layout[data-step="1"] .main-content .-info, .page-layout[data-step="1"] .main-content .-info-small {
    display: block;
  }
  .page-layout[data-step="1"] .main-content .w3-row:has(#nrOfStudents, #periodInMonths) {
    display: block;
  }
  .page-layout[data-step="1"] .main-content .total-cost-display {
    display: block;
  }
  .page-layout[data-step="1"] .main-content .-section-title,
  .page-layout[data-step="1"] .main-content .w3-row:has(#userName, #email, #country, #organizationName) {
    display: none !important;
  }
  .page-layout[data-step="1"] .main-content .w3-col.-border-bottom {
    border-bottom: none;
  }
  .page-layout[data-step="1"] .summary-column {
    display: none !important;
  }
  .page-layout[data-step="1"] .main-content .-checkbox-group-parent, .page-layout[data-step="3"] .main-content .-checkbox-group-parent {
    display: none;
  }
  .page-layout[data-step="2"] .main-content .-title, .page-layout[data-step="2"] .main-content .-title-h3, .page-layout[data-step="2"] .main-content .-info, .page-layout[data-step="2"] .main-content .-info-small {
    display: none;
  }
  .page-layout[data-step="2"] .main-content .w3-row:has(#nrOfStudents, #periodInMonths) {
    display: none;
  }
  .page-layout[data-step="2"] .main-content .-section-title {
    display: block;
  }
  .page-layout[data-step="2"] .main-content .w3-row:has(#userName, #email, #country, #organizationName) {
    display: block;
  }
  .page-layout[data-step="2"] .main-content .-checkbox-group-parent {
    display: flex !important;
  }
  .page-layout[data-step="2"] .main-content .w3-col:has(.total-cost-display) {
    display: none !important;
  }
  .page-layout[data-step="2"] .summary-column {
    display: none !important;
  }
  .page-layout[data-step="3"] .main-content {
    display: none;
  }
  .page-layout[data-step="3"] .summary-column {
    display: block !important;
    width: 100%;
    padding: 0 16px 0 16px;
    margin-bottom: 0;
  }
  .page-layout[data-step="3"] .mobile-nav .next-step {
    display: none;
  }
}

.main-content {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 40px;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .main-content {
    max-width: 8.4210526316rem;
  }
}
@media screen and (min-width: 768px) {
  .main-content {
    margin-left: 0.2807017544rem;
  }
}
@media screen and (min-width: 768px) {
  .main-content {
    padding-top: 0.0701754386rem;
  }
}
@media screen and (min-width: 768px) {
  .main-content {
    padding-bottom: 0.0701754386rem;
  }
}
@media screen and (min-width: 768px) {
  .main-content {
    padding-left: 0.1403508772rem;
  }
}
@media screen and (min-width: 768px) {
  .main-content {
    padding-right: 0.2807017544rem;
  }
}
@media screen and (min-width: 768px) {
  .main-content {
    gap: 0.2807017544rem;
  }
}
@media screen and (max-width: 767px) {
  .main-content {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }
}

.summary-column {
  width: 420px;
  padding-right: 40px;
  padding-top: 10px;
  background: #FAFAFB;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .summary-column {
    width: 2.9473684211rem;
  }
}
@media screen and (min-width: 768px) {
  .summary-column {
    padding-right: 0.2807017544rem;
  }
}
@media screen and (min-width: 768px) {
  .summary-column {
    padding-top: 0.0701754386rem;
  }
}
@media screen and (max-width: 767px) {
  .summary-column[data-step="3"] {
    width: 100%;
    background: #FAFAFB;
    padding: 16px;
    margin-bottom: 0;
  }
}
.summary-column .summary-sticky {
  font-family: "Source Sans Pro Topnav", sans-serif;
  position: sticky;
  top: 0;
  width: 380px;
  max-width: 380px;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  box-sizing: border-box;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .summary-column .summary-sticky {
    width: 2.6666666667rem;
  }
}
@media screen and (min-width: 768px) {
  .summary-column .summary-sticky {
    max-width: 2.6666666667rem;
  }
}
@media screen and (min-width: 768px) {
  .summary-column .summary-sticky {
    padding-top: 0.1122807018rem;
  }
}
@media screen and (min-width: 768px) {
  .summary-column .summary-sticky {
    padding-left: 0.1684210526rem;
  }
}
@media screen and (min-width: 768px) {
  .summary-column .summary-sticky {
    padding-right: 0.1684210526rem;
  }
}
@media screen and (min-width: 768px) {
  .summary-column .summary-sticky {
    padding-bottom: 0.1122807018rem;
  }
}
.summary-column .summary-sticky h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #37352F;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .summary-column .summary-sticky h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .summary-column .summary-sticky h2 {
    font-size: 0.1403508772rem;
  }
}
@media screen and (max-width: 767px) {
  .summary-column .summary-sticky h2 {
    margin-top: 0px;
  }
}
.summary-column .summary-sticky .summary-content {
  background: #FFF;
  padding: 16px;
  border-radius: 8px;
}
.summary-column .summary-sticky .summary-content .summary-section {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9DBE9;
}
.summary-column .summary-sticky .summary-content .summary-section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.summary-column .summary-sticky .summary-content .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #6F6C90;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .summary-column .summary-sticky .summary-content .summary-row {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .summary-column .summary-sticky .summary-content .summary-row {
    font-size: 0.098245614rem;
  }
}
.summary-column .summary-sticky .summary-content .summary-row:last-child {
  margin-bottom: 0;
}
.summary-column .summary-sticky .summary-content .summary-row span:first-child {
  color: #37352F;
}
.summary-column .summary-sticky .promo-code .promo-toggle {
  color: #04AA6D;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .summary-column .summary-sticky .promo-code .promo-toggle {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .summary-column .summary-sticky .promo-code .promo-toggle {
    font-size: 0.098245614rem;
  }
}
.summary-column .summary-sticky .promo-code .promo-toggle svg {
  transition: transform 0.2s ease;
}
.summary-column .summary-sticky .promo-code .promo-toggle.active svg {
  transform: rotate(180deg);
}
.summary-column .summary-sticky .promo-code .promo-toggle.-error {
  color: #f44336;
}
.summary-column .summary-sticky .promo-code .promo-toggle.-error svg path {
  stroke: #f44336;
}
.summary-column .summary-sticky .promo-code .promo-input {
  margin-top: 12px;
}
.summary-column .summary-sticky .promo-code .promo-input.hidden {
  display: none;
}
.summary-column .summary-sticky .promo-code .promo-input .-input-wrapper {
  margin-right: 5px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.summary-column .summary-sticky .promo-code .promo-input .-input-wrapper.-error input {
  border-color: #f44336;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(244, 67, 54, 0.2);
}
.summary-column .summary-sticky .promo-code .promo-input .-input-wrapper.-error .promo-error {
  display: block;
}
.summary-column .summary-sticky .promo-code .promo-input .-input-wrapper input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #D9DBE9;
  border-radius: 8px;
  background-color: #F9F9FA;
  font-size: 14px;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .summary-column .summary-sticky .promo-code .promo-input .-input-wrapper input {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .summary-column .summary-sticky .promo-code .promo-input .-input-wrapper input {
    font-size: 0.098245614rem;
  }
}
.summary-column .summary-sticky .promo-code .promo-input .-input-wrapper input:focus {
  outline: none;
  border-color: #04AA6D;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(13, 163, 118, 0.2);
}
.summary-column .summary-sticky .promo-code .promo-input .-input-wrapper .promo-error {
  color: #f44336;
  font-size: 12px;
  margin-top: 4px;
  display: none;
}
@media screen and (min-width: 768px) {
  .summary-column .summary-sticky .promo-code .promo-input .-input-wrapper .promo-error {
    font-size: 0.0842105263rem;
  }
}
.summary-column .summary-sticky .summary-total {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #D9DBE9;
  font-weight: bold;
  color: #37352F;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .summary-column .summary-sticky .summary-total {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .summary-column .summary-sticky .summary-total {
    font-size: 0.098245614rem;
  }
}
.summary-column .summary-sticky .complete-order {
  width: 100%;
  margin-top: 12px;
  background-color: #04AA6D;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  border-radius: 8px;
}
.summary-column .summary-sticky .complete-order:hover {
  opacity: 0.9;
}
.summary-column .summary-sticky .complete-order:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.7;
}
.summary-column .summary-sticky .complete-order:disabled:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .summary-column .summary-sticky .complete-order {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .summary-column {
    width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    padding-top: 0px;
  }
  .summary-column .summary-sticky {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 20px 16px 0 16px;
  }
}

.self-service-wrapper {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-layout {
    flex-direction: column;
  }
}
.logo {
  filter: brightness(0);
  position: fixed;
  left: 40px;
  top: 75px;
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .logo {
    left: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .logo {
    left: 0.2807017544rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .logo {
    top: 75px;
  }
}
@media screen and (min-width: 1025px) {
  .logo {
    top: 0.5263157895rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .logo {
    width: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .logo {
    width: 0.5614035088rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .logo {
    height: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .logo {
    height: 0.5614035088rem;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    position: static;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    transform: none;
  }
}
.logo img {
  width: 120%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: -10%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .logo img {
    position: static;
    width: 100%;
    height: 100%;
    top: auto;
    left: auto;
  }
}

.self-service {
  flex: 1;
  border-radius: 8px;
  padding: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .self-service {
    padding: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .self-service {
    padding: 0.1122807018rem;
  }
}
@media screen and (max-width: 767px) {
  .self-service {
    padding: 20px 16px 0px 16px;
  }
}
.self-service .-title {
  color: #37352F;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .self-service .-title {
    font-size: 42px;
  }
}
@media screen and (min-width: 1025px) {
  .self-service .-title {
    font-size: 0.2947368421rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .self-service .-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .self-service .-title {
    margin-bottom: 0.1403508772rem;
  }
}
.self-service .-title-h3 {
  color: #37352F;
  font-family: "Source Sans Pro Topnav", sans-serif;
  font-size: 18px;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .self-service .-title-h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .self-service .-title-h3 {
    font-size: 0.1263157895rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .self-service .-title-h3 {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .self-service .-title-h3 {
    margin-bottom: 0rem;
  }
}
.self-service .-info {
  color: #37352F;
  font-family: "Source Sans Pro Topnav", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 2px;
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .self-service .-info {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .self-service .-info {
    font-size: 0.1263157895rem;
  }
}
@media screen and (max-width: 767px) {
  .self-service .-info {
    margin-top: 0px !important;
  }
}
.self-service .-info-small {
  color: #37352F;
  font-family: "Source Sans Pro Topnav", sans-serif;
  font-size: 14px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .self-service .-info-small {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .self-service .-info-small {
    font-size: 0.098245614rem;
  }
}
@media screen and (max-width: 767px) {
  .self-service .-info-small {
    margin-bottom: 10px;
  }
}
.self-service .-info-light {
  font-family: "Source Sans Pro Topnav", sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .self-service .-info-light {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .self-service .-info-light {
    font-size: 0.0912280702rem;
  }
}
.self-service .-price {
  font-size: 18px;
  color: #04AA6D;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .self-service .-price {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .self-service .-price {
    font-size: 0.1263157895rem;
  }
}
.self-service .-section-title {
  font-family: "Source Sans Pro Topnav", sans-serif;
  font-size: 18px;
  margin: 16px 0 16px;
  color: #37352F;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .self-service .-section-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .self-service .-section-title {
    font-size: 0.1263157895rem;
  }
}
@media screen and (max-width: 767px) {
  .self-service .-section-title {
    margin: 0 0 6px 0;
  }
}
.self-service .-padding {
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .self-service .-padding {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .self-service .-padding {
    padding-top: 0.0561403509rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .self-service .-padding {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .self-service .-padding {
    padding-right: 0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .self-service .-padding {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .self-service .-padding {
    padding-bottom: 0.0561403509rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .self-service .-padding {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .self-service .-padding {
    padding-left: 0rem;
  }
}
.self-service .-l6-s12 {
  width: 49.9999%;
}
@media screen and (max-width: 767px) {
  .self-service .-l6-s12 {
    width: 100%;
  }
}

.-input-group {
  margin-bottom: 12px;
}
.-input-group label {
  font-family: "Source Sans Pro Topnav", sans-serif;
  display: block;
  color: #37352F;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .-input-group label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .-input-group label {
    font-size: 0.098245614rem;
  }
}
.-input-group .-input-wrapper {
  margin-right: 20px;
  position: relative;
}
.-input-group .-input-wrapper.-error input, .-input-group .-input-wrapper.-error select {
  border-color: #f44336;
  background-color: #fff;
}
.-input-group .-input-wrapper.-error .-error-message {
  display: block;
}
.-input-group .-input-wrapper .-error-message {
  display: none;
  color: #f44336;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .-input-group .-input-wrapper .-error-message {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .-input-group .-input-wrapper .-error-message {
    font-size: 0.0842105263rem;
  }
}
.-input-group .-input-wrapper input, .-input-group .-input-wrapper select {
  color: #262262;
  width: 100%;
  padding: 16px;
  border: 1px solid #D9DBE9;
  border-radius: 8px;
  background-color: #F9F9FA;
  font-family: "Source Sans Pro Topnav", sans-serif;
  height: 52px;
}
.-input-group .-input-wrapper input:focus, .-input-group .-input-wrapper select:focus {
  outline: none;
  border-color: #04AA6D;
  box-shadow: 0 0 5px rgba(13, 163, 118, 0.2);
}
.-input-group .-input-wrapper input::placeholder, .-input-group .-input-wrapper select::placeholder {
  color: #A0A3BD;
}
.-input-group .-input-wrapper .-icon {
  position: absolute;
  right: 16px;
  top: 26px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #505F78;
}
.-input-group .-input-wrapper select {
  background-color: #F9F9FA;
  cursor: pointer;
  padding-right: 40px !important;
}
.-input-group .-input-wrapper select::-ms-expand {
  display: none;
}
.-input-group .-input-wrapper select:focus {
  outline: none;
  border-color: #04AA6D;
  background-color: #fff;
}
.-input-group .-input-wrapper select option {
  color: #37352F;
  background-color: #fff;
}
.-input-group .-input-wrapper select option:first-child {
  color: #A0A3BD;
}
.-input-group .-input-wrapper select option[value=""][disabled],
.-input-group .-input-wrapper select option[value=""][hidden] {
  color: #A0A3BD;
}
.-input-group .-input-wrapper select:invalid {
  color: #A0A3BD;
}
.-input-group .-input-wrapper:has(select) .-icon {
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 26px;
  transform: translateY(-50%);
}

.-checkbox-group-parent {
  display: flex;
}

.-checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
}
.-checkbox-group input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #D9DBE9;
  background-color: #F9F9FA;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  margin: 0;
  flex-shrink: 0;
}
.-checkbox-group input[type=checkbox]:checked {
  background-color: #04AA6D;
  border-color: #04AA6D;
}
.-checkbox-group input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.-checkbox-group input[type=checkbox]:focus {
  outline: none;
  border-color: #04AA6D;
}
.-checkbox-group label {
  margin: 0;
  color: #37352F;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .-checkbox-group label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .-checkbox-group label {
    font-size: 0.098245614rem;
  }
}

.-warning-box {
  color: #000 !important;
  border: 1px solid #f44336;
  background-color: #ffebee;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding: 20px 24px;
  margin: 32px 0 16px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .-warning-box {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .-warning-box {
    font-size: 0.1052631579rem;
  }
}
.-warning-box.-hidden {
  display: none;
}
.-warning-box br {
  display: block;
  margin: 8px 0;
  content: "";
}

.total-cost-display {
  color: #37352F;
  font-family: "Source Sans Pro Topnav", sans-serif;
  margin: 2px 0;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.total-cost-display .label {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .total-cost-display .label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .total-cost-display .label {
    font-size: 0.098245614rem;
  }
}
.total-cost-display .value {
  margin-left: 2px;
  font-size: 14px;
  font-weight: bold;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .total-cost-display .value {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .total-cost-display .value {
    font-size: 0.098245614rem;
  }
}
@media screen and (max-width: 767px) {
  .total-cost-display {
    padding-bottom: 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .-mobile-padding {
    padding: 0 !important;
  }
}

.promo-error {
  color: #f44336;
  font-size: 12px;
  margin-top: 4px;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .promo-error {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .promo-error {
    font-size: 0.0842105263rem;
  }
}

.terms-agreement {
  margin: 12px 0 12px;
  font-size: 14px;
  color: #37352F;
  text-align: left;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .terms-agreement {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .terms-agreement {
    font-size: 0.098245614rem;
  }
}
.terms-agreement a {
  color: #04AA6D;
  text-decoration: none;
}
.terms-agreement a:hover {
  text-decoration: underline;
}

.success-message {
  margin: 12px 0;
  padding: 12px;
  background-color: #FFFFF0;
  border: 1px solid #FAF088;
  border-radius: 4px;
  color: #37352F;
  font-size: 14px;
  line-height: 1.4;
}
.success-message.-hidden {
  display: none;
}

.-border-bottom {
  border-bottom: 1px solid #D9DBE9;
}

.mobile-steps {
  display: none;
  font-family: "Source Sans Pro", sans-serif;
  padding: 10px 10px;
}
@media screen and (max-width: 767px) {
  .mobile-steps {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #D9DBE9;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    margin-top: 0;
  }
  .mobile-header + .mobile-steps {
    top: calc(var(--mobile-header-height, 210px) + var(--mobile-menu-height, 86px));
  }
  .mobile-steps .-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #6F6C90;
    position: relative;
    flex: 1;
  }
  .mobile-steps .-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: calc(50% + 16px);
    right: calc(-50% + 16px);
    top: 16px;
    height: 2px;
    background: #D9DBE9;
    z-index: 1;
  }
  .mobile-steps .-step.-completed .-step-number {
    background: #04AA6D;
    color: #fff;
    border-color: #04AA6D;
  }
  .mobile-steps .-step.-completed:not(:last-child)::after {
    background: #04AA6D;
  }
  .mobile-steps .-step.-active {
    color: #37352F;
  }
  .mobile-steps .-step.-active .-step-number {
    background: #04AA6D;
    color: #fff;
    border-color: #04AA6D;
  }
  .mobile-steps .-step.-active:not(:last-child)::after {
    background: #D9DBE9;
  }
  .mobile-steps .-step .-step-number {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #D9DBE9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
  }
  .mobile-steps .-step .-step-text {
    font-size: 14px;
    text-align: center;
  }
  .mobile-steps .-step:focus {
    outline: none;
  }
  .mobile-steps .-step:focus .-step-number {
    box-shadow: 0 0 0 2px #04AA6D;
  }
}
@media screen and (max-width: 370px) {
  .mobile-steps {
    top: calc(210px + var(--mobile-menu-height, 86px));
  }
}

.mobile-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-nav {
    display: flex;
    padding: 16px;
    background: #fff;
    border-top: 1px solid #D9DBE9;
    justify-content: flex-end;
  }
  .mobile-nav .prev-step:not([style*="display: none"]) ~ .next-step {
    margin-left: auto;
  }
  .page-layout[data-step="3"] .mobile-nav {
    justify-content: flex-start;
  }
  .mobile-nav button {
    background-color: #04AA6D;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
  }
  .mobile-nav button.prev-step {
    background-color: transparent;
    border: 1px solid #04AA6D;
    color: #04AA6D;
  }
  .mobile-nav button:hover {
    opacity: 0.9;
  }
}

.mobile-break {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-break {
    display: inline;
  }
}

.mobile-header {
  display: none;
  background-color: #FAFAFB;
  padding: 10px 10px;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 767px) {
  .mobile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: var(--mobile-menu-height);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 101;
    text-align: center;
  }
  .mobile-header .logo {
    position: static;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    transform: none;
  }
  .mobile-header .header-text {
    padding: 0 20px;
    margin-top: 10px;
  }
  .mobile-header .header-text h1 {
    font-family: "Source Sans Pro Topnav", sans-serif;
    font-size: 18px;
    color: #37352F;
    margin: 0 0 0 0;
    font-weight: normal;
    line-height: 1;
  }
  .mobile-header .header-text h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 36px;
    color: #37352F;
    margin: 0 0 10px 0;
    font-weight: bold;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 380px) {
  .mobile-header .header-text h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) and (max-width: 380px) and (min-width: 768px) and (max-width: 1024px) {
  .mobile-header .header-text h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) and (max-width: 380px) and (min-width: 1025px) {
  .mobile-header .header-text h2 {
    font-size: 0.2526315789rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 340px) {
  .mobile-header .header-text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 340px) and (min-width: 768px) and (max-width: 1024px) {
  .mobile-header .header-text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 340px) and (min-width: 1025px) {
  .mobile-header .header-text h2 {
    font-size: 0.2105263158rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 290px) {
  .mobile-header .header-text h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (max-width: 290px) and (min-width: 768px) and (max-width: 1024px) {
  .mobile-header .header-text h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (max-width: 290px) and (min-width: 1025px) {
  .mobile-header .header-text h2 {
    font-size: 0.1684210526rem;
  }
}
@media screen and (max-width: 767px) {
  .mobile-header .header-text p {
    font-family: "Source Sans Pro Topnav", sans-serif;
    font-size: 14px;
    color: #37352F;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
  }
  .mobile-header .header-text p.start-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .-for-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .w3-col.-l6-s12 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .-input-group {
    width: 100%;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .-padding {
    padding: 8px 16px;
  }
}

@media screen and (max-width: 767px) {
  .main-content {
    width: 100%;
    padding: 0;
  }
  .main-content .self-service-wrapper {
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .-form {
    width: 100%;
  }
  .-form .w3-row {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    max-width: 100vw;
  }
  .page-layout {
    width: 100%;
    overflow-x: hidden;
    max-width: 100vw;
  }
  .mobile-header,
  .mobile-steps,
  .mobile-nav,
  .main-content,
  .summary-column,
  .self-service-wrapper {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .-input-wrapper {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  html.self-service-page::before {
    content: "";
    display: none;
  }
}
.promo-input .-input-wrapper.-success {
  border-color: #04AA6D !important;
}
.promo-input .-input-wrapper.-success input {
  border-color: #04AA6D !important;
}
.promo-input .promo-confirmation {
  background: #86efac;
  font-size: 14px;
  margin-top: 5px;
  display: block;
  padding: 10px;
  border-radius: 4px;
  color: #000000;
  opacity: 0.7;
}

.summary-discount-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  color: #37352F;
  font-weight: 500;
}
.summary-discount-row .discount-label, .summary-discount-row .discount-value {
  color: inherit;
}
