/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./css/style.scss ***!
  \*******************************************************************************************************************************************************************************/
@charset "UTF-8";
.testClass {
  color: #C31521;
}

.bg-primary {
  background-color: #C31521;
}

.bg-secondary {
  background-color: #204659;
}

.bg-accent {
  background-color: #F1F3F5;
}

.bg-background {
  background-color: #F1F3F5;
}

h1 {
  font-size: clamp(1.2rem, 1vw + 1rem, 3.5rem);
  line-height: clamp(1.6rem, 2.2vw, 2.8rem);
}

h2 {
  font-size: clamp(1.8rem, 1.9vw + 1rem, 3rem);
  padding-bottom: 1%;
}

h3 {
  font-size: clamp(1.6rem, 1.2vw + 1rem, 2.4rem);
}

h5 {
  font-size: clamp(1.2rem, 0.9vw + 1.2rem, 1.6rem);
  font-weight: 300;
}

h6 {
  font-size: clamp(1.2rem, 0.8vw + 1.1rem, 1.6rem);
  font-weight: 400;
  color: #204659;
}

p {
  font-size: clamp(0.875rem, 0.8vw + 0.4rem, 1.2rem);
  line-height: 1.5em;
}

span {
  font-size: clamp(0.875rem, 0.8vw + 0.4rem, 1.2rem);
}

.text-primary {
  color: #C31521;
}

.text-secondary {
  color: #204659;
}

.text-accent {
  color: #F1F3F5;
}

.text-color {
  color: #204659;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #204659;
  width: 100vw;
  height: auto;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70%;
  max-width: 1200px;
  padding-top: 2%;
}

.footer-logos-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-logos-box img {
  width: 20%;
}

.footer-logos-icons {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  width: 30%;
  -moz-column-gap: 18%;
       column-gap: 18%;
}
.footer-logos-icons img {
  min-width: 50px;
  min-height: 50px;
}

.footer-social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  -moz-column-gap: 25%;
       column-gap: 25%;
}
.footer-social-media img {
  width: 30%;
  height: 30%;
  min-height: 20px;
  min-width: 20px;
}

.sub-menu-container-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5%;
  width: 100%;
  padding: 3% 0%;
}

.sub-menu-container-element {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #ffffff;
  padding-top: 1%;
  width: 100%;
}
.sub-menu-container-element h4 {
  font-weight: 500;
  padding-bottom: 3%;
}
.sub-menu-container-element span {
  font-weight: 300;
  line-height: 1.6rem;
  font-size: 1rem;
}
.sub-menu-container-element p {
  padding-top: 6%;
  font-weight: 300;
  line-height: 1.6rem;
  font-size: 0.8rem;
}
.sub-menu-container-element a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
  line-height: 28px;
  font-style: 1rem;
  padding: 7px 0px;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  background-color: #C31521;
  padding: 10px 0px;
}

.copyright-container {
  width: 70%;
  max-width: 1200px;
}
.copyright-container span {
  color: #ffffff;
  font-weight: 300;
  font-size: 0.9rem;
}

@media only screen and (max-width: 1600px) {
  .copyright {
    width: 100vw;
  }
  .footer-container {
    width: 75%;
  }
}
@media only screen and (max-width: 1280px) {
  .sub-menu-container-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5%;
    height: auto;
  }
  .sub-menu-container-element {
    width: 100%;
  }
  .footer-logos-box {
    padding-top: 30px;
  }
  .footer-logos-box img {
    width: 55%;
    max-width: 250px;
  }
  .footer-logos-icons {
    width: 30%;
  }
  .footer-logos-icons img {
    width: 60px;
  }
  .footer-social-media {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .footer-social-media img {
    width: 40px;
    height: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .sub-menu-container-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3%;
    height: auto;
    margin-bottom: 5%;
  }
  .footer-logos-icons {
    width: 40%;
  }
}
@media only screen and (max-width: 680px) {
  .footer-container {
    width: 90%;
  }
  .sub-menu-container-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4%;
    grid-column-gap: 7%;
    height: auto;
    margin-bottom: 5%;
  }
  .footer-logos-box {
    flex-wrap: wrap;
    width: 100%;
  }
  .footer-logos-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    width: 100%;
    margin-top: 20px;
  }
  .footer-logos-icons img {
    width: 50px;
    height: 50px;
  }
  .footer-social-media {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }
  .footer-social-media img {
    width: 20px;
    height: 20px;
  }
  .copyright {
    padding: 4px 0px;
    width: 100vw;
  }
  .copyright-container {
    width: 90%;
  }
  .copyright-container span {
    font-size: 0.4rem;
  }
}
@media only screen and (max-width: 450px) {
  .sub-menu-container-grid {
    padding: 10% 0;
  }
}
.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  min-width: 320px;
  min-height: 80px;
  background-color: #fff;
  z-index: 999;
}

.menuSpacer {
  width: 100vw;
  height: 135px;
}

.navigationRedLine {
  width: 100%;
  height: 10px;
  min-height: 10px;
  background: #C31521;
}

.navigationContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  width: 80%;
  max-width: 1500px;
  height: 125px;
}

.logo {
  width: 150px;
  height: 80px;
}

.BurgerMenu {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  width: 30%;
  gap: 10px;
  z-index: 999;
}

.navline {
  width: 45px;
  height: 3px;
  background-color: #C31521;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 80%;
  min-width: 200px;
}

#navLogo {
  width: 100%;
  height: 80%;
}

@media only screen and (max-width: 1600px) {
  .navigationContainer {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  .navigationContainer {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  .navigationContainer {
    width: 92%;
  }
}
.frontHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100vw;
  min-width: 320px;
  height: auto;
  overflow: hidden;
}

.backgroundSlider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1500px;
  min-width: 320px;
}

.HeaderTitleContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-width: 320px;
  z-index: 50;
  overflow: hidden;
}

.glide {
  z-index: 20;
  width: 100%;
  min-width: 320px;
}

.header-animation-slider {
  transform: translateY(600px);
  opacity: 0;
}

.glide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 320px;
}

.header-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 700px;
  min-height: 700px;
}

.HeaderTitleBoxBulk {
  width: 46%;
  min-height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: #204659;
  display: flex;
  justify-content: flex-end;
  color: #D1D6DC;
  padding: 50px;
  transform: translateY(300px);
}
.HeaderTitleBoxBulk h1 {
  font-size: 3rem;
  color: transparent;
  font-weight: 200;
  line-height: 4rem;
}

.HeaderTitleContent {
  min-height: 170px;
  position: absolute;
  background-color: #204659;
  padding: 50px 0px;
  padding-right: 50px;
  z-index: 100;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transform: translateY(300px);
}
.HeaderTitleContent h1 {
  font-size: 3rem;
  color: #d1d6dc;
  font-weight: 200;
  line-height: 4rem;
  transform: translatex(-200px);
  opacity: 0;
}

.HeaderTitleBoxContent {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 170px;
  z-index: 30;
}
.HeaderTitleBoxContent h1 {
  color: #D1D6DC;
  padding: 0px 5px;
  font-size: 2.7rem;
  line-height: 50px;
  font-weight: 200;
  font-style: normal;
}

.HeaderSpaceBlueField {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100px;
  width: 100%;
  background-color: #F1F3F5;
}

