@charset "UTF-8";
@font-face {
  font-family: "PFBagueRoundPro";
  src: url("../css/fonts/PFBagueRoundPro-Light.eot");
  src: url("../css/fonts/PFBagueRoundPro-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../css/fonts/PFBagueRoundPro-Light.woff") format("woff"),
    url("../css/fonts/PFBagueRoundPro-Light.woff2") format("woff2"),
    url("../css/fonts/PFBagueRoundPro-Light.ttf") format("truetype"),
    url("../css/fonts/PFBagueRoundPro-Light.svg#PFBagueRoundPro-Light")
      format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PFBagueRoundPro";
  src: url("../css/fonts/PFBagueRoundPro-Regular.eot");
  src: url("../css/fonts/PFBagueRoundPro-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../css/fonts/PFBagueRoundPro-Regular.woff") format("woff"),
    url("../css/fonts/PFBagueRoundPro-Regular.woff2") format("woff2"),
    url("../css/fonts/PFBagueRoundPro-Regular.ttf") format("truetype"),
    url("../css/fonts/PFBagueRoundPro-Regular.svg#PFBagueRoundPro-Regular")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PFBagueRoundPro";
  src: url("../css/fonts/PFBagueRoundPro-Bold.eot");
  src: url("../css/fonts/PFBagueRoundPro-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../css/fonts/PFBagueRoundPro-Bold.woff") format("woff"),
    url("../css/fonts/PFBagueRoundPro-Bold.woff2") format("woff2"),
    url("../css/fonts/PFBagueRoundPro-Bold.ttf") format("truetype"),
    url("../css/fonts/PFBagueRoundPro-Bold.svg#PFBagueRoundPro-SemiBold")
      format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "icomoon";
  src: url("../css/fonts/icomoon.ttf") format("truetype"),
    url("../css/fonts/icomoon.woff") format("woff"),
    url("../css/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  margin: 0;
}

h1,
.h1 {
  font-size: min(max(18px, 2.6075619296vw), 20px);
  line-height: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.56em;
}

h2,
.h2 {
  font-size: min(max(30px, 5.3455019557vw), 41px);
  line-height: 1.15em;
  font-weight: 700;
  margin-bottom: 0.56em;
}

h3,
.h3 {
  font-size: min(max(25px, 4.5632333768vw), 35px);
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 0.51em;
}

h4,
.h4 {
  font-size: min(max(18px, 2.3468057366vw), 22px);
  line-height: 1.2em;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 1.11em;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 12px;
  line-height: 2.8;
  letter-spacing: -0.4em;
}

p,
.p {
  font-size: 16px;
  line-height: 1.43em;
  font-weight: 400;
  margin-bottom: 1.68em;
  margin-top: 0;
}
a.anchor-link:before {
  content: "";
  display: block;
  height: 163px;
  margin: -163px 0 0;
}
header,
.header {
  background: transparent;
  /* height: min(max(80px, 20.8604954368vw), 160px); */
  /* padding-top: min(max(20px, 3.9113428944vw), 30px); */
  padding-top: 20px;
  padding-bottom: 15px;
  width: 100%;
  max-width: 100vw;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: 20;
  display: flex;
  align-items: center;
  pointer-events: all;
}
header.sticky-header,
.header.sticky-header {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
/* header .bio-row,
.header .bio-row {
  align-items: flex-start;
} */
header:before,
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  height: 200%;
  z-index: -1;
}
header.sticky-header:before,
.header.sticky-header:before {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  header:before,
  .header:before {
    height: 220%;
  }
}
header.open .bio-container .header-right .header-menu-wrapper,
.header.open .bio-container .header-right .header-menu-wrapper {
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  header.open .bio-container .header-right .header-menu-wrapper,
  .header.open .bio-container .header-right .header-menu-wrapper {
    transform: translateX(0);
  }
}
header.open .bio-container .header-right .menu-btn,
.header.open .bio-container .header-right .menu-btn {
  visibility: hidden;
  position: fixed;
  top: var(--topBtn);
}
@media only screen and (max-width: 767px) {
  header.open .bio-container .header-right .menu-btn:after,
  .header.open .bio-container .header-right .menu-btn:after {
    visibility: hidden;
  }
}
header.open .bio-container .header-right .menu-btn .icon,
.header.open .bio-container .header-right .menu-btn .icon {
  visibility: visible;
  transition: 0.5s;
}
header.open .bio-container .header-right .menu-btn .icon:before,
.header.open .bio-container .header-right .menu-btn .icon:before {
  background-color: #ffffff;
  transform: rotateZ(45deg) scaleX(1) translate(4px, 4px);
}
header.open .bio-container .header-right .menu-btn .icon:after,
.header.open .bio-container .header-right .menu-btn .icon:after {
  background-color: #ffffff;
  transform: rotateZ(-45deg) scaleX(1) translate(6px, -6px);
}
@media only screen and (max-width: 767px) {
  header > .bio-container,
  .header > .bio-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  header .bio-row,
  .header .bio-row {
    align-items: center;
  }
}
header .bio-container,
.header .bio-container {
  position: unset;
  height: 100%;
}
header .bio-container > *,
.header .bio-container > * {
  flex: 1 1 0px;
}
@media only screen and (max-width: 767px) {
  header .bio-container > *,
  .header .bio-container > * {
    flex: 0;
  }
}
header .bio-container .header-left,
.header .bio-container .header-left {
  display: flex;
  align-items: center;
  min-height: 5rem;
}
@media only screen and (max-width: 767px) {
  header .bio-container .header-left,
  .header .bio-container .header-left {
    order: 0;
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
  }
}

header .bio-container .header-left .logo-wrapper,
.header .bio-container .header-left .logo-wrapper {
  position: relative;
  z-index: 20;
  height: 100%;
}
header .bio-container .header-left .logo-wrapper a,
.header .bio-container .header-left .logo-wrapper a {
  visibility: visible;
  display: inline-block;
  height: 100%;
}
header .bio-container .header-left .logo-wrapper a img,
.header .bio-container .header-left .logo-wrapper a img {
  width: min(max(170px, 44.3285528031vw), 340px);
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: width 0.5s;
}
header.sticky-header .bio-container .header-left .logo-wrapper a img,
.header.sticky-header .bio-container .header-left .logo-wrapper a img {
  width: 14rem;
}

@media only screen and (max-width: 767px) {
  header .bio-container .header-left .logo-wrapper,
  .header .bio-container .header-left .logo-wrapper {
    display: block !important;
  }
}
header .bio-container .header-center,
.header .bio-container .header-center {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  header .bio-container .header-center,
  .header .bio-container .header-center {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
  }
  header.sticky-header .bio-container .header-center,
  .header.sticky-header .bio-container .header-center {
    display: none;
  }
}
header .bio-container .header-center .bio-text,
.header .bio-container .header-center .bio-text {
  font-size: min(max(12px, 1.8252933507vw), 14px);
  line-height: 1.2em;
  max-width: min(max(240px, 36.5058670143vw), 280px);
  text-align: center;
  text-transform: uppercase;
}
header .bio-container .header-right,
.header .bio-container .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  header .bio-container .header-right,
  .header .bio-container .header-right {
    justify-content: center;
    order: 1;
    flex: 0 0 50%;
    /* max-width: 50%; */
  }
}
header .bio-container .header-right .menu-btn,
.header .bio-container .header-right .menu-btn {
  width: auto;
  height: 16px;
  background: none;
  border: none;
  padding: 0;
  padding-right: min(max(27px, 10.6666666667vw), 40px);
  position: relative;
  z-index: 22;
  cursor: pointer;
  text-transform: uppercase;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  font-size: 20px;
  font-family: "PFBagueRoundPro";
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  header .bio-container .header-right .menu-btn,
  .header .bio-container .header-right .menu-btn {
    text-indent: -9000px;
    text-transform: capitalize;
  }
}
header .bio-container .header-right .menu-btn:after,
.header .bio-container .header-right .menu-btn:after {
  transition-duration: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  content: "";
  background: #000000;
  width: min(max(17px, 5.3333333333vw), 20px);
  height: 2px;
}
@media only screen and (max-width: 767px) {
  header .bio-container .header-right .menu-btn:after,
  .header .bio-container .header-right .menu-btn:after {
    visibility: visible;
  }
}
header .bio-container .header-right .menu-btn .icon,
.header .bio-container .header-right .menu-btn .icon {
  visibility: visible;
  transition-duration: 0.5s;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: min(max(17px, 5.3333333333vw), 20px);
}
@media only screen and (max-width: 767px) {
  header .bio-container .header-right .menu-btn .icon,
  .header .bio-container .header-right .menu-btn .icon {
    visibility: visible;
  }
}
header .bio-container .header-right .menu-btn .icon:before,
header .bio-container .header-right .menu-btn .icon:after,
.header .bio-container .header-right .menu-btn .icon:before,
.header .bio-container .header-right .menu-btn .icon:after {
  transition-duration: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  content: "";
  background: #000000;
  width: 100%;
  height: 2px;
}
header .bio-container .header-right .menu-btn .icon:before,
.header .bio-container .header-right .menu-btn .icon:before {
  top: 1px;
  left: 0;
}
header .bio-container .header-right .menu-btn .icon:after,
.header .bio-container .header-right .menu-btn .icon:after {
  top: 15px;
  left: 0;
}
header .bio-container .header-right .header-menu-wrapper,
.header .bio-container .header-right .header-menu-wrapper {
  transition: all 0.4s ease-in-out;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00833c;
  color: #ffffff;
  font-size: min(max(16px, 2.6075619296vw), 20px);
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 21;
  transform: translateY(-101%);
}
@media only screen and (max-width: 767px) {
  header .bio-container .header-right .header-menu-wrapper,
  .header .bio-container .header-right .header-menu-wrapper {
    transform: translateX(101%);
  }
}

