.handle-page-609-row-5:has(.border-radius-40) .row > div {
  border-radius: 40px;
}

/* flex-slider-repeater */
.flex-slider-repeater {
}
.flex-slider-repeater .slider-item-content > * {
  color: var(--primary);
}
.flex-slider-repeater .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.flex-slider-repeater .slick-dots button {
  height: 20px;
  width: 20px;
  background-color: var(--white);
  border-radius: 20px;
  font-size: 0;
  border: 1px solid var(--primary);
}

.flex-slider-repeater .slick-dots .slick-active button {
  background-color: var(--primary);
}

/* legacy-wrapper */
.handle-page-609-row-6.pb-max {
  padding-bottom: 200px !important;
}
.legacy-wrapper {
}
.legacy-wrapper header {
  margin-bottom: 100px;
}
.legacy-wrapper header p {
}
.legacy-wrapper .legacy-content,
.legacy-wrapper .legacy-content p {
  color: var(--secondary);
}
.legacy-wrapper .legacy-content h3 {
  font-size: 70px;
  text-wrap: balance;
}

.legacy-wrapper .legacy-content {
  width: 50%;
}

.legacy-wrapper img.legacy-1 {
  top: 0;
  right: 0;
  transform: translate(60px, -70%);
  height: 660px;
}
.legacy-wrapper img.legacy-2 {
  top: 50%;
  left: 0;
  transform: translate(-50%, 0px);
  height: 500px;
}
.legacy-wrapper img.legacy-3 {
  bottom: 0;
  left: 50%;
  transform: translate(-35%, 70%);
  height: 500px;
}

/* big-card */
.big-card {
  background: #f1f0ea;
  width: 80%;
  margin: 100px auto 0;
}
.big-card > div:nth-child(1) {
  width: 40%;
}
.big-card > div:nth-child(2) {
  width: 60%;
}
.big-card > div {
  padding: 0 30px;
}
.big-card > div img {
  max-width: 100%;
  margin: 0 auto 20px;
  display: block;
}
.big-card > div p {
  text-align: left;
}

/* vcard-wrapper */
.vcard-wrapper {
  display: flex;
  gap: 100px;
  margin: 0 auto;
}
.vcard-wrapper .vcard-content {
  width: 50%;
}
.vcard-wrapper .vcard-content img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 40px 40px 0 0;
}
.vcard-wrapper .vcard-content section {
  color: var(--white);
  padding: 30px;
}
.vcard-wrapper .vcard-content section h3 {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 70px;
}
.vcard-wrapper .vcard-content section h4 {
  color: var(--white);
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}
.vcard-wrapper .vcard-content section p {
  text-wrap: balance;
}

#site .gform-theme--foundation .gfield .ginput_password,
#site .gform-theme--foundation .gfield input,
#site .gform-theme--foundation .gfield select,
#site .gform-theme--foundation .gfield textarea {
  border: 1px solid var(--primary);
  background-color: #f1f0ea;
  border-radius: 20px;
}

#site .gform_footer.before {
  justify-content: end;
}