@media only screen and (max-width: 1700px) {
  .HeaderTitleBoxBulk {
    width: 50%;
  }
}
@media only screen and (max-width: 1600px) {
  .HeaderTitleBoxBulk {
    width: 55%;
  }
  .backgroundSlider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 1200px;
  }
  .HeaderTitleBoxContent h1 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1500px) {
  .HeaderTitleBoxBulk {
    width: 68%;
  }
  .HeaderTitleBoxContent h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .HeaderTitleContent {
    padding: 35px 0px;
    padding-right: 30px;
    overflow: hidden;
  }
  .HeaderTitleContent h1 {
    font-size: 2.5rem;
    color: #d1d6dc;
    font-weight: 200;
    line-height: 4rem;
  }
  .HeaderTitleBoxBulk {
    padding: 35px;
  }
  .HeaderTitleBoxBulk h1 {
    font-size: 2.5rem;
    color: transparent;
    font-weight: 200;
    line-height: 4rem;
  }
  .header-slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 650px;
    min-height: 650px;
  }
}
@media only screen and (max-width: 1450px) {
  .HeaderTitleBoxBulk {
    width: 50%;
  }
}
@media only screen and (max-width: 1280px) {
  .HeaderTitleBoxBulk {
    width: 60%;
  }
  .HeaderTitleBoxContent h1 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .header-slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 500px;
    min-height: 500px;
  }
}
@media only screen and (max-width: 1050px) {
  .HeaderTitleBoxBulk {
    width: 68%;
  }
}
@media only screen and (max-width: 1024px) {
  .HeaderTitleBoxContent h1 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .HeaderTitleBoxBulk {
    width: 73%;
  }
  .HeaderTitleContent {
    padding: 35px 0px;
    padding-right: 30px;
  }
  .HeaderTitleContent h1 {
    font-size: 2.5rem;
    color: #d1d6dc;
    font-weight: 200;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 870px) {
  .HeaderTitleContent h1 {
    font-size: 2rem;
    color: #d1d6dc;
    font-weight: 200;
    line-height: 3rem;
  }
  .HeaderTitleBoxBulk h1 {
    font-size: 2rem;
    color: transparent;
    font-weight: 200;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .backgroundSlider {
    width: 90%;
  }
  .HeaderTitleBoxContent, .HeaderTitleBoxBulk {
    width: 90%;
    height: 120px;
  }
  .HeaderTitleBoxContent h1 {
    font-size: 1.5rem;
  }
  .glide__slide img {
    height: 400px;
  }
  .frontHeader {
    min-width: 320px;
  }
}
@media only screen and (max-width: 640px) {
  .backgroundSlider {
    width: 92%;
    min-width: 320px;
  }
  .HeaderTitleBoxContent, .HeaderTitleBoxBulk {
    width: 80%;
    height: 100px;
  }
  .HeaderTitleContent {
    display: flex;
    align-items: center;
  }
  .HeaderTitleContent h1 {
    font-size: 1.6rem;
    color: #d1d6dc;
    font-weight: 200;
    line-height: 2.5rem;
  }
  .HeaderTitleBoxBulk h1 {
    font-size: 1.6rem;
    color: transparent;
    font-weight: 200;
    line-height: 2.5rem;
  }
  .glide__slide img {
    height: 350px;
  }
  .frontHeader {
    min-width: 320px;
  }
}
@media only screen and (max-width: 480px) {
  .HeaderTitleContent h1 {
    font-size: 1.4rem;
    color: #d1d6dc;
    font-weight: 200;
    line-height: 2rem;
    padding: 0px;
    line-height: auto;
  }
  .HeaderTitleBoxBulk h1 {
    font-size: 1.4rem;
    color: transparent;
    font-weight: 200;
    line-height: 2rem;
    padding: 0px;
    line-height: auto;
  }
  .header-slider img {
    min-height: 450px;
  }
}
@media only screen and (max-width: 400px) {
  .HeaderTitleContent h1 {
    font-size: 5vw;
    color: #d1d6dc;
    font-weight: 200;
    line-height: 2rem;
    padding: 18px 0px;
  }
  .HeaderTitleBoxBulk h1 {
    font-size: 5vw;
    color: transparent;
    font-weight: 200;
    line-height: 2rem;
    padding: 18px 0px;
  }
  .HeaderTitleBoxBulk {
    width: 75%;
  }
  .header-slider img {
    min-height: 400px;
  }
}
.service-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  background-color: #F1F3F5;
}

.service-container-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  padding: 5% 0%;
  width: 70%;
  max-width: 1200px;
}

.service-card {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  width: 100%;
}
.service-card img {
  width: 60px;
  height: 60px;
}
.service-card span {
  color: #204659;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.6px;
  margin-top: 25px;
  font-family: Nudica;
}
.service-card h2 {
  color: #204659;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  padding: 5px 0px;
  font-family: Nudica;
}
.service-card p {
  color: #204659;
  text-align: center;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 138.889% */
  width: 90%;
}
.service-card a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #C31521;
  border: 1px solid #C31521;
  border-radius: 40px;
  padding: 2% 7%;
  color: #CB0008;
  font-family: Nudica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.48px;
  margin: 30px 0px;
  transition: all 0.3s ease-in-out;
}
.service-card a:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.service-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0; /* Trennlinie rechts des Elements */
  width: 0.5px;
  height: 100%;
  background-color: #C31521; /* Die rote Trennlinie */
}

.service-card-title-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.service-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 1600px) {
  .service-container-grid {
    max-width: 1200px;
    width: 75%;
  }
  .service-card {
    padding: 0px 5px;
  }
  .service-card span {
    font-size: 0.9rem;
  }
  .service-card h2 {
    font-size: 1.1rem;
  }
  .service-card p {
    font-size: 0.9rem;
    padding: 5px 0px;
  }
  .service-card a {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1280px) {
  .service-container-grid {
    grid-template-columns: repeat(3, 1fr); /* 2 gleich große Spalten */
    padding: 15px;
  }
  .service-card span {
    margin-bottom: 3px;
  }
  .service-card h2 {
    margin-bottom: 10px;
  }
  .service-card p {
    width: 100%;
    padding: 0px;
  }
  .service-card a {
    padding: 2% 7%;
  }
  .service-card:nth-child(3n)::after { /* Entferne die Linie nach jeder 3. Spalte */
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .service-section {
    padding: 3% 0;
  }
  .service-container-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 gleich große Spalten */
  }
  .service-card {
    width: 100%;
  }
  .service-card img {
    width: 80px;
    height: 50px;
  }
  .service-card h2 {
    font-size: 2.2vw;
  }
  .service-card .p {
    font-size: 1rem;
  }
  .service-card a {
    padding: 2% 5%;
    font-size: 0.9rem;
  }
  .service-card::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .service-container-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-card span {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  .service-container-grid {
    width: 92%;
    gap: 4%;
  }
  .service-card {
    padding: 8px;
    padding: 15px 0px;
  }
  .service-card span {
    margin-top: 10px;
    padding-bottom: 2px;
  }
  .service-card h2 {
    margin: 0px;
    padding-top: 0;
    font-size: 3vw;
  }
  .service-card p {
    font-size: 2.6vw;
    line-height: 3.5vw;
    padding: 2.4vw 0vw;
  }
  .service-card a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2vw;
    padding: 0.5% 3%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .service-card a svg {
    padding-left: 3px;
    width: 30%;
  }
  .service-card-content {
    gap: 2px;
    padding-bottom: 10px;
  }
}
.news-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: auto;
  background-color: #F1F3F5;
  padding: 50px 0px;
}

.news-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1200px;
  flex-direction: column;
  height: auto;
}

.news-container-title {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.news-container-title h2 {
  color: #204659;
  font-weight: 400;
  padding: 2% 0%;
  padding-bottom: 50px;
  font-size: 2.8rem;
}

.news-container-title-space {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.news-container-title-space a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #204659;
  border: 1px solid #204659;
  padding: 8px 10px;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  width: 400px;
  height: -moz-min-content;
  height: min-content;
}
.news-container-title-space a:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.news-container-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2%;
}

.news-grid-element {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%; /* Element nutzt die volle Spaltenbreite */
  border: 1px solid #C31521; /* Beispiel: Farbe des Rahmens */
  padding: 20px; /* Platz innerhalb der Karte */
  transition: all 0.3s ease-in-out;
}
.news-grid-element:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}
.news-grid-element span {
  margin-top: 15%;
  text-align: center;
  text-transform: uppercase;
  color: #204659;
}
.news-grid-element h3 {
  color: #C31521;
  text-align: center;
  font-weight: 400;
  padding-bottom: 3%;
  padding-top: 2%;
  padding-left: 8%;
  padding-right: 8%;
  font-size: 1.3rem;
}
.news-grid-element p {
  text-align: center;
  color: #204659;
  padding: 5% 15%;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3rem;
}
.news-grid-element div {
  display: flex;
  flex-direction: row;
  gap: 6px;
  justify-content: center;
  align-items: center;
  border: 1px solid #C31521;
  border-radius: 40px;
  padding: 2% 5%;
  margin-top: 4%;
  margin-bottom: 10%;
  text-transform: none;
  text-decoration: none;
  color: #C31521;
  transition: all 0.5s ease-in-out;
}
.news-grid-element svg {
  transition: all 0.5s ease-in-out;
}
.news-grid-element svg:hover {
  background-color: #D1D6DC;
  color: #D1D6DC;
}

@media only screen and (max-width: 1600px) {
  .news-container {
    max-width: 1200px;
    width: 75%;
  }
}
@media only screen and (max-width: 1280px) {
  .news-container-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
  }
  .news-grid-element {
    width: 97%;
  }
  .news-grid-element h3 {
    font-size: 1.2rem;
    font-weight: 300;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 1024px) {
  .news-container-title-space {
    height: 140px;
  }
  .news-container-title-space a {
    font-size: 0.9rem;
    width: 250px;
  }
  .news-container-title h2 {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .news-grid-element {
    width: 97%;
  }
  .news-grid-element h3 {
    font-size: 1.3rem;
    font-weight: 300;
  }
}
@media only screen and (max-width: 640px) {
  .news-section {
    padding: 10px 0px;
  }
  .news-container {
    width: 90%;
    padding: 5% 0;
  }
  .news-container-title h2 {
    font-size: 8vw;
    margin-bottom: 4%;
  }
  .news-container-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }
  .news-grid-element h3 {
    font-size: 5vw;
  }
  .news-grid-element p {
    font-size: 3vw;
  }
  .news-grid-element a {
    font-size: 3vw;
  }
  .news-container-title-space {
    height: 140px;
  }
  .news-container-title-space a {
    font-size: 0.5rem;
    width: 200px;
  }
  .news-container-title h2 {
    font-size: 2rem;
    padding-bottom: 0px;
  }
}
.wer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  background-color: #fff;
}