header .header-menu-wrapper nav,
.header .header-menu-wrapper nav {
  display: grid;
  grid-template-columns: 90%;
}

header .bio-container .header-right .header-menu-wrapper .header-menu > ul,
.header .bio-container .header-right .header-menu-wrapper .header-menu > ul {
  flex-direction: column;
  align-content: space-between;
  justify-content: flex-start;
  padding: min(max(70px, 16.9491525424vw), 130px) 0
    min(max(60px, 13.037809648vw), 100px);
  height: calc(var(--vh, 1vh) * 60);
  max-height: 490px;
  min-height: 490px;
  flex-wrap: wrap;
  gap: min(max(15px, 2.6075619296vw), 20px);
}
.menu-col-title > a {
  cursor: context-menu;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  header .bio-container .header-right .header-menu-wrapper .header-menu > ul,
  .header .bio-container .header-right .header-menu-wrapper .header-menu > ul {
    height: auto;
    min-height: calc(var(--vh, 1vh) * 90);
    max-height: calc(var(--vh, 1vh) * 90);
    flex-wrap: unset;
    overflow: auto;
  }
}
header .bio-container .header-right .header-menu-wrapper .header-menu > ul > li,
.header
  .bio-container
  .header-right
  .header-menu-wrapper
  .header-menu
  > ul
  > li {
  max-width: 33.33%;
}
@media only screen and (max-width: 767px) {
  header
    .bio-container
    .header-right
    .header-menu-wrapper
    .header-menu
    > ul
    > li,
  .header
    .bio-container
    .header-right
    .header-menu-wrapper
    .header-menu
    > ul
    > li {
    max-width: 100%;
  }
}
header
  .bio-container
  .header-right
  .header-menu-wrapper
  .header-menu
  > ul
  > li
  a,
.header
  .bio-container
  .header-right
  .header-menu-wrapper
  .header-menu
  > ul
  > li
  a {
  color: #ffffff;
}
header
  .bio-container
  .header-right
  .header-menu-wrapper
  .header-menu
  > ul
  > li
  ul,
.header
  .bio-container
  .header-right
  .header-menu-wrapper
  .header-menu
  > ul
  > li
  ul {
  padding-top: min(max(7px, 1.0416666667vw), 20px);
  gap: min(max(7px, 1.0416666667vw), 20px);
}
header
  .bio-container
  .header-right
  .header-menu-wrapper
  .header-menu
  > ul
  > li
  ul
  li
  a,
