@font-face {
  font-family: "Gotham light";
  src: url("../../assets/fonts/Gotham-Light.otf");
}
@font-face {
  font-family: "Gotham medium";
  src: url("../../assets/fonts/Gotham-Medium.otf");
}
@font-face {
  font-family: "Gotham regular";
  src: url("../../assets/fonts/Gotham-Regular.otf");
}
@font-face {
  font-family: "Gotham bold";
  src: url("../../assets/fonts/Gotham-Bold.otf");
}
@font-face {
  font-family: "Gotham book";
  src: url("../../assets/fonts/Gotham-Book.otf");
}
body {
  font-family: "Gotham light", sans-serif, sans-serif;
  font-size: 16px;
  padding: 60px 0;
}

html body {
  margin: 0;
  padding: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body ul,
body li {
  margin: 0 !important;
  padding: 0 !important;
}

.layout-form {
  padding: 0 60px !important;
}

.block-page-title-block {
  font-size: 40px;
  color: #5C0058;
  padding: 0 60px !important;
}

.contextual-region h1 {
  font-size: 40px;
  color: #BD120A;
  font-weight: 800;
  padding: 0;
}

.form-item__description {
  margin-top: 40px !important;
  background-color: transparent;
}

.dropbutton {
  height: 49px;
  background-color: #FFFFFF;
  color: #000;
  border: 1.5px solid #5C0058;
  font-size: 16px;
}
.dropbutton li a {
  background-color: #FFFFFF;
}

.js-form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.js-form-item span {
  margin-top: 8px;
  font-size: 14px;
}

.js-form-required {
  margin-bottom: 10px;
}

.form-text {
  height: 48px;
  padding: 16px;
  font-size: 16px;
  width: 60%;
}
.form-text::placeholder {
  color: #A3A4AA;
}

.form-select {
  min-width: 20%;
  height: 48px;
  width: 60%;
}
.form-select:hover, .form-select:focus {
  background-color: #E0EBFF;
  padding: 10px;
}

.description {
  margin-top: 10px;
}

.edit-description {
  margin-bottom: 10px;
}

.tabledrag-toggle-weight-wrapper {
  margin: 20px 0;
}

.tabledrag-toggle-weight {
  width: 151px;
  height: 43px;
  background-color: white;
  font-size: 16px;
}
.tabledrag-toggle-weight:hover {
  background-color: #891515;
  cursor: pointer;
  color: white;
}

.responsive-enabled {
  width: 100%;
  border-collapse: collapse;
}
.responsive-enabled thead {
  background-color: #BBA6EB;
}
.responsive-enabled thead:hover {
  background-color: #BBA6EB;
}
.responsive-enabled th {
  text-align: left;
  height: 50px;
  color: white;
  background-color: transparent;
  padding: 0 16px;
}
.responsive-enabled th h4 {
  font-size: 24px;
  color: #5C0058;
}
.responsive-enabled td {
  border: none;
  padding: 8px 16px;
}

table {
  padding: 0 60px !important;
}

.form-checkbox {
  width: 24px;
  height: 24px;
}

.dropbutton-wrapper ul {
  color: rgba(0, 0, 0, 0);
}
.dropbutton-wrapper li a {
  text-decoration: none;
}

.form-actions {
  margin: 20px 0;
}

.js-form-submit {
  min-width: 103px;
  height: 44px;
  color: white;
  border: none;
  background-color: #BD120A;
  font-size: 16px;
}
.js-form-submit:hover {
  background-color: #BBA6EB;
  cursor: pointer;
  font-weight: 700;
}

.input-group {
  width: 480px;
}

.list-group__link {
  margin: 20px 0;
  width: fit-content;
}
.list-group__link a {
  font-weight: 700;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  font-size: 18px;
}
.list-group__link a:hover {
  font-weight: 800;
  border-bottom: 2.5px solid #BBA6EB;
}

.ui-dialog-titlebar, ui-dialog {
  background: #F5E3C8 !important;
  color: #5C0058 !important;
}

.button {
  width: auto;
  min-width: 150px !important;
  max-height: 49px;
  text-align: center;
  background-color: #5C0058;
  color: #FFFFFF;
  font-size: 16px;
  margin-right: 24px;
  border: none;
}

.primary-btn {
  width: auto;
  min-width: 150px !important;
  height: 49px !important;
  min-height: 49px !important;
  text-align: center;
  background-color: #5C0058;
  color: #FFFFFF;
  font-size: 16px;
  margin-right: 24px;
  border: none;
  text-decoration: none;
}

.button--action {
  width: auto;
  min-width: 150px !important;
  height: 49px !important;
  min-height: 49px !important;
  text-align: center;
  background-color: #5C0058;
  color: #FFFFFF;
  font-size: 16px;
  margin-right: 24px;
  border: none;
  text-decoration: none;
  padding: 8px;
  display: flex;
  align-items: center;
}

.page-title {
  color: #5C0058;
  margin-bottom: 20px !important;
}

.entity-meta:hover {
  background-color: #E8E1DA !important;
}

.entity-meta__header {
  background: transparent;
  border: none;
}

.claro-details__summary {
  color: #5C0058;
  background-color: #E8E1DA !important;
}
.claro-details__summary:hover {
  color: #5C0058;
}
.claro-details__summary:focus {
  color: #5C0058 !important;
  outline: none;
}

.claro-details__wrapper {
  background-color: #E8E1DA !important;
}

.ui-dialog-title {
  color: #5C0058 !important;
}

.use-ajax {
  color: #5C0058 !important;
  text-decoration: none;
}
.use-ajax:hover {
  font-weight: 700;
}

.ds-icon {
  width: 12px;
  height: 12px;
}

.ds-edit-icon {
  background-color: white;
  mask: url("/web/themes/custom/toro-template-a/images/icons/edit.svg");
}

.menu-template-a {
  font-family: "Gotham light", sans-serif, sans-serif;
  height: 112px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.15) !important;
}
.menu-template-a__banner-info {
  display: flex;
  justify-content: space-between;
  height: 32px;
  width: 100%;
  background-color: #000;
  color: #FFFFFF;
  font-size: 14px;
  align-items: center;
}
.menu-template-a__banner-info p {
  padding-left: 60px !important;
}
.menu-template-a__banner-info ul {
  display: flex;
}
.menu-template-a__banner-info ul li {
  list-style: none;
  padding: 0 24px 0 0 !important;
  cursor: pointer;
}
.menu-template-a__container {
  display: flex;
  justify-content: space-between;
  height: 80px;
  background-color: #FFFFFF;
  width: 100%;
  padding: 0 60px !important;
}
.menu-template-a__logo {
  height: 50px;
  width: 148px;
  margin-top: 16px;
  padding-left: 60px !important;
}
.menu-template-a__logo img {
  width: 148px;
  height: 50px;
}
.menu-template-a__links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.menu-template-a__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 0 24px !important;
  margin: 0 !important;
  font-size: 16px;
  height: 100%;
}
.menu-template-a__list li {
  height: 100%;
  flex: 1;
  position: relative;
}
.menu-template-a__list li:hover > .menu-template-a__sublist {
  display: block;
}
.menu-template-a__list li:hover > a {
  cursor: pointer;
  background-color: #5C0058;
  color: #FFFFFF;
}
.menu-template-a__list li:hover > a img {
  transform: rotate(180deg);
}
.menu-template-a__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  background: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.menu-template-a__list li a img {
  padding-left: 8px !important;
  transition: transform 0.2s ease;
}
.menu-template-a__sublist {
  list-style: none;
  margin: 0 !important;
  width: 100%;
  background-color: #5C0058;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 50;
}
.menu-template-a__sublist li {
  width: 100%;
}
.menu-template-a__sublist li a {
  display: block;
  padding: 12px 16px !important;
  text-decoration: none;
  color: #FFFFFF;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}
.menu-template-a__sublist li a:hover {
  background-color: #BBA6EB;
}
.menu-template-a__search-bar {
  width: 170px;
  height: 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid;
}
.menu-template-a__search-bar input {
  font-size: 16px;
  border: transparent;
}
.menu-template-a__search-bar button {
  background-color: transparent;
  border: none;
}
.menu-template-a__search-bar button img {
  width: 24px;
  height: 24px;
}

.footer-template-a {
  max-height: 318px;
  background-color: #F7EFE8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px 60px !important;
}
.footer-template-a__ctas {
  display: flex;
  width: 100%;
}
.footer-template-a__links {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer-template-a__links img {
  width: 125px;
  height: 45px;
  margin-right: 64px;
}
.footer-template-a__links ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer-template-a__links ul a {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
.footer-template-a__links ul a:hover {
  font-weight: 800;
}
.footer-template-a__links ul li {
  list-style: none;
}
.footer-template-a__divider {
  width: 100%;
  height: 1px;
  background-color: #333333;
  margin: 24px 0 !important;
}
.footer-template-a__copyright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-template-a__privacy {
  width: 80%;
  text-align: left;
}
.footer-template-a__privacy p {
  font-size: 14px;
  color: #333333;
}
.footer-template-a__social-media {
  display: flex;
  width: 20%;
  justify-content: flex-end;
}
.footer-template-a__circular-background {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #5C0058;
  margin-left: 8px;
}

.breadcrumb {
  width: 100%;
  height: 75px;
  padding: 0 60px !important;
  display: flex;
  align-items: center;
}
.breadcrumb img {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.breadcrumb__list {
  width: 100%;
  display: flex;
  align-items: center;
}
.breadcrumb__list li {
  text-decoration: none;
  font-size: 14px;
  color: #333333;
}
.breadcrumb__list li a {
  text-decoration: none;
  color: #333333;
}
.breadcrumb__list li:last-child {
  color: #5C0058;
}
.breadcrumb__list li:last-child a {
  pointer-events: none;
  color: #5C0058;
  font-weight: 700;
  font-family: "Gotham light", sans-serif;
}

.anchor-links {
  font-family: "Gotham light", sans-serif;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  background-color: #FFF8F3;
}
.anchor-links__list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 0 60px !important;
  align-items: center;
}
.anchor-links__list li {
  height: 100%;
  flex: 1;
  list-style: none;
}
.anchor-links__list li:hover a {
  cursor: pointer;
  background-color: #5C0058;
  color: #FFFFFF;
}
.anchor-links__list li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
}
.anchor-links__is-active {
  border-bottom: 3px solid #5C0058;
  font-weight: 700;
}

.home-hero {
  width: 50%;
  max-width: 748px;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-hero__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px !important;
  font-family: "Gotham light", sans-serif;
}
.home-hero__content h5 {
  font-size: 20px;
  color: #BBA6EB;
  margin-bottom: 24px !important;
  font-weight: bold;
}
.home-hero__content h1 {
  font-size: 40px;
  color: #5C0058;
  font-family: "Gotham book", sans-serif;
  margin-bottom: 24px !important;
}
.home-hero__content h4 {
  font-size: 24px;
  margin-bottom: 24px !important;
  font-family: "Gotham light", sans-serif;
  color: #000;
}
.home-hero__content p {
  font-size: 18px;
  color: #000;
  line-height: 28px;
}
.home-hero__buttons {
  display: flex;
  margin-top: 24px;
}
.home-hero__primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 150px !important;
  height: 49px !important;
  text-align: center;
  background-color: #5C0058;
  color: #FFFFFF;
  font-size: 16px;
  margin-right: 24px;
  border: none;
}
.home-hero__secondary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 49px;
  background-color: #FFFFFF;
  color: #000;
  border: 1.5px solid #5C0058;
  font-size: 16px;
}

