:root {
  /* primary */
  --primary-color: #9f35a4;
  --primary-15-color: rgba(159, 53, 164, 0.15);
  --primary-25-color: rgba(159, 53, 164, 0.25);
  --primary-35-color: rgba(159, 53, 164, 0.35);
  --primary-50-color: rgba(159, 53, 164, 0.5);
  --primary-75-color: rgba(159, 53, 164, 0.75);
  /* secondary */
  --secondary-color: #ff72b1;
  --secondary-15-color: rgba(255, 114, 177, 0.15);
  --secondary-25-color: rgba(255, 114, 177, 0.25);
  --secondary-35-color: rgba(255, 114, 177, 0.35);
  --secondary-50-color: rgba(255, 114, 177, 0.5);
  --secondary-75-color: rgba(255, 114, 177, 0.75);
  /* tertiary */
  --tertiary-color: #467cde;
  --tertiary-15-color: rgba(70, 124, 222, 0.15);
  --tertiary-25-color: rgba(70, 124, 222, 0.25);
  --tertiary-35-color: rgba(70, 124, 222, 0.35);
  --tertiary-50-color: rgba(70, 124, 222, 0.5);
  --tertiary-75-color: rgba(70, 124, 222, 0.75);
  /* gradient-primary */
  --gradient-primary-color: #fddde4;
  --gradient-primary-15-color: rgba(253, 221, 228, 0.15);
  --gradient-primary-25-color: rgba(253, 221, 228, 0.25);
  --gradient-primary-50-color: rgba(253, 221, 228, 0.5);
  --gradient-primary-75-color: rgba(253, 221, 228, 0.75);
  /* gradient-secondary */
  --gradient-secondary-color: #efb0cc;
  --gradient-secondary-15-color: rgba(239, 176, 204, 0.15);
  --gradient-secondary-25-color: rgba(239, 176, 204, 0.25);
  --gradient-secondary-50-color: rgba(239, 176, 204, 0.5);
  --gradient-secondary-75-color: rgba(239, 176, 204, 0.75);
  /* gradient-tertiary */
  --gradient-tertiary-color: #d1e8f2;
  --gradient-tertiary-15-color: rgba(209, 232, 242, 0.15);
  --gradient-tertiary-25-color: rgba(209, 232, 242, 0.25);
  --gradient-tertiary-50-color: rgba(209, 232, 242, 0.5);
  --gradient-tertiary-75-color: rgba(209, 232, 242, 0.75);
  /* gradient-intermediate-color-ps */
  --gradient-intermediate-color-ps: hsl(340, 78%, 99%);
  /* gradient-intermediate-color-st */
  --gradient-intermediate-color-st: hsl(266, 61%, 97%);
  /* gradient-intermediate-color-tp */
  --gradient-intermediate-color-tp: hsl(273, 72%, 100%);
  /* white */
  --white-color: #fff;
  --white-10-color: rgba(255, 255, 255, 0.1);
  --white-15-color: rgba(255, 255, 255, 0.15);
  --white-25-color: rgba(255, 255, 255, 0.25);
  --white-50-color: rgba(255, 255, 255, 0.5);
  --white-65-color: rgba(255, 255, 255, 0.65);
  --white-75-color: rgba(255, 255, 255, 0.75);
  --white-85-color: rgba(255, 255, 255, 0.85);
  /* gray */
  --gray-color: #a38ea4;
  --gray-10-color: rgba(163, 142, 164, 0.1);
  --gray-15-color: rgba(163, 142, 164, 0.15);
  --gray-25-color: rgba(163, 142, 164, 0.25);
  --gray-50-color: rgba(163, 142, 164, 0.5);
  --gray-65-color: rgba(163, 142, 164, 0.65);
  --gray-75-color: rgba(163, 142, 164, 0.75);
  --gray-85-color: rgba(163, 142, 164, 0.85);
  /* black */
  --black-color: #1f191f;
  --black-10-color: rgba(31, 25, 31, 0.1);
  --black-15-color: rgba(31, 25, 31, 0.15);
  --black-25-color: rgba(31, 25, 31, 0.25);
  --black-50-color: rgba(31, 25, 31, 0.5);
  --black-65-color: rgba(31, 25, 31, 0.65);
  --black-75-color: rgba(31, 25, 31, 0.75);
  --black-85-color: rgba(31, 25, 31, 0.85);
  /* Auxiliary */
  --accent-color: #fedc00;
  --success-color: #007a4d;
  --info-color: #023e8a;
  --warning-color: #ff9800;
  --danger-color: #e63946;
}