.wer-section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1200px;
  flex-direction: column;
  padding: 3% 0%;
}

.wer-container-title {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 2% 0%;
}
.wer-container-title h2 {
  color: #204659;
  font-weight: 400;
  font-size: 2.8rem;
}

.wer-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 400px;
}

.wer-container-profil {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  width: 35%;
  min-height: 400px;
  height: 100%;
}

.wer-container-profil-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 400px;
  min-width: 400px;
}
.wer-container-profil-img img {
  z-index: 10;
  width: 100%;
  max-width: 400px;
  min-width: 380px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wer-container-content-text {
  display: flex;
  justify-content: space-between;
  align-items: space-between;
  flex-direction: column;
  width: 70%;
  height: 100%;
  padding-left: 4%;
}
.wer-container-content-text p {
  padding-top: 15%;
  font-weight: 300;
  line-height: 1.8rem;
  color: #204659;
}

.wer-profile {
  width: 39%;
}
.wer-profile h5 {
  font-size: 0.9rem;
  color: #204659;
  font-weight: 500;
}
.wer-profile span {
  font-size: 0.8rem;
  color: #204659;
  font-weight: 300;
}

@media only screen and (max-width: 1780px) {
  .wer-container-profil {
    width: 40%;
  }
  .wer-container-profil-img {
    min-width: 380px;
  }
}
@media only screen and (max-width: 1600px) {
  .wer-section-container {
    max-width: 1200px;
    width: 75%;
  }
  .wer-container {
    height: auto;
  }
  .wer-container-profil {
    min-height: auto;
  }
  .wer-container-content-text {
    height: auto;
  }
  .wer-container-content-article {
    padding-bottom: 2%;
  }
}
@media only screen and (max-width: 1390px) {
  .wer-container-profil {
    width: 40%;
  }
  .wer-container {
    height: 400px;
  }
  .wer-container-profil-img {
    min-width: 350px;
  }
}
@media only screen and (max-width: 1280px) {
  .wer-container-profil {
    width: 40%;
    min-height: auto;
  }
  .wer-container-profil-img {
    height: 400px;
    min-width: auto;
  }
  .wer-container-profil-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wer-container-content-article {
    height: auto;
  }
  .wer-container-content-article p {
    padding: 20px 0px;
  }
  .wer-container-content-text {
    justify-content: flex-end;
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .wer-container-profil {
    width: 45%;
    min-height: 400px;
  }
  .wer-container-profil-img {
    height: 300px;
    width: 100%;
  }
  .wer-profile {
    width: 50%;
  }
}
@media only screen and (max-width: 885px) {
  .wer-container {
    height: auto;
  }
  .wer-container-profil-img {
    height: 250px;
  }
  .wer-container-profil {
    min-height: 250px;
  }
  .wer-container-content-text {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wer-container {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
  }
  .wer-section {
    padding: 5% 0;
  }
  .wer-container-profil {
    justify-content: center;
    width: 100%;
    height: 396px;
  }
  .wer-container-profil-img {
    width: 100%;
    height: 350px;
    min-width: 300px;
  }
  .wer-container-content-text {
    width: 100%;
    height: auto;
    gap: 20px;
    padding: 0px;
  }
  .wer-container-content-text p {
    padding-top: 5%;
    font-size: 3.8vw;
    line-height: 1.9;
  }
}
@media only screen and (max-width: 680px) {
  .wer-section-container {
    width: 90%;
  }
  .wer-container-profil {
    justify-content: flex-start;
  }
  .wer-container-profil-img {
    width: 100%;
    height: 400px;
  }
  .wer-container-content-text p {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 550px) {
  .wer-container-profil-img {
    height: 350px;
  }
  .wer-container-profil {
    height: 350px;
  }
}
@media only screen and (max-width: 450px) {
  .wer-container {
    padding-top: 20px;
  }
  .wer-section-container {
    width: 90%;
  }
  .wer-container-profil {
    justify-content: center;
    width: 100%;
    height: 300px;
    min-height: 300px;
  }
  .wer-container-profil-img {
    width: 100%;
    height: 300px;
    min-width: 350px;
  }
  .wer-section {
    padding: 10% 0;
  }
}
.partner-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  background-color: #F1F3F5;
}

.partner-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  min-height: 400px;
  padding: 3% 0%;
  width: 70%;
  max-width: 1200px;
}
.partner-container h2 {
  font-family: "Nudica";
  font-weight: 400;
  font-size: 2.8rem;
  color: #204659;
  padding-bottom: 5%;
}

.partner-logo-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.partner-logo-row img {
  width: 100%;
  max-width: 80px;
  height: 40px;
}

@media only screen and (max-width: 1600px) {
  .partner-container {
    max-width: 1200px;
    width: 75%;
  }
}
@media only screen and (max-width: 1280px) {
  .partner-logo-row {
    justify-content: flex-start;
    gap: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .partner-logo-row {
    gap: 10%;
  }
  .partner-logo-row img {
    height: 60px;
    width: 100%;
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 680px) {
  .partner-container {
    width: 90%;
  }
  .partner-logo-row {
    flex-direction: row;
    justify-content: flex-start;
  }
  .partner-logo-row img {
    height: 60px;
    width: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .partner-container h2 {
    font-size: 8vw;
  }
}
/* menu */
.full-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #C31521;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  transform-style: preserve-3d;
  perspective: 1000px;
  z-index: 900;
  overflow-y: auto;
}

.full-nav-container-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 44px 0;
  width: 250px;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* menu toggle btn */
.menu-toggle {
  position: absolute;
  width: 120px;
  height: 60px;
  background-color: #204659;
  border-radius: 8em;
  transition: width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: right;
  cursor: pointer;
  pointer-events: auto;
}

.menu-toggle.opened {
  width: 60px;
  z-index: 999;
}

.menu-copy {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #fff;
  transition: left 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}

.menu-copy p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.menu-toggle:hover .menu-copy {
  left: 20px;
}

.menu-toggle.opened .menu-copy {
  opacity: 0;
}

.menu-toggle-icon {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  clip-path: circle(10% at 50% 50%);
  background-color: #F1F3F5;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 999;
  overflow: hidden;
}

.menu-toggle:hover .menu-toggle-icon {
  clip-path: circle(35% at 50% 50%);
}

.menu-toggle.opened .menu-toggle-icon {
  clip-path: circle(50% at 50% 50%);
  transform: scale(1.125);
}

.hamburger {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
}

.menu-toggle:hover .hamburger,
.menu-toggle.opened .hamburger {
  top: 50%;
  opacity: 1;
}

.menu-bar {
  position: absolute;
  width: 15px;
  height: 1.5px;
  background: #000;
  transition-property: transform;
  transition: all 250ms ease-out;
}

.menu-bar[data-position=top] {
  transform: translateY(-3px);
}

.menu-bar[data-position=bottom] {
  transform: translateY(3px);
}

.menu-toggle.opened .menu-bar[data-position=top] {
  transform: translateY(0) rotate(45deg) scaleX(1.05);
}

.menu-toggle.opened .menu-bar[data-position=bottom] {
  transform: translateY(0) rotate(-45deg) scaleX(1.05);
}

/* menu */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  background-color: #0f0f0f;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  pointer-events: none;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.col-1 {
  flex: 1;
}

.col-2 {
  flex: 2;
}

.col {
  position: relative;
  height: 100%;
  padding: 10em 2em 2em 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.link {
  position: relative;
  transform: translateY(30px);
  opacity: 0;
}
.link:hover {
  background-color: #204659;
  transition: 0.3s ease-in;
}

.link a {
  text-decoration: none;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -1.5px;
  line-height: 125%;
}

.image-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #1d1d1d;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  overflow: hidden;
  padding: 2em;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.socials {
  width: 50%;
  display: flex;
  gap: 2em;
}

.socials .sub-col {
  flex: 1;
}

.socials .sub-col p {
  position: relative;
  color: #fff;
  transform: translateY(30px);
  opacity: 0;
  text-transform: uppercase;
  font-family: "Akkurat Mono";
  font-size: 12px;
  font-weight: 400;
}

.header h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Schabo";
  font-size: 500px;
  font-weight: lighter;
  line-height: 100%;
  height: 400px;
}

.header h1 span {
  position: relative;
  display: inline-block;
  transform: scale(0.75) translateY(500px) rotateY(90deg);
  transform-origin: bottom;
}

.full-nav-container {
  width: 75%;
  height: 90%;
}

.full-nav-container-link-grid {
  padding-top: 3%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.nav-links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 90%;
  gap: 10px;
}
.nav-links h4 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}
.nav-links span {
  font-size: 1.4rem;
  font-weight: 500;
}
.nav-links a {
  padding: 10px 1px;
  text-decoration: none;
  color: #fff;
}

.underline {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.full-nav-container-cards-grid {
  padding: 4% 0%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.full-nav-card-element {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 6%;
  width: 90%;
  background: #C31521;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.5s ease, transform 0.5s ease;
  overflow: hidden;
}
.full-nav-card-element:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}
.full-nav-card-element h5 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 3% 0;
}
.full-nav-card-element span {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6rem;
}
.full-nav-card-element .pdf-download {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-top: 20px;
}

.nav-card-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 3% 0;
}

.nav-card-circle {
  background-color: #fff;
  width: 60px;
  height: 62.069px;
  flex-shrink: 0;
  border-radius: 80px;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}

.nav-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.full-nav-underline {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 20vh;
  min-height: 20%;
}

.social-media-links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1% 0;
  margin-bottom: 20px;
}