.header
  .bio-container
  .header-right
  .header-menu-wrapper
  .header-menu
  > ul
  > li
  ul
  li
  a {
  font-weight: 400;
}
header .bio-container .header-right .header-lang ul,
.header .bio-container .header-right .header-lang ul {
  flex-direction: row !important;
}
header .bio-container .header-right .header-lang ul li:first-child,
.header .bio-container .header-right .header-lang ul li:first-child {
  border-right: 1px solid #000000;
}
@media only screen and (max-width: 767px) {
  header .bio-container .header-right .header-lang,
  .header .bio-container .header-right .header-lang {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .header-lang {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .wpml-ls-legacy-list-horizontal .wpml-ls-last-item a {
    padding: 0 0 0 10px;
  }
  .wpml-ls-legacy-list-horizontal {
    padding: 7px 0 7px 7px;
  }
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0 10px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
  color: #000;
  font-weight: 600;
}
.wpml-ls-legacy-list-horizontal a {
  color: #757575;
}
.wpml-ls-legacy-list-horizontal a:hover,
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a:hover {
  color: #00833c;
}

/* header .bio-row,
.header .bio-row {
  align-items: start;
} */

@media only screen and (min-width: 767px) {
  header .bio-row,
  .header .bio-row {
    min-height: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  header .bio-row,
  .header .bio-row {
    align-items: middle;
  }
}

header .bio-row .header-right,
.header .bio-row .header-right {
  justify-content: start;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  header .bio-row .header-right,
  .header .bio-row .header-right {
    flex-direction: row;
    align-items: start;
    justify-content: end;
  }
}

header .bio-row .header-right .header-search-and-lang,
.header .bio-row .header-right .header-search-and-lang {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

header .bio-row .header-right .header-search-bar,
.header .bio-row .header-right .header-search-bar {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
  background-color: transparent;
}

@media only screen and (min-width: 767px) {
  header .bio-row .header-right .header-search-bar form,
  .header .bio-row .header-right .header-search-bar form {
    align-items: start !important;
  }
}

header .bio-row .header-right .header-search-bar form,
.header .bio-row .header-right .header-search-bar form {
  position: relative;
  z-index: 19;
  visibility: visible;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  /* width: 0px; */
}

/* @media only screen and (min-width: 767px) {
  header .bio-row .header-right .header-search-bar form label,
  .header .bio-row .header-right .header-search-bar form label {
    display: flex;
  }
} */

header .bio-row .header-right .header-search-bar form label,
.header .bio-row .header-right .header-search-bar form label {
  /* display: flex; */

  visibility: hidden;
  position: absolute;
  width: inherit;
}

/* @media only screen and (max-width: 767px) {
  header .bio-row .header-right .header-search-bar form label:after,
  .header .bio-row .header-right .header-search-bar form label:after {
    flex-direction: row;
    align-items: start;
    justify-content: end;
    margin-left: 3rem;
  }
}

@media only screen and (min-width: 767px) {
  header .bio-row .header-right .header-search-bar form label:after,
  .header .bio-row .header-right .header-search-bar form label:after {
    position: absolute;
    top: 0.4rem;
    right: 0.8rem;
  }
}

header .bio-row .header-right .header-search-bar form label:after,
.header .bio-row .header-right .header-search-bar form label:after {
  content: "\e908";
  visibility: visible;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  font-size: 20px;
  font-weight: 700;
} */

/* @media only screen and (max-width: 767px) {
  header .bio-row .header-right .header-search-bar form label:after,
  .header .bio-row .header-right .header-search-bar form label:after {
    right: 2rem;
  }
} */
/* 
header.openSearch .bio-row .header-right .header-search-bar form label:after,
.header.openSearch .bio-row .header-right .header-search-bar form label:after {
  content: "\e908";
  visibility: hidden;
} */

@media only screen and (min-width: 767px) {
  header .bio-row .header-right .header-search-bar form label span,
  .header .bio-row .header-right .header-search-bar form label span {
    position: relative;
    /* margin-top: 0.2rem; */
    right: 0.8rem;
  }
}

header .bio-row .header-right .header-search-bar form label span,
.header .bio-row .header-right .header-search-bar form label span {
  visibility: visible;
  position: absolute;
  z-index: 20;
  cursor: pointer;
  top: 50%;
  /* right: 0px; */
  /* transform: translateY(-50%); */
  width: min(max(12px, 1.9270833333vw), 37px);
  display: block;
  font-size: 0;
  height: min(max(12px, 1.9270833333vw), 37px);
}

@media only screen and (max-width: 767px) {
  header .bio-row .header-right .header-search-bar form label span,
  .header .bio-row .header-right .header-search-bar form label span {
    margin-left: 3rem;
  }
}

/* @media only screen and (max-width: 767px) {
  header .bio-row .header-right .header-search-bar form label span,
  .header .bio-row .header-right .header-search-bar form label span {
    right: 2rem;
  }
} */

/* @media only screen and (min-width: 767px) {
  header .bio-row .header-right .header-search-bar button[type="submit"],
  .header .bio-row .header-right .header-search-bar button[type="submit"] {
    width: 2rem !important;
  }
}

header .bio-row .header-right .header-search-bar button[type="submit"],
.header .bio-row .header-right .header-search-bar button[type="submit"] {
  width: min(max(12px, 1.9270833333vw), 37px);
  height: min(max(12px, 1.9270833333vw), 37px);
  font-size: 0;
  cursor: pointer;
  display: none;
  border: none;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  header .bio-row .header-right .header-search-bar button[type="submit"],
  .header .bio-row .header-right .header-search-bar button[type="submit"] {
    margin-left: 3rem;
  }
} */

/* @media only screen and (max-width: 767px) {
  header .bio-row .header-right .header-search-bar input,
  .header .bio-row .header-right .header-search-bar input {
    order: 1;
    transition: width 0.5s;
    width: 0;
  }

  header .bio-row .header-right .header-search-bar input:focus,
  .header .bio-row .header-right .header-search-bar input:focus {
    border-bottom: solid 1px black;
    width: 80vw;
  }
} */
/* @media only screen and (max-width: 767px) {
  header .bio-row .header-right .header-search-bar input,
  .header .bio-row .header-right .header-search-bar input {
    text-align: right;
    margin-left: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  header.openSearch .bio-row .header-right .header-search-bar input,
  .header.openSearch .bio-row .header-right .header-search-bar input {
    margin-top: 1rem;
  }
} */

header .bio-row .header-right .header-search-bar button,
.header .bio-row .header-right .header-search-bar button {
  width: min(max(12px, 1.9270833333vw), 37px);
  height: min(max(12px, 1.9270833333vw), 37px);
  font-size: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  header .bio-row .header-right .header-search-bar button,
  .header .bio-row .header-right .header-search-bar button {
    margin-left: 3rem;
  }
}

header .bio-row .header-right .header-search-bar input,
.header .bio-row .header-right .header-search-bar input {
  text-indent: 1px;
  margin-right: min(max(12px, 1.9270833333vw), 37px);
  padding: 3px 0px;
  width: 0px;
  height: 22px;
  color: #414a54;
  background-color: transparent;
  line-height: 20px;
  /* transition: all 0.5s ease-in-out; */
  border: none;
  cursor: pointer;
}

header .bio-row .header-right .header-search-bar button,
.header .bio-row .header-right .header-search-bar button {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
}

header .bio-row .header-right .header-search-bar .button-dummy,
.header .bio-row .header-right .header-search-bar .button-dummy {
  position: absolute;
}

@media only screen and (min-width: 767px) {
  header .bio-row .header-right .header-search-bar button:before,
  .header .bio-row .header-right .header-search-bar button:before {
    position: absolute;
  }
}

header .bio-row .header-right .header-search-bar button:before,
.header .bio-row .header-right .header-search-bar button:before,
header .bio-row .header-right .header-search-bar .button-dummy:before,
.header .bio-row .header-right .header-search-bar .button-dummy:before {
  content: "\e908";
  visibility: visible;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  font-weight: 700;
}

/* @media only screen and (max-width: 767px) {
  header .bio-row .header-right .header-search-bar button:before,
  .header .bio-row .header-right .header-search-bar button:before {
    margin-left: 3rem;
  }
} */

@media only screen and (max-width: 767px) {
  header .bio-row .header-right .header-search-bar button,
  .header .bio-row .header-right .header-search-bar button {
    order: 2;
  }
}

header.openSearch .bio-container .header-left,
.header.openSearch .bio-container .header-left {
  flex: 0 0 0;
  transition: all ease 0.5s;
}

header.closeSearch .bio-container .header-left,
.header.closeSearch .bio-container .header-left {
  flex: 0 0 33%;
  transition: all ease 0.5s;
}

@media only screen and (max-width: 767px) {
  header.openSearch .bio-container .header-left,
  .header.openSearch .bio-container .header-left {
    flex: 0 0 0;
  }

  header.closeSearch .bio-container .header-left,
  .header.closeSearch .bio-container .header-left {
    flex: 0 0 50%;
    transition: all ease 0.5s;
  }
}

@media only screen and (min-width: 767px) {
  header.openSearch .bio-container .header-center,
  .header.openSearch .bio-container .header-center {
    flex: 0 0 5%;
  }
}

@media only screen and (min-width: 767px) {
  header.openSearch .header-center .bio-text,
  .header.openSearch .header-center .bio-text {
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 0;
    min-width: 0;
    font-size: 0;
    transition: width ease 0.5s;
  }
}

/* header.openSearch .bio-row .header-right .header-search-and-lang,
.header.openSearch .bio-row .header-right .header-search-and-lang {
  width: 100%;
}

header.openSearch .bio-row .header-right .header-search-bar,
.header.openSearch .bio-row .header-right .header-search-bar {
  width: 100%;
} */

header.openSearch .bio-row .header-right .header-search-bar form,
.header.openSearch .bio-row .header-right .header-search-bar form {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .header.openSearch .bio-container .header-right {
    flex: 0 0 100%;
    transition: all ease 0.5s;
    transition-duration: 0.8s;
  }
}

header.openSearch
  .bio-row
  .header-right
  .header-search-bar
  label
  input[type="search"],
.header.openSearch
  .bio-row
  .header-right
  .header-search-bar
  label
  input[type="search"] {
  min-height: 2rem;
  width: 95%;
  outline: none;
  cursor: text;
  visibility: visible;
  border: none;
  border-bottom: 1px solid;
  background: transparent;
}

header.openSearch .bio-row .header-right .header-search-bar button,
.header.openSearch .bio-row .header-right .header-search-bar button {
  /* display: block; */
  display: flex;
  align-items: center;
  z-index: 21;
}

/* header.openSearch .ami-container .header-right .search-form input[type="text"],
header.openSearch
  .ami-container
  .header-right
  .search-form
  input[type="search"],
.header.openSearch .ami-container .header-right .search-form input[type="text"],
.header.openSearch
  .ami-container
  .header-right
  .search-form
  input[type="search"] {
  width: calc(100% - min(max(12px, 1.9270833333vw), 37px));
  outline: none;
  cursor: text;
  visibility: visible;
  border-bottom: 1px solid;
} */

/* header.openSearch
  .bio-row
  .header-right
  .header-search-bar
  button[type="submit"],
.header.openSearch
  .bio-row
  .header-right
  .header-search-bar
  button[type="submit"] {

  display: flex;
  align-items: center;
  z-index: 21;
} */

/* header.openSearch
  .ami-container
  .header-right
  .search-form
  input[type="submit"],
.header.openSearch
  .ami-container
  .header-right
  .search-form
  input[type="submit"] {
  display: block;
  z-index: 21;
} */

/* openSearch */

footer,
.footer {
  background-color: #ffffff;
  color: #000000;
}
footer .footer-top,
.footer .footer-top {
  background-color: #dfdfdf;
  padding: min(max(13px, 1.3541666667vw), 26px) 0 min(max(18px, 1.5625vw), 30px);
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  footer .footer-top,
  .footer .footer-top {
    flex-direction: column;
  }
}
footer .footer-top .bio-container,
.footer .footer-top .bio-container {
  align-items: center;
  max-width: 615px;
  gap: min(max(14px, 1.3541666667vw), 26px);
  margin: 0;
}
footer .footer-top .bio-container .foot-column,
.footer .footer-top .bio-container .foot-column {
  width: 100%;
}
footer .footer-top .bio-container .foot-column:first-child,
.footer .footer-top .bio-container .foot-column:first-child {
  max-width: min(max(102px, 19.837398374vw), 122px);
}
footer .footer-top .bio-container .foot-column img,
.footer .footer-top .bio-container .foot-column img {
  width: 100%;
  max-height: calc(min(max(90px, 110/640 * 100vw), 110px));
  object-fit: contain;
}
footer .footer-top .bio-container .foot-column .foot-life-text,
.footer .footer-top .bio-container .foot-column .foot-life-text {
  color: #000000;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
footer .footer-logos,
.footer .footer-logos {
  background-color: #ebebeb;
  padding: min(max(13px, 1.3541666667vw), 26px) 0
    min(max(25px, 1.8229166667vw), 35px);
}
@media only screen and (max-width: 991px) {
  footer .footer-logos .bio-container,
  .footer .footer-logos .bio-container {
    flex-wrap: wrap;
  }
}
footer .footer-logos .bio-row,
.footer .footer-logos .bio-row {
  gap: min(max(20px, 1.8229166667vw), 35px);
}
@media only screen and (max-width: 991px) {
  footer .footer-logos .bio-row,
  .footer .footer-logos .bio-row {
    justify-content: center;
  }
}
footer .footer-logos .bio-row img,
.footer .footer-logos .bio-row img {
  max-height: 85px;
}
footer .footer-social-nl,
.footer .footer-social-nl {
  background-color: #7cb51f;
  background-image: url("../images/footer-nl-bg-lines.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  padding: min(max(35px, 2.2395833333vw), 43px) 0
    min(max(35px, 2.7604166667vw), 53px);
  text-align: center;
  color: #ffffff;
  font-size: min(max(13px, 0.8333333333vw), 16px);
}
footer .footer-social-nl .foot-social,
.footer .footer-social-nl .foot-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
footer .footer-social-nl .foot-social a,
.footer .footer-social-nl .foot-social a {
  color: #ffffff;
  width: 24px;
  transition: all 0.4s ease-in-out;
}
footer .footer-social-nl .foot-social a:hover,
.footer .footer-social-nl .foot-social a:hover {
  color: #00833c;
}
footer .footer-social-nl .foot-social a .foot-icon,
.footer .footer-social-nl .foot-social a .foot-icon {
  width: 24px;
}
footer .footer-social-nl .foot-social a .foot-icon::before,
.footer .footer-social-nl .foot-social a .foot-icon::before {
  visibility: visible;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}
footer .footer-social-nl .foot-social a .foot-icon.ic-facebook::before,
.footer .footer-social-nl .foot-social a .foot-icon.ic-facebook::before {
  content: "\e901";
}
footer .footer-social-nl .foot-social a .foot-icon.ic-twiter::before,
.footer .footer-social-nl .foot-social a .foot-icon.ic-twiter::before {
  content: "\e902";
}
footer .footer-social-nl .foot-social a .foot-icon.ic-youtube::before,
.footer .footer-social-nl .foot-social a .foot-icon.ic-youtube::before {
  content: "\e903";
}
footer .footer-social-nl .foot-newsletter,
.footer .footer-social-nl .foot-newsletter {
  padding-top: min(max(15px, 2.0833333333vw), 40px);
}
footer .footer-social-nl .foot-newsletter .foot-nl-title,
.footer .footer-social-nl .foot-newsletter .foot-nl-title {
  font-size: min(max(34px, 2.0833333333vw), 40px);
  font-weight: 700;
}
footer .footer-social-nl .foot-newsletter .foot-nl-title span,
.footer .footer-social-nl .foot-newsletter .foot-nl-title span {
  color: #000000;
}
footer .footer-social-nl .foot-newsletter .foot-nl-button,
.footer .footer-social-nl .foot-newsletter .foot-nl-button {
  padding-top: min(max(20px, 2.0833333333vw), 40px);
}
footer .footer-social-nl .foot-newsletter .foot-nl-button .btnmore,
.footer .footer-social-nl .foot-newsletter .foot-nl-button .btnmore {
  font-size: min(max(16px, 1.0416666667vw), 20px);
  font-weight: 400;
  letter-spacing: 0.019em;
  padding: min(max(10px, 0.78125vw), 15px) 0;
}
footer .footer-menu-section,
.footer .footer-menu-section {
  background-color: #d9d9d9;
  color: #000000;
  padding: min(max(34px, 2.5vw), 48px) 0 min(max(23px, 1.8229166667vw), 35px);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
footer .footer-menu-section .footer-menu,
.footer .footer-menu-section .footer-menu {
  max-width: 920px;
}
footer .footer-menu-section .footer-menu > ul,
.footer .footer-menu-section .footer-menu > ul {
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  height: calc(var(--vh, 1vh) * 60);
  min-height: 186px;
  max-height: 186px;
  flex-wrap: wrap;
  gap: min(max(10px, 8.064516129vw), 15px);
}
@media only screen and (max-width: 767px) {
  footer .footer-menu-section .footer-menu > ul,
  .footer .footer-menu-section .footer-menu > ul {
    height: auto;
    min-height: auto;
    max-height: unset;
  }
}
footer .footer-menu-section .footer-menu > ul > li,
.footer .footer-menu-section .footer-menu > ul > li {
  max-width: 33.33%;
}
@media only screen and (max-width: 767px) {
  footer .footer-menu-section .footer-menu > ul > li,
  .footer .footer-menu-section .footer-menu > ul > li {
    max-width: 100%;
  }
}
footer .footer-menu-section .footer-menu > ul > li a,
.footer .footer-menu-section .footer-menu > ul > li a {
  color: #000000;
}
footer .footer-menu-section .footer-menu > ul > li ul,
.footer .footer-menu-section .footer-menu > ul > li ul {
  padding-top: min(max(10px, 0.78125vw), 15px);
  gap: min(max(4px, 0.3125vw), 6px);
}
footer .footer-menu-section .footer-menu > ul > li ul li a,
.footer .footer-menu-section .footer-menu > ul > li ul li a {
  font-weight: 400;
}
footer .footer-info,
.footer .footer-info {
  background-color: #005c83;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.27;
  padding: min(max(35px, 2.34375vw), 45px) 0;
}
footer .footer-info .bio-container .bio-row,
.footer .footer-info .bio-container .bio-row {
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  footer .footer-info .bio-container .bio-row,
  .footer .footer-info .bio-container .bio-row {
    display: block;
  }
}
footer .footer-info .bio-container .info-title,
.footer .footer-info .bio-container .info-title {
  font-size: 18px;
  margin-bottom: 20px;
}
footer .footer-info .bio-container .info-title span,
.footer .footer-info .bio-container .info-title span {
  font-size: 16px;
}
footer .footer-info .bio-container .foot-column,
.footer .footer-info .bio-container .foot-column {
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  footer .footer-info .bio-container .foot-column,
  .footer .footer-info .bio-container .foot-column {
    margin-bottom: 20px;
  }
}
footer .footer-info .bio-container .foot-column a,
.footer .footer-info .bio-container .foot-column a {
  color: #ffffff;
}
footer .footer-copyright,
.footer .footer-copyright {
  background-color: #7cb51f;
  padding: min(max(12px, 0.8854166667vw), 17px) 0
    min(max(10px, 0.78125vw), 15px);
}
@media only screen and (max-width: 991px) {
  footer .footer-copyright,
  .footer .footer-copyright {
    padding-top: 19px;
  }
}
footer .footer-copyright .bio-container,
.footer .footer-copyright .bio-container {
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  footer .footer-copyright .bio-container,
  .footer .footer-copyright .bio-container {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-copyright .bio-container nav,
  .footer .footer-copyright .bio-container nav {
    width: 100%;
  }
}
footer .footer-copyright .bio-container nav ul,
.footer .footer-copyright .bio-container nav ul {
  justify-content: center;
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  footer .footer-copyright .bio-container nav ul,
  .footer .footer-copyright .bio-container nav ul {
    text-align: center;
    justify-content: space-between;
  }
}
footer .footer-copyright .bio-container nav ul li,
.footer .footer-copyright .bio-container nav ul li {
  text-transform: uppercase;
  letter-spacing: -0.026em;
  font-size: min(max(10px, 0.8333333333vw), 16px);
  line-height: 1;
  font-weight: 400;
  padding: 0 10px;
  border-right: 1px solid #ffffff;
}
footer .footer-copyright .bio-container nav ul li:last-child,
.footer .footer-copyright .bio-container nav ul li:last-child {
  border: none;
}
@media only screen and (max-width: 991px) {
  footer .footer-copyright .bio-container nav ul li,
  .footer .footer-copyright .bio-container nav ul li {
    margin: 5px 0px;
    border: none;
  }
}
footer .footer-copyright .bio-container nav ul li a,
.footer .footer-copyright .bio-container nav ul li a {
  color: #ffffff;
}
footer .footer-copyright .bio-container .copyright-text,
.footer .footer-copyright .bio-container .copyright-text {
  color: #ffffff;
  font-size: min(max(11px, 0.6770833333vw), 13px);
  text-align: left;
}
@media only screen and (max-width: 991px) {
  footer .footer-copyright .bio-container .copyright-text,
  .footer .footer-copyright .bio-container .copyright-text {
    text-align: center;
    max-width: 244px;
    margin: 0 auto 15px;
  }
}
footer .footer-copyright .bio-container .copyright-text a,
.footer .footer-copyright .bio-container .copyright-text a {
  color: inherit;
}
footer .footer-copyright .bio-container .copyright-text a:hover,
.footer .footer-copyright .bio-container .copyright-text a:hover {
  color: #ffffff;
}

@-webkit-keyframes scaleUp {
  0%,
  10%,
  100% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.2);
  }
}

@keyframes scaleUp {
  0%,
  10%,
  100% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.2);
  }
}
.to-top-container #toTop {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 75px;
  right: calc(min(max(25px, 75/991 * 100vw), 75px));
  background-color: #757575;
  transition: 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  z-index: 1;
}
.to-top-container #toTop::before {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 3px 3px 0 0;
  margin-top: 3px;
}
.to-top-container #toTop:hover {
  background-color: #00833c;
}
.to-top-container #toTop .to-top-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
html,
body {
  margin: 0;
  padding: 0;
}

* {
  outline: none;
  box-sizing: border-box;
}

body {
  color: #000000;
  font-family: "PFBagueRoundPro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
body.menu-open {
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  body.menu-open {
    overflow: hidden;
  }
}

.screen-reader-text {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  color: #000000;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #000000;
}

ul:not(.ab-top-menu):not(.slick-dots),
ol:not(.ab-top-menu):not(.slick-dots) {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.slick-arrow {
  width: 53px;
  height: 53px;
  line-height: 53px;
  z-index: 1;
  background-color: #56afd5 !important;
  transition: opacity 0.3s ease-in-out;
}
.slick-arrow:hover {
  opacity: 0.9;
}
.slick-arrow.slick-prev {
  left: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.slick-arrow.slick-prev:before {
  transform: rotate(180deg) translateY(50%);
}
.slick-arrow.slick-next {
  right: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.slick-arrow:before {
  content: "\e900";
  visibility: visible;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  font-size: 23px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 11111;
  opacity: 1 !important;
  line-height: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slick-arrow.slick-disabled {
  opacity: 0.7;
}

.slick-dots {
  display: flex;
  justify-content: center;
  bottom: 0;
  overflow: hidden;
}
.slick-dots li {
  width: 33px;
  height: 17px;
  margin: 0;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
  background: #005c83;
}
.slick-dots li button {
  width: 17px;
  height: 100%;
  padding: 0;
  position: relative;
  background: #ebebeb;
  border-radius: 50%;
  margin: auto;
  transition: background 0.3s ease-in-out;
}
.slick-dots li button:before {
  display: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.bio-container {
  width: min(1440px, 100%);
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-direction: column;
}

.bio-extend-container {
  width: min(1610px, 100%);
  position: relative;
  margin: 0 auto;
  padding: 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
}

.bio-small-container {
  width: min(1390px, 100%);
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
}

.bio-row {
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

main {
  padding-bottom: min(max(75px, 5.7291666667vw), 110px) !important;
  min-height: calc(var(--vh, 1vh) * 100 - var(--mf));
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
}

.bold {
  font-weight: 600;
}

.def-mar {
  margin-top: min(max(25px, 7.8226857888vw), 60px);
}

.btnmore {
  border-radius: 30px;
  border: 1px solid #00833c;
  background-color: #00833c;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.43em;
  font-weight: 400;
  margin: 0 auto;
  width: 250px;
  padding: 18px 0;
  display: block;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.btnmore:hover {
  background-color: #ffffff;
  color: #00833c;
}

.linkmore {
  font-size: 13px;
  letter-spacing: 0.039em;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
  position: relative;
  padding-right: 17px;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.linkmore:after {
  content: "\e900";
  visibility: visible;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.5em;
  transition: right 0.3s ease-in-out;
}
.linkmore:hover:after {
  right: 0px;
}
.linkmore.dark {
  color: #000000;
}
.linkmore.dark:hover:after {
  right: 0px;
}

.wpcf7 p {
  flex: 0 0 100%;
  max-width: 100%;
}
.wpcf7 .form-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: min(max(35px, 3.28125vw), 63px);
}
.wpcf7 .form-section > h5 {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.3em;
  padding-left: min(max(12px, 1.3020833333vw), 25px);
  letter-spacing: 0.1em;
  font-weight: 500;
  border-bottom: 1px solid #000000;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: min(max(17px, 1.8229166667vw), 35px);
}
.wpcf7 #form-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7 #form-wrapper > p {
  margin-bottom: min(max(13px, 1.1979166667vw), 23px);
}
.wpcf7 #form-submission {
  margin-top: min(max(15px, 1.3020833333vw), 25px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .wpcf7 #form-submission {
    flex-direction: column;
  }
}
.wpcf7 #form-submission .acceptance-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.wpcf7 #form-submission .acceptance-wrap span {
  width: 100%;
  margin-left: 0;
}
.wpcf7 #form-submission .acceptance-wrap span label {
  flex-direction: row;
  align-items: center;
}
.wpcf7 #form-submission .acceptance-wrap span label input {
  width: auto;
  margin: 0;
}
.wpcf7 #form-submission .acceptance-wrap .wpcf7-list-item input {
  display: none;
}
.wpcf7
  #form-submission
  .acceptance-wrap
  .wpcf7-list-item
  input:checked
  ~ span:after {
  opacity: 1;
}
.wpcf7
  #form-submission
  .acceptance-wrap
  .wpcf7-list-item
  input:checked
  ~ span:before {
  background-color: #00833c;
}
.wpcf7 #form-submission .acceptance-wrap .wpcf7-list-item label {
  padding-left: 0;
  min-height: 24px;
  position: relative;
}
.wpcf7
  #form-submission
  .acceptance-wrap
  .wpcf7-list-item
  label
  .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  text-transform: none;
  width: auto;
  padding-left: 36px;
  cursor: pointer;
}
.wpcf7
  #form-submission
  .acceptance-wrap
  .wpcf7-list-item
  label
  .wpcf7-list-item-label
  a {
  color: #000000;
}
.wpcf7
  #form-submission
  .acceptance-wrap
  .wpcf7-list-item
  label
  .wpcf7-list-item-label
  a:hover {
  color: #00833c;
}
.wpcf7
  #form-submission
  .acceptance-wrap
  .wpcf7-list-item
  label
  .wpcf7-list-item-label:before,
.wpcf7
  #form-submission
  .acceptance-wrap
  .wpcf7-list-item
  label
  .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease-in-out;
}
.wpcf7
  #form-submission
  .acceptance-wrap
  .wpcf7-list-item
  label
  .wpcf7-list-item-label:before {
  background-color: #ebebeb;
  border-radius: 4px;
}
.wpcf7
  #form-submission
  .acceptance-wrap
  .wpcf7-list-item
  label
  .wpcf7-list-item-label:after {
  opacity: 0;
  content: "✓";
  color: #ffffff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7 #form-submission .btnmore {
  cursor: pointer;
  margin-right: 0;
  width: 170px;
  flex: unset;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  padding: 14px 0;
}
@media only screen and (max-width: 767px) {
  .wpcf7 #form-submission .btnmore {
    margin-top: 20px;
    margin-left: 0;
  }
}
.wpcf7 #form-submission .btnmore input {
  font-family: "PFBagueRoundPro", Arial, Helvetica, sans-serif;
  border: none;
  background: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  width: inherit;
  padding: 0;
  cursor: pointer;
}
.wpcf7 #form-submission .btnmore:hover:after {
  right: -15px;
}
.wpcf7 #form-submission .wpcf7-spinner {
  display: none;
}
.wpcf7 label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1em;
}
.wpcf7 label > span {
  width: 100%;
}
.wpcf7 label input,
.wpcf7 label textarea,
.wpcf7 label select {
  font-family: "PFBagueRoundPro", Arial, Helvetica, sans-serif;
  margin-top: 10px;
  width: 100%;
  border-radius: 12px;
  border: none;
  padding: min(max(15px, 0.9375vw), 18px) min(max(10px, 0.78125vw), 15px);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  background-color: #ebebeb;
}
.wpcf7 label input:-ms-input-placeholder,
.wpcf7 label textarea:-ms-input-placeholder,
.wpcf7 label select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbfbf;
  text-transform: uppercase;
}
.wpcf7 label input::-moz-placeholder,
.wpcf7 label textarea::-moz-placeholder,
.wpcf7 label select::-moz-placeholder {
  color: #bfbfbf;
  text-transform: uppercase;
}
.wpcf7 label input::placeholder,
.wpcf7 label textarea::placeholder,
.wpcf7 label select::placeholder {
  color: #bfbfbf;
  text-transform: uppercase;
}
.wpcf7 .half-col {
  flex: 0 0 calc(50% - 25px);
  max-width: calc(50% - 25px);
}
@media only screen and (max-width: 991px) {
  .wpcf7 .half-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.bio-info-text {
  margin-bottom: 1.68em;
}
.bio-info-text p {
  margin: 0;
}
.bio-info-text ul {
  font-weight: 400;
  padding-left: min(max(20px, 2.0833333333vw), 40px) !important;
  padding-bottom: 1.38em;
}
.bio-info-text ul li {
  position: relative;
}
.bio-info-text ul li:before {
  content: "✓";
  margin-right: 10px;
  border-radius: 50%;
  color: white;
  background: #7cb51f;
  width: 15px;
  height: 15px;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 15px;
}

.bio-info-text ul li ul li:before {
  content: " ";
  width: 9px;
  height: 9px;
  margin-left: -20px;
}

.bio-title {
  padding: 15px;
  border-radius: 0 12px 0 12px;
  margin-bottom: min(max(20px, 4.0322580645vw), 40px);
  text-transform: uppercase;
  background-color: #005c83;
}
.bio-title h5 {
  color: #ffffff;
  font-size: 20px;
}

.bio-image {
  position: relative;
  min-height: 385px;
  overflow: hidden;
}
.bio-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: inherit;
  transition: transform 0.5s ease-in-out;
}
.bio-image-location {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-bottom-right-radius: 5px;
  padding: 5px 14px;
}
@media only screen and (max-width: 767px) {
  .bio-image-location {
    width: 100%;
  }
}
.bio-image-click-copy {
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000000;
  border-top-left-radius: 5px;
  padding: 5px 14px;
}
@media only screen and (max-width: 767px) {
  .bio-image-click-copy {
    width: 100%;
  }
}
.bio-image-wrap {
  text-align: left;
  position: absolute;
  bottom: 54px;
  left: min(max(20px, 2.34375vw), 45px);
  color: #ffffff;
}
.bio-image:hover .bio-image-wrap .linkmore:after {
  right: 0px;
}

