@import "./scss/swiper/swiper-bundle.min.css";
@font-face {
  font-family: "Work Sans";
  src: url("./fonts/WorkSans-Bold.woff2") format("woff2"), url("./fonts/WorkSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("./fonts/WorkSans-BoldItalic.woff2") format("woff2"), url("./fonts/WorkSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("./fonts/WorkSans-Italic.woff2") format("woff2"), url("./fonts/WorkSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("./fonts/WorkSans-ThinItalic.woff2") format("woff2"), url("./fonts/WorkSans-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("./fonts/WorkSans-Light.woff2") format("woff2"), url("./fonts/WorkSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("./fonts/WorkSans-MediumItalic.woff2") format("woff2"), url("./fonts/WorkSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("./fonts/WorkSans-Medium.woff2") format("woff2"), url("./fonts/WorkSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("./fonts/WorkSans-LightItalic.woff2") format("woff2"), url("./fonts/WorkSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("./fonts/WorkSans-Regular.woff2") format("woff2"), url("./fonts/WorkSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("./fonts/WorkSans-SemiBoldItalic.woff2") format("woff2"), url("./fonts/WorkSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("./fonts/WorkSans-SemiBold.woff2") format("woff2"), url("./fonts/WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("./fonts/WorkSans-Thin.woff2") format("woff2"), url("./fonts/WorkSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./fonts/PlayfairDisplay-BoldItalic.woff2") format("woff2"), url("./fonts/PlayfairDisplay-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./fonts/PlayfairDisplay-BlackItalic.woff2") format("woff2"), url("./fonts/PlayfairDisplay-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("./fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./fonts/PlayfairDisplay-Black.woff2") format("woff2"), url("./fonts/PlayfairDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.no-scroll {
  overflow: hidden;
}

.link-hover:hover {
  color: #B34D3E;
  font-weight: 600;
  transition: all 0.2s ease-out;
}

.breadcrumbs a:hover {
  color: #B34D3E;
}

.google-map .gm-style-iw-chr .gm-style-iw-ch {
  display: none;
}
.google-map .gm-style-iw-chr .gm-ui-hover-effect {
  margin-left: auto !important;
}
.google-map .gm-style-iw-d {
  overflow: visible;
}

header {
  z-index: 11;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #2B3B2E;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.header .menu__wrapper .brxe-nav-menu .bricks-nav-menu {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
}
.header .menu__wrapper .brxe-nav-menu .bricks-nav-menu li {
  margin-left: 0;
}
.header .menu__wrapper .brxe-nav-menu .bricks-nav-menu li a {
  font-weight: 500;
}
.header .menu__wrapper .brxe-nav-menu .bricks-nav-menu li:hover a {
  color: #B34D3E;
}
.header .menu__wrapper .brxe-nav-menu .bricks-nav-menu li.menu-item-has-children:hover button {
  color: #B34D3E;
  transform: rotate(180deg);
}
.header .menu__wrapper .mobile-menu__toggle:hover {
  cursor: pointer;
}
.header .menu__wrapper .mobile-menu__toggle .mobile-menu__toggle--close {
  display: none;
}
.header.mobile-menu--open .menu__wrapper .mobile-menu__toggle .mobile-menu__toggle--close {
  display: initial;
}
.header.mobile-menu--open .menu__wrapper .mobile-menu__toggle .mobile-menu__toggle--open {
  display: none;
}
.header .language__toggle {
  width: fit-content;
  min-height: 52px;
}
.header .language__toggle .trp_language_switcher_shortcode {
  width: fit-content;
}
.header .language__toggle .trp_language_switcher_shortcode .trp-language-switcher {
  width: fit-content;
}
.header .language__toggle .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-current-language {
  background-color: transparent;
  background-image: url("/wp-content/uploads/arrow-down.svg");
  min-height: 52px;
}
.header .language__toggle .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-current-language a {
  color: #DCD7C7;
}
.header .language__toggle .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language {
  background-color: #2B3B2E;
  padding-bottom: 13px;
}
.header .language__toggle .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language a {
  color: #DCD7C7;
}
.header .language__toggle .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language a:hover {
  color: #2B3B2E;
}
.header .language__toggle .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language a.trp-ls-disabled-language:hover {
  color: #DCD7C7;
}

body.has-header--alt .header, body.has-header--alt .banner {
  background: #2B3B2E;
}
body.has-header--alt .header::before, body.has-header--alt .banner::before {
  display: none;
}

.hero__menu nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  grid-auto-rows: 1fr;
}
@media (max-width: 992px) {
  .hero__menu nav ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.hero__menu nav ul li {
  margin: 0;
}
.hero__menu nav ul li a {
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 19px;
  min-height: 70px;
}
.hero__menu nav ul li:last-of-type a {
  border: 1px solid #261F1D;
  background-color: transparent;
}
.hero__menu nav ul li:hover a {
  background-color: #B34D3E;
  color: #ffffff;
  border: none;
}

section.hero.has-bg-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #2B3B2E;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  z-index: -1;
}
section.hero.has-bg-video .bricks-background-video-wrapper {
  height: calc(100% + 130px);
  margin-top: -130px;
}

section.hero--secondary .hero--secondary__overlay {
  z-index: -1;
  height: calc(100% + 130px);
  margin-top: -130px;
}
section.hero--secondary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #2B3B2E;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  z-index: -1;
}

section.banner .brxe-container {
  opacity: 0.6;
}
section.banner .brxe-container .banner__nav ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
section.banner .brxe-container .banner__nav ul li {
  margin: 0;
}
section.banner .brxe-container a:hover {
  color: #B34D3E;
}

.button {
  font-weight: 600;
  font-size: 16px;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: fit-content !important;
  position: relative;
  padding: 8px 32px;
  z-index: 1;
  min-height: 52px;
  transition: all 0.2s ease;
}
.button span {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 3px;
}
.button.button--secondary {
  background-color: #B34D3E;
  color: #ffffff;
  border: 1px solid transparent;
}
.button.button--secondary:hover {
  background-color: #2B3B2E;
}
.button.button--secondary.button--secondary--drk:hover {
  background-color: #DCD7C7;
  color: #261F1D;
}
.button.button--tertiary {
  background-color: #DCD7C7;
  color: #261F1D;
}
.button.button--tertiary:hover {
  background-color: #B34D3E;
  color: #ffffff;
  border-color: #B34D3E;
}
.button.button--border {
  background-color: transparent;
  border: 1px solid #261F1D;
  color: #261F1D;
}
.button.button--border:hover {
  background-color: #B34D3E;
  color: #ffffff;
  border-color: #B34D3E;
}
.button.button--underline {
  color: #B34D3E;
  font-weight: 500;
  padding: unset;
  min-height: unset;
  position: relative;
}
.button.button--underline::after {
  height: 1px;
  width: 100%;
  position: absolute;
  content: "";
  background-color: #B34D3E;
  bottom: -10px;
}
.button.button--underline:hover {
  font-weight: 600;
}
.button.button--underline:hover::after {
  height: 2px;
}

.divider {
  position: relative;
  margin-bottom: 72px;
}
.divider::before {
  height: 2px;
  width: 120px;
  background-color: #B34D3E;
  bottom: -24px;
  position: absolute;
  content: "";
}
.divider.divider--center::before {
  left: 50%;
  transform: translateX(-50%);
}

.specialisaties .specialisaties__list a {
  text-decoration: underline;
  font-size: 16px;
}

section.footer .footer__nav {
  color: #ffffff;
}
section.footer .footer__nav nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.footer .footer__nav nav ul li {
  margin: 0;
}
section.footer .footer__nav nav ul li a {
  width: fit-content;
}
section.footer .footer__nav nav ul li a:hover {
  color: #B34D3E;
}
section.footer a:hover {
  color: #B34D3E;
}

section.policies .policies__wrapper .policies__nav ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
section.policies .policies__wrapper .policies__nav ul li {
  margin: 0;
}
@media (max-width: 992px) {
  section.policies .policies__wrapper .policies__nav ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }
}
section.policies .policies__wrapper a {
  text-decoration: underline;
}

section.team .team__slider .swiper-button {
  height: 52px;
  width: 52px;
  border-radius: 9999px;
  background-color: #DCD7C7;
}
section.team .team__slider .swiper-button::after {
  font-size: 12px;
  font-weight: bold;
  color: #261F1D;
}
section.team .team__slider .swiper-button:hover {
  background-color: #B34D3E;
}
section.team .team__slider .swiper-button:hover::after {
  color: #ffffff;
}
section.team .team__slider .swiper-button.swiper-button-next {
  right: -16px;
}
@media (max-width: 992px) {
  section.team .team__slider .swiper-button.swiper-button-next {
    right: 0;
  }
}
section.team .team__slider .swiper-button.swiper-button-prev {
  left: -16px;
}
@media (max-width: 992px) {
  section.team .team__slider .swiper-button.swiper-button-prev {
    left: 0;
  }
}
section.team .team__slider .swiper-pagination {
  top: unset;
  bottom: 0;
  background: rgba(122, 122, 122, 0.5);
  border-radius: 50vw;
}
section.team .team__slider .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #261F1D;
  border-radius: 50vw;
}

.toc .toc-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.toc .toc-list .toc-list-item {
  font-size: 16px;
}

.checklist ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.checklist ul li {
  position: relative;
  padding-left: 40px;
  line-height: 1.6;
}
.checklist ul li::before {
  background: url("/wp-content/uploads/check-dark.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  content: "";
  width: 24px;
  position: absolute;
  left: 0;
  display: inline-block;
  top: 4px;
}
.checklist.checklist--lgt ul li::before {
  background: url("/wp-content/uploads/check-light.svg");
}

.bg-logo__cta {
  position: relative;
}
.bg-logo__cta::after {
  content: "";
  background: url("/wp-content/uploads/b-watermerk-2.png");
  background-size: contain;
  background-position: 95% 30px;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.11;
  max-height: 290px;
  z-index: 0;
}
@media (max-width: 992px) {
  .bg-logo__cta::after {
    max-height: 190px;
  }
}

section.blog .blog__content {
  display: flex;
  flex-direction: column;
}
section.blog .blog__content p, section.blog .blog__content h1, section.blog .blog__content h2, section.blog .blog__content h3, section.blog .blog__content h4, section.blog .blog__content h5, section.blog .blog__content h6, section.blog .blog__content ul {
  margin: 0 0 1.2em;
}
section.blog .blog__content ul {
  list-style: disc;
  padding-left: 15px;
}
section.blog .toc__wrapper nav.toc ul.toc-list li.toc-list-item {
  list-style-type: none;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
section.blog .toc__wrapper nav.toc ul.toc-list li.toc-list-item a {
  position: relative;
  padding-left: 24px;
}
section.blog .toc__wrapper nav.toc ul.toc-list li.toc-list-item a.is-active-link {
  color: #B34D3E;
}
section.blog .toc__wrapper nav.toc ul.toc-list li.toc-list-item a::before {
  content: "";
  background: url("/wp-content/uploads/toc-chevron.svg");
  height: 7px;
  width: 7px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 10px;
}
section.vacature .checklist {
  flex-direction: column;
  gap: 24px;
  display: flex;
}
section.vacature .checklist ul {
  gap: 24px;
}
section.vacature .checklist ul li {
  line-height: 28px;
}

section.mega-menu {
  position: relative;
}
section.mega-menu::before {
  width: 100vw;
  height: 200vh;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  content: "";
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -10;
}

section.blogs .blogs__pagination ul.page-numbers li .page-numbers {
  opacity: 0.5;
  font-weight: bold;
}
section.blogs .blogs__pagination ul.page-numbers li .page-numbers:hover {
  color: #B34D3E;
  opacity: 1;
}
section.blogs .blogs__pagination ul.page-numbers li .page-numbers.current {
  opacity: 1;
}
section.blogs .blogs__pagination ul.page-numbers li .page-numbers.current:hover {
  color: currentColor;
}
section.blogs .blogs__pagination ul.page-numbers li .page-numbers.next, section.blogs .blogs__pagination ul.page-numbers li .page-numbers.prev {
  font-weight: normal;
}
section.blogs .blogs__pagination ul.page-numbers li .page-numbers.next:hover, section.blogs .blogs__pagination ul.page-numbers li .page-numbers.prev:hover {
  font-weight: bold;
}

.availability {
  height: 8px;
  width: 8px;
  border-radius: 100vw;
}
.availability.availability--open {
  background-color: #00B67A;
}
.availability.availability--closed {
  background-color: #B60000;
}

section.focus .checklist ul li {
  line-height: 25px;
}
section.focus .checklist ul li::before {
  top: 0 !important;
  transform: unset !important;
}

section.mobile-menu {
  top: 86px;
  position: fixed;
  left: 0;
  height: calc(100vh - 86px);
  width: 100vw;
  transform: translateX(-200%);
  transition: transform 0.2s ease;
}
section.mobile-menu .mobile-menu__wrapper .mobile-menu__menu .mobile-menu__nav nav ul {
  gap: 12px;
}
section.mobile-menu .mobile-menu__wrapper .mobile-menu__menu .mobile-menu__nav nav ul li {
  margin-left: 0;
}
section.mobile-menu .mobile-menu__wrapper .mobile-menu__menu .mobile-menu__nav nav ul li:nth-child(2) a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
}
section.mobile-menu .mobile-menu__wrapper .mobile-menu__menu .mobile-menu__nav nav ul li:nth-child(2) a::after {
  background: url("/wp-content/uploads/chevron-sm.svg");
  height: 10px;
  width: 10px;
  background-position: center;
  background-size: contain;
  content: "";
  background-repeat: no-repeat;
  display: inline-flex;
}
section.mobile-menu .mobile-menu__wrapper .mobile-menu__menu .mobile-menu__nav nav ul li a {
  font-weight: 500;
}
section.mobile-menu .mobile-menu__wrapper .mobile-menu__menu .mobile-menu__nav nav ul li a:focus, section.mobile-menu .mobile-menu__wrapper .mobile-menu__menu .mobile-menu__nav nav ul li a:hover {
  color: #B34D3E;
}
section.mobile-menu .mobile-menu__wrapper .mobile-menu__submenu {
  transform: translateX(-200%);
  transition: transform 0.2s ease;
}
section.mobile-menu .mobile-menu__wrapper .mobile-menu__submenu.open {
  transform: translateX(0%);
}
section.mobile-menu.open {
  transform: translateX(0%);
}

body.admin-bar section.mobile-menu {
  top: 132px;
  height: calc(100vh - 132px);
}

.form .gform_wrapper .gfield_required,
.form .gform_wrapper .gform_validation_errors {
  display: none !important;
}
.form .gform_wrapper form .gform_body .gform_fields .gfield label {
  font-weight: 600;
  color: #261F1D;
}
.form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type=text],
.form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type=email],
.form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type=tel],
.form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
.form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  border: none;
  border-radius: 3px;
  background-color: #ffffff;
  min-height: 62px;
  padding-left: 24px;
  padding-right: 24px;
}
.form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type=text]:focus,
.form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type=email]:focus,
.form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type=tel]:focus,
.form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus,
.form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 150px;
  resize: none;
  padding-top: 24px;
  padding-bottom: 24px;
}
.form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type=checkbox]:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form .gform_wrapper form .gform_body .gform_fields .gfield.form__terms .gchoice {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.form .gform_wrapper form .gform_body .gform_fields .gfield.form__terms .gchoice input[type=checkbox] {
  padding: 0;
  height: 16px;
  width: 16px;
  border: none;
}
.form .gform_wrapper form .gform_body .gform_fields .gfield.form__terms .gchoice input[type=checkbox]:checked {
  background-color: #B34D3E;
}
.form .gform_wrapper form .gform_body .gform_fields .gfield.form__terms .gchoice label {
  font-size: 14px;
  color: #261F1D;
  opacity: 0.5;
  font-weight: 400;
}
.form .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
  background: url("/wp-content/uploads/file-upload.svg");
  background-position: 24px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 64px;
  border: 1px solid rgba(43, 59, 46, 0.2);
  border-radius: 3px;
  margin: 0 auto;
}
.form .gform_wrapper form .gform_footer {
  margin: 0;
  padding-top: 48px;
  padding-bottom: 0;
}
.form .gform_wrapper form .gform_footer .gform_button {
  margin-left: auto;
  background-color: #B34D3E;
  margin-bottom: 0;
  padding: 8px 32px;
  color: #ffffff;
  transition: all 0.2s ease;
}
.form .gform_wrapper form .gform_footer .gform_button:hover {
  background-color: #2B3B2E;
}
@media (max-width: 480px) {
  .form .gform_wrapper form .gform_footer .gform_button {
    width: 100% !important;
    text-align: center;
  }
}
.form.form--dark .gform_wrapper form .gform_body .gform_fields {
  grid-row-gap: 48px;
}
.form.form--dark .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.form.form--dark .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.form.form--dark .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 0;
  padding-right: 0;
}
.form.form--dark .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.form.form--dark .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  font-family: inherit;
  color: #ffffff;
}
.form.form--dark .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  resize: none;
  height: 160px;
  padding-left: 0;
  padding-right: 0;
}
.form.form--dark .gform_wrapper form .gform_footer .gform_button:hover {
  background-color: #DCD7C7;
  color: #261F1D;
}
.form.form--light .gform_wrapper form .gform_body .gform_fields {
  grid-row-gap: 16px;
}
.form.form--light .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: rgba(43, 59, 46, 0.2);
}
.form.form--light .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.form.form--light .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  background-color: transparent;
  border: none;
  border: 1px solid rgba(43, 59, 46, 0.2);
  border-radius: 3px;
  color: #626A5C;
}
.form.form--light .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.form.form--light .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  font-family: inherit;
  color: #626A5C;
}
.form.form--light .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  resize: none;
  height: 250px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.form.form--light .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload label {
  font-size: 24px;
  color: #261F1D;
  font-family: "Playfair Display";
  margin-bottom: 24px;
}
.form.form--light .gform_wrapper form .gform_body .gform_fields .gfield.form__terms .gchoice input[type=checkbox] {
  padding: 0;
  height: 16px;
  width: 16px;
  border: 1px solid rgba(43, 59, 46, 0.2);
}
.form.form--light .gform_wrapper form .gform_body .gform_fields .gfield.form__terms .gchoice label {
  font-size: 14px;
  color: #261F1D;
  opacity: 0.5;
  font-weight: 400;
}
.form.form--light .gform_wrapper form .gform_footer .gform_button {
  margin-left: unset;
}
@media (max-width: 480px) {
  .form.form--light .gform_wrapper form .gform_footer .gform_button {
    width: 100% !important;
    text-align: center;
  }
}
.form.form--full-width .gform_wrapper form .gform_footer {
  padding-top: 32px;
}
.form.form--full-width .gform_wrapper form .gform_footer .gform_button {
  width: 100% !important;
  text-align: center;
}

.faq .faq__row {
  font-size: 16px;
}
.faq .faq__row .faq__question {
  position: relative;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(60, 47, 116, 0.25);
  padding-right: 50px;
  font-weight: 600;
}
.faq .faq__row .faq__question:hover {
  cursor: pointer;
}
.faq .faq__row .faq__question::after {
  position: absolute;
  content: "+";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #B34D3E;
}
.faq .faq__row .faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
}
.faq .faq__row .faq__answer .answer__content {
  overflow: hidden;
  flex-direction: column;
  display: flex;
  gap: 16px;
}
.faq .faq__row .faq__answer .answer__content a {
  color: #2B3B2E;
}
.faq .faq__row .faq__answer .answer__content a:hover {
  text-decoration: underline;
}
.faq .faq__row.is-active .faq__question {
  font-weight: bold;
  color: #B34D3E;
}
.faq .faq__row.is-active .faq__question::after {
  content: "-";
}
.faq .faq__row.is-active .faq__answer {
  grid-template-rows: 1fr;
  padding: 24px 0px;
  border-bottom: 1px solid rgba(60, 47, 116, 0.25);
}/*# sourceMappingURL=style.css.map */