.full-nav-social-media {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.full-nav-social-media img {
  padding: 0 15px;
}
.full-nav-social-media img:first-of-type {
  padding: 0;
}

.full-nav-back-links {
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
.full-nav-back-links a {
  text-decoration: none;
  color: #fff;
  padding: 0% 3%;
}
.full-nav-back-links a:last-of-type {
  padding: 0%;
}

@media only screen and (max-width: 1700px) {
  .nav-links h4 {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1500px) {
  .full-nav-card-element h5 {
    font-size: 1.4vw;
  }
  .full-nav-card-element span {
    font-size: 1.1vw;
  }
}
@media only screen and (max-width: 1400px) {
  .nav-links h4 {
    font-size: 1.5vw;
  }
  .nav-links span {
    font-size: 1.2vw;
  }
  .full-nav-card-element span {
    font-size: 1vw;
  }
  .full-nav-card-element a {
    padding: 15px 0px;
  }
  .nav-card-title {
    width: 100%;
  }
  .nav-card-title h5 {
    font-size: 1.4vw;
  }
  .nav-card-circle {
    width: 41px;
    height: 41px;
    border-radius: 120px;
  }
}
@media (max-width: 900px) {
  .col-1 {
    flex: 2;
    align-items: flex-start;
  }
  .link a {
    font-size: 30px;
  }
  .video-wrapper {
    padding: 0.4em;
  }
  .socials {
    width: 100%;
    flex-direction: column;
    gap: 8em;
  }
  .header h1 {
    font-size: 150px;
    height: 120px;
  }
}
@media only screen and (max-width: 800px) {
  .full-nav-container-link-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .nav-links h4 {
    font-size: 2.5vw;
  }
  .nav-links a {
    padding: 5px 0px;
  }
  .nav-links span {
    font-size: 1.5vw;
  }
  .full-nav-container-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .full-nav-card-element {
    width: 100%;
  }
  .full-nav-card-element h5 {
    font-size: 2.3vw;
  }
  .full-nav-card-element span {
    font-size: 1.5vw;
  }
  .full-nav-underline {
    height: -moz-fit-content;
    height: fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media only screen and (max-width: 680px) {
  .full-nav {
    min-width: 320px;
  }
  .full-nav-container {
    min-width: 320px;
    width: 90%;
  }
  .full-nav-container-logo {
    width: 90%;
    min-width: 150px;
    padding-top: 20px;
  }
  .menu-logo img {
    width: 65%;
  }
  .social-media-links {
    margin-bottom: 140px;
  }
  .full-nav-container-link-grid {
    padding-top: 34px;
    grid-template-columns: repeat(2, 1fr);
  }
  .nav-links h4 {
    font-size: 4vw;
  }
  .nav-links span {
    font-size: 3vw;
  }
  .full-nav-container-cards-grid {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .full-nav-card-element span {
    font-size: 2.5vw;
  }
  .nav-card-title h5 {
    font-size: 4.5vw;
  }
}
.zu-allen-angebote-offers svg {
  color: #204659 !important;
}

.object-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100vw;
  padding: 1% 0;
  background-color: #fff;
  z-index: 10;
}
.object-slider .object-sub-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 1.4% 1%;
}
.object-slider .object-sub-title h4 {
  font-size: 1.4;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3.6px;
}
.object-slider .object-sub-title a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #204659;
  border: 1px solid #204659;
  padding: 8px 19px;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}
.object-slider .object-sub-title a:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}
.object-slider .object-slider-container {
  width: 70%;
  max-width: 1200px;
  padding: 2% 0%;
}
.object-slider .glide__arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 5%;
}
.object-slider .glide__arrows .glide__arrow--left {
  position: relative;
  left: -150px;
}
.object-slider .glide__arrows .glide__arrow--right {
  position: relative;
  right: -150px;
}
.object-slider .glide__arrow {
  box-shadow: none;
}

#objSlider {
  width: 100%;
  min-height: 480px;
  max-height: auto;
  z-index: 10;
  padding: 2% 0%;
}
#objSlider .glide__slide {
  width: 100%;
  height: 100%;
  min-height: auto !important;
}
#objSlider .objSlider-img {
  height: 100%;
  width: 100%;
  max-width: 600px;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/3;
}

.slider-object-content-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3% 0;
  padding-right: 2%;
  width: 50%;
}
.slider-object-content-box h2 {
  color: #204659;
  font-weight: 400;
  padding-bottom: 2%;
  font-size: 2.1rem;
}
.slider-object-content-box span {
  color: #C31521;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 1% 0;
}
.slider-object-content-box p {
  color: #204659;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8em;
  padding: 15px 0;
}
.slider-object-content-box a {
  border: 1px solid #C31521;
  border-radius: 40px;
  text-decoration: none;
  color: #C31521;
  padding: 10px 25px;
  transition: all 0.3s ease-in-out;
}
.slider-object-content-box a:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.slider-object-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  min-height: 450px;
  padding: 0rem 1rem;
}

.sliderImage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  max-height: 100%;
  max-height: 600px;
}

.background-color-slider {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #F1F3F5;
}

@media only screen and (max-width: 1600px) {
  .object-slider .object-slider-container {
    max-width: 1200px;
    width: 75%;
    padding: 4% 0%;
  }
}
@media only screen and (max-width: 1280px) {
  .object-slider .glide__arrows .glide__arrow--left {
    left: -110px;
  }
  .object-slider .glide__arrows .glide__arrow--right {
    right: -110px;
  }
  .background-color-slider {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #objSlider {
    min-height: 300px;
  }
  .object-slider .object-sub-title {
    padding: 4% 0;
  }
  .slider-object-content-box h2 {
    font-size: 2.5vw;
  }
  .slider-object-content-box span {
    font-size: 1.5vw;
  }
  .slider-object-content-box p {
    font-size: 1.5vw;
    line-height: 1.3rem;
  }
}
@media only screen and (max-width: 760px) {
  #objSlider .objSlider-img {
    width: 100%;
  }
  #objSlider {
    min-height: 250px;
  }
  .object-slider .glide__arrows .glide__arrow--left {
    left: -80px;
  }
  .object-slider .glide__arrows .glide__arrow--right {
    right: -80px;
  }
}
@media only screen and (max-width: 680px) {
  .object-slider {
    padding: 3% 0;
  }
  .object-slider .object-slider-container {
    width: 90%;
  }
  .object-slider .object-sub-title h4 {
    font-size: 2vw;
    padding: 0;
  }
  .object-slider .object-sub-title a {
    font-size: 2.5vw;
  }
  .glide_slide {
    margin: 0;
  }
  .object-slider .glide__arrows .glide__arrow--left {
    display: none;
  }
  .object-slider .glide__arrows .glide__arrow--right {
    display: none;
  }
  .sliderImage {
    width: 100%;
  }
  .slider-object-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap-reverse;
    padding: 2vw 0;
    min-height: auto;
  }
  .slider-object-box .slider-object-content-box {
    display: flex;
    width: 100%;
    padding: 2vw 0;
  }
  .slider-object-box .slider-object-content-box h2 {
    font-size: 5vw;
    padding-top: 1rem;
  }
  .slider-object-box .slider-object-content-box span {
    font-size: 3.5vw;
  }
  .slider-object-box .slider-object-content-box p {
    font-size: 3.5vw;
    line-height: 1.5rem;
  }
}
.content-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  background-color: #F1F3F5;
}

.content-section-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 70%;
  max-width: 1200px;
  padding: 3% 0;
}

