.paragraph--type--3_cards_links {
  padding: 100px 1rem;
  background-color: var(--white);
  margin: 0 !important;
}
.paragraph--type--3_cards_links .four-cards__header {
  text-align: center;
  margin-bottom: 50px;
}
.paragraph--type--3_cards_links .four-cards__subtitle {
  font-family: "Montserrat", foco, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-gray);
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.paragraph--type--3_cards_links .four-cards__title {
  font-family: "Montserrat", foco, sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: var(--text-dark-gray);
  margin-bottom: 15px;
  line-height: 1.2;
}
.paragraph--type--3_cards_links .four-cards__description {
  color: var(--body-gray);
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}
.paragraph--type--3_cards_links .four-cards__container {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.paragraph--type--3_cards_links .four-cards__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
.paragraph--type--3_cards_links .four-cards__row {
  display: flex;
  gap: 2rem;
}
.paragraph--type--3_cards_links .four-cards__row:first-child .four-cards__card:first-child {
  flex: 0 0 33%;
}
.paragraph--type--3_cards_links .four-cards__row:first-child .four-cards__card:last-child {
  flex: 0 0 64.5%;
}
.paragraph--type--3_cards_links .four-cards__row:last-child .four-cards__card:first-child {
  width: 100%;
}
.paragraph--type--3_cards_links .four-cards__card {
  background-color: var(--blue);
  border-radius: 12px;
  padding: 30px 57px;
}
.paragraph--type--3_cards_links .four-cards__card .field--name-field-card-1,
.paragraph--type--3_cards_links .four-cards__card .field--name-field-card-2,
.paragraph--type--3_cards_links .four-cards__card .field--name-field-card-3,
.paragraph--type--3_cards_links .four-cards__card .field--name-field-card-4 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .paragraph--type--3_cards_links .four-cards__card .field--name-field-card-1,
  .paragraph--type--3_cards_links .four-cards__card .field--name-field-card-2,
  .paragraph--type--3_cards_links .four-cards__card .field--name-field-card-3,
  .paragraph--type--3_cards_links .four-cards__card .field--name-field-card-4 {
    flex-wrap: wrap;
  }
}
.paragraph--type--3_cards_links .four-cards__card .field--name-field-card-4 {
  display: block;
}
.paragraph--type--3_cards_links .four-cards__card.field--name-field-card-3, .paragraph--type--3_cards_links .four-cards__card.field--name-field-card-4 {
  padding: 2rem 4rem;
}
@media (max-width: 768px) {
  .paragraph--type--3_cards_links .four-cards__card .field--name-field-card-2 {
    padding: 3rem 2rem;
  }
}
.paragraph--type--3_cards_links .four-cards__card.field--name-field-card-3:not(:has(.field--name-field-card-3)) {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .paragraph--type--3_cards_links .four-cards__row {
    gap: 1.5rem;
  }
  .paragraph--type--3_cards_links .four-cards__row:first-child .four-cards__card:first-child {
    flex: 0 0 35%;
  }
  .paragraph--type--3_cards_links .four-cards__row:first-child .four-cards__card:last-child {
    flex: 0 0 65%;
  }
  .paragraph--type--3_cards_links .four-cards__row:last-child .four-cards__card:first-child {
    flex: 0 0 65%;
  }
  .paragraph--type--3_cards_links .four-cards__row:last-child .four-cards__card:last-child {
    flex: 0 0 35%;
  }
}
@media (max-width: 1024px) {
  .paragraph--type--3_cards_links .four-cards__container {
    padding: 0 1.5rem;
  }
  .paragraph--type--3_cards_links .four-cards__row {
    gap: 1.5rem;
  }
  .paragraph--type--3_cards_links .four-cards__row:first-child .four-cards__card:first-child,
  .paragraph--type--3_cards_links .four-cards__row:first-child .four-cards__card:last-child,
  .paragraph--type--3_cards_links .four-cards__row:last-child .four-cards__card:first-child,
  .paragraph--type--3_cards_links .four-cards__row:last-child .four-cards__card:last-child {
    flex: 1;
  }
  .paragraph--type--3_cards_links .four-cards__card {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .paragraph--type--3_cards_links {
    padding: 70px 0px 70px 10px;
  }
  .paragraph--type--3_cards_links .four-cards__container {
    padding: 0 0 0 1rem;
  }
  .paragraph--type--3_cards_links .four-cards__header {
    margin-bottom: 2rem;
  }
  .paragraph--type--3_cards_links .four-cards__grid {
    gap: 1rem;
  }
  .paragraph--type--3_cards_links .four-cards__row {
    flex-direction: column;
    gap: 1rem;
  }
  .paragraph--type--3_cards_links .four-cards__row:first-child .four-cards__card:first-child,
  .paragraph--type--3_cards_links .four-cards__row:first-child .four-cards__card:last-child,
  .paragraph--type--3_cards_links .four-cards__row:last-child .four-cards__card:first-child,
  .paragraph--type--3_cards_links .four-cards__row:last-child .four-cards__card:last-child {
    flex: 1;
  }
  .paragraph--type--3_cards_links .four-cards__card {
    padding: 1.5rem;
    margin: 0 0.5rem;
  }
  .paragraph--type--3_cards_links .three-cards-slider {
    overflow: hidden;
    width: 100%;
  }
  .paragraph--type--3_cards_links .three-cards-slider .three-cards-slider-wrapper.slick-initialized {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
    padding: 0 1rem;
  }
  .paragraph--type--3_cards_links .three-cards-slider .three-cards-slider-wrapper {
    overflow: hidden;
    width: 100%;
  }
  .paragraph--type--3_cards_links .three-cards-slider .three-cards-slider-wrapper .slick-list {
    overflow: hidden;
    margin: 0;
  }
  .paragraph--type--3_cards_links .three-cards-slider .three-cards-slider-wrapper .slick-track {
    display: flex;
    align-items: stretch;
  }
  .paragraph--type--3_cards_links .three-cards-slider .three-cards-slider-wrapper .slick-slide {
    padding: 0;
    height: auto;
    box-sizing: border-box;
    width: 270px !important;
    margin-right: 25px !important;
  }
  .paragraph--type--3_cards_links .three-cards-slider .three-cards-slider-wrapper .slick-slide > div {
    height: 100%;
    width: 100%;
  }
  .paragraph--type--3_cards_links .three-cards-slider .three-cards-slider-wrapper .four-cards__card {
    margin: 0;
    padding: 1.5rem;
    width: 270px;
    box-sizing: border-box;
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .paragraph--type--3_cards_links .four-cards__container {
    padding: 0 0 0 0.5rem;
  }
  .paragraph--type--3_cards_links .four-cards__card {
    padding: 1.25rem;
    margin: 0 0.25rem;
  }
}
@media (max-width: 768px) {
  .paragraph--type--3_cards_links .two-links-image-and-title-text-l__link .field--name-field-link {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .paragraph--type--3_cards_links .field--name-field-card-3 .field--name-field-card-1 {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .paragraph--type--3_cards_links .field--name-field-card-3 .image-and-title-right .field--name-field-single-image {
    max-width: 130px !important;
  }
}
@media (max-width: 768px) {
  .paragraph--type--3_cards_links .four-cards__card .field--name-field-card-2 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .paragraph--type--3_cards_links .paragraph--type--title-text-link-paragraph .title-text-link-paragraph__card {
    padding: 5px 0;
  }
}

.field--name-field-card-2 .field--name-field-card-1 .paragraph--type--title-text-link-paragraph .title-text-link-paragraph__link .btn_secondary {
  background: transparent;
  padding: 0;
  min-width: 120px;
  border: none;
}
.field--name-field-card-2 .field--name-field-card-1 .paragraph--type--title-text-link-paragraph .title-text-link-paragraph__link .btn_secondary:hover {
  color: var(--yellow);
}
.field--name-field-card-2 .field--name-field-card-1 .paragraph--type--title-text-link-paragraph .title-text-link-paragraph__link .btn_secondary:hover .arrow-icon svg path {
  fill: var(--yellow);
}
/*# sourceMappingURL=paragraph-3-cards-links.css.map */