:root {
  --primary-font: Montserrat, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: var(--primary-font);
  line-height: 1.15;
  letter-spacing: -0.022;
}

@media (min-width: 0px) {
  .text-size-6 {
    font-size: 1.4566778766rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-5 {
    font-size: 1.3681580507rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-4 {
    font-size: 1.2850174234rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-3 {
    font-size: 1.20692911rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-2 {
    font-size: 1.13358609rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-1 {
    font-size: 1.0647rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-0 {
    font-size: 1rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-sm {
    font-size: 0.9392317085rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
}
@media (min-width: 576px) {
  .text-size-6 {
    font-size: 1.555400143rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-5 {
    font-size: 1.4450019909rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-4 {
    font-size: 1.3424396051rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-3 {
    font-size: 1.2471568237rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-2 {
    font-size: 1.15863696rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-1 {
    font-size: 1.0764rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-0 {
    font-size: 1rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-sm {
    font-size: 0.9290226682rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .text-size-6 {
    font-size: 1.8856314028rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-5 {
    font-size: 1.6964744965rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-4 {
    font-size: 1.5262928443rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-3 {
    font-size: 1.3731829459rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-2 {
    font-size: 1.23543225rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-1 {
    font-size: 1.1115rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-0 {
    font-size: 1rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-sm {
    font-size: 0.8996851102rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .text-size-6 {
    font-size: 2.5651642018rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-5 {
    font-size: 2.1924480357rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-4 {
    font-size: 1.87388721rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-3 {
    font-size: 1.601613rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-2 {
    font-size: 1.3689rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-1 {
    font-size: 1.17rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-0 {
    font-size: 1rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-sm {
    font-size: 0.8547008547rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .text-size-6 {
    font-size: 2.5651642018rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-5 {
    font-size: 2.1924480357rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-4 {
    font-size: 1.87388721rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-3 {
    font-size: 1.601613rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-2 {
    font-size: 1.3689rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-1 {
    font-size: 1.17rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-0 {
    font-size: 1rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-sm {
    font-size: 0.8547008547rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
}
@media (min-width: 1400px) {
  .text-size-6 {
    font-size: 2.5651642018rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-5 {
    font-size: 2.1924480357rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-4 {
    font-size: 1.87388721rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-3 {
    font-size: 1.601613rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-2 {
    font-size: 1.3689rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-1 {
    font-size: 1.17rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-0 {
    font-size: 1rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
  .text-size-sm {
    font-size: 0.8547008547rem;
    font-family: var(--primary-font);
    line-height: 1.5;
  }
}
.text-weight-1 {
  font-weight: 100;
}

.text-weight-2 {
  font-weight: 200;
}

.text-weight-3 {
  font-weight: 300;
}

.text-weight-4 {
  font-weight: 400;
}

.text-weight-5 {
  font-weight: 500;
}

.text-weight-6 {
  font-weight: 600;
}

.text-weight-7 {
  font-weight: 700;
}

.text-weight-8 {
  font-weight: 800;
}

.text-weight-9 {
  font-weight: 900;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

b, strong {
  font-weight: 500;
}

.button.gradient-rounded {
  text-align: center;
  display: inline-block;
  color: var(--color);
  line-height: 1.4em;
  text-decoration: none;
  font-weight: 600;
  padding: 1em;
  background: #ffffff;
  border-radius: 0.8em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.button.gradient-rounded:hover {
  background: #ffffff;
}
.button.gradient-rounded:before {
  content: "";
  display: block;
  border-radius: 0.7em;
  position: absolute;
  background: inherit;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
}
.button.gradient-rounded:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 103%;
  z-index: -2;
  transform: rotate(0deg);
  animation: btn-gradient 2s ease alternate infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  background: var(--color-1);
  background: -moz-linear-gradient(left, var(--color-1) 0%, var(--color-0) 48%, var(--color-2) 96%);
  background: -webkit-linear-gradient(left, var(--color-1) 0%, var(--color-0) 48%, var(--color-2) 96%);
  background: linear-gradient(to right, var(--color-1) 0%, var(--color-0) 48%, var(--color-2) 96%);
  background-size: 300% 300%;
}
.button.gradient-rounded:hover:after {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.button.gradient-rounded .button-text {
  background: -webkit-linear-gradient(45deg, var(--color-1) 0%, var(--color-0) 50%, var(--color-2) 100%);
  background: linear-gradient(45deg, var(--color-1) 0%, var(--color-0) 50%, var(--color-2) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.button.gradient-rounded:hover .button-text {
  background: -webkit-linear-gradient(45deg, var(--color-2) 0%, var(--color-0) 50%, var(--color-1) 100%);
  background: linear-gradient(45deg, var(--color-2) 0%, var(--color-0) 50%, var(--color-1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@-webkit-keyframes btn-gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 95% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes btn-gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 95% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

button[data-bs-toggle=collapse] {
  padding: 1rem;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
button[data-bs-toggle=collapse] i.btn-icon:before {
  color: var(--color);
}
button[data-bs-toggle=collapse]:hover .text-1, button[data-bs-toggle=collapse]:hover .text-2, button[data-bs-toggle=collapse]:hover .btn-icon:before {
  color: var(--hover-color);
}
button[data-bs-toggle=collapse] .text-1, button[data-bs-toggle=collapse] .text-2 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-right: 1.25rem;
  font-family: var(--primary-font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  color: var(--color);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
button[data-bs-toggle=collapse] i.btn-icon {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1;
  color: var(--color);
}
button[data-bs-toggle=collapse] i.btn-icon.active {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.btn-ico-rotate {
  -moz-transition: all 2s linear;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.btn-ico-rotate.down {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-markers {
  margin: 0;
  padding: 0;
}
.custom-markers li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.custom-markers li:not(:last-child) {
  margin-bottom: 1rem;
}
.custom-markers li::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' version='1.0' viewBox='0 0 62.4 69'%3e%3cpath fill='%23302822' d='M31 69c5-25 9-29 31-34-22-6-26-10-31-35-5 25-9 29-31 35 22 5 26 9 31 34z'/%3e%3c/svg%3e");
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0;
  padding-top: 0.2rem;
}
.custom-markers li.no-marker::before {
  content: "";
}

.figure.manufacturer {
  display: block;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.figure.manufacturer .image {
  width: 100%;
  display: block;
}
.figure.manufacturer .figure-title {
  display: block;
  position: absolute;
  top: 2rem;
  left: 3rem;
}
.figure.manufacturer .figure-title .company-name {
  font-weight: 400;
}
@media (min-width: 576px) {
  .figure.manufacturer .figure-title .company-name {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .figure.manufacturer .figure-title .company-name {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .figure.manufacturer .figure-title .company-name {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .figure.manufacturer .figure-title .company-name {
    font-size: 1.8rem;
  }
}
@media (min-width: 576px) {
  .figure.manufacturer .figure-title {
    top: 1rem;
    left: 1.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .figure.manufacturer .figure-title {
    top: 1rem;
    left: 1.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .figure.manufacturer .figure-title {
    top: 1.7rem;
    left: 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .figure.manufacturer .figure-title {
    font-size: 1.2rem;
  }
}
.figure.manufacturer .figure-bottom-title {
  display: block;
  position: absolute;
  bottom: 2.5rem;
  padding: 0.4rem;
  color: inherit;
  width: 100%;
  background: white;
}
@media (min-width: 576px) {
  .figure.manufacturer .figure-bottom-title {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .figure.manufacturer .figure-bottom-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .figure.manufacturer .figure-bottom-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .figure.manufacturer .figure-bottom-title {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .figure.manufacturer .manufacturer-summary {
    display: block;
    font-size: 0.8rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 576px) {
  .figure.manufacturer .manufacturer-summary {
    display: none;
  }
}
@media (max-width: 576px) {
  .figure.manufacturer .figure-title * {
    display: none;
  }
  .figure.manufacturer .figure-bottom-title {
    display: none;
  }
}

.optima-intro {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.optima-intro .title {
  margin: 5rem 1rem 0 0;
  color: var(--white-color);
}
@media (min-width: 576px) {
  .optima-intro .title {
    margin: 3rem 2rem 0 0;
  }
}
@media (min-width: 992px) {
  .optima-intro .title {
    margin: 5rem 3rem 0 0;
  }
}
@media (min-width: 1200px) {
  .optima-intro .title {
    margin: 5rem 4rem 0 0;
  }
}
@media (min-width: 1640px) {
  .optima-intro .title {
    margin: 9rem 12rem 0 0;
  }
}
@media (min-width: 2300px) {
  .optima-intro .title {
    margin: 15rem 15rem 0 0;
  }
}
.optima-intro .text-1, .optima-intro .text-2 {
  text-align: right;
  color: var(--white-color);
}
.optima-intro .text-1 {
  font-family: var(--primary-font);
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 300;
  display: block;
}
@media (min-width: 576px) {
  .optima-intro .text-1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .optima-intro .text-1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .optima-intro .text-1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .optima-intro .text-1 {
    font-size: 3rem;
  }
}
@media (min-width: 1640px) {
  .optima-intro .text-1 {
    font-size: 4rem;
  }
}
@media (min-width: 2300px) {
  .optima-intro .text-1 {
    font-size: 5rem;
  }
}
.optima-intro .text-2 {
  font-family: var(--primary-font);
  line-height: 1.2;
  font-size: 1.15rem;
  font-weight: 300;
  display: block;
}
@media (min-width: 576px) {
  .optima-intro .text-2 {
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) {
  .optima-intro .text-2 {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  .optima-intro .text-2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .optima-intro .text-2 {
    font-size: 2.9rem;
  }
}
@media (min-width: 1640px) {
  .optima-intro .text-2 {
    font-size: 3.1rem;
  }
}
@media (min-width: 2300px) {
  .optima-intro .text-2 {
    font-size: 3.85rem;
  }
}
.optima-intro .description {
  margin: 1.5rem 0;
  color: var(--color);
}
.optima-intro .description:last-child {
  margin-bottom: 0;
}
.optima-intro .button {
  margin: 1.5rem 0 0;
}

.separator {
  display: flex;
  align-items: center;
  max-width: 75%;
  margin: 10px auto;
}
.separator .line {
  flex: 1;
  height: 1px;
  background-color: var(--primary-15-color);
}
.separator img {
  width: 4rem;
  margin: 0 1rem;
}

.s-4 {
  height: 2rem;
  padding-top: 0.1rem;
}
@media (min-width: 576px) {
  .s-4 {
    height: 2rem;
    padding-top: 0.1rem;
  }
}
@media (min-width: 768px) {
  .s-4 {
    height: 3rem;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .s-4 {
    height: 3rem;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .s-4 {
    height: 3rem;
    padding-top: 0;
  }
}

/*# sourceMappingURL=theme.css.map */
