<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Magenta - 184,29,79 (#b81d4f)
Grey - 67, 67, 68 (#434344) */
.anchor {
  position: absolute;
  transform: translateY(-20vh);
}
@font-face {
  font-family: Isidora_sb;
  src: url(IsidoraSans-Bold.woff);
  font-weight: normal;
}
p b {
  margin-top: 10px;
  font-family: Isidora_sb !important;
  font-size: 1.1rem !important;
  color: #434344;
}
.short {
  font-family: Isidora_sb;
  color: #b81d4f !important;
}
.cust-btn {
  width: 35px;
  height: 35px;
  border: 0px;
  cursor: pointer;
  border: 2px solid #b81d4f;
  background-color: white;
  color: #b81d4f;
  font-size: 18px;
}
.cust-btn:hover {
  border: 2px solid #b81d4f;
  background-color: #b81d4f;
  color: white;
}
.et_pb_menu__logo {
  margin-top: 10px !important;
}
.section-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.section-nav p {
  font-size: 0.7rem;
  line-height: 1.1rem;
}
.section-nav a {
  width: 180px;
}
span.aofs-round-tab {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #434344;
  z-index: 2;
  position: block;
  left: 0;
  text-align: center;
  font-size: 25px;
  color: #b81d4f;
  transition: 1s ease-out;
  margin-bottom: 0.4rem;
}
.round-tab-label {
  color: #434344;
  font-family: "Isidora_sb";
}
.aofs-connection-line {
  height: 8px;
  background: linear-gradient(to right, #b81d4f 0%, #434344 0%);
  z-index: 10;
  margin: 20px auto;
  width: 90%;
}
.input-radio {
  position: absolute;
  top: 0px;
  left: 80px;
  transform: scale(2);
  opacity: 0;
}

.input-radio-button {
  position: absolute;
  top: -5px;
  left: 375px;
  transform: scale(1.5);
  font-size: 20px;
  opacity: 0;
  border-radius: 10px;
  background: #b81d4f;
  color: white;
  border: 0px solid transparent;
  cursor: pointer;
}
.input-radio-button:hover {
  background: white;
  color: #b81d4f;
}

.number-fields {
  position: relative;
}

/* IMAGE STYLES */
[type="radio"] + img {
  cursor: pointer;
}
.img-cust {
  cursor: pointer;
  height: 200px;
}

/* CHECKED STYLES */
[type="radio"]:checked + img {
  outline: 3px solid #b81d4f;
  box-shadow: 0 4px 8px 0 #434344, 0 6px 20px 0 #434344;
  opacity: 1;
}
[type="radio"]:checked + p {
  color: #b81d4f;
}
input[type="radio"]:checked:after {
  background-color: #b81d4f;
}
[type="number"].fourth,
[type="number"].fifth {
  width: 16% !important;
}
.subhead {
  color: #ce0037;
  font-size: 0.9rem;
  font-weight: bold;
}
.image-wrapper {
  height: 300px;
  font-weight: bold;
}
#menu-aofs-menu {
  margin-left: 900px;
  margin-top: -20px;
}
.steps:nth-child(3) {
  position: relative;
  left: -1rem;
}
.steps:nth-child(4) {
  position: relative;
  left: -1rem;
}
.steps:nth-child(5) {
  position: relative;
  left: -3.6rem;
}
.steps:nth-child(6) {
  position: relative;
  left: -6.8rem;
}
.steps:nth-child(7) {
  position: relative;
  left: -9.5rem;
}
.steps:nth-child(8) {
  position: relative;
  left: 2rem;
}
/* .steps:nth-child(9) {
  position: relative;
  left: -2.4rem;
} */
.steps:nth-child(10) {
  position: relative;
  left: -3rem;
}
.steps:nth-child(11) {
  position: relative;
  left: 2rem;
}
.steps:nth-child(12) {
  position: relative;
  left: 1rem;
}
.steps:nth-child(13) {
  position: relative;
  left: 2.2rem;
}
@media (max-width: 1900px) {
  .container {
    width: 40% !important;
  }
  #menu-custom-menu {
    margin-left: 900px;
    margin-top: -20px;
  }
}
@media (max-width: 1400px) {
  .input-number {
    width: 50% !important;
  }
  .container {
    width: 40% !important;
  }
  #menu-custom-menu {
    margin-left: 800px;
  }
}
@media (max-width: 1200px) {
  #menu-custom-menu {
    margin-left: 650px;
  }
}
@media (max-width: 900px) {
  .progress-bar {
    width: 100% !important;
    margin-right: 50px !important;
  }
  .input-number {
    width: 50% !important;
  }
  .img-cust {
    display: none;
  }
  label &gt; .img-cust {
    position: relative;
    display: block;
    margin: auto;
  }
  .image-wrapper {
    height: 120px !important;
  }
  .rad-img {
    height: 230px !important;
  }
  .number-fields {
    position: relative;
    border: 2px solid whitesmoke;
    border-radius: 25px;
    margin-bottom: 25px;
    padding: 5px;
  }

  .container {
    width: 80% !important;
  }

  .cust-btn {
    width: 35px;
    height: 35px;
    border: 0px;
    cursor: pointer;
    border: 2px solid #b81d4f;
    background-color: white;
    color: #b81d4f;
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .input-number {
    width: 50% !important;
  }

  .container {
    width: 80% !important;
  }
}
</pre></body></html>