.content-image {
  width: 40%;
  height: 100%;
  min-height: 490px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content-text-part {
  width: 50%;
}
.content-text-part h3 {
  font-weight: 400;
  color: #204659;
  padding-bottom: 2%;
}
.content-text-part span {
  font-weight: 300;
  line-height: 2.1rem;
  color: #204659;
}

@media only screen and (max-width: 1600px) {
  .content-section-container {
    width: 75%;
  }
}
@media only screen and (max-width: 1280px) {
  .content-text-part h3 {
    font-size: 3.5vw;
  }
  .content-text-part span {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1000px) {
  .content-section-container {
    flex-wrap: wrap;
  }
  .content-image {
    width: 100%;
    min-height: 350px;
  }
  .content-text-part {
    width: 100%;
    padding-bottom: 4%;
  }
  .content-text-part h3 {
    font-size: 4.5vw;
    padding: 4% 0;
  }
  .content-text-part span {
    line-height: 1.7rem;
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 500px) {
  .content-image {
    min-height: 320px;
  }
  .content-section-container {
    width: 90%;
  }
  .content-text-part {
    width: 100%;
    padding-bottom: 4%;
  }
  .content-text-part h3 {
    font-size: 5.5vw;
    padding: 7% 0;
  }
  .content-text-part span {
    line-height: 1.8rem;
    font-size: 3.5vw;
  }
}
.loop-container {
  width: 70%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: start;
  margin-bottom: 10%;
}

.loop-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 650px;
  padding: 0px 0px;
  gap: 4px;
  background-color: #F1F3F5;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.5s ease, transform 0.5s ease;
  cursor: pointer;
}
.loop-card:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}
.loop-card img {
  width: 100%;
  height: 30%;
  max-height: 250px;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.loop-card h4 {
  color: #204659;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  padding: 0px 20px;
  padding-top: 20px;
}
.loop-card h5 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #C31521;
  line-height: 1.6rem;
  width: 90%;
  padding: 10px 20px;
}
.loop-card a {
  min-width: 40%;
  width: 200px;
  text-align: center;
  padding: 10px 5px;
  font-size: 1rem;
  color: #C31521;
  text-decoration: none;
  border-radius: 40px;
  border: 1px solid #C31521;
  margin-top: 17px;
  margin-left: 20px;
  margin-bottom: 23px;
}
.loop-card .verkauft-field {
  display: flex;
  align-items: center;
  padding: 20px;
  position: absolute;
  top: 250px;
  width: -moz-min-content;
  width: min-content;
  height: 50px;
  background-color: #C31521;
}
.loop-card .verkauft-field span {
  color: #fff;
}
.loop-card .vollvermietung {
  width: -moz-max-content !important;
  width: max-content !important;
}

.content-card-spacing {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.content-data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  padding: 0px 20px;
}
.content-data span {
  color: #204659;
  font-size: 1rem;
  font-weight: 500;
}
.content-data p {
  color: #204659;
  font-size: 1.1rem;
}

@media only screen and (max-width: 1600px) {
  .loop-container {
    width: 75%;
  }
  .loop-card img {
    max-height: 300px;
    min-height: 300px;
  }
  .loop-card a {
    font-size: 0.9rem;
  }
  .loop-card .verkauft-field {
    top: 250px;
  }
}
@media only screen and (max-width: 1500px) {
  .loop-container {
    grid-template-columns: repeat(3, 1fr); /* Maximal 3 Karten pro Zeile */
  }
}
@media only screen and (max-width: 1280px) {
  .loop-card {
    gap: 8px;
  }
  .loop-card img {
    min-height: 300px;
    max-height: 300px;
  }
  .loop-card h4 {
    padding-top: 15px;
    font-size: 1.4vw;
  }
  .loop-card h5 {
    font-size: 1.4vw;
  }
  .loop-card a {
    font-size: 1.1vw;
  }
  .content-data span {
    font-size: 1.3vw;
  }
  .content-data p {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 1120px) {
  .loop-container {
    grid-template-columns: repeat(2, 1fr); /* Maximal 3 Karten pro Zeile */
  }
  .loop-card h4 {
    font-size: 1.6vw;
  }
  .loop-card h5 {
    font-size: 1.6vw;
  }
  .loop-card a {
    font-size: 1.5vw;
    width: 180px;
    min-width: 160px;
  }
  .content-data span {
    font-size: 1.6vw;
  }
  .content-data p {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 850px) {
  .loop-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .loop-card img {
    max-height: 300px;
    min-height: 300px;
  }
  .loop-card h4 {
    padding-top: 15px;
    font-size: 1.9vw;
  }
  .loop-card h5 {
    font-size: 1.9vw;
  }
  .loop-card a {
    font-size: 1.8vw;
  }
  .loop-card .verkauft-field {
    top: 250px;
  }
  .content-data span {
    font-size: 1.7vw;
  }
  .content-data p {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 700px) {
  .loop-container {
    width: 90%;
  }
  .loop-card {
    padding: 0px;
    padding-bottom: 20px;
    gap: 5px;
  }
  .loop-card h4 {
    font-size: 2.5vw;
    padding-top: 10px;
    line-height: 1.4rem;
  }
  .loop-card h5 {
    font-size: 2.5vw;
  }
  .loop-card a {
    font-size: 2vw;
  }
  .content-data span {
    font-size: 2.4vw;
  }
  .content-data p {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 550px) {
  .loop-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .loop-container img {
    min-height: 250px;
    max-height: 250px;
  }
  .loop-card {
    margin: 20px 0px;
    padding: 0px;
    padding-bottom: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    background-color: #F1F3F5;
    gap: 10px;
  }
  .loop-card h4 {
    font-size: 4vw;
    padding-top: 10px;
    padding-left: 25px;
    line-height: 1.8rem;
  }
  .loop-card h5 {
    font-size: 4.3vw;
    padding-left: 25px;
  }
  .loop-card a {
    font-size: 3.5vw;
    margin-left: 25px;
    width: 220px;
  }
  .loop-card .verkauft-field {
    top: 200px;
  }
  .content-data {
    padding-left: 25px;
  }
  .content-data span {
    font-size: 3.5vw;
  }
  .content-data p {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 450px) {
  .loop-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
  }
  .loop-card {
    padding: 0px 0px;
    margin: 0px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    background-color: #F1F3F5;
    min-height: auto;
    height: auto;
    gap: 10px;
  }
  .loop-card h4 {
    font-size: 4vw;
    padding-top: 10px;
    padding-left: 15px;
    line-height: 1.8rem;
  }
  .loop-card h5 {
    font-size: 4.3vw;
    padding: 5px 0px;
    padding-left: 15px;
  }
  .loop-card a {
    font-size: 3.5vw;
    margin-left: 15px;
  }
  .content-data {
    padding-left: 15px;
  }
  .content-data span {
    font-size: 3.5vw;
    padding: 5px 0px;
  }
  .content-data p {
    font-size: 3.5vw;
    padding: 5px 0px;
  }
}
/* Übergeordneter Container */
.sub-header-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  overflow: visible;
}

.sub-header-container-slider {
  width: 80%;
  max-width: 1500px;
  position: relative;
  overflow: visible; /* Verhindert, dass Inhalte über den Container hinausragen */
}

/* Hauptslider */
#main-slider {
  width: 100%;
  max-height: 600px; /* Maximale Höhe für den Slider */
  overflow: hidden;
  position: relative;
}

.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-slider .splide__slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Bilder */
#main-slider .splide__slide img {
  width: 100%;
  height: auto; /* Passt die Höhe des Bildes an den Container an */
  max-height: 600px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain; /* Bild bleibt vollständig sichtbar */
  display: block;
  margin: 0 auto; /* Zentriert das Bild im Container */
}

#thumbnail-slider {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sub-header-slider,
.sub-header-container-slider,
#main-slider {
  overflow: visible;
}

/* Zentriert die Pfeile vertikal in der Mitte des Hauptsliders */
#main-slider .splide__arrow {
  position: absolute;
  top: 50%; /* Vertikal zentriert */
  transform: translateY(-50%); /* Genau in der Mitte */
  z-index: 10;
  color: #C31521;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-slider .splide__arrow svg {
  height: 60px;
  width: 30px;
  fill: #C31521;
}

/* Linker Pfeil */
#main-slider .splide__arrow--prev {
  left: -80px; /* Abstand vom linken Rand */
  color: #C31521 !important;
  z-index: 20;
}

/* Rechter Pfeil */
#main-slider .splide__arrow--next {
  right: -80px; /* Abstand vom rechten Rand */
  color: #C31521;
  z-index: 20;
}

.video-thumbnail {
  width: 100px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (max-width: 680px) {
  .sub-header-container-slider {
    width: 98%;
  }
  #main-slider .splide__arrow--next {
    display: none;
  }
  #main-slider .splide__arrow--prev {
    display: none;
  }
}
.filter-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 70%;
  max-width: 1200px;
  padding: 3% 0;
}
.filter-section form {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-section h2 {
  color: #204659;
  font-weight: 400;
  padding-bottom: 0px;
}
.filter-section button {
  width: 80px;
  height: 40px;
  font-size: 1rem;
  color: #C31521;
  border: 1px solid #C31521;
  border-radius: 50px;
  background-color: transparent;
  text-align: center;
}
.filter-section a {
  border: 1px solid #C31521;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  color: #C31521;
}

.suchFeld {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /* Benutzerdefinierter Pfeil nur für #status_filter */
}
.suchFeld label {
  padding-left: 12px;
  padding-bottom: 4px;
  color: #204659;
}
.suchFeld #status_filter {
  display: block;
  width: 100%;
  max-width: 170px;
  height: 42px;
  padding: 10px 20px;
  font-size: 0.9rem;
  color: #C31521;
  background-color: white;
  border-radius: 50px;
  -webkit-appearance: none; /* Speziell für Safari */
  -moz-appearance: none; /* Für Firefox */
  outline: none;
  cursor: pointer;
  /* Platz für den Pfeil schaffen */
  padding-right: 40px;
  /* Schatten entfernen */
  box-shadow: none;
  -webkit-box-shadow: none;
  background-clip: padding-box;
}
.suchFeld #search_query,
.suchFeld #verkaufspreis,
.suchFeld #zimmer {
  border: none;
  border-radius: 50px;
  background-color: white;
  color: #C31521;
  padding: 10px 20px;
  font-size: 0.9rem;
  outline: none;
  min-width: 120px;
  max-width: 170px;
}
.suchFeld #search_query::-moz-placeholder, .suchFeld #verkaufspreis::-moz-placeholder, .suchFeld #zimmer::-moz-placeholder {
  color: #C31521;
  opacity: 0.7;
}
.suchFeld #search_query::placeholder,
.suchFeld #verkaufspreis::placeholder,
.suchFeld #zimmer::placeholder {
  color: #C31521;
  opacity: 0.7;
}

