#navbar .navbar-badge-num {
  display: inline-block;
  color: #B19F6F;
  border: 1px solid #B19F6F;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  behavior: url(/files/pie/PIE.htc);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
#navbar .navbar-badge-num.navbar-badge-active {
  background-color: #B19F6F;
  border-color: #B19F6F;
  color: #FFFFFF;
  font-weight: 600;
}
#navbar .navbar-badge,
#navbar .navbar-badge-spacer {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  align-self: center;
}
#navbar .navbar-hr {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #707070;
  margin-bottom: 4px;
}
.iris-flow-headings {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.iris-flow-headings .heading-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.iris-flow-headings .heading-row .go-back-container {
  display: none;
  left: 0;
  top: 50%;
}
.iris-flow-headings .heading-row .go-back-container .fa5-icon svg {
  height: 18px;
  fill: var(--dec-black);
}
.iris-flow-headings .heading-row .heading-container .heading {
  text-align: center;
  margin-top: 57px;
  margin-bottom: 16px;
}
.iris-flow-headings .subheading-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.iris-flow-headings .subheading-row .subheading-container .subheading {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 5px;
  color: #333333;
  font-weight: 400;
}
.iris-flow-headings .subheading-row .subheading-container .subheading a.heading-change-link {
  color: #8a7c56;
  text-decoration: underline;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0px;
}
.iris-flow-headings .currency-selector {
  position: relative;
  display: flex;
  justify-content: center;
}
.iris-flow-headings .currency-selector__anchor {
  display: inline-block;
  position: relative;
}
.iris-flow-headings .currency-selector__label {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 51px;
  color: #333333;
  margin-top: 4px;
}
.iris-flow-headings .currency-selector__toggle {
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.iris-flow-headings .currency-selector__dropdown {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 0 0 8px 8px;
  padding: 8px 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  z-index: 5;
  min-width: 160px;
}
.iris-flow-headings .currency-selector__dropdown.is-open {
  display: block;
}
.iris-flow-headings .currency-selector__option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  cursor: pointer;
  font-size: 14px;
}
.iris-flow-headings .currency-selector__option input[type="radio"] {
  margin: 0;
}
@media (max-width: 768px) {
  #navbar .navbar-hr {
    width: 15px;
  }
  #navbar .navbar-badge,
  #navbar .navbar-badge-spacer {
    margin-left: 1.5px;
    margin-right: 1.5px;
  }
  .iris-flow-headings .heading-row {
    position: relative;
  }
  .iris-flow-headings .heading-row .go-back-container {
    --padding: 10px;
    display: block;
    position: absolute;
    padding: var(--padding);
    left: calc(0px - var(--padding));
    top: 40px;
  }
  .iris-flow-headings .heading-row .heading-container .heading {
    margin-top: 32px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 700;
  }
  .iris-flow-headings .heading-row .heading-container::after {
    display: block;
    content: '';
    width: 100%;
    height: 16px;
    border-top: solid 1px #B19F6F;
  }
  .iris-flow-headings .subheading-row .subheading-container .subheading {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 31px;
  }
  .iris-flow-headings .subheading-row .subheading-container .subheading a.heading-change-link {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .iris-flow-headings .currency-selector__label {
    font-size: 14px;
  }
  .iris-flow-headings .currency-selector__toggle {
    font-size: 14px;
  }
}
.iris-flow-modal {
  text-align: center;
}
.iris-flow-modal .modal-title {
  font-family: "Ethereal", "NanumMyeongjo", "Goudy Old Style", "Times New Roman", "Georgia", "Big-Caslon", serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 13px;
  text-decoration-color: #B19F6F;
  text-decoration-thickness: 1px;
}
.iris-flow-headings.embed .heading-row .heading-container .heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 200;
}
.iris-flow-headings.embed .heading-row .heading-container::after {
  content: unset;
}
.iris-flow-headings.embed .subheading-row .subheading-container .subheading {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 100;
}
.rem-mb-10 {
  margin-bottom: 10px !important;
}