.full-height {
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}

.top-banner-wrapper .top-banner {
  height: min(max(380px, 32.2916666667vw), 620px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-banner-wrapper .top-banner .top-banner-info {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.top-banner-wrapper .top-banner .top-banner-info .bio-image-location {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px 0 0 0;
}
.top-banner-wrapper .top-banner .top-banner-info .bio-image-click-copy {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.simple .top-banner {
  padding-top: min(max(95px, 7.96875vw), 153px);
  padding-bottom: min(max(40px, 3.6458333333vw), 70px);
  height: auto;
}
.simple h1,
.simple h2,
.simple h3,
.simple h4,
.simple h5,
.simple h6,
.simple p {
  margin-bottom: 0.5em;
}
.simple .title {
  color: #000000;
}
.simple .content a {
  color: #000000;
  font-weight: 200;
}

.page-title-wrapper {
  background-color: #7cb51f;
  margin-bottom: min(max(20px, 3.125vw), 60px);
}
.page-title-wrapper .page-title {
  padding: 20px 20px 8px max((100% - 1400px) / 2, 20px);
  background-color: #00833c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 85%;
}
.page-title-wrapper .page-title h1 {
  color: #ffffff;
}

.bio-two-col-row {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .bio-two-col-row:nth-child(2n + 2):not(.all-left) {
    flex-direction: row-reverse;
  }
  .bio-two-col-row:nth-child(2n + 2):not(.all-left) .bio-two-col-content {
    text-align: right;
  }
  .bio-two-col-row:nth-child(2n + 2):not(.all-left)
    .bio-two-col-content
    .bio-action-circle {
    right: min(max(20px, 5.2083333333vw), 40px);
  }
  .bio-two-col-row:nth-child(2n + 2):not(.all-left)
    .bio-two-col-content
    .bio-accordion-btn {
    margin-right: min(max(20px, 5.2083333333vw), 40px);
  }
}
@media only screen and (max-width: 991px) {
  .bio-two-col-row {
    display: block;
  }
}
.bio-two-col-row .bio-two-col-image {
  border-radius: 31px 0 31px 0;
  width: 50%;
  min-height: auto;
}
.bio-two-col-row .bio-two-col-image .image-wrapper {
  height: 100%;
}
.bio-two-col-row .bio-two-col-image .image-wrapper .slick-list,
.bio-two-col-row .bio-two-col-image .image-wrapper .slick-track,
.bio-two-col-row .bio-two-col-image .image-wrapper .single-image,
.bio-two-col-row .bio-two-col-image .image-wrapper .single-image img {
  height: inherit;
}
.bio-two-col-row .bio-two-col-image .image-wrapper .single-image {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .bio-two-col-row .bio-two-col-image {
    width: 100%;
    min-height: 186px;
    height: 56vw !important;
  }
}
.bio-two-col-row .bio-two-col-image .bio-image-location {
  width: 100%;
  padding: 5px 15px 5px 30px;
  border-radius: 0;
}
.bio-two-col-row .bio-two-col-image .bio-image-click-copy {
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 0;
  text-align: right;
}
.bio-two-col-row .bio-two-col-content {
  background-color: #ebebeb;
  border-radius: 31px 0 31px 0;
  padding: min(max(35px, 2.6041666667vw), 50px)
    min(max(20px, 5.2083333333vw), 40px) 0;
  width: 50%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 991px) {
  .bio-two-col-row .bio-two-col-content {
    width: 100%;
  }
}
.bio-two-col-row .bio-two-col-content p {
  margin-bottom: 20px;
}
.bio-two-col-row .bio-two-col-content .bio-accordion-btn {
  margin-bottom: 20px;
  font-family: "PFBagueRoundPro";
  font-size: 16px;
  font-weight: 700;
  border: none;
  background-color: transparent;
  padding: 5px 0;
  cursor: pointer;
  transition: 0.4s;
}
.bio-two-col-row .bio-two-col-content .bio-accordion-btn::after {
  content: "+";
  background-color: #00833c;
  width: 20px;
  height: 20px;
  color: #ffffff;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 28px;
  font-weight: 700;
  line-height: 0.75;
  max-height: 20px;
  position: absolute;
  text-align: center;
}
.bio-two-col-row .bio-two-col-content .bio-accordion-btn.active::after {
  content: "-";
}
.bio-two-col-row .bio-two-col-content .bio-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.bio-two-col-row .bio-two-col-content .bio-action-circle {
  width: min(max(65px, 9.5052083333vw), 73px);
  height: min(max(65px, 9.5052083333vw), 73px);
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  top: calc(min(max(65px, 9.5052083333vw), 73px) / -2);
}
.bio-two-col-row
  .bio-two-col-content
  .bio-action-circle
  .bio-action-bordered-circle {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  height: 100%;
  border: 3px dotted #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.bio-two-col-row
  .bio-two-col-content
  .bio-action-circle
  .bio-action-bordered-circle
  span {
  font-size: 17px;
}

.bio-three-col-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.bio-three-col-row .bio-image {
  border-radius: 31px 0 31px 0;
  min-height: auto;
  flex: 0 0 30%;
  aspect-ratio: 1.2;
}
@media only screen and (max-width: 767px) {
  .bio-three-col-row .bio-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.bio-three-col-row .bio-image .bio-image-location {
  width: 100%;
  padding: 5px 15px 5px 30px;
  border-radius: 0;
}
.bio-three-col-row .bio-image .bio-image-click-copy {
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 0;
  text-align: right;
}

.bio-quote {
  background-image: url("../images/footer-nl-bg-lines.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  min-height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(max(40px, 6.5104166667vw), 50px) 0;
  background-color: #005c83;
}
.bio-quote-text {
  max-width: 945px;
  display: inline-flex;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: min(max(24px, 3.3854166667vw), 26px);
  position: relative;
  margin: 0 min(max(50px, 9.1145833333vw), 70px);
}
.bio-quote-text:before,
.bio-quote-text:after {
  color: #56afd5;
  position: absolute;
  font-size: min(max(30px, 5.2083333333vw), 40px);
  width: min(max(40px, 7.8125vw), 70px);
  line-height: 1;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bio-quote-text:before {
  content: "\e905";
  top: 0;
  left: calc(0px - min(max(40px, 7.8125vw), 70px));
  transform: translateY(-20px);
}
.bio-quote-text:after {
  content: "\e906";
  bottom: 0;
  right: calc(0px - min(max(40px, 7.8125vw), 70px));
  transform: translateY(20px);
}
.bio-quote-text p {
  font-size: min(max(24px, 3.3854166667vw), 26px);
}

.orange-bg {
  background-color: #cc702a;
}
.orange-bg .bio-quote-text:before,
.orange-bg .bio-quote-text:after {
  color: #f2bb90;
}

.blue-bg {
  background-color: #005c83;
}
.blue-bg .bio-quote-text:before,
.blue-bg .bio-quote-text:after {
  color: #56afd5;
}

.turqoise-bg {
  background-color: #077f77;
}
.turqoise-bg .bio-quote-text:before,
.turqoise-bg .bio-quote-text:after {
  color: #4cbeb7;
}

.purple-bg {
  background-color: #6b467e;
}
.purple-bg .bio-quote-text:before,
.purple-bg .bio-quote-text:after {
  color: #c094d6;
}

.green-bg {
  background-color: #00833c;
}
.green-bg .bio-quote-text:before,
.green-bg .bio-quote-text:after {
  color: #00833c;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.bio-box-text {
  background-color: #ebebeb;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 35px min(max(20px, 3.6458333333vw), 70px)
    min(max(30px, 2.0833333333vw), 40px);
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.bio-box-text .btnmore {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: min(max(20px, 1.5625vw), 30px);
  padding: 14px min(max(20px, 3.125vw), 60px);
}
@media only screen and (max-width: 991px) {
  .bio-box-text .btnmore {
    border-radius: 50px;
  }
}
.bio-box-text p {
  margin-bottom: 0;
}

.bio-title-wrap {
  text-align: center;
}

.white-orange-btn {
  color: #cc702a;
  border-color: #fff;
  background-color: #fff;
}

.white-orange-btn:hover {
  color: #fff;
  background-color: #cc702a;
}