@media only screen and (max-width: 1600px) {
  .filter-section {
    width: 75%;
  }
}
@media only screen and (max-width: 1216px) {
  .filter-section h2 {
    padding-bottom: 20px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 680px) {
  .filter-section {
    width: 90%;
    margin: 20px 0px;
  }
  .filter-section h2 {
    padding-bottom: 20px;
    padding-top: 15px;
  }
  #search_query,
  #verkaufspreis,
  #zimmer, #status_filter {
    width: 140px;
  }
  #status_filter {
    width: 100%;
  }
  .suchFeld {
    width: 150px;
  }
}
.sub-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  min-height: 320px;
  position: relative;
}

.sub-header-container {
  position: relative;
  width: 80%;
  max-width: 1500px;
  height: 100%;
  height: 70vh;
  max-height: 730px;
}

.sub-header-img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub-header-title-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  height: 200px;
  z-index: 30;
}
.sub-header-title-box-content h1 {
  padding: 0px 5px;
  line-height: 3.2rem;
  letter-spacing: 0.1rem;
  color: #D1D6DC;
  font-weight: 300;
  font-family: "Nudica";
  font-size: 50px;
}

.sub-section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 700px;
}

.sub-section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  background-color: #F1F3F5;
}

.sub-section-cards-grid {
  width: 70%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 1% 0;
}

.card-element {
  padding: 7%;
  border: 1px solid #204659;
  width: 100%;
}
.card-element h2 {
  color: #204659;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 2%;
}
.card-element p {
  color: #204659;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.sub-section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  background-color: #F1F3F5;
}

.sub-container-title {
  width: 70%;
  max-width: 1200px;
}
.sub-container-title h2 {
  font-size: 2rem;
  color: #204659;
  font-weight: 400;
  padding: 1% 0;
  margin: 20px 0px;
}

.grid-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  background-color: #F1F3F5;
}

.grid-container-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1200px;
  flex-direction: column;
  padding-bottom: 1%;
}

.table-buzzwords-grid {
  display: grid;
  grid-template-columns: 1fr 3fr; /* Spaltenaufteilung: 1fr und 3fr */
  width: 100%;
  border: 1px solid #204659; /* Außenrand */
  border-width: 1px 0 0 1px; /* Nur obere und linke Seiten */
  border-collapse: collapse; /* Optische Tabellenstruktur */
}

.table-buzzwords-element {
  border: 0; /* Entfernt ursprüngliche Border */
  border-width: 0 1px 1px 0; /* Rechter und unterer Rand */
  border-style: solid;
  border-color: #204659;
  padding: 1rem;
  box-sizing: border-box; /* Sorgt für korrekte Größenberechnung */
}
.table-buzzwords-element h5 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #204659;
}
.table-buzzwords-element p {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: #204659;
}

.sub-slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  position: relative;
}

.service-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  gap: 6px;
  text-decoration: none;
  color: #C31521;
  border: 1px solid #C31521;
  border-radius: 40px;
  padding: 2% 7%;
  color: #CB0008;
  font-family: Nudica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.48px;
  margin: 30px 0px;
  transition: all 0.3s ease-in-out;
}
.service-button:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.hover-effect {
  transition: transform 0.3s ease, color 0.3s ease;
}

.hover-effect:hover {
  transform: scale(1.05);
  color: #A00;
}

@media only screen and (max-width: 1600px) {
  .sub-section-cards-grid {
    width: 75%;
  }
  .sub-container-title {
    width: 75%;
  }
  .grid-container-box {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .sub-section-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  .sub-header {
    height: 420px;
  }
}
@media only screen and (max-width: 680px) {
  .sub-header {
    height: 320px;
  }
  .sub-header-container {
    width: 92%;
    height: 100%;
  }
  .sub-header-title-box-content {
    width: 80%;
    height: 150px;
  }
  .sub-header-title-box-content h1 {
    line-height: 1.8rem;
  }
  .sub-section-cards-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    width: 90%;
  }
  .grid-container-box {
    width: 90%;
  }
  .card-element h2 {
    font-size: 4vw;
    padding-bottom: 3%;
  }
  .card-element p {
    font-size: 3.5vw;
  }
  .sub-container-title {
    padding: 5% 0;
    width: 90%;
  }
  .table-buzzwords-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .table-buzzwords-element h5 {
    font-size: 4vw;
  }
  .table-buzzwords-element p {
    font-size: 3.5vw;
  }
}
.object-loop-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #F1F3F5;
  width: 100vw;
  height: auto;
}

.single-content-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  background-color: #F1F3F5;
}

.single-content-container {
  width: 70%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3%;
}

.single-content-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 50px 5px;
}
.single-content-title a {
  border-radius: 40px;
  border: 2px solid #204659;
  text-decoration: none;
  padding: 8px 25px;
  color: #204659;
}

.single-content-subtitle {
  width: 70%;
}
.single-content-subtitle h5 {
  color: #204659;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 3%;
  font-size: 1.4rem;
}
.single-content-subtitle h2 {
  color: #C31521;
  font-size: 2rem;
  font-weight: 500;
  padding: 8px 0px;
}

.single-content-second-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.single-content-row-container {
  width: 75%;
  padding-right: 50px;
  border-right: 1px solid #C31521;
}
.single-content-row-container h3, .single-content-row-container h2, .single-content-row-container h1 {
  color: #204659;
  padding: 20px 0px;
  font-size: 2rem;
}
.single-content-row-container h3:first-of-type {
  padding-bottom: 20px;
}
.single-content-row-container article {
  padding-bottom: 40px;
}
.single-content-row-container article p {
  color: #204659;
  font-weight: 300;
  padding: 10px 0px;
  font-size: 1.1rem;
}
.single-content-row-container article .wp-block-list, .single-content-row-container article ul {
  padding-left: 20px !important;
}
.single-content-row-container article li {
  color: #204659;
  font-size: 1.1rem;
  line-height: 2.2rem;
  font-weight: 300;
  list-style: disc;
}
.single-content-row-container a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  text-decoration: none;
  color: #C31521;
  border: 1px solid #C31521;
  border-radius: 40px;
  max-width: 250px;
}

.single-content-row-container-dashboard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 25%;
  padding-left: 25px;
}

.sideboard-divider {
  width: 100%;
  height: 1px;
  background-color: #C31521;
  margin: 20px 0px;
}

.dashboard-dates {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 5px;
}
.dashboard-dates h6 {
  font-size: 2rem;
  padding-bottom: 20px;
}

.dashboard-dates-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
}
.dashboard-dates-content span {
  font-size: 1.1rem;
  font-weight: 500;
  color: #204659;
  padding-top: 3px;
}
.dashboard-dates-content p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #204659;
}

.map-container {
  padding: 10px 0px;
}
.map-container h6 {
  font-size: 2rem;
  padding-bottom: 20px;
}

.google-map-container {
  width: 100%;
  min-height: 350px;
  background-color: #204659;
}

.dashboard-contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.dashboard-contact h6 {
  font-size: 2rem;
  padding-bottom: 20px;
}
.dashboard-contact img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 320px;
}

.dashboard-contact-data {
  padding-top: 30px;
}
.dashboard-contact-data span {
  font-size: 1.1rem;
  font-weight: 500;
  color: #204659;
  padding: 2px 0px;
  line-height: 1.7rem;
}
.dashboard-contact-data p {
  font-size: 1.1rem;
  font-weight: 300;
  color: #204659;
  line-height: 1.6rem;
}

.verkauft-fact {
  padding: 3px 10px;
  background-color: #C31521;
  color: #fff !important;
  font-weight: 300 !important;
}

.dashboard-contact-data-profile {
  padding-top: 5px;
}
.dashboard-contact-data-profile span {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2rem;
  color: #204659;
  padding: 2px 0;
}
.dashboard-contact-data-profile p {
  font-size: 1.1rem;
  font-weight: 300;
  color: #204659;
  line-height: 1.6rem;
}
.dashboard-contact-data-profile a {
  text-decoration: none;
  color: #204659;
  font-size: 1.1rem;
}

