details + details {
  margin-top: 3rem;
}
details summary {
  align-items: center;
  display: flex;
  cursor: pointer;
  gap: 1.5rem;
  list-style: none;
}
details summary::-webkit-details-marker, details summary::marker {
  display: none;
}
details summary .title-container,
details summary h3, details summary h4 {
  flex: 1;
  padding: 1rem 0;
}
details summary .title-container h3, details summary .title-container h4, details summary .title-container p {
  margin: 0;
}
details summary .icon {
  background: var(--primary);
  border-radius: 50%;
  height: 4rem;
  display: block;
  margin: 0;
  position: relative;
  width: 4rem;
}
details summary .icon::before, details summary .icon::after {
  background: #FFF;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 0.2rem;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: transform var(--duration) var(--ease);
  -moz-transition: transform var(--duration) var(--ease);
  -ms-transition: transform var(--duration) var(--ease);
  -o-transition: transform var(--duration) var(--ease);
  transition: transform var(--duration) var(--ease);
}
details summary .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
}
details.accordion {
  border-radius: var(--radius);
  box-shadow: var(--shadow-light);
  margin-bottom: 1.5rem;
  z-index: 1;
  transition: box-shadow var(--duration) var(--ease);
}
details.accordion > summary,
details.accordion > .content {
  background: #FFF;
  border-radius: var(--radius);
  padding: 1.5rem 3rem;
}
details.accordion > summary h3,
details.accordion > summary h4 {
  font-size: 2.6rem;
  flex: 1;
  padding-bottom: 0.7rem;
}
details.accordion > summary .icon {
  background: #FFF;
  border: 0.1rem solid var(--primary);
}
details.accordion > summary .icon::before, details.accordion > summary .icon::after {
  background: var(--primary);
}
details.accordion > .content {
  padding-bottom: 3rem;
}
details.accordion > .content > details > .content {
  padding-bottom: 0;
}
details.accordion.bg-primary > .content {
  background: var(--primary);
}
details:not([class*=accordion]) summary h3,
details:not([class*=accordion]) summary h4 {
  border-bottom: 0.1rem solid var(--border);
  font-size: 2.2rem;
}
details[open] > summary > .icon:not(.icon--plus) {
  transform: scale(-1);
  -ms-transform: scale(-1);
  -moz-transform: scale(-1);
  -webkit-transform: scale(-1);
  -o-transform: scale(-1);
}
details[open] > summary > .icon--plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
}
details[open].accordion {
  z-index: 2;
  box-shadow: var(--shadow-light-hover);
}
details[open].accordion > summary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
details[open].accordion > .content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 767px) {
  details h4[data-longest-word="15"] {
    font-size: 1.5rem !important;
  }
  details h4[data-longest-word="16"] {
    font-size: 1.5rem !important;
  }
  details h4[data-longest-word="17"] {
    font-size: 1.5rem !important;
  }
  details h4[data-longest-word="18"] {
    font-size: 1.5rem !important;
  }
  details h4[data-longest-word="19"] {
    font-size: 1.5rem !important;
  }
  details h4[data-longest-word="20"] {
    font-size: 1.5rem !important;
  }
  details h4[data-longest-word="21"] {
    font-size: 1.3rem !important;
  }
  details h4[data-longest-word="22"] {
    font-size: 1.3rem !important;
  }
  details h4[data-longest-word="23"] {
    font-size: 1.3rem !important;
  }
  details h4[data-longest-word="24"] {
    font-size: 1.3rem !important;
  }
  details h4[data-longest-word="25"] {
    font-size: 1.3rem !important;
  }
  details h4[data-longest-word="26"] {
    font-size: 1.1rem !important;
  }
  details h4[data-longest-word="27"] {
    font-size: 1.1rem !important;
  }
  details h4[data-longest-word="28"] {
    font-size: 1.1rem !important;
  }
  details h4[data-longest-word="29"] {
    font-size: 1.1rem !important;
  }
  details h4[data-longest-word="30"] {
    font-size: 1.1rem !important;
  }
  details h4[data-longest-word="31"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="32"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="33"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="34"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="35"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="36"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="37"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="38"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="39"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="40"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="41"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="42"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="43"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="44"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="45"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="46"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="47"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="48"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="49"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="50"] {
    font-size: 0.9rem !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  details h4[data-longest-word="15"] {
    font-size: 1.8rem !important;
  }
  details h4[data-longest-word="16"] {
    font-size: 1.8rem !important;
  }
  details h4[data-longest-word="17"] {
    font-size: 1.8rem !important;
  }
  details h4[data-longest-word="18"] {
    font-size: 1.8rem !important;
  }
  details h4[data-longest-word="19"] {
    font-size: 1.8rem !important;
  }
  details h4[data-longest-word="20"] {
    font-size: 1.8rem !important;
  }
  details h4[data-longest-word="21"] {
    font-size: 1.8rem !important;
  }
  details h4[data-longest-word="22"] {
    font-size: 1.4rem !important;
  }
  details h4[data-longest-word="23"] {
    font-size: 1.4rem !important;
  }
  details h4[data-longest-word="24"] {
    font-size: 1.4rem !important;
  }
  details h4[data-longest-word="25"] {
    font-size: 1.4rem !important;
  }
  details h4[data-longest-word="26"] {
    font-size: 1.2rem !important;
  }
  details h4[data-longest-word="27"] {
    font-size: 1.2rem !important;
  }
  details h4[data-longest-word="28"] {
    font-size: 1.2rem !important;
  }
  details h4[data-longest-word="29"] {
    font-size: 1.2rem !important;
  }
  details h4[data-longest-word="30"] {
    font-size: 1.2rem !important;
  }
  details h4[data-longest-word="31"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="32"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="33"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="34"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="35"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="36"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="37"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="38"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="39"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="40"] {
    font-size: 1rem !important;
  }
  details h4[data-longest-word="41"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="42"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="43"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="44"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="45"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="46"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="47"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="48"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="49"] {
    font-size: 0.9rem !important;
  }
  details h4[data-longest-word="50"] {
    font-size: 0.9rem !important;
  }
}
@media screen and (min-width: 1200px) {
  details h4[data-longest-word="26"] {
    font-size: 1.8rem !important;
  }
  details h4[data-longest-word="27"] {
    font-size: 1.8rem !important;
  }
  details h4[data-longest-word="28"] {
    font-size: 1.8rem !important;
  }
  details h4[data-longest-word="29"] {
    font-size: 1.8rem !important;
  }
  details h4[data-longest-word="30"] {
    font-size: 1.8rem !important;
  }
  details h4[data-longest-word="31"] {
    font-size: 1.6rem !important;
  }
  details h4[data-longest-word="32"] {
    font-size: 1.6rem !important;
  }
  details h4[data-longest-word="33"] {
    font-size: 1.6rem !important;
  }
  details h4[data-longest-word="34"] {
    font-size: 1.6rem !important;
  }
  details h4[data-longest-word="35"] {
    font-size: 1.6rem !important;
  }
  details h4[data-longest-word="36"] {
    font-size: 1.6rem !important;
  }
  details h4[data-longest-word="37"] {
    font-size: 1.6rem !important;
  }
  details h4[data-longest-word="38"] {
    font-size: 1.6rem !important;
  }
  details h4[data-longest-word="39"] {
    font-size: 1.6rem !important;
  }
  details h4[data-longest-word="40"] {
    font-size: 1.6rem !important;
  }
  details h4[data-longest-word="41"] {
    font-size: 1.2rem !important;
  }
  details h4[data-longest-word="42"] {
    font-size: 1.2rem !important;
  }
  details h4[data-longest-word="43"] {
    font-size: 1.2rem !important;
  }
  details h4[data-longest-word="44"] {
    font-size: 1.2rem !important;
  }
  details h4[data-longest-word="45"] {
    font-size: 1.2rem !important;
  }
  details h4[data-longest-word="46"] {
    font-size: 1.2rem !important;
  }
  details h4[data-longest-word="47"] {
    font-size: 1.2rem !important;
  }
  details h4[data-longest-word="48"] {
    font-size: 1.2rem !important;
  }
  details h4[data-longest-word="49"] {
    font-size: 1.2rem !important;
  }
  details h4[data-longest-word="50"] {
    font-size: 1.2rem !important;
  }
}

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