.cards-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 680px;
  background-color: #E8F2FF;
  justify-content: space-evenly;
}
.cards-block__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cards-block__content h6 {
  font-size: 14px;
  color: #BBA6EB;
  font-weight: bold;
  margin-bottom: 24px !important;
}
.cards-block__content h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 24px !important;
  font-family: "Gotham regular", sans-serif;
}
.cards-block__content div {
  width: 100px;
  height: 4px;
  background-color: #5C0058;
}
.cards-block__content p {
  font-size: 18px;
  color: #000;
  margin-top: 24px !important;
  text-align: center;
  padding: 0 60px !important;
}

.card-simple {
  width: 100%;
  height: 292px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.card-simple__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 424px;
  height: 100%;
  border: 1px solid #5C0058;
  background-color: white;
}
.card-simple__container img {
  width: 80px;
  height: 80px;
  margin-bottom: 8px !important;
}
.card-simple__container h5 {
  font-size: 20px;
  color: #5C0058;
  font-weight: bold;
}
.card-simple__container p {
  font-size: 18px;
  color: #000;
  margin-top: 8px !important;
  text-align: center;
}
.card-simple__container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 44px;
  border: 2px solid #5C0058;
  font-size: 16px;
  font-family: "Gotham light", sans-serif;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  margin-top: 16px !important;
}
.card-simple__container a:hover {
  background-color: #5C0058;
  color: white;
}

