@charset "UTF-8";
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Ubuntu-Regular.woff2") format("woff2");
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Ubuntu-Bold.woff2") format("woff2");
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Ubuntu-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Nunito-Regular.woff2") format("woff2");
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Nunito-Bold.woff2") format("woff2");
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Nunito-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "explorer-icons";
  src: url("../fonts/explorer-icons.woff2?v20230726") format("woff2"), url("../fonts/explorer-icons.woff?v20230726") format("woff");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon]:before,
[class*="ex-icon-"]:before,
.ex-icon-facebook:before,
.ex-icon-instagram:before,
.ex-icon-pinterest:before,
.ex-icon-youtube:before {
  display: inline-block;
  font-family: "explorer-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.ex-icon-facebook:before {
  content: "\f19c";
}
.ex-icon-instagram:before {
  content: "\f19d";
}
.ex-icon-pinterest:before {
  content: "\f19e";
}
.ex-icon-youtube:before {
  content: "\f19f";
}
* {
  box-sizing: border-box;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ex-page-header {
  margin-bottom: 50px;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: #00612e;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.ex-page-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3em;
}
.ex-page-header__logo {
  color: #D24701;
  order: -1;
}
.ex-page-header__logo a {
  display: block;
  color: #00612e;
}
.ex-page-header__logo a:hover,
.ex-page-header__logo a:focus {
  outline: none;
  border: none;
}
.ex-page-header__logo a svg {
  display: block;
  width: 154px;
  height: 40px;
}
.ex-page-header__logo a svg path:not(#g50 path) {
  fill: #fff !important;
}
.ex-page-header__btn.desktop {
  width: 100%;
  max-width: 11.4375em;
}
.ex-page-header__btn .ex-btn {
  display: flex;
  align-items: center;
  line-height: 1em;
  background-color: #fff;
  color: #00612e;
  padding: 0.675em 1.125em;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.ex-btn {
  display: block;
  width: auto;
  padding: 1.375em 1.125em;
  border-radius: 0.5em;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 1em;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.046875em;
  color: #F8F8F9;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  margin: 0;
}
.ex-btn-secondary {
  background-color: #00612e;
}
.ex-page-header__btn .ex-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
}
@media only screen and (min-width: 48.5em) {
  .container {
    width: 48.5em;
  }
  .ex-btn {
    padding: 0.8125em 1.125em;
  }
}
@media only screen and (min-width: 65em) {
  .ex-page-header__btn .ex-btn {
    background-color: #00612e;
    color: #fff;
    padding: 0.8125em 1.125em;
  }
  .ex-page-header {
    background-color: #F8F8F9;
    box-shadow: inset 0 -1px 0 0 #D3D3D3;
  }
  .ex-page-header__wrap {
    height: 4.625em;
  }
  .ex-page-header__logo a {
    color: #00612e;
  }
  .ex-page-header__btn.desktop {
    display: block;
  }
  .ex-page-header__btn.mob {
    display: none;
  }
  .ex-page-header__btn.ex-btn {
    justify-content: center;
  }
  .ex-page-header__logo a svg {
    display: block;
    width: 220px;
    height: 50px;
  }
  .ex-page-header__logo a svg path:not(#g50 path) {
    fill: #006130 !important;
  }
  .container {
    width: 65em;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 80em) {
  .ex-page-header__btn.desktop {
    max-width: 12.6875em;
  }
  .container {
    width: 80em;
  }
}
@media only screen and (min-width: 90em) {
  .container {
    width: 90em;
  }
}
.ex-footer {
  background-color: #F8F8F9;
}
.ex-footer>.container {
  padding-top: 24px;
  padding-bottom: 40px;
}
.ex-footer .ex-social-follow__container {
  max-width: 200px;
}
.ex-footer img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ex-footer a, .ex-footer a:hover, .ex-footer a:focus, .ex-footer img, .ex-footer img:hover, .ex-footer img:focus {
  text-decoration: none;
  outline: none;
}
.ex-footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ex-footer__title {
  display: block;
  margin-bottom: 12px;
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #333333;
}
.ex-footer__home-link {
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 900;
  color: #112B3C;
}
.ex-footer__text {
  margin: 4px 0 0;
  color: #777777;
  align-self: flex-start;
}
.ex-footer__logos {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ex-footer__logos .ex-footer__years {
  margin-right: 24px;
}
.ex-footer .ex-social-follow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ex-footer .ex-social-follow, .ex-footer .ex-social-follow__item {
  margin: 0;
}
.ex-footer .ex-social-follow__item a {
  display: block;
  width: auto;
  height: auto;
}
.ex-footer .ex-social-follow__item a .ex-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #777777;
}
.ex-footer .ex-social-follow__item a .ex-icon-youtube:before {
  height: 20px;
}
.ex-footer .ex-social-follow__item+.ex-social-follow__item {
  margin-left: 20px;
}
.ex-footer__siegel {
  display: none;
  margin: 32px 0 0;
  width: 100%;
  max-width: 132px;
}
.ex-footer__col {
  display: flex;
  flex-grow: 1;
}
.ex-footer__col-one {
  flex-grow: 0;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
}
.ex-footer__col-one .neos-contentcollection {
  margin-top: 24px;
}
.ex-footer__col-two {
  margin: 32px 0 0;
}
.ex-footer__col-two .neos-contentcollection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.ex-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: -4px;
}
.ex-footer__list-wrap+.ex-footer__list-wrap {
  margin: 24px 0 0;
}
.ex-footer__list-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ex-footer__list-wrap:first-child .ex-footer__list {
  max-width: 230px;
}
.ex-footer__list-item {
  padding: 4px;
}
.ex-footer__list-link {
  display: block;
  padding: 2px 6px;
  background: #FFFFFF;
  border: 1px solid #A4A4A4;
  border-radius: 4px;
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #333333;
  white-space: nowrap;
}
.ex-footer__license {
  padding: 4px 0;
  background: #D9D9D9;
}
.ex-footer__license-text {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #000;
  margin: 0;
}
@media only screen and (min-width: 30em) {
  .ex-footer__content {
    flex-direction: row;
    align-items: flex-start;
  }
  .ex-footer__col-one {
    margin-right: 64px;
  }
  .ex-footer__col-one .neos-contentcollection {
    width: 100%;
  }
  .ex-footer__col-two {
    margin-top: 0;
  }
  .ex-footer__list {
    justify-content: flex-start;
  }
  .ex-footer__list-wrap {
    display: block;
  }
  .ex-footer__list-wrap:first-child .ex-footer__list {
    max-width: none;
  }
}
@media only screen and (min-width: 48.5em) {
  .ex-footer>.container {
    padding-top: 32px;
  }
  .ex-footer__col .ex-footer__siegel {
    display: none;
  }
  .ex-footer__siegel {
    display: block;
  }
  .ex-footer__col-two {
    margin: 0 20px 0 0;
  }
  .ex-footer__list-link {
    border-radius: 4px;
  }
  .ex-footer__siegel {
    margin: 0;
  }
}
@media only screen and (min-width: 65em) {
  .ex-footer__col-two .neos-contentcollection {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ex-footer__list-wrap+.ex-footer__list-wrap {
    margin: 0;
  }
  .ex-footer__list-wrap {
    width: calc(100% / 3);
  }
  .ex-footer__list-wrap:last-child {
    margin: 60px 0 0;
    width: 100%;
  }
  .ex-footer__list-wrap:not(:last-child) .ex-footer__list {
    flex-direction: column;
    margin: 0;
  }
  .ex-footer__list-wrap:not(:last-child) .ex-footer__list-item {
    padding: 0;
  }
  .ex-footer__list-wrap:not(:last-child) .ex-footer__list-item+.ex-footer__list-item {
    margin: 8px 0 0;
  }
}
@media only screen and (min-width: 80em) {
  .ex-footer__col-two {
    margin: 0 64px;
  }
  .ex-footer__list-wrap:last-child {
    margin: 0;
  }
  .ex-footer__list-wrap, .ex-footer__list-wrap:last-child {
    width: auto;
  }
  .ex-footer__list-wrap:last-child .ex-footer__list {
    flex-direction: column;
    margin: 0;
  }
  .ex-footer__list-wrap:last-child .ex-footer__list-item {
    padding: 0;
  }
  .ex-footer__list-wrap:last-child .ex-footer__list-item+.ex-footer__list-item {
    margin: 12px 0 0;
  }
}
@media only screen and (min-width: 90em) {
  .ex-footer__col-two {
    margin: 0 80px;
  }
}