@media only screen and (max-width: 1700px) {
  .single-content-container {
    width: 80%;
  }
}
@media only screen and (max-width: 1500px) {
  .single-content-container {
    width: 75%;
  }
  .single-content-row-container-dashboard {
    justify-content: flex-start;
    width: 35%;
  }
  .dashboard-dates-content p {
    font-size: 1vw;
  }
  .dashboard-dates-content span {
    font-size: 1vw;
  }
  .dashboard-contact-data p {
    font-size: 1vw;
  }
  .dashboard-contact-data span {
    font-size: 1vw;
  }
  .dashboard-contact-data-profile p {
    font-size: 1vw;
  }
  .dashboard-contact-data-profile span {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1280px) {
  .single-content-container {
    width: 80%;
  }
  .dashboard-dates-content p {
    font-size: 1.2vw;
  }
  .dashboard-dates-content span {
    font-size: 1.2vw;
  }
  .dashboard-contact-data p {
    font-size: 1.2vw;
  }
  .dashboard-contact-data span {
    font-size: 1.2vw;
  }
  .dashboard-contact-data-profile p {
    font-size: 1.2vw;
  }
  .dashboard-contact-data-profile span {
    font-size: 1.2vw;
  }
  .single-content-row-container article p {
    color: #204659;
    font-weight: 300;
    padding: 10px 0px;
    font-size: 1.2vw;
  }
  .single-content-row-container article .wp-block-list, .single-content-row-container article ul {
    padding-left: 20px !important;
  }
  .single-content-row-container article li {
    color: #204659;
    font-size: 1.2vw;
    line-height: 2.2rem;
    font-weight: 300;
  }
  .single-content-subtitle {
    width: 65%;
  }
  .dashboard-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dashboard-contact img {
    height: 290px;
  }
  .dashboard-contact-data {
    padding-top: 5px;
  }
  .dashboard-contact-data span {
    line-height: 1.4;
  }
  .dashboard-contact-data p {
    line-height: 1.4;
  }
  .dashboard-contact-data-profile span {
    line-height: 1.4;
  }
  .dashboard-contact-data-profile p {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1024px) {
  .single-content-container {
    width: 80%;
  }
  .dashboard-dates-content p {
    font-size: 1.4vw;
  }
  .dashboard-dates-content span {
    font-size: 1.4vw;
  }
  .dashboard-contact-data p {
    font-size: 1.4vw;
  }
  .dashboard-contact-data span {
    font-size: 1.4vw;
  }
  .dashboard-contact-data-profile p {
    font-size: 1.4vw;
  }
  .dashboard-contact-data-profile span {
    font-size: 1.4vw;
  }
  .single-content-row-container article p {
    font-size: 1.6vw;
  }
  .single-content-row-container article .wp-block-list, .single-content-row-container article ul {
    padding-left: 20px !important;
  }
  .single-content-row-container article li {
    color: #204659;
    font-size: 1.6vw;
    line-height: 1.7rem;
    font-weight: 300;
  }
  .single-content-title h2 {
    font-size: 1.5rem;
  }
  .single-content-subtitle {
    width: 55%;
  }
}
@media only screen and (max-width: 850px) {
  .single-content-container {
    width: 90%;
  }
  .single-content-title {
    flex-wrap: wrap;
  }
  .single-content-subtitle {
    width: 100%;
  }
  .single-content-subtitle h2 {
    font-size: 6vw;
    padding-bottom: 20px;
  }
  .single-content-second-row {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
  .single-content-row-container {
    width: 100%;
    border-right: none;
  }
  .single-content-row-container-dashboard {
    width: 100%;
    padding-left: 0px;
  }
  .dashboard-dates h6, .map-container h6, .dashboard-contact h6 {
    font-size: 4.5vw;
  }
  .dashboard-dates-content span {
    font-size: 2.8vw;
  }
  .dashboard-dates-content p {
    font-size: 2.8vw;
  }
  .dashboard-contact-data span, .dashboard-contact-data-profile span {
    font-size: 2.8vw;
  }
  .dashboard-contact-data p, .dashboard-contact-data-profile p {
    font-size: 2.8vw;
  }
  .single-content-row-container {
    padding-right: 0px;
  }
  .dashboard-contact img {
    height: 350px;
  }
  .dashboard-contact-data {
    margin-top: 30px;
  }
  .single-content-row-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .single-content-row-container article p, .single-content-row-container article ul, .single-content-row-container article li {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 450px) {
  .dashboard-dates, .map-container, .dashboard-contact {
    gap: 6px;
  }
  .dashboard-dates h6, .map-container h6, .dashboard-contact h6 {
    font-size: 8vw;
    padding-bottom: 10px;
  }
  .single-content-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .dashboard-dates-content span, .dashboard-contact-data span, .dashboard-contact-data-profile span {
    font-size: 4.5vw;
  }
  .dashboard-dates-content p, .dashboard-contact-data p, .dashboard-contact-data-profile p {
    font-size: 4.5vw;
  }
  .single-content-row-container {
    border-top: 1px solid #C31521;
  }
  .single-content-row-container article p, .single-content-row-container article ul, .single-content-row-container article li {
    font-size: 4vw;
    line-height: 1.6rem;
  }
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 90%){
  .container{
    max-width: 90%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media (min-width: 1580px){
  .container{
    max-width: 1580px;
    padding-right: 10rem;
    padding-left: 10rem;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.m-0{
  margin: 0px;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.h-5{
  height: 1.25rem;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[30\%\]{
  height: 30%;
}
.h-\[320px\]{
  height: 320px;
}
.h-\[400px\]{
  height: 400px;
}
.h-full{
  height: 100%;
}
.max-h-\[600px\]{
  max-height: 600px;
}
.min-h-\[100vh\]{
  min-height: 100vh;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[800px\]{
  min-height: 800px;
}
.w-5{
  width: 1.25rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[100vw\]{
  width: 100vw;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[95\%\]{
  width: 95%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-\[100\%\]{
  min-width: 100%;
}
.min-w-\[30\%\]{
  min-width: 30%;
}
.max-w-\[100\%\]{
  max-width: 100%;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-none{
  max-width: none;
}
.flex-grow{
  flex-grow: 1;
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(195 21 33 / var(--tw-border-opacity, 1));
}
.bg-\[\#F1F3F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
}
.bg-backgroundcolor{
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(195 21 33 / var(--tw-bg-opacity, 1));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(32 70 89 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[21px\]{
  padding-top: 21px;
  padding-bottom: 21px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-extralight{
  font-weight: 200;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(195 21 33 / var(--tw-text-opacity, 1));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(32 70 89 / var(--tw-text-opacity, 1));
}
.text-textcolor{
  --tw-text-opacity: 1;
  color: rgb(32 70 89 / var(--tw-text-opacity, 1));
}
.text-textcolor2{
  --tw-text-opacity: 1;
  color: rgb(209 214 220 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
  font-family: "Nudica";
  src: url(cdd4ef1f5cf0a4f20763.woff2) format("woff2"), url(6d4576a90cbc0d75e3b2.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Nudica";
  src: url(04c627e9b050d8fd2de4.woff2) format("woff2"), url(ddc6c234bfd837c1a912.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Nudica";
  src: url(7c8f98da2a5a39d02bbc.woff2) format("woff2"), url(ed4125fc2a6b863a3dfd.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nudica";
  src: url(c4dec1dcfea66b44bd02.woff2) format("woff2"), url(eb4a21fd6232f2023536.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Nudica";
  src: url(2bbf57abad083750b18b.woff2) format("woff2"), url(bba4e99e357ccd6b8cca.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Nudica;
  --font-text-theme: Nudica;
  --font-text: Nudica;
  --font-interface-theme: Nudica;
  --page-title-font: Nudica;
  --site-name-font: Nudica;
  --component-title-font: Nudica;
}

.content-section {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-container {
  width: 100%;
  max-width: 1800px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.wp-block-heading {
  color: #204659 !important;
}

.wpcf7-form, .wp-block-contact-form-7-contact-form-selector {
  width: 100% !important; /* Formular auf volle Breite */
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%; /* Eingabefelder und Textareas auf volle Breite */
  box-sizing: border-box; /* Padding korrekt berücksichtigen */
}

.btn-red-border {
  display: inline-block;
  max-width: 20%; /* Macht den Button 100% breit */
  min-width: 180px;
  margin: 20px 0px;
  padding: 8px 20px; /* Abstand innen */
  border: 1px solid #C31521; /* Roter Rand */
  background-color: transparent; /* Kein Hintergrund */
  color: #C31521; /* Roter Text */
  font-size: 16px; /* Schriftgröße */
  font-weight: 600; /* Fett-Schrift */
  text-align: center; /* Text zentrieren */
  border-radius: 120px; /* Abgerundete Ecken */
  transition: all 0.3s ease; /* Weicher Übergang */
  cursor: pointer; /* Zeigt den Mauszeiger an */
}

.btn-red-border:hover {
  background-color: #C31521; /* Roter Hintergrund beim Hover */
  color: white; /* Weißer Text beim Hover */
}

[data-accordion-content] {
  overflow: hidden; /* Verhindert das Herauslaufen von Inhalten */
  max-height: 0; /* Geschlossener Zustand */
  opacity: 0; /* Unsichtbar, wenn geschlossen */
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Sanfte Animation */
}

[data-accordion-content].expanded {
  max-height: 1000px; /* Ein realistischer Maximalwert oder dynamisch durch JS */
  opacity: 1; /* Sichtbar, wenn geöffnet */
}

.ProsemirrorEditor-list {
  font-size: 16px;
  line-height: 1.6;
  color: #204659 !important;
  padding-left: 20px;
}

/* Sicherstellen, dass ul- und ol-Listen korrekt dargestellt werden */
.ProsemirrorEditor-list ul,
.ProsemirrorEditor-list ol {
  list-style-position: outside !important;
  padding-left: 40px !important;
  margin-left: 0 !important;
}

/* Bullet Points für ungeordnete Listen (ul) */
.ProsemirrorEditor-list ul {
  list-style-type: disc !important;
}

/* Nummerierte Listen (ol) */
.ProsemirrorEditor-list ol {
  list-style-type: decimal !important;
}

/* Falls `data-list-type="bulleted"` explizit benötigt wird */
.ProsemirrorEditor-listItem[data-list-type=bulleted] {
  list-style-type: disc !important;
}

/* Sicherstellen, dass Listenelemente korrekt dargestellt werden */
.ProsemirrorEditor-listItem {
  display: list-item !important;
  margin-bottom: 8px;
  position: relative;
  padding-left: 5px;
}

/* Sicherstellen, dass geschachtelte Listen korrekt dargestellt werden */
.ProsemirrorEditor-list ul ul {
  list-style-type: circle !important;
  margin-top: 5px;
}

.ProsemirrorEditor-list ol ol {
  list-style-type: lower-alpha !important;
  margin-top: 5px;
}

/* Falls `::before` überschrieben wurde, sicherstellen, dass es entfernt wird */
.ProsemirrorEditor-listItem::before {
  content: none !important;
}

/* Anpassung für dunkles Theme */
@media (prefers-color-scheme: dark) {
  .ProsemirrorEditor-list {
    color: #204659 !important; /* Klassisches Schwarz im Dark Mode */
  }
}
@media (min-width: 1024px){
  .lg\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }
  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .lg\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }
  .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }
  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .lg\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }
  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }
  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 1280px){
  .xl\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .xl\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .xl\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .xl\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1.0666667em;
  }
  .xl\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .xl\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .xl\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .xl\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .xl\:prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-inline-end: 0.4em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.4em;
  }
  .xl\:prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .xl\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8611111em;
  }
  .xl\:prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .xl\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-inline-end: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-inline-start: 1.3333333em;
  }
  .xl\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .xl\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .xl\:prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .xl\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }
  .xl\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }
  .xl\:prose-xl :where(.xl\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .xl\:prose-xl :where(.xl\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .xl\:prose-xl :where(.xl\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .xl\:prose-xl :where(.xl\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .xl\:prose-xl :where(.xl\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .xl\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .xl\:prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .xl\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .xl\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    padding-inline-start: 1.6em;
  }
  .xl\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .xl\:prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .xl\:prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .xl\:prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .xl\:prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .xl\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .xl\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }
  .xl\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .xl\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .xl\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8888889em;
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }
  .xl\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .xl\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .xl\:prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .xl\:prose-xl :where(.xl\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .xl\:prose-xl :where(.xl\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:text-secondary{
  --tw-text-opacity: 1;
  color: rgb(32 70 89 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
}
@media (min-width: 768px){
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:w-\[80\%\]{
    width: 80%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:h-\[20\%\]{
    height: 20%;
  }
  .lg\:h-\[300px\]{
    height: 300px;
  }
  .lg\:h-\[400px\]{
    height: 400px;
  }
  .lg\:min-h-\[300px\]{
    min-height: 300px;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:w-\[80\%\]{
    width: 80%;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:pl-\[14\%\]{
    padding-left: 14%;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px){
  .xl\:mt-12{
    margin-top: 3rem;
  }
  .xl\:h-\[350px\]{
    height: 350px;
  }
  .xl\:h-\[400px\]{
    height: 400px;
  }
  .xl\:h-\[500px\]{
    height: 500px;
  }
  .xl\:w-5\/6{
    width: 83.333333%;
  }
  .xl\:w-\[80\%\]{
    width: 80%;
  }
  .xl\:min-w-\[80\%\]{
    min-width: 80%;
  }
  .xl\:max-w-\[1200px\]{
    max-width: 1200px;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-divide-opacity, 1));
  }
  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl\:pb-6{
    padding-bottom: 1.5rem;
  }
  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .xl\:font-bold{
    font-weight: 700;
  }
  .xl\:font-normal{
    font-weight: 400;
  }
}
@media (min-width: 1536px){
  .\32xl\:h-\[400px\]{
    height: 400px;
  }
  .\32xl\:h-\[450px\]{
    height: 450px;
  }
  .\32xl\:h-\[600px\]{
    height: 600px;
  }
  .\32xl\:max-w-\[1500px\]{
    max-width: 1500px;
  }
  .\32xl\:pl-\[14\%\]{
    padding-left: 14%;
  }
  .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .\32xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/style.css ***!
  \***************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 90%) {

  .container {
    max-width: 90%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media (min-width: 1580px) {

  .container {
    max-width: 1580px;
    padding-right: 10rem;
    padding-left: 10rem;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.h-5 {
  height: 1.25rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[30\%\] {
  height: 30%;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[400px\] {
  height: 400px;
}
.h-full {
  height: 100%;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[800px\] {
  min-height: 800px;
}
.w-5 {
  width: 1.25rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[100\%\] {
  min-width: 100%;
}
.min-w-\[30\%\] {
  min-width: 30%;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-none {
  max-width: none;
}
.flex-grow {
  flex-grow: 1;
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(195 21 33 / var(--tw-border-opacity, 1));
}
.bg-\[\#F1F3F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
}
.bg-backgroundcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(195 21 33 / var(--tw-bg-opacity, 1));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(32 70 89 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[21px\] {
  padding-top: 21px;
  padding-bottom: 21px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-extralight {
  font-weight: 200;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(195 21 33 / var(--tw-text-opacity, 1));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(32 70 89 / var(--tw-text-opacity, 1));
}
.text-textcolor {
  --tw-text-opacity: 1;
  color: rgb(32 70 89 / var(--tw-text-opacity, 1));
}
.text-textcolor2 {
  --tw-text-opacity: 1;
  color: rgb(209 214 220 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {

  .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }

  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }

  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8666667em;
  }

  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }

  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

  .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

  .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {

  .xl\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .xl\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .xl\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1.0666667em;
  }

  .xl\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .xl\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .xl\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .xl\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .xl\:prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-inline-end: 0.4em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.4em;
  }

  .xl\:prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .xl\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }

  .xl\:prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .xl\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-inline-end: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-inline-start: 1.3333333em;
  }

  .xl\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }

  .xl\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }

  .xl\:prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .xl\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4em;
  }

  .xl\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4em;
  }

  .xl\:prose-xl :where(.xl\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .xl\:prose-xl :where(.xl\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .xl\:prose-xl :where(.xl\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl :where(.xl\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .xl\:prose-xl :where(.xl\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .xl\:prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .xl\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6em;
    padding-inline-start: 1.6em;
  }

  .xl\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .xl\:prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .xl\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }

  .xl\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .xl\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .xl\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }

  .xl\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .xl\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .xl\:prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .xl\:prose-xl :where(.xl\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-xl :where(.xl\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(32 70 89 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:h-\[20\%\] {
    height: 20%;
  }

  .lg\:h-\[300px\] {
    height: 300px;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:min-h-\[300px\] {
    min-height: 300px;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pl-\[14\%\] {
    padding-left: 14%;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:h-\[350px\] {
    height: 350px;
  }

  .xl\:h-\[400px\] {
    height: 400px;
  }

  .xl\:h-\[500px\] {
    height: 500px;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-\[80\%\] {
    width: 80%;
  }

  .xl\:min-w-\[80\%\] {
    min-width: 80%;
  }

  .xl\:max-w-\[1200px\] {
    max-width: 1200px;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-divide-opacity, 1));
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-normal {
    font-weight: 400;
  }
}
@media (min-width: 1536px) {

  .\32xl\:h-\[400px\] {
    height: 400px;
  }

  .\32xl\:h-\[450px\] {
    height: 450px;
  }

  .\32xl\:h-\[600px\] {
    height: 600px;
  }

  .\32xl\:max-w-\[1500px\] {
    max-width: 1500px;
  }

  .\32xl\:pl-\[14\%\] {
    padding-left: 14%;
  }

  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/@splidejs/splide/dist/css/splide.min.css ***!
  \*******************************************************************************************************************************************************************************/
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/@glidejs/glide/dist/css/glide.core.min.css ***!
  \*********************************************************************************************************************************************************************************/
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide--rtl{direction:rtl}

/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/@glidejs/glide/dist/css/glide.theme.min.css ***!
  \**********************************************************************************************************************************************************************************/
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity 150ms ease,border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:rgba(255,255,255,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-webkit-grabbing}