.dropdown-menu {
  padding-left: 60px !important;
  width: 400px;
}
.dropdown-menu form {
  display: flex;
  flex-direction: column;
  width: 400px;
}
.dropdown-menu form select {
  width: 400px !important;
  min-height: 48px !important;
  font-size: 16px;
  line-height: 1.2;
  background-color: #FFFFFF;
  color: #333;
  border: 1px solid #CDD1D6;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  padding: 8px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
}
.dropdown-menu form select:hover {
  background-color: #FFFFFF;
}
.dropdown-menu form select:focus {
  border: 2px solid #000;
  background-color: #FFFFFF;
  outline: none;
}
.dropdown-menu form select option {
  background-color: #FFFFFF;
  height: 36px;
  font-size: 16px;
  padding: 8px !important;
}
.dropdown-menu form select option:hover {
  background-color: #BBA6EB !important;
}

.landing-template-a {
  width: 100%;
}
.landing-template-a__header {
  padding: 40px 60px;
  width: 50%;
  max-width: 748px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landing-template-a__header p {
  font-size: 12px;
  font-family: "Gotham light", sans-serif;
}
.landing-template-a__text-content {
  display: flex;
  flex-direction: column;
}
.landing-template-a__text-content h5 {
  font-size: 20px;
  color: #BBA6EB;
  margin-bottom: 24px !important;
  font-weight: bold;
}
.landing-template-a__text-content h1 {
  font-size: 40px;
  color: #000;
  font-family: "Gotham book", sans-serif;
  margin-bottom: 24px !important;
}
.landing-template-a__text-content h4 {
  font-size: 24px;
  margin-bottom: 24px !important;
  font-family: "Gotham light", sans-serif;
}
.landing-template-a__text-content p {
  font-size: 18px;
  color: #000;
  line-height: 28px;
}
.landing-template-a__cta {
  display: flex;
  margin-top: 24px;
}
.landing-template-a__cta--primary {
  width: auto;
  min-width: 150px;
  height: 49px;
  text-align: center;
  background-color: #5C0058;
  color: #FFFFFF;
  font-size: 16px;
  margin-right: 24px;
  border: none;
}
.landing-template-a__cta--secondary {
  width: 150px;
  height: 49px;
  background-color: #FFFFFF;
  color: #000;
  border: 1.5px solid #5C0058;
  font-size: 16px;
}
.landing-template-a__banner {
  height: 104px;
  padding: 0 60px;
  background-color: #FFD7F3;
  color: #5C0058;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.landing-template-a__card-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landing-template-a__cards-container {
  display: flex;
  justify-content: space-between;
}
.landing-template-a__section-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.landing-template-a__section-header h6 {
  font-size: 14px;
  color: #BBA6EB;
  font-weight: bold;
  margin-bottom: 24px !important;
}
.landing-template-a__section-header h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 24px !important;
  font-family: "Gotham regular", sans-serif;
}
.landing-template-a__section-header div {
  width: 100px;
  height: 4px;
  background-color: #5C0058;
}
.landing-template-a__section-header p {
  font-size: 18px;
  color: #000;
  margin-top: 24px !important;
  text-align: center;
  padding: 0 60px !important;
}
.landing-template-a__cards-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 40px 60px !important;
}
.landing-template-a__card {
  width: 394px;
  height: 215px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.landing-template-a__card-cta {
  width: 163px;
  border-bottom: 2px solid #5C0058;
}
.landing-template-a__card-cta a {
  font-size: 16px;
  font-family: "Gotham medium", sans-serif;
  text-decoration: none;
  color: #000;
}
.landing-template-a__card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing-template-a__card-content img {
  width: 80px;
  height: 80px;
  margin-bottom: 16px !important;
}
.landing-template-a__card-content h5 {
  font-size: 20px;
  color: #000;
}
.landing-template-a__card-content p {
  font-size: 16px;
  color: #000;
  margin-top: 8px !important;
  text-align: center;
}
.landing-template-a__bottom-banner {
  width: 100%;
  height: 367px;
  background-color: #F5E3C8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-template-a__content {
  max-width: 904px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.landing-template-a__content p {
  font-size: 18px;
  color: #1E1B17;
  padding: 24px 0 !important;
  text-align: center;
}
.landing-template-a__headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1E1B17;
  font-size: 28px;
}
.landing-template-a__border-red {
  margin-top: 24px;
  width: 100px;
  height: 4px;
}

.not-found-page {
  display: flex;
  height: 500px;
  padding: 0 60px !important;
  justify-content: space-between;
}
.not-found-page__text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.not-found-page__text-content h1 {
  font-size: 40px;
  font-family: "Gotham light", sans-serif;
}
.not-found-page__text-content p {
  max-width: 645px;
  font-size: 18px;
  margin: 24px 0 32px !important;
}
.not-found-page__ilustration {
  display: flex;
  align-items: center;
}

.empty-state {
  width: 100%;
  height: 700px;
  padding: 0 0 60px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .empty-state {
    padding: 0 24px 60px !important;
  }
}
.empty-state__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  height: 480px;
}
.empty-state__circles {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .empty-state__circles {
    width: 350px;
    height: 350px;
  }
}
.empty-state__circle-background {
  position: relative;
  top: 22%;
  left: 0;
  width: 108px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .empty-state__circle-background {
    width: 80px;
    height: 80px;
    top: 27%;
    left: 36%;
  }
}
.empty-state__body {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  justify-content: center;
  position: relative;
  align-items: center;
  top: 25%;
}
.empty-state__body h4 {
  font-size: 24px;
  margin: 12px 0 !important;
  font-weight: 700;
}
.empty-state__body p {
  font-size: 18px;
  margin-bottom: 24px !important;
  text-align: center;
}
.empty-state__primary-action {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0 24px !important;
  max-width: 230px;
  min-height: 44px;
  background-color: #5C0058;
  color: #FFFFFF;
  font-family: "Gotham light", sans-serif;
  font-size: 16px;
  margin: 8px 0 !important;
  font-weight: 700;
}
.empty-state__secondary-action {
  color: #5C0058;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 24px !important;
  font-weight: 600;
}

.aurora-landing {
  margin-top: 30px !important;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.aurora-landing__bg {
  width: 100%;
  height: 500px;
  padding: 0 60px;
  background-color: white;
}

.references {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px !important;
}
.references__item {
  max-width: 366px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.references__item:hover .references__list, .references__item:focus-within .references__list {
  height: auto;
  max-height: 800px;
  opacity: 1;
  transform: translateY(0);
  padding: 24px 16px !important;
  pointer-events: auto;
}
.references__item:hover .references__chevron, .references__item:focus-within .references__chevron {
  transform: rotate(180deg);
}
.references__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.25px;
  width: 80%;
  max-width: 366px;
  height: 56px;
  border-radius: 12px;
  padding: 0 16px !important;
  background-color: #FFF8F3;
  margin-bottom: 4px;
}
.references__chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 200ms ease;
}
.references__list {
  width: 80%;
  max-width: 366px;
  font-size: 16px;
  padding: 24px 16px !important;
  background-color: #FFF8F3;
  border-radius: 12px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: max-height 260ms ease, opacity 200ms ease, transform 200ms ease, padding 200ms ease;
}

.key-insights {
  display: flex;
  flex-direction: column;
  background-color: #E8F2FF;
  max-width: 366px;
  height: auto;
  border-radius: 12px;
  padding: 48px 24px 24px !important;
  margin: 24px 0 !important;
  position: relative;
}
.key-insights img {
  position: absolute;
  right: 0;
  top: 0;
}
.key-insights__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 16px !important;
}
.key-insights__body {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.text-content {
  max-width: 366px;
}
.text-content__body {
  font-size: 16px;
  letter-spacing: 0.25px;
}
.text-content__body p {
  margin: 16px 0 !important;
}
.text-content__body ul {
  margin: 16px 0 16px 10px !important;
}

.quiz {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 380px;
  margin-right: 50px;
}
.quiz__intro {
  margin-right: 60px;
  width: 300px;
}
.quiz__header {
  min-height: 180px;
  background: url("/themes/custom/toro-template-a/images/ilustrations/hero_graphic.png");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quiz__header::after {
  content: "";
  bottom: -1px;
  height: 32px;
  background: #fff;
}
.quiz__header h3 {
  font-size: 18px;
  font-weight: 700px;
}
.quiz__header p {
  font-size: 14px;
  font-weight: 700;
}
.quiz__tag {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 59px;
  height: 21px;
  background-color: #5C0058;
  border-radius: 8px;
  margin-bottom: 14px;
}
.quiz__tag p {
  font-size: 14px;
  color: #fff;
}
.quiz__content {
  margin: 58px 0 52px !important;
}
.quiz__content p {
  font-size: 18px;
  margin-top: 52px !important;
}
.quiz a {
  width: 318px;
  height: 40px;
  background-color: #5C0058;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 52px !important;
}
.quiz__question-header {
  background: url("/themes/custom/toro-template-a/images/ilustrations/question_header.png");
}
.quiz__progress-container {
  width: 223px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quiz__bar {
  max-width: 34px;
  height: 9px;
  border-radius: 12px;
  background-color: #CCC5BF;
}
.quiz__questions {
  width: 300px;
  height: auto;
  position: relative;
}
.quiz__content-question {
  position: absolute;
  top: 15%;
}

.quiz-question {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-question img {
  margin-bottom: 32px;
  width: 177px;
  height: 177px;
}
.quiz-question p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.quiz-answer {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px !important;
  position: relative;
  align-items: center;
}
.quiz-answer__input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.quiz-answer__label {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 58px;
  border-radius: 16px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  background: #fff;
  padding: 4px 16px !important;
}
.quiz-answer__radio {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #2c2c2c;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.quiz-answer__radio::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: transparent;
}
.quiz-answer__text {
  flex: 1;
  font-size: 14px;
  line-height: 1.35;
  color: #222;
}
.quiz-answer__input:checked + .quiz-answer__label {
  border-color: #6d066d;
  background: #f8f1ef;
}
.quiz-answer__input:checked + .quiz-answer__label .quiz-answer__radio {
  border-color: #6d066d;
}
.quiz-answer__input:checked + .quiz-answer__label .quiz-answer__radio::after {
  background: #6d066d;
}
.quiz-answer__feedback {
  display: none;
  width: 100%;
  height: 70px;
  border-radius: 12px;
  background-color: #FFD7F3;
  align-items: center;
  padding: 0 16px;
}
.quiz-answer__feedback img {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
}
.quiz-answer__message {
  margin-left: 16px !important;
}
.quiz-answer__message p {
  font-size: 14px;
  color: #5C0058;
}
.quiz-answer--correct .quiz-answer__feedback {
  display: flex;
  background: #f6efe6;
  border: 1px solid #f0d8c8;
}
.quiz-answer--correct .quiz-answer__label {
  border-color: #2e7d32;
  background: #f6fbf6;
}
.quiz-answer--correct .quiz-answer__radio {
  border-color: #6d066d;
}
.quiz-answer--correct .quiz-answer__radio::after {
  background: #6d066d;
}

.comparison__header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 366px;
  height: 85px;
  border-radius: 12px;
  background-color: #F7EFE8;
  padding: 24px 0;
}
.comparison__category {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1E1B17;
  font-size: 18px;
  font-weight: 700;
}
.comparison__category:nth-child(1) {
  border-right: 1px solid #CCC5BF;
}
.comparison__content {
  margin: 16px 0 !important;
  width: 366px;
  height: auto;
}
.comparison__title {
  width: 100%;
  border-radius: 12px;
  height: 38px;
  background-color: #003352;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.comparison__title p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.comparison__items {
  display: flex;
  justify-content: space-around;
  height: auto;
  padding: 16px 8px !important;
  background-color: #F7EFE8;
  border-radius: 12px;
}
.comparison__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 163px;
}
.comparison__item img {
  width: 53px;
  height: 53px;
  margin-bottom: 8px !important;
}
.comparison__item p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.journeys-page {
  display: flex;
  width: 100%;
}
.journeys-page__content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  padding: 0 60px 50px !important;
}
.journeys-page__card {
  min-width: 260px;
  height: 150px;
  padding: 16px !important;
  border-radius: 8px;
  background-color: #5C0058;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.journeys-page__title {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
}
.journeys-page__title a {
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}
.journeys-page__chapters {
  color: #FFFFFF;
  font-size: 12px;
}
.journeys-page__ops {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.journeys-page__ops a {
  width: auto;
  display: flex;
  align-items: center;
  padding: 8px;
  font-weight: 600;
  text-decoration: none;
  color: #5C0058;
  font-size: 14px;
  width: auto;
  height: 12px !important;
  background-color: #FFD7F3;
  border-radius: 12px;
  cursor: pointer;
}

.faqs {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 60px;
}
.faqs__topic {
  width: 366px;
  min-height: 148px;
  height: auto;
  padding: 24px 16px;
  background-color: #CDE5FF;
  border-radius: 12px;
}
.faqs__head {
  display: flex;
  justify-content: space-around;
}
.faqs__category {
  width: 100%;
  display: flex;
  align-items: center;
}
.faqs__arrow {
  width: 150px;
  height: 49px;
  border-radius: 8px;
  margin-top: 12px;
  background-color: #003352;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.faqs__arrow a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 700;
}
.faqs__label {
  width: 58px;
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #003352;
  border-radius: 12px;
  color: white;
  font-size: 14px;
  margin-right: 8px;
}
.faqs__content {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
.faqs h2 {
  font-size: 18px;
  font-weight: 700;
}

.question {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 60px;
}
.question__container {
  min-width: 0;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
}
.question__item {
  width: 366px;
  background-color: #5C0058;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: white;
  padding: 24px 16px;
}
.question__header {
  display: flex;
  justify-content: space-between;
}
.question__category {
  width: 60px;
  height: 22px;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  background-color: #FFD7F3;
  border-radius: 12px;
  color: #5C0058;
  margin-bottom: 16px;
}
.question__link {
  color: #BBA6EB;
}
.question h2 {
  font-size: 18px;
  font-weight: 700;
}
.question__content {
  padding: 24px 16px;
  width: 366px;
  height: auto;
  background-color: #F7EFE8;
  font-size: 14px;
  color: #000;
}
.question__status {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
.question__status span {
  font-weight: 800;
}

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