@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: freight-text-pro;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url(https://www.fnh.org/wp-content/themes/fnh-theme/assets/front/files/fonts/freight-text-pro.woff2)
      format("woff2"),
    url(https://www.fnh.org/wp-content/themes/fnh-theme/assets/front/files/fonts/freight-text-pro.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: freight-text-pro;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  src: url(https://www.fnh.org/wp-content/themes/fnh-theme/assets/front/files/fonts/freight-text-pro-bold.woff2)
      format("woff2"),
    url(https://www.fnh.org/wp-content/themes/fnh-theme/assets/front/files/fonts/freight-text-pro-bold.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: tenon;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url(https://www.fnh.org/wp-content/themes/fnh-theme/assets/front/files/fonts/tenon.woff2) format("woff2"),
    url(https://www.fnh.org/wp-content/themes/fnh-theme/assets/front/files/fonts/tenon.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: tenon;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  src: url(https://www.fnh.org/wp-content/themes/fnh-theme/assets/front/files/fonts/tenon-bold.woff2) format("woff2"),
    url(https://www.fnh.org/wp-content/themes/fnh-theme/assets/front/files/fonts/tenon-bold.woff) format("woff");
}
.tk-freight-text-pro {
  font-family: freight-text-pro, serif;
}
.tk-tenon {
  font-family: tenon, sans-serif;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
hr {
  margin: 0;
}
ol,
ul {
  list-style: none;
}
ul > li {
  margin: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:hover {
  text-decoration: none;
}
a,
a:hover,
a:visited {
  color: inherit;
}
img {
  vertical-align: top;
}
address {
  font-style: normal;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  src: url(/wp-content/themes/fnh-theme/assets/build/fonts/Inter-Light.5756a9f1.eot);
  src: url(/wp-content/themes/fnh-theme/assets/build/fonts/Inter-Light.5756a9f1.eot) format("embedded-opentype"),
    url(/wp-content/themes/fnh-theme/assets/build/fonts/Inter-Light.fb3e29d8.woff) format("woff"),
    url(/wp-content/themes/fnh-theme/assets/build/fonts/Inter-Light.e7dd1399.ttf) format("truetype"),
    url(/wp-content/themes/fnh-theme/assets/build/images/Inter-Light.d4ee9715.svg) format("svg");
}
@font-face {
  font-family: QuestaSans;
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/fnh-theme/assets/build/fonts/QuestaSans-Regular.429a8df2.eot);
  src: url(/wp-content/themes/fnh-theme/assets/build/fonts/QuestaSans-Regular.429a8df2.eot) format("embedded-opentype"),
    url(/wp-content/themes/fnh-theme/assets/build/fonts/QuestaSans-Regular.e5876dfd.woff) format("woff"),
    url(/wp-content/themes/fnh-theme/assets/build/fonts/QuestaSans-Regular.b3288843.ttf) format("truetype"),
    url(/wp-content/themes/fnh-theme/assets/build/images/QuestaSans-Regular.0d74f7d4.svg) format("svg");
}
#page {
  background-color: #f8f8f8;
  margin: auto;
  width: 100%;
}
.o-page-position {
  left: 0;
  position: relative;
}
@media (max-width: 768px) {
  .o-page-position {
    margin: 0;
    padding: 0 0 110px;
  }
  .o-page-position.fixed {
    top: 65px;
  }
}
.o-scroll-up {
  align-items: center;
  -webkit-animation: transformer 0.15s ease-in-out 0s;
  animation: transformer 0.15s ease-in-out 0s;
  background-color: #7090b0;
  border-radius: 100px;
  bottom: 55px;
  cursor: pointer;
  display: none;
  height: 48px;
  justify-content: center;
  position: fixed;
  right: 36px;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  width: 48px;
  z-index: 1000;
}
@-webkit-keyframes transformer {
  0% {
    -webkit-transform: rotate(0deg) scale(0.1);
  }
  to {
    -webkit-transform: rotate(0) scale(1);
  }
}
@keyframes transformer {
  0% {
    transform: rotate(0deg) scale(0.1);
  }
  to {
    transform: rotate(0) scale(1);
  }
}
@media (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .o-scroll-up {
    bottom: 105px;
  }
}
@media (max-width: 768px) {
  .o-scroll-up {
    display: none;
  }
}
.o-scroll-up.is-visible {
  display: flex;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.o-scroll-up__image {
  width: 30%;
}
.os-logo-area {
  display: none !important;
}
.o-spotlight-article-title {
  color: #fff;
  font-family: Tenon, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .o-spotlight-article-title {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 15px;
    width: 90%;
  }
}
.o-banner-title {
  color: #fff;
  font-family: Tenon, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .o-banner-title {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 25px;
  }
}
.o-sections-subtitles {
  font-family: Tenon, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
@media (max-width: 1024px) {
  .o-sections-subtitles {
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .o-sections-subtitles {
    font-size: 28px;
    line-height: 32px;
  }
}
.o-sections-subtitles__black {
  color: #323232;
}
.o-sections-subtitles__white {
  color: #fff;
}
.o-subtitle-small {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 768px) {
  .o-subtitle-small {
    font-size: 24px;
    line-height: 24px;
  }
}
.o-non-clicable-tag {
  color: #7090b0;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
@media (max-width: 768px) {
  .o-non-clicable-tag {
    line-height: 16px;
  }
}
.o-category {
  font-family: Tenon, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.o-category--blue {
  color: #7090b0;
  margin: 10px 0 -15px;
}
.o-category--white {
  color: #fff;
  margin: 0 0 15px;
}
.o-small-sections-title {
  color: #7090b0;
  font-family: Tenon, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 25px;
}
.o-paragraph-text {
  color: #3c3030;
  font-family: freight-text-pro, sans-serif;
  font-size: 22px;
  line-height: 34px;
}
@media (max-width: 768px) {
  .o-paragraph-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.o-anchors {
  color: #323232;
  display: inline-block;
  font-family: Tenon, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 20px;
  max-width: 70%;
  position: relative;
  transition: all 0.25s ease-in-out;
  width: auto;
}
.o-anchors:after {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/blue-right-single-chevron-icon.a844ca38.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 13px;
  position: absolute;
  right: -20px;
  top: 4px;
  width: 7px;
}
.o-anchors:hover:after {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/blue-right-single-chevron-icon-hover.02c38da7.png);
  transform: translateX(70%);
  transition: transform 0.25s ease-in-out;
}
.o-anchors:hover {
  transition: all 0.25s ease-in-out;
}
.o-anchors.clicked,
.o-anchors:hover {
  color: #515151;
  transform: translateX(1%);
}
.o-anchors.clicked,
.o-anchors.clicked:after {
  transition: transform 0.25s ease-in-out;
}
.o-anchors.clicked:after {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/blue-right-single-chevron-icon-hover.02c38da7.png);
  transform: translateX(70%);
}
.o-introduction-text {
  font-family: Tenon, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}
@media (max-width: 768px) {
  .o-introduction-text {
    font-size: 22px;
    line-height: 32px;
  }
}
.o-introduction-text sup {
  font-size: 14px;
}
.o-sections-description {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .o-sections-description {
    font-size: 16px;
    line-height: 20px;
  }
}
.o-filled-blue-btn,
.o-filled-peach-btn,
.o-filled-raspberry-btn,
.o-filled-white-btn {
  border-radius: 4px;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding: 14px 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .o-filled-blue-btn,
  .o-filled-peach-btn,
  .o-filled-raspberry-btn,
  .o-filled-white-btn {
    font-size: 18px;
    width: 100%;
  }
}
.o-filled-peach-btn {
  background-color: #ff7b7b;
  color: #fff;
  transition: background-color 0.25s ease-in-out;
}
.o-filled-peach-btn:hover,
.o-filled-peach-btn:visited {
  color: #fff;
}
.o-filled-raspberry-btn {
  background-color: #ff4752;
  color: #fff;
  transition: background-color 0.25s ease-in-out;
}
.o-filled-raspberry-btn:hover {
  background-color: #ed6568;
  color: #fff;
}
.o-filled-raspberry-btn:visited {
  color: #fff;
}
.o-filled-white-btn {
  background-color: #f8f8f8;
  color: #7090b0;
}
.o-filled-blue-btn,
.o-filled-white-btn {
  transition: background-color 0.25s ease-in-out;
}
.o-filled-blue-btn {
  background-color: #7090b0;
  color: #fff;
}
.o-filled-blue-btn:hover {
  background-color: #8ba6c1;
  color: #fff;
}
.o-filled-blue-btn:visited {
  color: #fff;
}
.o-blue-more-btn,
.o-white-more-btn {
  font-family: Tenon, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .o-blue-more-btn,
  .o-white-more-btn {
    font-size: 16px;
  }
}
.o-blue-more-btn:after,
.o-white-more-btn:after {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 15px;
  position: absolute;
  right: -20px;
  top: 3px;
  transition: all 0.25s ease-in-out;
  width: 8px;
}
.o-blue-more-btn:hover:after,
.o-white-more-btn:hover:after {
  transition: all 0.25s ease-in-out;
}
.o-white-more-btn,
.o-white-more-btn:hover,
.o-white-more-btn:visited {
  color: #fff;
}
.o-white-more-btn:after {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/white-right-single-chevron-icon.4b589194.png);
}
@media (max-width: 768px) {
  .o-white-more-btn:after {
    height: 9px;
    top: 5px;
    width: 5px;
  }
}
.o-white-more-btn:hover:after {
  transform: translateX(70%);
}
.o-blue-more-btn {
  color: #7090b0;
  transition: all 0.25s ease-in-out;
}
.o-blue-more-btn:visited {
  color: #7090b0;
}
.o-blue-more-btn:hover {
  color: #8ba6c1;
  transition: all 0.25s ease-in-out;
}
.o-blue-more-btn:after {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/blue-right-single-chevron-icon.23500639.png);
}
@media (max-width: 768px) {
  .o-blue-more-btn:after {
    height: 9px;
    top: 8px;
    width: 5px;
  }
}
.o-blue-more-btn:hover:after {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/blue-right-single-chevron-icon-hover.02c38da7.png);
  transform: translateX(70%);
}
.o-tags {
  font-family: Tenon, sans-serif;
  font-weight: 400;
  margin: 5px;
  padding: 9px 16px;
  transition: background-color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .o-tags {
    margin: 5px;
  }
}
.o-tags__beige {
  background-color: #f0ecea;
  border-radius: 16px;
  color: #323232;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
}
.o-tags__beige:hover {
  background-color: #f1eeec;
  color: #515151;
}
.o-tags__white {
  align-items: center;
  background-color: #fff;
  border-radius: 90px;
  color: #323232;
  display: inline-flex;
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .o-tags__white {
    font-size: 22px;
    line-height: 32px;
  }
}
.o-tags__white:hover {
  background-color: #f2f8f4;
}
.o-form__input-select {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 94px;
  color: #7090b0;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 42px;
  line-height: 19px;
  max-width: 240px;
  padding: 0 0 0 20px;
  position: relative;
  width: 240px;
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-form__input-select {
    width: 25vw;
  }
}
@media (max-width: 1024px) {
  .o-form__input-select {
    width: 100vw;
  }
}
@media (device-width: 834px) and (device-height: 1112px) and (orientation: portrait) {
  .o-form__input-select {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .o-form__input-select {
    max-width: 340px;
    width: 90vw;
  }
}
@media (max-width: 320px) {
  .o-form__input-select {
    max-width: 270px;
  }
}
.o-form__input-select:focus {
  background-color: #f0ecea;
  border-radius: 20px;
}
.o-form__input-submit {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 94px;
  color: #7090b0;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 42px;
  line-height: 19px;
  margin: 35px 0 0;
  max-width: 240px;
  padding: 0;
  width: 8vw;
}
@media (max-width: 1024px) {
  .o-form__input-submit {
    width: 100vw;
  }
}
.o-over-header {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 54px;
  justify-content: space-between;
  left: 50%;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: background-color 0.25s ease-in-out;
  width: 100%;
  z-index: 1050;
}
@media (max-width: 768px) {
  .o-over-header {
    display: none;
  }
}
.o-over-header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
  width: 95%;
}
.o-over-header__left {
  align-items: center;
  color: #323232;
  display: flex;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  line-height: 36px;
}
.o-over-header__left .o-search-block,
.o-over-header__left .o-user-block {
  margin: 0 35px 0 0;
}
.o-over-header__left .o-search-block__link,
.o-over-header__left .o-user-block__link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  transition: opacity 0.25s ease-in-out;
}
.o-over-header__left .o-search-block__icon,
.o-over-header__left .o-user-block__icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  margin: 0 15px 0 0;
  width: 20px;
}
@media (max-width: 768px) {
  .o-over-header__left .o-search-block {
    margin: 0 0 10px;
  }
}
.o-over-header__left .o-search-block.hidden {
  display: none;
}
.o-over-header__left .o-search-block__icon {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-search-icon.8cc00f25.svg);
}
.o-over-header__left .o-search-block__link:hover {
  opacity: 0.8;
}
@media (device-width: 834px) and (device-height: 1112px) and (orientation: portrait) {
  .o-over-header__left .o-user-block {
    margin: 0 30px 0 0;
  }
}
.o-over-header__left .o-user-block__icon {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-user-icon.17678cb8.svg);
}
.o-over-header__left .o-user-block__link:hover {
  opacity: 0.8;
}
.o-over-header__right {
  display: flex;
}
.o-over-header__right .o-socials-block {
  align-items: center;
  display: flex;
}
.o-over-header__right .o-socials-block__img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  margin: 0 15px;
  transition: opacity 0.25s ease-in-out;
  width: 20px;
}
.o-over-header__right .o-socials-block__img--fb {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-fb-icon.82cde37a.svg);
}
.o-over-header__right .o-socials-block__img--fb:hover {
  opacity: 0.8;
}
.o-over-header__right .o-socials-block__img--instagram {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-instagram-icon.7981cd22.svg);
}
.o-over-header__right .o-socials-block__img--instagram:hover {
  opacity: 0.8;
}
.o-over-header__right .o-socials-block__img--twitter {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-twitter-icon.6c2019b4.svg);
}
.o-over-header__right .o-socials-block__img--twitter:hover {
  opacity: 0.8;
}
.o-over-header__right .o-socials-block__img--youtube {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-youtube-icon.a6dd7e83.svg);
}
.o-over-header__right .o-socials-block__img--youtube:hover {
  opacity: 0.8;
}
.o-over-header__right .o-donation-btn {
  margin: 0 0 0 30px;
}
.page-template-home .o-over-header {
  background-color: transparent;
}
.page-template-home .o-over-header__left {
  color: #fff;
}
.page-template-home .o-over-header__left .o-search-block__icon {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/white-search-icon.1ec532ef.svg);
}
.page-template-home .o-over-header__left .o-user-block__icon {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/white-user-icon.a3867c46.svg);
}
.page-template-home .o-over-header__right .o-socials-block__img--fb {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/white-fb-icon.006238d7.svg);
}
.page-template-home .o-over-header__right .o-socials-block__img--instagram {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/white-instagram-icon.c7b1ed26.svg);
}
.page-template-home .o-over-header__right .o-socials-block__img--twitter {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/white-twitter-icon.89897c52.svg);
}
.page-template-home .o-over-header__right .o-socials-block__img--youtube {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/white-youtube-icon.1e43968e.svg);
}
.page-template-home .has-white-background {
  background-color: #fff;
}
.page-template-home .has-white-background .o-over-header__left {
  color: #323232;
}
.page-template-home .has-white-background .o-over-header__left .o-search-block__icon {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-search-icon.8cc00f25.svg);
}
.page-template-home .has-white-background .o-over-header__left .o-search-block__link:hover {
  opacity: 0.8;
}
.page-template-home .has-white-background .o-over-header__left .o-user-block__icon {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-user-icon.17678cb8.svg);
}
.page-template-home .has-white-background .o-over-header__left .o-user-block__link:hover {
  opacity: 0.8;
}
.page-template-home .has-white-background .o-over-header__right .o-socials-block__img--fb {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-fb-icon.82cde37a.svg);
}
.page-template-home .has-white-background .o-over-header__right .o-socials-block__img--fb:hover {
  opacity: 0.8;
}
.page-template-home .has-white-background .o-over-header__right .o-socials-block__img--instagram {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-instagram-icon.7981cd22.svg);
}
.page-template-home .has-white-background .o-over-header__right .o-socials-block__img--instagram:hover {
  opacity: 0.8;
}
.page-template-home .has-white-background .o-over-header__right .o-socials-block__img--twitter {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-twitter-icon.6c2019b4.svg);
}
.page-template-home .has-white-background .o-over-header__right .o-socials-block__img--twitter:hover {
  opacity: 0.8;
}
.page-template-home .has-white-background .o-over-header__right .o-socials-block__img--youtube {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-youtube-icon.a6dd7e83.svg);
}
.page-template-home .has-white-background .o-over-header__right .o-socials-block__img--youtube:hover {
  opacity: 0.8;
}
.o-mobile-over-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 40px auto;
  width: 90%;
}
.o-mobile-over-header .o-search-block__link,
.o-mobile-over-header .o-user-block__link {
  display: flex;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin: 7px 0;
}
.o-mobile-over-header .o-search-block__icon,
.o-mobile-over-header .o-user-block__icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  margin: 0 15px 0 0;
  width: 25px;
}
.o-mobile-over-header .o-search-block__icon {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-search-icon.8cc00f25.svg);
}
.o-mobile-over-header .o-user-block__icon {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-user-icon.17678cb8.svg);
}
.o-mobile-over-header__socials-block {
  align-items: center;
  display: flex;
  margin: 20px 0 35px;
}
.o-mobile-over-header__socials-block .o-socials-block__img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  margin: 0 15px;
  width: 20px;
}
.o-mobile-over-header__socials-block .o-socials-block__img--fb {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-fb-icon.82cde37a.svg);
}
.o-mobile-over-header__socials-block .o-socials-block__img--instagram {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-instagram-icon.7981cd22.svg);
}
.o-mobile-over-header__socials-block .o-socials-block__img--twitter {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-twitter-icon.6c2019b4.svg);
}
.o-mobile-over-header__socials-block .o-socials-block__img--youtube {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-youtube-icon.a6dd7e83.svg);
}
.o-mobile-over-header__socials-block .o-socials-block__img:first-of-type {
  margin: 0 15px 0 0;
}
.o-header {
  background-color: #f8f8f8;
  display: flex;
  height: 152px;
  margin: auto;
  position: relative;
  transition: height 0.3s ease-in-out;
  width: 100%;
  z-index: 1000;
}
.o-header.campaignBanner-is-shown {
  margin: 65px auto 0;
}
@media (max-width: 768px) {
  .o-header {
    height: auto;
    margin: auto;
    top: 0;
  }
  .o-header.fixed {
    background-color: #f8f8f8;
    position: fixed;
    top: 0;
  }
  .o-header.campaignBanner-is-shown {
    margin: 115px auto 0;
  }
}
.o-header.fixed {
  height: 60px;
  margin: 0 auto;
  position: fixed;
  top: 0;
}
.o-header.fixed .o-header {
  transition: display 0.3s ease-in-out;
}
.o-header.fixed .o-header__logo {
  display: none;
}
@media (max-width: 768px) {
  .o-header.fixed .o-header__logo {
    display: block;
  }
}
.o-header.fixed .o-header__mobile-logo {
  display: block;
}
@media (max-width: 768px) {
  .o-header.fixed .o-header__mobile-logo {
    display: none;
  }
}
.o-header.fixed .o-header__nav .o-nav-link > .sub-menu {
  top: 60px;
}
@media (max-width: 768px) {
  .o-header.fixed .o-header__nav .o-nav-link > .sub-menu {
    top: 40px;
  }
}
.o-header__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: auto;
  max-width: 1296px;
  position: relative;
  width: 90%;
}
@media (max-width: 768px) {
  .o-header__content {
    align-items: center;
    flex-direction: row;
    height: 65px;
    justify-content: space-between;
  }
  .o-header__nav {
    margin: 40px auto;
    width: 85%;
  }
}
.o-header__nav .o-nav__list {
  display: flex;
}
@media (max-width: 768px) {
  .o-header__nav .o-nav__list {
    flex-direction: column;
  }
}
.o-header__nav .o-nav-link {
  color: #7090b0;
  font-family: Tenon, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 30px;
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-header__nav .o-nav-link {
    margin: 0 14px;
  }
}
@media (max-width: 1024px) {
  .o-header__nav .o-nav-link {
    font-size: 18px;
    line-height: 18px;
    margin: 0 10px;
  }
}
@media (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .o-header__nav .o-nav-link {
    margin: 0 24px;
  }
}
@media (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .o-header__nav .o-nav-link {
    margin: 0 24px;
  }
}
@media (device-width: 834px) and (device-height: 1112px) and (orientation: portrait) {
  .o-header__nav .o-nav-link {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .o-header__nav .o-nav-link {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 30px;
    position: relative;
  }
  .o-header__nav .o-nav-link > a {
    display: block;
    position: relative;
    width: 80%;
  }
  .o-header__nav .o-nav-link > a:after {
    border: solid #7090b0;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .o-header__nav .o-nav-link > a.is-open:after {
    top: 11px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
  }
}
.o-header__nav .o-nav-link:hover {
  color: #8ba6c1;
}
.o-header__nav .o-nav-link > .sub-menu {
  background-color: #f0ecea;
  display: flex;
  flex-wrap: wrap;
  left: -72px;
  max-height: calc(-180px + 100vh);
  max-width: 1440px;
  overflow: auto;
  padding: 30px 100px 50px;
  position: absolute;
  top: 152px;
  width: 100vw;
  z-index: 1000;
}
@media (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  .o-header__nav .o-nav-link > .sub-menu {
    left: -68px;
  }
}
@media (max-width: 1280px) {
  .o-header__nav .o-nav-link > .sub-menu {
    left: -64px;
  }
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-header__nav .o-nav-link > .sub-menu {
    left: -56px;
  }
}
@media (max-width: 1024px) {
  .o-header__nav .o-nav-link > .sub-menu {
    left: -48px;
    padding: 30px 40px 50px;
  }
}
@media (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .o-header__nav .o-nav-link > .sub-menu {
    left: -51px;
    padding: 30px 10px 50px 20px;
  }
}
@media (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .o-header__nav .o-nav-link > .sub-menu {
    left: -51px;
    padding: 10px 10px 50px;
  }
}
@media (device-width: 834px) and (device-height: 1112px) and (orientation: portrait) {
  .o-header__nav .o-nav-link > .sub-menu {
    left: -42px;
    padding: 30px 10px 50px;
  }
}
@media (max-width: 768px) {
  .o-header__nav .o-nav-link > .sub-menu {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    left: 0;
    max-height: inherit;
    overflow: inherit;
    padding: 0 0 30px;
    top: 50px;
    width: 100%;
  }
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu {
  border-bottom: 1px solid #d9d2ce;
  color: #323232;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin: 40px 20px 0;
  padding: 0 0 45px;
  position: relative;
  width: 20%;
}
@media (max-width: 1024px) {
  .o-header__nav .o-nav-link .o-nav-link__sub-menu {
    margin: 40px 50px 0;
  }
}
@media (max-width: 768px) {
  .o-header__nav .o-nav-link .o-nav-link__sub-menu {
    margin: 10px 0 20px;
    padding: 0 0 30px;
    width: 100%;
  }
  .o-header__nav .o-nav-link .o-nav-link__sub-menu > .sub-menu {
    display: flex !important;
  }
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu--foundation > a {
  cursor: inherit;
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu--foundation > a:hover {
  color: inherit !important;
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu--alimentation,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--biodiversite,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--climat,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--economie,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--energie,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--mondialisation,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--transport {
  height: 110px;
  padding: 0 0 45px 100px;
}
@media (device-width: 834px) and (device-height: 1112px) and (orientation: portrait) {
  .o-header__nav .o-nav-link .o-nav-link__sub-menu--alimentation,
  .o-header__nav .o-nav-link .o-nav-link__sub-menu--biodiversite,
  .o-header__nav .o-nav-link .o-nav-link__sub-menu--climat,
  .o-header__nav .o-nav-link .o-nav-link__sub-menu--economie,
  .o-header__nav .o-nav-link .o-nav-link__sub-menu--energie,
  .o-header__nav .o-nav-link .o-nav-link__sub-menu--mondialisation,
  .o-header__nav .o-nav-link .o-nav-link__sub-menu--transport {
    padding: 0 0 45px 65px;
  }
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu--alimentation:before,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--biodiversite:before,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--climat:before,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--economie:before,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--energie:before,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--mondialisation:before,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--transport:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 70px;
}
@media (device-width: 834px) and (device-height: 1112px) and (orientation: portrait) {
  .o-header__nav .o-nav-link .o-nav-link__sub-menu--alimentation:before,
  .o-header__nav .o-nav-link .o-nav-link__sub-menu--biodiversite:before,
  .o-header__nav .o-nav-link .o-nav-link__sub-menu--climat:before,
  .o-header__nav .o-nav-link .o-nav-link__sub-menu--economie:before,
  .o-header__nav .o-nav-link .o-nav-link__sub-menu--energie:before,
  .o-header__nav .o-nav-link .o-nav-link__sub-menu--mondialisation:before,
  .o-header__nav .o-nav-link .o-nav-link__sub-menu--transport:before {
    height: 50px;
    width: 50px;
  }
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu--alimentation > a,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--biodiversite > a,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--climat > a,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--economie > a,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--energie > a,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--mondialisation > a,
.o-header__nav .o-nav-link .o-nav-link__sub-menu--transport > a {
  display: block;
  height: 100%;
  left: 0;
  padding-left: 100px;
  position: absolute;
  width: 100%;
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu--alimentation:before {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/alimentation-icon.92084a16.webp);
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu--biodiversite:before {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/biodiversite-icon.4572860d.webp);
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu--climat:before {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/climat-icon.56f21e55.webp);
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu--economie:before {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/economie-icon.966ba3e5.webp);
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu--transport:before {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/transport-icon.d5591988.webp);
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu--energie:before {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/energie-icon.f49c43bd.webp);
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu--mondialisation:before {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/mondialisation-icon.818fd864.webp);
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu .sub-menu {
  display: flex;
  flex-direction: column;
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu > a {
  transition: all 0.25s ease-in-out;
}
.o-header__nav .o-nav-link .o-nav-link__sub-menu > a:hover {
  color: #8d8d8d;
}
.o-header__nav .o-nav-link .o-nav-link__sub-item {
  font-weight: 100;
  line-height: 20px;
  margin: 5px 0;
}
.o-header__nav .o-nav-link .o-nav-link__sub-item > a {
  transition: all 0.2s ease-in-out;
}
.o-header__nav .o-nav-link .o-nav-link__sub-item > a:hover {
  color: #8d8d8d;
}
.o-header__logo {
  height: 88px;
  width: 250px;
}
@media (max-width: 1024px) {
  .o-header__logo {
    display: flex;
    width: 180px;
  }
}
@media (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .o-header__logo {
    width: 275px;
  }
}
@media (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .o-header__logo {
    width: 275px;
  }
}
@media (device-width: 834px) and (device-height: 1112px) and (orientation: portrait) {
  .o-header__logo {
    width: 210px;
  }
}
@media (max-width: 768px) {
  .o-header__logo {
    display: inherit;
    height: 40px;
    width: 115px;
  }
}
.o-header__logo img {
  width: 100%;
}
@media (max-width: 768px) {
  .o-header__logo img {
    display: inherit;
    height: 40px;
    width: 115px;
  }
}
.o-header__mobile-logo {
  display: none;
}
@media (max-width: 768px) {
  .o-header__mobile-actions-block {
    align-items: center;
    display: flex;
    position: absolute;
    right: 0;
  }
}
.o-header__mobile-actions-block .o-actions-block__link {
  display: none;
}
@media (max-width: 768px) {
  .o-header__mobile-actions-block .o-actions-block__link {
    display: block;
  }
  .o-header__mobile-actions-block .o-actions-block__link .o-donation-btn {
    font-size: 11px;
    line-height: 15px;
    margin: 0 8px 0 0;
    padding: 10px 16px;
  }
}
.o-header__mobile-burger {
  display: none;
}
@media (max-width: 768px) {
  .o-header__mobile-burger {
    cursor: pointer;
    display: block;
  }
}
.o-header__container,
.o-header__menu {
  align-items: center;
  display: flex;
  height: 100%;
}
@media (max-width: 768px) {
  .o-header__container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    z-index: 10;
  }
  .o-header__container.displayed {
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
  }
}
.o-header__mobile-close-btn {
  display: none;
}
@media (max-width: 768px) {
  .o-header__mobile-close-btn {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 25px;
    top: 35px;
    z-index: 20;
  }
}
.o-header__mobile-over-header {
  display: none;
}
@media (max-width: 768px) {
  .o-header__mobile-over-header {
    color: #323232;
    display: flex;
    flex-direction: column;
    font-family: Tenon, sans-serif;
    font-size: 16px;
    line-height: 36px;
    margin: 40px auto;
    width: 85%;
  }
  .o-header__mobile-over-header .o-search-block,
  .o-header__mobile-over-header .o-user-block {
    margin: 5px 0;
    width: 100%;
  }
  .o-header__mobile-over-header .o-search-block__link,
  .o-header__mobile-over-header .o-user-block__link {
    align-items: center;
    display: flex;
  }
  .o-header__mobile-over-header .o-search-block__icon,
  .o-header__mobile-over-header .o-user-block__icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    margin: 0 15px 0 0;
    width: 25px;
  }
  .o-header__mobile-over-header .o-search-block.hidden,
  .o-header__mobile-over-header .o-user-block.hidden {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .o-header__mobile-over-header .o-research-block {
    display: flex;
    width: 225px;
  }
}
@media (max-width: 768px) {
  .o-header__mobile-over-header .o-search-block {
    margin: 5px 0 15px;
  }
  .o-header__mobile-over-header .o-search-block__icon {
    background-image: url(/wp-content/themes/fnh-theme/assets/build/images/blue-search-icon.c23a9e0a.svg);
  }
  .o-header__mobile-over-header .o-user-block__icon {
    background-image: url(/wp-content/themes/fnh-theme/assets/build/images/blue-user-icon.c3ea206c.svg);
  }
  .o-header__mobile-over-header .o-research {
    margin: 0 0 10px;
  }
  .o-header__mobile-over-header .o-socials-block {
    align-items: center;
    display: flex;
    margin: 20px auto 30px;
    width: 100%;
  }
  .o-header__mobile-over-header .o-socials-block__img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    margin: 0 15px;
    width: 20px;
  }
  .o-header__mobile-over-header .o-socials-block__img--fb {
    background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-fb-icon.82cde37a.svg);
  }
  .o-header__mobile-over-header .o-socials-block__img--fb:hover {
    opacity: 0.8;
  }
  .o-header__mobile-over-header .o-socials-block__img--instagram {
    background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-instagram-icon.7981cd22.svg);
  }
  .o-header__mobile-over-header .o-socials-block__img--instagram:hover {
    opacity: 0.8;
  }
  .o-header__mobile-over-header .o-socials-block__img--twitter {
    background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-twitter-icon.6c2019b4.svg);
  }
  .o-header__mobile-over-header .o-socials-block__img--twitter:hover {
    opacity: 0.8;
  }
  .o-header__mobile-over-header .o-socials-block__img--youtube {
    background-image: url(/wp-content/themes/fnh-theme/assets/build/images/black-youtube-icon.a6dd7e83.svg);
  }
  .o-header__mobile-over-header .o-socials-block__img--youtube:hover {
    opacity: 0.8;
  }
  .o-header__mobile-over-header .o-socials-block__img:first-of-type {
    margin: 0 15px 0 0;
  }
}
.o-header__actions-block {
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .o-header__actions-block {
    display: none;
  }
}
.o-header__actions-block .o-icon {
  background-color: #f0ecea;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 4px;
  height: 40px;
  margin: 0 8px 0 0;
  transition: opacity 0.25s ease-in-out;
  width: 40px;
}
.o-header__actions-block .o-icon:hover {
  opacity: 0.8;
}
.o-header__actions-block .o-actions-block__search {
  align-items: center;
  display: flex;
}
.o-header__actions-block .o-actions-block__search .o-search-block.hidden {
  display: none;
}
.o-header__actions-block .o-actions-block__search .o-search-block__icon {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/blue-search-icon.c23a9e0a.svg);
}
.o-header__actions-block .o-actions-block__user .o-user-block__icon {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/blue-user-icon.c3ea206c.svg);
}
.o-header__actions-block .o-actions-block__link .o-donation-btn {
  font-size: 13px;
  line-height: 15px;
  padding: 12px 22px;
}
.o-header__homepage-mobile {
  display: none;
}
@media (max-width: 768px) {
  .o-header__homepage-mobile {
    display: none;
  }
}
.page-template-home .o-header {
  margin: auto;
}
.page-template-home .o-header__nav .o-nav-link > .sub-menu {
  top: 150px;
}
@media (max-width: 768px) {
  .page-template-home .o-header__nav .o-nav-link > .sub-menu {
    top: 40px;
  }
}
.page-template-home .o-header.fixed {
  height: 60px;
  position: fixed;
  top: 0;
}
@media (max-width: 768px) {
  .page-template-home .o-header.fixed {
    height: auto;
  }
}
.page-template-home .o-header.fixed .o-header__logo {
  display: none;
}
@media (max-width: 768px) {
  .page-template-home .o-header.fixed .o-header__logo {
    display: block;
  }
}
.page-template-home .o-header.fixed .o-header__mobile-logo {
  display: block;
}
@media (max-width: 768px) {
  .page-template-home .o-header.fixed .o-header__mobile-logo {
    display: none;
  }
}
.page-template-home .o-header.fixed .o-header__nav .o-nav-link > .sub-menu {
  top: 60px;
}
@media (max-width: 768px) {
  .page-template-home .o-header.fixed .o-header__nav .o-nav-link > .sub-menu {
    top: 40px;
  }
  .page-template-home .o-header {
    margin: auto;
  }
  .page-template-home .o-header.fixed {
    background-color: #f8f8f8;
    position: fixed;
    top: 0;
  }
  .page-template-home .o-header__content {
    align-items: center;
    flex-direction: row;
    height: auto;
    justify-content: space-between;
    padding: 15px 0 10px;
  }
  .page-template-home .o-header__logo {
    display: flex;
    height: 64px;
    width: 155px;
  }
}
.page-template-home .o-header__mobile-burger {
  display: none;
}
@media (max-width: 768px) {
  .page-template-home .o-header__mobile-burger {
    display: block;
  }
}
.page-template-home .o-header__homepage-mobile {
  display: none;
}
.o-footer {
  background-color: #f8f8f8;
  margin: auto;
  max-width: 1440px;
  position: relative;
  width: 100%;
  z-index: 100;
}
@media (min-width: 1441px) {
  .o-footer {
    max-width: inherit;
  }
}
@media (max-width: 1024px) {
  .o-footer {
    padding: 55px 0 0;
  }
}
@media (max-width: 768px) {
  .o-footer {
    padding: 20px 0 0;
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .o-footer__content {
    margin: auto;
    max-width: 1440px;
  }
}
@media (max-width: 768px) {
  .o-footer__content {
    margin: auto;
    width: 90%;
  }
}
.o-footer__content .o-fundation-block {
  background-color: #f0ecea;
  border-radius: 8px;
  display: flex;
  height: 370px;
  margin: 0 auto 20px;
  width: 95%;
}
@media (min-width: 1441px) {
  .o-footer__content .o-fundation-block {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .o-footer__content .o-fundation-block {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .o-footer__content .o-fundation-block {
    height: auto;
    width: 100%;
  }
}
.o-footer__content .o-fundation-block__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 90%;
}
@media (max-width: 1024px) {
  .o-footer__content .o-fundation-block__content {
    align-items: flex-start;
    flex-direction: column;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .o-footer__content .o-fundation-block__content {
    flex-direction: column;
    padding: 25px 0;
    width: 90%;
  }
}
.o-footer__content .o-fundation-block__left {
  width: 50%;
}
@media (max-width: 1024px) {
  .o-footer__content .o-fundation-block__left {
    margin: 0 0 25px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-footer__content .o-fundation-block__left {
    margin-bottom: 0;
    width: 100%;
  }
}
.o-footer__content .o-fundation-block__left .o-text {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin: 10px 0 0;
}
@media (max-width: 768px) {
  .o-footer__content .o-fundation-block__left .o-text {
    font-size: 18px;
    line-height: 24px;
    margin: 20px auto;
  }
}
.o-footer__content .o-socials-block {
  align-items: center;
  background-color: #7090b0;
  border-radius: 8px;
  display: flex;
  height: 144px;
  justify-content: center;
  margin: auto;
  width: 95%;
}
@media (min-width: 1441px) {
  .o-footer__content .o-socials-block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-footer__content .o-socials-block {
    flex-direction: column;
    height: 128px;
    width: 100%;
  }
}
.o-footer__content .o-socials-block__subtitle {
  color: #fff;
  margin: 0 50px 0 0;
}
@media (max-width: 768px) {
  .o-footer__content .o-socials-block__subtitle {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
.o-footer__content .o-socials-block__links {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 20%;
}
@media (max-width: 1024px) {
  .o-footer__content .o-socials-block__links {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .o-footer__content .o-socials-block__links {
    width: 85%;
  }
}
.o-footer__content .o-footer-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 480px;
}
@media (max-width: 1024px) {
  .o-footer__content .o-footer-block {
    height: auto;
  }
}
@media (max-width: 768px) {
  .o-footer__content .o-footer-block {
    padding: 50px 0 0;
  }
}
.o-footer__content .o-footer-block__top {
  display: flex;
  margin: 80px auto 0;
  width: 90%;
}
@media (max-width: 1024px) {
  .o-footer__content .o-footer-block__top {
    flex-wrap: wrap;
    margin: 10px auto 0;
  }
}
@media (max-width: 768px) {
  .o-footer__content .o-footer-block__top {
    flex-direction: column;
    flex-wrap: inherit;
    margin: 0 auto;
    width: 100%;
  }
}
.o-footer__content .o-footer-block__top .o-logo {
  margin: 0 40px 0 0;
}
@media (max-width: 1024px) {
  .o-footer__content .o-footer-block__top .o-logo {
    margin: 60px 0 50px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-footer__content .o-footer-block__top .o-logo {
    margin: 0 auto 30px;
  }
}
.o-footer__content .o-footer-block__top .o-logo img {
  width: 205px;
}
.o-footer__content .o-footer-block__list {
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  .o-footer__content .o-footer-block__list {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .o-footer__content .o-footer-block__list {
    flex-direction: column;
    width: 100%;
  }
}
.o-footer__content .o-footer-block__entitled {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 40px 20px;
  width: calc(50% - 40px);
}
@media (max-width: 1024px) {
  .o-footer__content .o-footer-block__entitled {
    margin: 0 20px;
  }
  .o-footer__content .o-footer-block__entitled:first-of-type {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 768px) {
  .o-footer__content .o-footer-block__entitled {
    margin: 30px 0;
    width: 100%;
  }
}
.o-footer__content .o-footer-block__entitled > a {
  cursor: inherit;
}
.o-footer__content .o-footer-block__entitled > .sub-menu {
  margin: 15px 0 0;
}
.o-footer__content .o-footer-block__sub-menu {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.o-footer__content .o-footer-block__sub-menu:hover {
  color: #515151;
}
.o-footer__content .o-footer-block__bottom {
  align-items: center;
  display: flex;
  margin: auto;
  width: 90%;
}
@media (max-width: 1024px) {
  .o-footer__content .o-footer-block__bottom {
    padding: 30px 0 50px;
  }
}
@media (max-width: 768px) {
  .o-footer__content .o-footer-block__bottom {
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .o-footer__content .o-footer-block__bottom .o-bottom-links-block {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
}
.o-footer__content .o-footer-block__bottom .o-bottom-links-block a {
  margin: 0 20px;
}
@media (max-width: 1024px) {
  .o-footer__content .o-footer-block__bottom .o-bottom-links-block a {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .o-footer__content .o-footer-block__bottom .o-bottom-links-block a {
    margin: 0;
  }
}
.o-newsletter-block__title {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .o-newsletter-block__title {
    margin: 0 0 12px;
  }
}
.o-newsletter-block__text {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .o-newsletter-block__text {
    font-size: 16px;
  }
}
.o-newsletter-block__text-checkbox {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 0.9em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .o-newsletter-block__text-checkbox {
    font-size: 16px;
  }
}
.o-newsletter-block__input-block {
  display: flex;
  margin: 20px auto;
}
.o-newsletter-block__input {
  border: 1px solid #7090b0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  color: #7090b0;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 19px 16px;
  width: 250px;
}
.o-newsletter-block__input:focus {
  border: 1px solid #323232;
  box-shadow: 0 0 20px #323232;
  outline: none !important;
}
.o-newsletter-block__input::placeholder {
  color: #7090b0;
}
@media (max-width: 768px) {
  .o-newsletter-block__input {
    width: 100%;
  }
}
.o-newsletter-block__submit {
  appearance: none;
  -webkit-appearance: none;
  background-color: #7090b0;
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/newsletter-submit-icon.307db620.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  color: transparent;
  cursor: pointer;
  margin: 0;
}
.o-newsletter-block__submit:hover {
  background-color: #8ba6c1;
}
.o-newsletter-block__checkbox-block {
  display: flex;
}
.o-newsletter-block__checkbox-block label {
  color: #323232;
  font-family: Tenon, sans-serif !important;
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 14px !important;
  margin: 0 !important;
}
.o-newsletter-block__checkbox-block a {
  text-decoration: underline;
}
.o-newsletter-block__checkbox {
  -webkit-appearance: none;
  -o-appearance: none;
  background: #fff;
  background-color: #fff;
  border: 1px solid #7090b0;
  border-radius: 4px;
  cursor: pointer;
  flex: none;
  height: 16px;
  margin: 0 10px 0 0;
  outline: 0;
  position: relative;
  width: 16px;
}
.o-newsletter-block__checkbox:checked {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/checked-icon.b6a8065c.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px auto;
}
.o-newsletter-block--footer {
  margin: 0;
  width: 25%;
}
@media (max-width: 768px) {
  .o-newsletter-block--footer {
    width: 100%;
  }
}
.o-newsletter-block--footer .o-newsletter-block__close-btn {
  display: none;
}
.o-newsletter-block--footer .o-newsletter-block__title {
  font-size: 16px;
  line-height: 18px;
}
.o-newsletter-block--footer .o-newsletter-block__image {
  display: none;
}
.o-newsletter-block--footer .o-newsletter-block__text {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .o-newsletter-block--footer .o-newsletter-block__input {
    width: 140px;
  }
}
@media (max-width: 768px) {
  .o-newsletter-block--footer .o-newsletter-block__input {
    width: 100%;
  }
}
.o-newsletter-block--article {
  background-color: #ecee92;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  height: 515px;
  padding: 25px;
  position: absolute;
  top: 790px;
  transition: transform 0.65s ease-in-out;
  width: 310px;
}
@media (min-width: 1441px) {
  .o-newsletter-block--article {
    border-radius: 8px;
  }
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-newsletter-block--article {
    height: 515px;
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .o-newsletter-block--article {
    height: inherit;
  }
}
.o-newsletter-block--article.is-hidden,
.o-newsletter-block--article.is-hidden-session {
  transform: translateX(-400%);
}
.o-newsletter-block--article .o-newsletter-block__close-btn {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
}
@media (max-width: 1024px) {
  .o-newsletter-block--article .o-newsletter-block__close-btn {
    display: none;
  }
}
.o-newsletter-block--article .o-newsletter-block__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  display: block;
  height: 120px;
  margin: 0 0 15px;
  width: 120px;
}
.o-newsletter-block--article .o-newsletter-block__title {
  font-family: Tenon, sans-serif;
  margin: 0 0 10px;
}
.o-newsletter-block--article .o-newsletter-block__text,
.o-newsletter-block--article .o-newsletter-block__title {
  font-size: 20px;
  line-height: 24px;
}
.o-newsletter-block--article .o-newsletter-block__input {
  width: 160px;
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-newsletter-block--article .o-newsletter-block__input {
    width: 150px;
  }
}
.o-newsletter-block--article .o-newsletter-block__checkbox-block label {
  font-size: 12px;
  line-height: 16px !important;
}
.o-newsletter-block--article.fixed {
  left: 0;
  position: sticky;
  top: 150px;
}
.o-edito {
  background-color: #7090b0;
  border-radius: 8px;
  display: flex;
  height: auto;
  margin: 25px auto;
  max-width: 1440px;
  padding: 80px 0;
  width: 95%;
}
@media (max-width: 768px) {
  .o-edito {
    height: auto;
    margin: 30px auto;
    padding: 25px 0;
    width: 85%;
  }
}
.o-edito__container {
  display: flex;
  margin: auto;
  max-width: 90%;
}
@media (max-width: 768px) {
  .o-edito__container {
    flex-direction: column;
  }
}
.o-edito__container .o-author-block {
  color: #fff;
  font-family: Tenon, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0 110px 0 0;
  width: 25%;
}
@media (max-width: 1024px) {
  .o-edito__container .o-author-block {
    margin: 0 50px 0 0;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .o-edito__container .o-author-block {
    font-size: 16px;
    line-height: 20px;
    margin: auto;
    width: 100%;
  }
}
.o-edito__container .o-author-block__image {
  width: 170px;
}
@media (max-width: 768px) {
  .o-edito__container .o-author-block__image {
    width: 105px;
  }
}
.o-edito__container .o-author-block__image img {
  width: 100%;
  width: 170px;
}
@media (max-width: 768px) {
  .o-edito__container .o-author-block__image img {
    max-height: 105px;
    width: 105px;
  }
}
.o-edito__container .o-author-block__title {
  font-weight: 700;
}
.o-edito__container .o-author-block__description {
  font-weight: 400;
}
.o-edito__container .o-author-block__avatar {
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .o-edito__container .o-author-block__avatar {
    margin: 0 0 10px;
  }
}
.o-edito__container .o-article-block {
  display: flex;
  flex-direction: column;
  width: 57%;
}
@media (max-width: 1024px) {
  .o-edito__container .o-article-block {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .o-edito__container .o-article-block {
    margin: 15px 0 0;
    width: 100%;
  }
  .o-edito__container .o-article-block__subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
.o-edito__container .o-article-block__text {
  color: #fff;
  display: inline-block;
  font-family: Tenon, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin: 20px auto 0;
  width: 100%;
}
@media (max-width: 768px) {
  .o-edito__container .o-article-block__text {
    font-size: 20px;
    line-height: 24px;
    margin: 20px auto 15px;
  }
}
.o-edito__container .o-article-block__text p {
  display: flex;
  flex-direction: column;
}
.o-edito__container .o-article-block__btn {
  margin: 30px 0 0;
  width: 100px;
}
@media (max-width: 768px) {
  .o-edito__container .o-article-block__btn {
    width: 85px;
  }
  .o-edito__container .o-article-block__btn:after {
    top: 8px;
  }
}
.o-articles {
  margin: 165px auto 95px;
  max-width: 1440px;
  width: 95%;
}
@media (max-width: 1024px) {
  .o-articles {
    margin: 140px auto 40px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-articles {
    margin: 95px auto 40px;
    width: 85%;
  }
}
.o-articles__container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 90%;
}
@media (max-width: 768px) {
  .o-articles__container {
    max-width: 100%;
  }
}
.o-articles__title {
  position: absolute;
  top: -65px;
}
@media (max-width: 768px) {
  .o-articles__title {
    top: -55px;
  }
}
.o-articles__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .o-articles__content {
    flex-direction: column;
  }
}
.o-articles__link {
  height: 760px;
  width: 47%;
}
@media (max-width: 1024px) {
  .o-articles__link {
    height: 680px;
    margin: 0 0 40px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-articles__link {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    height: auto;
    justify-content: space-between;
  }
}
.o-articles__spotlight {
  align-items: flex-end;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  height: 760px;
  left: 0;
  position: sticky;
  top: 120px;
  transition: opacity 0.25s ease-in-out;
  width: 47%;
}
@media (max-width: 1024px) {
  .o-articles__spotlight {
    height: 680px;
    left: inherit;
    top: inherit;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-articles__spotlight {
    height: 440px;
  }
}
.o-articles__spotlight:hover {
  opacity: 0.7;
}
.o-articles__spotlight:after {
  background: linear-gradient(180deg, transparent, #000);
  border-radius: 8px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.o-articles__spotlight .o-spotlight__text {
  margin: 0 auto 50px;
  width: 85%;
}
@media (max-width: 1024px) {
  .o-articles__spotlight .o-spotlight__text {
    margin: 0 0 50px 30px;
  }
}
@media (max-width: 768px) {
  .o-articles__spotlight .o-spotlight__text {
    margin: 0 auto 25px;
  }
  .o-articles__spotlight .o-spotlight__text .o-tags {
    margin: 5px 0;
  }
}
.o-articles__trendings {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 1024px) {
  .o-articles__trendings {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-articles__trendings {
    margin: 30px 0 0;
  }
}
.o-articles__trendings .o-trendings__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media (max-width: 1024px) {
  .o-articles__trendings .o-trendings__container {
    justify-content: inherit;
  }
}
@media (max-width: 768px) {
  .o-articles__trendings .o-trendings__container {
    flex-direction: column;
    margin: 0 0 20px;
  }
}
.o-articles__trendings .o-trendings__article {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin: 0 0 65px;
  max-width: 285px;
  transition: opacity 0.25s ease-in-out;
  width: 20vw;
}
@media (max-width: 1024px) {
  .o-articles__trendings .o-trendings__article {
    margin: 20px 10px;
    width: calc(33.33333% - 20px);
  }
}
@media (max-width: 768px) {
  .o-articles__trendings .o-trendings__article {
    border-top: 1px solid #f0ecea;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    max-width: inherit;
    padding: 30px 0;
    width: 100%;
  }
}
.o-articles__trendings .o-trendings__article .o-article-wrapper {
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .o-articles__trendings .o-trendings__article .o-article-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.o-articles__trendings .o-trendings__article .o-article-wrapper:hover {
  opacity: 0.7;
}
.o-articles__trendings .o-trendings__article .o-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 210px;
  position: relative;
}
@media (max-width: 768px) {
  .o-articles__trendings .o-trendings__article .o-image {
    height: 105px;
    width: 105px;
  }
  .o-articles__trendings .o-trendings__article .o-image__link {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
  .o-articles__trendings .o-trendings__article .o-text-container {
    width: 57%;
  }
  .o-articles__trendings .o-trendings__article .o-text-container .o-category {
    margin: 0 0 5px;
  }
}
.o-articles__trendings .o-trendings__article .o-title {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .o-articles__trendings .o-trendings__article .o-title {
    margin: 0 0 10px;
  }
}
.o-articles__trendings .o-trendings__article .o-tags {
  margin: 5px 5px 5px 0;
}
@media (max-width: 768px) {
  .o-articles__trendings .o-trendings__article .o-tags {
    display: none;
    position: relative;
    z-index: 10;
  }
}
@media (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .o-articles__trendings .o-trendings__article .o-tags {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .o-articles__trendings .o-trendings__article:last-of-type {
    border-bottom: 1px solid #f0ecea;
  }
}
.o-articles__trendings .o-trendings__link {
  margin: 0 0 0 50px;
  width: 70px;
}
@media (max-width: 1024px) {
  .o-articles__trendings .o-trendings__link {
    margin: 30px 0 0;
  }
}
@media (max-width: 768px) {
  .o-articles__trendings .o-trendings__link {
    margin: 25px 0 0;
  }
}
.o-more-read {
  background-color: #fdc189;
  border-radius: 8px;
  display: flex;
  height: 640px;
  margin: 25px auto;
  max-width: 1440px;
  width: 95%;
}
@media (max-width: 1024px) {
  .o-more-read {
    margin: 25px auto 25px 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-more-read {
    height: auto;
    margin: 30px auto 30px 30px;
    padding: 25px 0 0;
    width: 100%;
  }
}
.o-more-read__container {
  display: flex;
  margin: auto;
  max-width: 90%;
  position: relative;
}
@media (max-width: 1024px) {
  .o-more-read__container {
    flex-direction: column;
  }
}
@media (device-width: 834px) and (device-height: 1112px) and (orientation: portrait) {
  .o-more-read__container {
    margin: 0;
    max-width: 100%;
    padding: 40px 0 0 30px;
  }
}
@media (max-width: 768px) {
  .o-more-read__container {
    padding: 10px 9px 0 0;
  }
}
.o-more-read__title {
  left: -65px;
  position: absolute;
  text-align: right;
  top: 20px;
  transform: rotate(-90deg);
  width: 200px;
}
@media (max-width: 1024px) {
  .o-more-read__title {
    left: inherit;
    position: static;
    text-align: inherit;
    top: inherit;
    transform: inherit;
    width: auto;
  }
}
@media (max-width: 768px) {
  .o-more-read__title {
    margin: 0 0 15px;
    width: 175px;
  }
}
.o-more-read__articles {
  display: flex;
  left: 8%;
  position: relative;
  top: 0;
  width: 93%;
}
@media (max-width: 1024px) {
  .o-more-read__articles {
    display: flex;
    flex-wrap: nowrap;
    left: inherit;
    margin: 40px 0;
    overflow-x: auto;
    overflow-y: hidden;
    position: static;
    top: inherit;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-more-read__articles {
    height: 510px;
    margin: 10px 0 -40px;
  }
}
.o-more-read__items {
  height: 440px;
  margin: auto;
  width: calc(20% - 25px);
}
@media (max-width: 1024px) {
  .o-more-read__items {
    flex: 0 0 auto;
    height: auto;
    margin: 0 15px;
    width: 205px;
  }
}
.o-more-read__items .o-items__subtitle {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 120px;
  line-height: 22px;
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-more-read__items .o-items__subtitle {
    height: 160px;
  }
}
@media (max-width: 768px) {
  .o-more-read__items .o-items__subtitle {
    height: 80px;
    margin: 0 0 55px;
  }
}
.o-more-read__items .o-items__image {
  align-items: flex-end;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  display: flex;
  height: 300px;
  position: relative;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 768px) {
  .o-more-read__items .o-items__image {
    height: 295px;
  }
}
.o-more-read__items .o-items__image:after {
  background: linear-gradient(180deg, transparent, #000);
  border-radius: 16px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-more-read__items .o-items__image:hover {
  transform: scale(1.1);
}
.o-more-read__items .o-items__number {
  color: #fdc189;
  font-family: Tenon, sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 80px;
  margin: 0 0 0 -20px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .o-more-read__items:first-of-type {
    margin: 0 15px 0 0;
  }
}
@media (device-width: 834px) and (device-height: 1112px) and (orientation: portrait) {
  .o-more-read__items:last-of-type {
    padding: 0 50px 0 0;
    width: 255px;
  }
}
@media (max-width: 768px) {
  .o-more-read__items:last-of-type {
    padding: 0 20px 0 0;
    width: 225px;
  }
}
.o-numbers {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  height: auto;
  margin: 25px auto;
  max-width: 1440px;
  padding: 50px 0;
  width: 95%;
}
@media (max-width: 1024px) {
  .o-numbers {
    height: auto;
  }
}
@media (max-width: 768px) {
  .o-numbers {
    height: auto;
    margin: 30px auto;
    padding: 25px 0;
    width: 85%;
  }
}
.o-numbers__container {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 90%;
  width: 100%;
}
@media (max-width: 1024px) {
  .o-numbers__container {
    flex-direction: column;
  }
}
.o-numbers__container .o-left {
  margin: 0 20px 0 0;
  width: 25%;
}
@media (max-width: 1024px) {
  .o-numbers__container .o-left {
    margin: 0 0 30px;
    padding: 30px 0 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-numbers__container .o-left {
    margin: 0;
  }
}
.o-numbers__container .o-left__description {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 20px 0 0;
}
@media (max-width: 1024px) {
  .o-numbers__container .o-left__description {
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .o-numbers__container .o-left__description {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
  }
}
.o-numbers__container .o-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
}
@media (max-width: 1024px) {
  .o-numbers__container .o-right {
    width: 100%;
  }
}
.o-numbers__container .o-right__articles {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #bfc7d2;
  border-radius: 8px;
  height: 285px;
  margin: 15px 0;
  transition: transform 0.3s ease-in-out;
  width: 31%;
}
@media (max-width: 1024px) {
  .o-numbers__container .o-right__articles {
    height: 265px;
  }
}
@media (max-width: 768px) {
  .o-numbers__container .o-right__articles {
    height: auto;
    margin: 10px auto 0;
    min-height: 135px;
    width: 100%;
  }
}
.o-numbers__container .o-right__articles .o-container__highlight {
  margin: 30px;
  position: relative;
  width: 90%;
  z-index: 10;
}
@media (max-width: 1024px) {
  .o-numbers__container .o-right__articles .o-container__highlight {
    margin: 10px 30px;
  }
}
@media (max-width: 768px) {
  .o-numbers__container .o-right__articles .o-container__highlight {
    margin: 10px auto 0;
  }
}
.o-numbers__container .o-right__articles .o-container__highlight img {
  height: 300px;
  width: 300px;
}
.o-numbers__container .o-right__articles .o-container__articles {
  margin: 20px;
  width: 80%;
}
.o-numbers__container .o-right__articles .o-number {
  color: #7090b0;
  font-family: Tenon, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}
@media (max-width: 1024px) {
  .o-numbers__container .o-right__articles .o-number {
    font-size: 52px;
    line-height: 53px;
  }
}
@media (max-width: 768px) {
  .o-numbers__container .o-right__articles .o-number {
    font-size: 48px;
    line-height: 48px;
  }
}
.o-numbers__container .o-right__articles .o-number__highlight {
  -webkit-text-fill-color: transparent;
  background: url(/wp-content/themes/fnh-theme/assets/build/images/smoke.2bc13621.jpg);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-size: cover;
  color: #7090b0;
  font-size: 120px;
  line-height: 130px;
}
@media (max-width: 1024px) {
  .o-numbers__container .o-right__articles .o-number__highlight {
    font-size: 110px;
    line-height: 120px;
  }
}
@media (max-width: 768px) {
  .o-numbers__container .o-right__articles .o-number__highlight {
    font-size: 48px;
    line-height: 48px;
  }
}
.o-numbers__container .o-right__articles .o-number__highlight.has-image {
  color: #fff;
  position: relative;
  z-index: 10;
}
.o-numbers__container .o-right__articles .o-number__highlight.has-image:after {
  background: linear-gradient(180deg, transparent, #000);
  border-radius: 8px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-numbers__container .o-right__articles .o-number__highlight.has-link {
  cursor: pointer;
}
.o-numbers__container .o-right__articles .o-text {
  color: #7090b0;
  font-family: Tenon, sans-serif;
  font-weight: 400;
}
.o-numbers__container .o-right__articles .o-text__highlight {
  color: #7090b0;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .o-numbers__container .o-right__articles .o-text__highlight {
    font-size: 16px;
    line-height: 18px;
  }
}
.o-numbers__container .o-right__articles .o-text__articles {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .o-numbers__container .o-right__articles .o-text__articles {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 768px) {
  .o-numbers__container .o-right__articles .o-text__articles {
    line-height: 18px;
  }
}
.o-numbers__container .o-right__articles.has-image {
  border: none;
  position: relative;
}
.o-numbers__container .o-right__articles.has-image .o-number,
.o-numbers__container .o-right__articles.has-image .o-text {
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.o-numbers__container .o-right__articles.has-image:after {
  background: linear-gradient(180deg, transparent, #000);
  border-radius: 8px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-numbers__container .o-right__articles.has-link {
  cursor: pointer;
}
.o-numbers__container .o-right__articles:hover {
  transform: scale(1.03);
}
.o-numbers__container .o-right.is-even .o-right__articles {
  width: calc(50% - 15px);
}
@media (max-width: 768px) {
  .o-numbers__container .o-right.is-even .o-right__articles {
    width: 100%;
  }
}
.o-numbers__container .o-right.is-even .o-right__articles--highlight {
  width: 65%;
}
@media (max-width: 768px) {
  .o-numbers__container .o-right.is-even .o-right__articles--highlight {
    width: 100%;
  }
}
.o-numbers__container .o-right.is-odd .o-right__articles {
  width: 31%;
}
@media (max-width: 768px) {
  .o-numbers__container .o-right.is-odd .o-right__articles {
    width: 100%;
  }
}
.o-numbers__container .o-right.is-odd .o-right__articles--highlight {
  width: 65%;
}
@media (max-width: 768px) {
  .o-numbers__container .o-right.is-odd .o-right__articles--highlight {
    width: 100%;
  }
}
.o-trending-subject {
  background-color: #c7e3cd;
  border-radius: 8px;
  display: flex;
  height: 455px;
  margin: 25px auto;
  max-width: 1440px;
  position: relative;
  width: 95%;
}
@media (max-width: 1024px) {
  .o-trending-subject {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .o-trending-subject {
    height: auto;
    margin: 30px auto;
    padding: 25px 0 30px;
    width: 85%;
  }
}
.o-trending-subject__title {
  left: -40px;
  position: absolute;
  top: 160px;
  transform: rotate(-90deg);
  width: 260px;
}
@media (max-width: 1280px) {
  .o-trending-subject__title {
    left: -60px;
  }
}
@media (max-width: 1024px) {
  .o-trending-subject__title {
    left: inherit;
    margin: 0 auto 30px;
    max-width: 90%;
    position: static;
    top: inherit;
    transform: inherit;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .o-trending-subject__title {
    margin: 0 auto 15px;
    width: 85%;
  }
}
.o-trending-subject__container {
  display: flex;
  margin: auto;
  max-width: 90%;
}
@media (max-width: 768px) {
  .o-trending-subject__container {
    width: 85%;
  }
}
.o-trending-subject__text {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 36px;
  font-weight: 400;
  left: 8%;
  line-height: 72px;
  position: relative;
  top: 0;
  width: 93%;
}
@media (max-width: 1024px) {
  .o-trending-subject__text {
    font-size: 28px;
    height: auto;
    left: inherit;
    line-height: 60px;
    position: static;
    top: inherit;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-trending-subject__text {
    font-size: 24px;
    line-height: 39px;
  }
}
.o-trending-subject__text a {
  align-items: center;
  background-color: #fff;
  border-radius: 90px;
  color: #323232;
  display: inline-flex;
  font-family: Tenon, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  padding: 9px 16px;
  transition: background-color 0.25s ease-in-out;
}
@media (max-width: 1024px) {
  .o-trending-subject__text a {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .o-trending-subject__text a {
    font-size: 22px;
    line-height: 25px;
    margin: 7px 0;
    padding: 5px 16px;
  }
}
.o-trending-subject__text a:hover {
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .o-trending-subject__tags {
    margin: 10px 0;
  }
}
.o-donation {
  background-color: #f0ecea;
  border-radius: 8px;
  display: flex;
  height: 292px;
  margin: 25px auto;
  max-width: 1440px;
  position: relative;
  width: 95%;
}
@media (max-width: 768px) {
  .o-donation {
    flex-direction: column;
    height: auto;
    margin: 30px auto;
  }
}
.o-donation__image {
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  width: 415px;
}
@media (max-width: 768px) {
  .o-donation__image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 215px;
    margin: auto;
    width: 100%;
  }
}
.o-donation__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 50px;
  width: 853px;
}
@media (max-width: 768px) {
  .o-donation__text {
    align-items: center;
    height: auto;
    margin: auto;
    padding: 25px 0;
    width: 90%;
  }
}
.o-donation__text .o-title {
  width: 100%;
}
@media (max-width: 768px) {
  .o-donation__text .o-title {
    width: 90%;
  }
}
.o-donation__text .o-description {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .o-donation__text .o-description {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 16px;
    width: 90%;
  }
  .o-donation__text .o-link {
    width: 90%;
  }
  .o-donation__link {
    display: inline-block;
  }
}
.o-actions {
  display: flex;
  margin: 95px auto;
  max-width: 1440px;
  width: 95%;
}
@media (max-width: 1024px) {
  .o-actions {
    margin: 80px auto 55px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .o-actions {
    margin: 40px auto 55px;
    padding: 0;
  }
}
.o-actions__container {
  display: flex;
  margin: auto;
  max-width: 90%;
  position: relative;
  width: 90%;
}
@media (max-width: 1024px) {
  .o-actions__container {
    flex-direction: column;
    max-width: 95%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-actions__container {
    max-width: 90%;
  }
}
.o-actions__container .o-left {
  width: 19%;
}
@media (max-width: 1024px) {
  .o-actions__container .o-left {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-actions__container .o-left {
    width: 100%;
  }
}
.o-actions__container .o-left__description {
  font-family: Tenon, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 25px;
}
@media (max-width: 768px) {
  .o-actions__container .o-left__description {
    margin: 15px 0;
  }
  .o-actions__container .o-left .o-blue-more-btn:after {
    top: 5px;
  }
}
.o-actions__container .o-right {
  width: 81%;
}
@media (max-width: 1024px) {
  .o-actions__container .o-right {
    width: 100%;
  }
}
.o-actions__wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 768px) {
  .o-actions__wrapper {
    flex-direction: column;
    margin: 0 0 25px;
  }
  .o-actions__wrapper:first-of-type {
    margin: 25px 0;
  }
  .o-actions__wrapper:last-of-type {
    margin: 0;
  }
}
.o-actions__block {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  height: 480px;
  margin: 20px 0;
  width: 92%;
}
@media (max-width: 1024px) {
  .o-actions__block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-actions__block {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 175px;
    margin: 0;
  }
}
.o-actions__block-text {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  height: 415px;
  left: 110px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 365px;
}
@media (max-width: 1024px) {
  .o-actions__block-text {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .o-actions__block-text {
    height: auto;
    left: inherit;
    position: static;
    top: inherit;
    transform: inherit;
    width: 100%;
  }
}
.o-actions__block-text .o-block-text__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: auto;
  padding: 30px 0 0;
  width: 82%;
}
@media (max-width: 768px) {
  .o-actions__block-text .o-block-text__container {
    padding: 25px 0;
    width: 90%;
  }
}
.o-actions__block-text .o-block-text__title {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 30px;
  line-height: 32px;
  margin: 15px 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .o-actions__block-text .o-block-text__title {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 20px;
  }
}
.o-actions__block-text .o-block-text__tags-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .o-actions__block-text .o-block-text__tags-container {
    display: none;
  }
}
@media (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .o-actions__block-text .o-block-text__tags-container {
    display: flex;
  }
}
.o-actions__block-text .o-block-text__tags-container .o-tags:first-of-type {
  margin: 5px 5px 5px 0;
}
.o-actions__block-text .o-block-text__link {
  bottom: 30px;
  position: absolute;
  width: 305px;
}
@media (max-width: 768px) {
  .o-actions__block-text .o-block-text__link {
    bottom: inherit;
    margin: 25px 0 0;
    position: inherit;
    width: 100%;
  }
}
.o-research {
  background-color: #7090b0;
  display: flex;
  height: auto;
  margin: 0 auto 50px;
  max-width: 1440px;
  width: 100%;
}
@media (max-width: 768px) {
  .o-research {
    margin: 0 auto;
  }
}
.o-research__container {
  margin: 0 auto;
  max-width: 1440px;
  width: 90%;
}
.o-research__form {
  margin: auto;
  position: relative;
  width: 100%;
}
.o-research__input-text {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-bottom: 1px solid #8ba6c1;
  color: #fff;
  font-family: Tenon, sans-serif;
  font-size: 36px;
  font-weight: 400;
  height: 65px;
  line-height: 38px;
  width: 100%;
}
.o-research__input-text::placeholder {
  color: #fff;
}
.o-research__input-text:focus {
  outline: none;
}
@media (max-width: 768px) {
  .o-research__input-text {
    font-size: 18px;
    height: 40px;
    line-height: 24px;
  }
}
.o-research__submit-btn {
  background: none;
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/white-research-icon.618eb01f.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
}
@media (max-width: 768px) {
  .o-research__submit-btn {
    height: 16px;
    width: 16px;
  }
}
.o-breadcrumbs {
  margin: 100px 0 0;
}
@media (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  .o-breadcrumbs {
    margin: 80px 0 0;
  }
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-breadcrumbs {
    margin: 50px 0 0;
  }
}
@media (max-width: 1024px) {
  .o-breadcrumbs {
    margin: 60px 0 0;
  }
}
@media (max-width: 768px) {
  .o-breadcrumbs {
    display: none;
  }
}
.o-breadcrumbs__link {
  color: #fff;
  font-family: Tenon, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 35px 0 0;
  position: relative;
}
.o-breadcrumbs__link:hover {
  color: #fff;
}
.o-breadcrumbs__link:visited {
  color: #fff !important;
}
.o-breadcrumbs__link:last-of-type {
  cursor: inherit;
}
.o-breadcrumbs a {
  opacity: 0.7;
  padding: 0 30px 0 0;
  transition: opacity 0.25s ease-in-out;
}
.o-breadcrumbs a:hover {
  opacity: 0.5;
}
.o-breadcrumbs .link {
  height: 15px;
  left: -13px;
  position: relative;
  top: 5px;
  width: 8px;
}
.o-breadcrumbs span {
  line-height: 25px;
  opacity: 1;
  position: relative;
}
.o-publications-block {
  border-top: 1px solid #d9d2ce;
  font-family: Tenon, sans-serif;
  margin: 0;
  padding: 15px 0 55px;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-publications-block {
    margin: auto;
    padding: 15px 0 0;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .o-publications-block {
    padding: 15px 0 35px;
  }
}
.o-publications-block .o-publication {
  cursor: pointer;
  display: flex;
  margin: 0 0 25px;
  transition: opacity 0.25s ease-in-out;
}
.o-publications-block .o-publication__image {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/article-small-image.76acce5d.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 125px;
  margin: 0 30px 0 0;
  width: 125px;
}
@media (max-width: 768px) {
  .o-publications-block .o-publication__image {
    height: 70px;
    margin: 0 16px 0 0;
    width: 70px;
  }
}
.o-publications-block .o-publication__title {
  color: #3c3030;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin: 5px 0 0;
  width: 70%;
}
@media (max-width: 768px) {
  .o-publications-block .o-publication__title {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
  }
}
.o-publications-block .o-publication:hover {
  opacity: 0.7;
}
.o-socials {
  background-color: #f8f8f8;
  display: flex;
  left: 40px;
  position: absolute;
  top: 80px;
  width: 230px;
}
.o-socials.fixed {
  left: 40px;
  position: sticky;
  top: 180px;
}
.o-socials__link {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: 0 12px;
  transition: background-image 0.25s ease-in-out;
  width: 50px;
}
@media (max-width: 768px) {
  .o-socials__link {
    height: 32px;
    margin: 0 8px;
    width: 32px;
  }
}
.o-socials__link--facebook {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/blue-circled-fb-icon.8f362525.svg);
}
.o-socials__link--facebook:hover {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/hovered-blue-circled-fb-icon.0ab31043.svg);
}
.o-socials__link--twitter {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/blue-circled-twitter-icon.54eefb20.svg);
}
.o-socials__link--twitter:hover {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/hovered-blue-circled-twitter-icon.f10bd9ab.svg);
}
.o-socials__link--linkedin {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/blue-circled-linkedin-icon.230d5d27.svg);
}
.o-socials__link--linkedin:hover {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/hovered-blue-circled-linkedin-icon.e7dfe160.svg);
}
.o-banner {
  align-items: flex-end;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 555px;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .o-banner {
    height: 375px;
    padding: 0;
  }
}
.o-banner__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 70px;
  max-width: 85%;
  max-width: 1440px;
  width: 90%;
}
@media (min-width: 1441px) {
  .o-banner__container {
    max-width: 1440px;
    width: 77%;
  }
}
@media (max-width: 768px) {
  .o-banner__container {
    align-items: flex-start;
    flex-direction: column;
    margin: 0 0 30px;
  }
}
.o-banner__container .o-breadcrumbs {
  margin: 0;
}
.o-banner__container .o-socials {
  background-color: inherit;
  left: inherit;
  margin: 30px 0 0;
  position: inherit;
  top: inherit;
}
@media (max-width: 768px) {
  .o-banner__container .o-socials {
    margin: 0 0 0 -10px;
  }
}
.o-banner__container .o-socials__link {
  transition: transform 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .o-banner__container .o-socials__link {
    height: 32px;
    width: 32px;
  }
}
.o-banner__container .o-socials__link--facebook {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/white-circled-fb-icon.bf315915.png);
}
.o-banner__container .o-socials__link--twitter {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/white-circled-twitter-icon.0adf9a13.png);
}
.o-banner__container .o-socials__link--linkedin {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/white-circled-linkedin-icon.3a82fad4.png);
  height: 51px;
}
@media (max-width: 768px) {
  .o-banner__container .o-socials__link--linkedin {
    height: 33px;
    width: 32px;
  }
}
.o-banner__container .o-socials__link:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.o-banner:after {
  background: linear-gradient(180deg, transparent, #000);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.o-cms-and-error__banner {
  align-items: center;
  background-color: #7090b0;
  display: flex;
  height: 240px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .o-cms-and-error__banner {
    height: auto;
    min-height: 88px;
    padding: 20px 0;
  }
}
.o-cms-and-error__banner-container {
  max-width: 1440px;
  width: 90%;
}
@media (max-width: 768px) {
  .o-cms-and-error__banner-container .o-banner-title {
    margin: 0;
  }
}
.o-cms-and-error__banner-container .o-breadcrumbs {
  margin: 0;
}
@media (max-width: 768px) {
  .o-cms-and-error__banner-container .o-breadcrumbs {
    display: none;
  }
}
.o-cms-and-error__banner-container .o-breadcrumbs span:before {
  display: none;
}
@media (max-width: 1024px) {
  .o-our-publications {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-our-publications__container {
    display: flex;
    flex-direction: column;
  }
}
.o-our-publications__container .o-our-publications-item {
  align-items: center;
  display: flex;
  margin: 0 0 55px;
}
@media (max-width: 768px) {
  .o-our-publications__container .o-our-publications-item {
    align-items: flex-start;
    border-top: 1px solid #f0ecea;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0;
    padding: 30px 0;
  }
  .o-our-publications__container .o-our-publications-item:last-of-type {
    border-bottom: 1px solid #f0ecea;
  }
}
.o-our-publications__container .o-our-publications-item__image {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/publication-image.3578b97c.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 265px;
  width: 360px;
}
@media (max-width: 768px) {
  .o-our-publications__container .o-our-publications-item__image {
    height: 105px;
    width: 30%;
  }
}
.o-our-publications__container .o-our-publications-item__text-block {
  color: #323232;
  font-family: Tenon, sans-serif;
  margin: 0 0 0 30px;
  width: 50%;
}
@media (max-width: 768px) {
  .o-our-publications__container .o-our-publications-item__text-block {
    margin: 0;
    width: 60%;
  }
}
.o-our-publications__container .o-our-publications-item__text-block .o-category--blue {
  margin: 0 0 10px;
}
.o-our-publications__container .o-our-publications-item__text-block .o-subtitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 768px) {
  .o-our-publications__container .o-our-publications-item__text-block .o-subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
.o-our-publications__container .o-our-publications-item__text-block .o-date {
  font-size: 14px;
  line-height: 18px;
  margin: 15px 0;
}
.o-error {
  overflow-x: hidden;
  padding: 0 0 60px;
}
@media (max-width: 768px) {
  .o-error {
    padding: 0 0 30px;
    position: relative;
  }
}
.o-error__block-content {
  align-items: center;
  display: flex;
  margin: auto;
  max-width: 1440px;
  padding: 40px 0;
  width: 85%;
}
.o-error__block-content .o-warning-message {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}
@media (max-width: 768px) {
  .o-error__block-content .o-warning-message {
    font-size: 18px;
    line-height: 30px;
  }
}
.o-error .o-more-read {
  margin: 0 auto 30px;
}
@media (max-width: 1024px) {
  .o-error .o-more-read {
    margin: 0 auto 30px 30px;
  }
}
@media (max-width: 768px) {
  .o-error .o-more-read {
    margin: 0 auto 70px 30px;
  }
}
.message.success {
  color: #7ca171;
  font-family: Tenon, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 10px 0 0;
}
.o-pagination {
  align-items: center;
  display: flex;
  margin: 60px auto 0;
  max-width: 1440px;
  padding: 0 0 110px;
  width: 95%;
}
@media (max-width: 1024px) {
  .o-pagination {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-pagination {
    margin: auto;
    max-width: 85%;
    padding: 40px 0 0;
  }
}
.o-pagination__container {
  margin: auto;
  max-width: 90%;
  width: 100%;
}
.o-pagination .navigation.pagination {
  margin: auto;
  width: 75%;
}
@media (max-width: 1024px) {
  .o-pagination .navigation.pagination {
    width: 85%;
  }
}
.o-pagination .nav-links {
  display: flex;
}
@media (max-width: 1024px) {
  .o-pagination .nav-links {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .o-pagination .nav-links {
    margin: -45px 0 40px;
  }
}
.o-pagination .page-numbers,
.o-pagination__page {
  align-items: center;
  border: 1px solid #7090b0;
  border-radius: 55px;
  color: #7090b0;
  display: inline-flex;
  font-family: Tenon, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  line-height: 17px;
  margin: 0 10px 0 0;
  transition: background-color 0.25s ease-in-out;
  width: 50px;
}
@media (max-width: 768px) {
  .o-pagination .page-numbers,
  .o-pagination__page {
    height: 35px;
    width: 35px;
  }
}
.o-pagination .page-numbers:visited,
.o-pagination__page:visited {
  color: #7090b0;
}
.o-pagination .page-numbers:hover,
.o-pagination__page:hover {
  background-color: #acc1d7;
  border-color: #acc1d7;
  color: #fff;
}
.o-pagination .page-numbers.current,
.o-pagination .page-numbers.is-active,
.o-pagination__page.is-active {
  background-color: #7090b0;
  color: #fff;
  cursor: inherit;
}
.o-pagination .page-numbers.dots {
  border: none;
  margin: auto 10px auto 0;
  width: inherit;
}
.o-pagination .page-numbers.dots:hover {
  background-color: none;
  border: none;
  color: #7090b0;
}
.o-pagination .next,
.o-pagination .prev,
.o-pagination__arrow {
  position: relative;
}
.o-pagination .next:after,
.o-pagination .prev:after,
.o-pagination__arrow:after {
  border: solid #7090b0;
  border-radius: 2px;
  border-width: 0 3px 3px 0;
  content: "";
  display: inline-block;
  padding: 4px;
  position: absolute;
}
@media (max-width: 768px) {
  .o-pagination .next:after,
  .o-pagination .prev:after,
  .o-pagination__arrow:after {
    border-width: 0 2px 2px 0;
  }
}
.o-pagination .next:hover:after,
.o-pagination .prev:hover:after,
.o-pagination__arrow:hover:after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
}
.o-pagination .next--previous:after,
.o-pagination .prev--previous:after,
.o-pagination__arrow--previous:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.o-pagination .next--next:after,
.o-pagination .prev--next:after,
.o-pagination__arrow--next:after {
  right: 20px;
  top: 18px;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}
@media (max-width: 768px) {
  .o-pagination .next--next:after,
  .o-pagination .prev--next:after,
  .o-pagination__arrow--next:after {
    right: 13px;
    top: 12px;
  }
}
.o-pagination .prev:after {
  transform: rotate(135deg);
}
.o-pagination .next:after {
  transform: rotate(-45deg);
}
.o-pagination .o-page__dots {
  color: #7090b0;
  margin: auto 10px auto 0;
}
#tarteaucitronRoot {
  display: flex;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  background-color: #f0ecea !important;
  height: 120px;
  left: 50% !important;
  margin: 30px auto 0;
  max-width: 1440px;
  padding: 0 !important;
  transform: translateX(-50%);
  width: 100% !important;
}
@media (max-width: 768px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    border-radius: 8px;
    flex-direction: column;
    height: 225px;
    margin: 0 !important;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 320px !important;
  }
}
@media (max-width: 320px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    width: 300px !important;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronWrapper {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 90%;
}
@media (device-width: 834px) and (device-height: 1112px) and (orientation: portrait) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronWrapper {
    margin: 15px auto 0;
  }
}
@media (max-width: 768px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronWrapper {
    flex-direction: column;
    margin: 20px auto 0;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  width: 75%;
}
@media (max-width: 1024px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    margin: 0;
  }
}
@media (device-width: 834px) and (device-height: 1112px) and (orientation: portrait) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    font-size: 14px;
    margin: 0 20px 0 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    margin: 0 0 15px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronButtonsWrapper {
    align-items: center;
    display: flex;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
  border-radius: 4px;
  font-family: Tenon, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700;
  height: 45px;
  line-height: 18px;
  margin: 0 10px 0 0;
  padding: 0;
  width: 110px;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
  background-color: #7090b0;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  background-color: transparent;
  border: 1px solid #7090b0;
  color: #7090b0;
  height: 43px;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2 {
  border-radius: 4px;
  font-family: Tenon, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700;
  height: 45px;
  line-height: 18px;
  margin: 0 10px 0 0;
  padding: 0;
  width: 110px;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  color: #000;
  font-family: Tenon, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px;
  width: 60%;
}
@media (max-width: 768px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    width: 90%;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2 {
  background-color: #7090b0;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2 {
  background-color: transparent;
  border: 1px solid #7090b0;
  color: #7090b0;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2 .tarteaucitronCross:before {
  color: #7090b0;
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto,
    segoe ui, arial, sans-serif;
}
.modal__overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}
.modal__container {
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  max-height: 100vh;
  max-width: 500px;
  overflow-y: auto;
  padding: 30px;
}
.modal__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.modal__title {
  box-sizing: border-box;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0;
}
.modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.modal__header .modal__close:before {
  content: "✕";
}
.modal__content {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.modal__btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: button;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #e6e6e6;
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  padding: 0.5rem 1rem;
  text-transform: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  will-change: transform;
}
.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  0% {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.o-faq {
  margin: 0 0 55px;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-faq {
    margin: 0 auto 30px;
    width: 85%;
  }
}
.o-faq__container {
  background-color: #f0ecea;
  border-radius: 8px;
  font-family: Tenon, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 5px auto;
}
.o-faq__container.active .o-faq__arrows--down {
  display: none;
}
.o-faq__container.active .o-faq__arrows--up {
  display: block;
}
.o-faq__top-block {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.o-faq__arrows-block {
  align-items: center;
  display: flex;
  padding: 18px 24px;
}
.o-faq__arrows--up {
  display: none;
}
.o-faq__question {
  font-weight: 700;
  padding: 18px 24px;
  position: relative;
}
.o-faq__answer {
  display: none;
  padding: 6px 24px 38px;
}
.o-faq__answer .o-answer-block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.o-faq__answer .o-answer-block__answer {
  margin: 0 0 20px;
}
.campaign-banner {
  background-color: #f0ecea;
  height: 65px;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.25s ease-in-out;
  width: 100%;
  z-index: 1000;
}
.campaign-banner.is-shown {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .campaign-banner {
    height: 115px;
    padding: 16px 0;
  }
}
.campaign-banner__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  margin: auto;
  max-width: 1440px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .campaign-banner__wrapper {
    width: 90%;
  }
}
.campaign-banner__image {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/campaign-banner.117289b5.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: 0 25px 0 0;
  width: 310px;
}
@media (max-width: 1024px) {
  .campaign-banner__image {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .campaign-banner__image {
    display: none;
  }
}
.campaign-banner__text {
  align-items: center;
  display: flex;
  height: 100%;
}
@media (max-width: 1024px) {
  .campaign-banner__text {
    margin: 0 60px 0 0;
  }
}
@media (max-width: 768px) {
  .campaign-banner__text {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    width: 90%;
  }
}
.campaign-banner__text .o-text {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin: 0 25px 0 0;
}
@media (max-width: 1024px) {
  .campaign-banner__text .o-text {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 768px) {
  .campaign-banner__text .o-text {
    margin: 0 0 12px;
  }
}
.campaign-banner__text .o-text strong {
  font-weight: 700;
}
.campaign-banner__text .o-text em {
  font-style: italic;
}
.campaign-banner__text .o-text a {
  text-decoration: underline;
}
.campaign-banner__text .o-button {
  border: none;
  font-size: 13px;
  line-height: 15px;
  padding: 12px 19px;
}
@media (max-width: 768px) {
  .campaign-banner__text .o-button {
    font-size: 11px;
    padding: 8px 0;
    width: 82px;
  }
}
.campaign-banner__close-icon {
  cursor: pointer;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .campaign-banner__close-icon {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .campaign-banner__close-icon {
    right: 0;
    top: 0;
    transform: inherit;
  }
}
.new_header_donation_button {
  font-size: 13px;
  line-height: 15px;
  padding: 12px 22px;
}
.page-template-home {
  background-color: #f8f8f8;
  margin: auto;
  width: 100%;
}
.o-homepage__banner-main-wrapper {
  margin-top: 0;
}
@media (max-width: 768px) {
  .o-homepage__banner-main-wrapper.campaignBanner-is-shown {
    margin: 115px auto 0;
  }
}
.o-homepage__banner {
  align-items: flex-end;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: flex;
  height: 580px;
  max-height: 780px;
  position: relative;
  width: 100%;
}
@media (min-width: 1440px) {
  .o-homepage__banner {
    height: 44vw;
  }
}
@media (max-width: 1024px) {
  .o-homepage__banner {
    height: 580px;
  }
}
@media (max-width: 768px) {
  .o-homepage__banner {
    background-attachment: inherit;
    background-position: 50%;
    height: 70vh;
    top: 0;
  }
}
.o-homepage__banner-text {
  margin: 0 auto 85px;
  max-width: 1440px;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1024px) {
  .o-homepage__banner-text {
    margin: 0 auto 55px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .o-homepage__banner-text {
    margin: 0 auto 30px;
  }
}
.o-homepage__banner-text .o-title {
  font-size: 48px;
  line-height: 52px;
  transition: opacity 0.25s ease-in-out;
  width: 55%;
}
@media (max-width: 1024px) {
  .o-homepage__banner-text .o-title {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .o-homepage__banner-text .o-title {
    font-size: 28px;
    line-height: 30px;
    width: 90%;
  }
}
.o-homepage__banner-text .o-title:hover {
  opacity: 0.7;
}
.o-homepage__banner-text .o-banner__tags {
  background-color: #fff;
  font-size: 14px;
  line-height: 14px;
  transition: background-color 0.25s ease-in-out;
}
.o-homepage__banner-text .o-banner__tags:hover {
  background-color: #f0ecea;
}
@media (max-width: 1024px) {
  .o-homepage__banner-text .o-banner__tags {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 768px) {
  .o-homepage__banner-text .o-banner__tags {
    margin: 5px 0;
  }
}
.o-homepage__banner:after {
  background: linear-gradient(180deg, transparent, #000);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.o-homepage__banner-container {
  margin: auto;
  max-width: 1440px;
  width: 90%;
}
@media (max-width: 1024px) {
  .o-homepage__banner-container {
    width: 100%;
  }
}
.o-homepage__baseline {
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  margin: 25px auto;
  max-width: 1440px;
  width: 95%;
}
@media (max-width: 768px) {
  .o-homepage__baseline {
    background-image: url(/wp-content/themes/fnh-theme/assets/build/images/mobile-baseline-bckg.f83fd361.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
    margin: 30px auto;
    padding: 25px 0;
    width: 85%;
  }
}
.o-homepage__baseline .o-baseline__container {
  align-items: center;
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/empreinte.7fbe544b.svg);
  background-position: 540px -410px;
  background-repeat: no-repeat;
  background-size: 950px;
  display: flex;
  height: 240px;
  justify-content: center;
  margin: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .o-homepage__baseline .o-baseline__container {
    background-position: 390px -410px;
  }
}
@media (max-width: 768px) {
  .o-homepage__baseline .o-baseline__container {
    align-items: flex-start;
    background-color: transparent;
    background-image: none;
    flex-direction: column-reverse;
    height: auto;
    max-width: 90%;
    width: 90%;
  }
}
.o-homepage__baseline .o-baseline__container .o-left {
  width: 75%;
}
@media (max-width: 768px) {
  .o-homepage__baseline .o-baseline__container .o-left {
    width: 100%;
  }
}
.o-homepage__baseline .o-baseline__container .o-left__text {
  color: #7090b0;
  font-family: Tenon, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .o-homepage__baseline .o-baseline__container .o-left__text {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  .o-homepage__baseline .o-baseline__container .o-left__btn:after {
    top: 5px;
  }
}
.o-homepage__baseline .o-baseline__container img {
  border-radius: 100%;
  height: 150px;
  width: 150px;
}
@media (max-width: 768px) {
  .o-homepage__baseline .o-baseline__container img {
    height: 70px;
    margin: 0 0 10px;
    width: 70px;
  }
}
.home #page {
  background-color: #f8f8f8;
}
@media (max-width: 1024px) {
  .home #page {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .home #page {
    top: 0;
  }
}
.home .o-trendings__link {
  margin: 0 0 0 15px;
}
@media (min-width: 1441px) {
  .home .o-trendings__link {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 1024px) {
  .home .o-trendings__link {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 768px) {
  .home .o-trendings__link {
    margin: 0 0 20px;
  }
}
.o-single-article__banner {
  display: flex;
  height: 785px;
  width: 100%;
}
@media (max-width: 1024px) {
  .o-single-article__banner {
    height: 565px;
  }
}
@media (max-width: 768px) {
  .o-single-article__banner {
    flex-direction: column;
    height: auto;
  }
}
.o-single-article__banner .o-banner__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 50%;
}
@media (max-width: 768px) {
  .o-single-article__banner .o-banner__image {
    height: 375px;
    width: 100%;
  }
}
.o-single-article__banner .o-banner__block-text {
  background-color: #7090b0;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  width: 50%;
}
@media (max-width: 768px) {
  .o-single-article__banner .o-banner__block-text {
    height: inherit;
    width: 100%;
  }
}
.o-single-article__banner .o-banner__block-text .o-title {
  color: #fff;
  font-family: Tenon, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 56px;
}
@media (max-width: 1024px) {
  .o-single-article__banner .o-banner__block-text .o-title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .o-single-article__banner .o-banner__block-text .o-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.o-single-article__banner .o-banner__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 110px 0 0 55px;
  width: 90%;
}
@media (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  .o-single-article__banner .o-banner__text-wrapper {
    padding: 80px 0 0 55px;
  }
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-single-article__banner .o-banner__text-wrapper {
    padding: 40px 0 0 55px;
  }
}
@media (max-width: 1024px) {
  .o-single-article__banner .o-banner__text-wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-single-article__banner .o-banner__text-wrapper {
    margin: auto;
    padding: 30px 0 40px;
    width: 85%;
  }
}
.o-single-article__banner .o-banner__date {
  color: #fff;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 25px 0 30px;
}
@media (max-width: 768px) {
  .o-single-article__banner .o-banner__date {
    font-size: 14px;
    line-height: 16px;
  }
}
.o-single-article__banner .o-banner__tags {
  margin: 0 5px 0 0;
}
@media (max-width: 768px) {
  .o-single-article__banner .o-banner__tags {
    margin: 5px;
  }
}
.o-single-article__container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1440px;
  width: 100%;
}
.o-single-article__container .o-donation {
  background-color: transparent;
  height: auto;
  justify-content: center;
  margin: 0 0 55px;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-article__container .o-donation {
    margin: 50px auto 55px;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .o-single-article__container .o-donation {
    width: 85%;
  }
}
.o-single-article__top-block {
  display: flex;
}
.o-single-article__block-left {
  position: relative;
  width: 28%;
}
@media (max-width: 1024px) {
  .o-single-article__block-left {
    display: none;
  }
}
.o-single-article__block-right {
  margin: 70px 0 0;
  width: 68%;
}
@media (min-width: 1441px) {
  .o-single-article__block-right {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .o-single-article__block-right {
    margin: 70px 0 0 60px;
  }
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-single-article__block-right {
    margin: 70px 0 0;
  }
}
@media (max-width: 1024px) {
  .o-single-article__block-right {
    margin: 40px 0 0;
    width: 100%;
  }
}
.o-single-article__block-right h2 {
  color: #3c3030;
  font-family: Tenon, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .o-single-article__block-right h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.o-single-article__block-right h3,
.o-single-article__block-right h4,
.o-single-article__block-right h5 {
  font-family: Tenon, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 20px;
}
.o-single-article__block-right mark {
  background-color: #ecee92;
}
.o-single-article__block-right strong {
  font-weight: 700;
}
.o-single-article__block-right em {
  font-style: italic;
}
.o-single-article__introduction-text {
  margin: 0 0 55px;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-article__introduction-text {
    margin: 0 auto 30px;
    width: 85%;
  }
}
.o-single-article__introduction-text sup {
  font-size: 14px;
}
.o-single-article__paragraph-block {
  margin: 0 0 55px;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-article__paragraph-block {
    margin: 0 auto 30px;
    width: 85%;
  }
}
.o-single-article__paragraph-block h2,
.o-single-article__paragraph-block h3,
.o-single-article__paragraph-block h4 {
  color: #3c3030;
  font-family: Tenon, sans-serif;
  font-weight: 700;
  margin: 0 0 20px;
}
.o-single-article__paragraph-block h2 {
  font-size: 36px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .o-single-article__paragraph-block h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.o-single-article__paragraph-block h3 {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .o-single-article__paragraph-block h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.o-single-article__paragraph-block h4 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .o-single-article__paragraph-block h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
.o-single-article__paragraph-block p {
  font-family: freight-text-pro, sans-serif;
  font-size: 22px;
  line-height: 34px;
  margin: 0 auto 55px;
  text-align: left !important;
}
.o-single-article__paragraph-block a {
  color: #7090b0;
  text-decoration: underline;
}
.o-single-article__paragraph-block a:hover {
  color: #8ba6c1;
}
.o-single-article__paragraph-block ul {
  list-style-type: disc;
  margin: 0 0 55px 25px;
}
.o-single-article__paragraph-block ul li {
  margin: 0 0 25px;
}
.o-single-article__paragraph-block ol {
  list-style-type: decimal;
  margin: 0 0 55px 25px;
}
.o-single-article__paragraph-block ol li {
  margin: 0 0 25px;
}
.o-single-article__paragraph-block img {
  height: auto;
}
.o-single-article__paragraph-block span {
  color: #3c3030;
  font-family: freight-text-pro, sans-serif;
  font-size: 22px !important;
  line-height: 34px;
}
.o-single-article__paragraph-block iframe {
  margin: 0 0 55px;
}
@media (max-width: 1024px) {
  .o-single-article__paragraph-block iframe {
    margin: 0 0 30px;
  }
}
.o-single-article__paragraph-block sup {
  font-size: 14px;
}
.o-single-article__big-image-block {
  left: -280px;
  margin: 0 0 55px;
  max-width: 1260px;
  position: relative;
  width: 125%;
}
@media (min-width: 1441px) {
  .o-single-article__big-image-block {
    left: -300px;
  }
}
@media (max-width: 1280px) {
  .o-single-article__big-image-block {
    left: -20vw;
  }
}
@media (max-width: 1199px) {
  .o-single-article__big-image-block {
    left: -26vw;
    width: 130%;
  }
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-single-article__big-image-block {
    left: -22vw;
  }
}
@media (max-width: 1024px) {
  .o-single-article__big-image-block {
    left: inherit;
    margin: 0 auto 55px;
    width: 85%;
  }
}
.o-single-article__big-image-block .o-big-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
}
.o-single-article__big-image-block .o-caption {
  color: #3c3030;
  font-family: Tenon, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 15px 0 0;
}
@media (max-width: 768px) {
  .o-single-article__big-image-block .o-caption {
    font-size: 14px;
    line-height: 16px;
    margin: 15px auto 0;
    width: 85%;
  }
}
.o-single-article__push-image {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0 0 55px;
  padding: 25px 0;
  transition: background-color 0.2s ease-in-out;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-article__push-image {
    margin: 0 auto 30px;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .o-single-article__push-image {
    padding: 25px 20px;
  }
}
.o-single-article__push-image .o-push-image__container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  width: 93%;
}
@media (max-width: 1024px) {
  .o-single-article__push-image .o-push-image__container {
    width: 100%;
  }
}
.o-single-article__push-image .o-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 88px;
  margin: 0 24px 0 0;
  width: 88px;
}
@media (max-width: 768px) {
  .o-single-article__push-image .o-image {
    height: 70px;
    margin: 0 20px 0 0;
    width: 70px;
  }
}
.o-single-article__push-image .o-title {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  width: 80%;
}
@media (max-width: 1280px) {
  .o-single-article__push-image .o-title {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .o-single-article__push-image .o-title {
    font-size: 18px;
    line-height: 22px;
    width: 83%;
  }
}
.o-single-article__push-image:hover {
  background-color: #f0ecea;
}
.o-single-article__did-you-know {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  margin: 0 0 55px;
  padding: 35px 0;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-article__did-you-know {
    margin: 0 auto 55px;
    width: 85%;
  }
}
.o-single-article__did-you-know .o-wrapper {
  margin: auto;
  width: 85%;
}
.o-single-article__did-you-know .o-title {
  color: #7090b0;
  font-family: Tenon, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .o-single-article__did-you-know .o-title {
    font-size: 18px;
  }
}
.o-single-article__did-you-know .o-text {
  color: #3c3030;
  font-family: Tenon, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 768px) {
  .o-single-article__did-you-know .o-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.o-single-article__small-image {
  height: auto;
  margin: 0 0 55px;
  max-width: 70%;
}
@media (max-width: 1024px) {
  .o-single-article__small-image {
    margin: 0 auto 30px;
    max-width: 85%;
  }
}
.o-single-article__small-image .o-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin: 0 0 15px;
  max-width: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .o-single-article__small-image .o-image {
    width: 100%;
  }
}
@media (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .o-single-article__small-image .o-image {
    width: auto;
  }
}
.o-single-article__small-image .o-caption {
  color: #3c3030;
  font-family: Tenon, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .o-single-article__small-image .o-caption {
    font-size: 14px;
    line-height: 16px;
  }
}
.o-single-article__highlighted-infos {
  color: #7090b0;
  font-family: Tenon, sans-serif;
  margin: 0 0 55px;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-article__highlighted-infos {
    margin: 0 auto 30px;
    width: 85%;
  }
}
.o-single-article__highlighted-infos .o-important-info {
  font-size: 78px;
  font-weight: 700;
  line-height: 78px;
}
@media (max-width: 768px) {
  .o-single-article__highlighted-infos .o-important-info {
    font-size: 76px;
    line-height: 76px;
  }
}
.o-single-article__highlighted-infos .o-description {
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
}
@media (max-width: 768px) {
  .o-single-article__highlighted-infos .o-description {
    font-size: 24px;
    line-height: 32px;
  }
}
.o-single-article__quote {
  color: #7090b0;
  display: flex;
  flex-direction: column;
  font-family: Tenon, sans-serif;
  margin: 0 0 55px;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-article__quote {
    margin: 0 auto 30px;
    width: 85%;
  }
}
.o-single-article__quote .o-quote-text {
  font-size: 22px;
  line-height: 33px;
  margin: 0 0 15px;
}
.o-single-article__quote .o-quote-text strong {
  font-weight: 700;
}
.o-single-article__quote .o-quote-text em {
  font-style: italic;
}
.o-single-article__quote .o-quote-text a {
  text-decoration: underline;
}
.o-single-article__quote .o-quote-text a:hover {
  color: #8ba6c1;
}
@media (max-width: 768px) {
  .o-single-article__quote .o-quote-text {
    font-size: 20px;
    line-height: 28px;
  }
}
.o-single-article__quote .o-quote-author,
.o-single-article__quote .o-quote-source {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 768px) {
  .o-single-article__quote .o-quote-author,
  .o-single-article__quote .o-quote-source {
    font-size: 18px;
    line-height: 24px;
  }
}
.o-single-article__video-block {
  border-bottom: 1px solid #d9d2ce;
  margin: 0 0 55px;
  padding: 0 0 35px;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-article__video-block {
    margin: 0 auto 55px;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .o-single-article__video-block {
    padding: 0 0 20px;
  }
}
.o-single-article__video-block .o-video {
  margin: 0 0 30px;
}
.o-single-article__video-block .o-video iframe {
  height: 385px;
  width: 100%;
}
@media (max-width: 768px) {
  .o-single-article__video-block .o-video iframe {
    height: 210px;
  }
}
.o-single-article__video-block h2 {
  color: #3c3030;
  font-family: Tenon, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .o-single-article__video-block h2 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
}
.o-single-article__video-block .o-time {
  color: #3c3030;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .o-single-article__video-block .o-time {
    font-size: 12px;
    line-height: 16px;
  }
}
.o-single-article__author-block {
  border-top: 1px solid #d9d2ce;
  color: #3c3030;
  font-family: Tenon, sans-serif;
  margin: 0;
  padding: 15px 0 55px;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-article__author-block {
    margin: auto;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .o-single-article__author-block {
    padding: 15px 0 35px;
  }
}
.o-single-article__author-block .o-author-presentation {
  display: flex;
  margin: 0 0 20px;
}
.o-single-article__author-block .o-author-presentation__image {
  border-radius: 50%;
  height: 80px;
  margin: 0 25px 0 0;
  object-fit: cover;
  object-position: center;
  width: 80px;
}
.o-single-article__author-block .o-author-presentation__block-text {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  justify-content: center;
  line-height: 30px;
}
@media (max-width: 768px) {
  .o-single-article__author-block .o-author-presentation__block-text {
    font-size: 18px;
    line-height: 24px;
  }
}
.o-single-article__author-block .o-author-presentation__block-text .o-name {
  font-weight: 700;
}
.o-single-article__author-block .o-author-presentation__block-text .o-role {
  font-weight: 400;
}
.o-single-article__author-block .o-author-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.o-single-article__pdf-block {
  background-color: #fff;
  border-radius: 8px;
  font-family: Tenon, sans-serif;
  font-weight: 400;
  margin: 55px 0;
  padding: 32px;
  position: relative;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-article__pdf-block {
    margin: 0 auto 40px;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .o-single-article__pdf-block {
    margin: 40px auto;
    padding: 16px;
  }
}
.o-single-article__pdf-block .o-pdf-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .o-single-article__pdf-block .o-pdf-container {
    flex-direction: column-reverse;
  }
}
.o-single-article__pdf-block .o-pdf-informations {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 70%;
}
@media (max-width: 768px) {
  .o-single-article__pdf-block .o-pdf-informations {
    width: 100%;
  }
}
.o-single-article__pdf-block .o-small-sections-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  .o-single-article__pdf-block .o-small-sections-title {
    font-size: 18px;
  }
}
.o-single-article__pdf-block .o-description {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 20px;
  width: 90%;
}
@media (max-width: 768px) {
  .o-single-article__pdf-block .o-description {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
  }
}
.o-single-article__pdf-block .o-link {
  align-items: center;
  background-color: #7090b0;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 13px;
  height: 40px;
  justify-content: center;
  line-height: 12px;
  padding: 0 20px 0 50px;
  position: relative;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .o-single-article__pdf-block .o-link {
    line-height: 24px;
  }
}
.o-single-article__pdf-block .o-link:before {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/download-icon-white.3b5486e3.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 15px;
  left: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}
.o-single-article__pdf-block .o-link:hover {
  background-color: #8ba6c1;
}
.o-single-article__pdf-block .o-pdf-size {
  display: none;
}
.o-single-article__pdf-block .o-pdf-image {
  align-items: center;
  display: flex;
  width: 136px;
}
@media (max-width: 768px) {
  .o-single-article__pdf-block .o-pdf-image {
    margin: 0 0 16px;
  }
}
.o-single-article__pdf-block .o-pdf-image img {
  max-height: 100%;
  width: 100%;
}
.o-single-article__pdf-block .o-modal__checkbox {
  display: flex;
}
.o-single-article__pdf-block .o-modal__checkbox label {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.o-single-article__pdf-block .o-modal__checkbox label a {
  text-decoration: underline;
}
.o-single-article__sources-block {
  border-top: 1px solid #d9d2ce;
  font-family: Tenon, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 0 55px;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-article__sources-block {
    margin: auto;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .o-single-article__sources-block {
    padding: 15px 0 35px;
  }
}
.o-single-article__sources-block .o-sources-block {
  color: #3c3030;
  font-size: 18px;
  line-height: 20px;
}
.o-single-article__sources-block .o-sources-block ol,
.o-single-article__sources-block .o-sources-block ul {
  margin: 0 0 0 20px;
}
.o-single-article__sources-block .o-sources-block ol li,
.o-single-article__sources-block .o-sources-block ul li {
  list-style: decimal !important;
  margin: 0 0 10px;
}
.o-single-article__sources-block .o-sources-block a {
  text-decoration: underline;
}
.o-single-article__sources-block .o-sources-block sup {
  font-size: 12px;
}
.o-single-article__useful-block {
  border-top: 1px solid #d9d2ce;
  font-family: Tenon, sans-serif;
  margin: 0;
  padding: 15px 0 55px;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-article__useful-block {
    margin: auto;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .o-single-article__useful-block {
    padding: 15px 0 35px;
  }
}
.o-single-article__useful-block .o-useful-block {
  display: flex;
}
.o-single-article__useful-block .o-vote-block {
  align-items: center;
  background-color: transparent;
  border: 1px solid #7090b0;
  border-radius: 4px;
  color: #7090b0;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: space-evenly;
  padding: 15px;
  position: relative;
  transition: opacity 0.25s ease-in-out;
  width: 100px;
}
.o-single-article__useful-block .o-vote-block:hover {
  opacity: 0.7;
}
.o-single-article__useful-block .o-vote-block.is-clicked {
  background-color: #7090b0;
  color: #fff;
  transition: background-color 0.25s ease-in-out;
}
.o-single-article__useful-block .o-vote-block.hover-disabled:hover {
  opacity: 1;
}
.o-single-article__useful-block .o-vote-block__no {
  margin: 0 0 0 5px;
}
.o-single-article__useful-block .o-vote-block__clicked {
  display: none;
}
.o-single-article .o-actions {
  margin: 80px auto 0;
}
@media (max-width: 1024px) {
  .o-single-article .o-actions {
    margin: 50px auto 55px;
  }
}
@media (max-width: 768px) {
  .o-single-article .o-actions {
    margin: 10px auto 45px;
  }
}
.o-single-article .o-actions__block {
  margin: 0;
}
.o-single-article__mobile-socials-block {
  display: none;
}
@media (max-width: 1024px) {
  .o-single-article__mobile-socials-block {
    display: block;
    margin: 0 auto 30px;
    width: 90%;
  }
  .o-single-article__mobile-socials-block .o-socials {
    left: inherit;
    position: static;
    top: inherit;
  }
}
.o-single-article__mobile-newsletter-block {
  display: none;
}
@media (max-width: 1024px) {
  .o-single-article__mobile-newsletter-block {
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }
  .o-single-article__mobile-newsletter-block .o-newsletter-block--article {
    border-radius: 8px;
    position: static;
    top: inherit;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .o-single-article__mobile-newsletter-block .o-newsletter-block--article .o-newsletter-block__image {
    display: none;
  }
  .o-single-article__mobile-newsletter-block .o-newsletter-block--article .o-newsletter-block__text {
    width: 96%;
  }
  .o-single-article__mobile-newsletter-block .o-newsletter-block--article .o-newsletter-block__input {
    width: 75%;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .o-single-article__mobile-newsletter-block .o-newsletter-block--article .o-newsletter-block__input {
    height: 15px;
    width: 64%;
  }
}
@media (max-width: 1024px) {
  .o-single-article__mobile-newsletter-block .message {
    margin: 0;
  }
}
.o-single-article__poll-block {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-article__poll-block {
    margin: auto;
    width: 85%;
  }
}
.o-single-article__poll-block iframe {
  width: 100%;
}
.single .o-page-position {
  margin: 0;
  padding: 0 0 80px;
}
.o-trombinoscope {
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 0 55px;
}
@media (max-width: 768px) {
  .o-trombinoscope {
    padding: 0 0 60px;
    position: relative;
    top: 0;
  }
}
.o-trombinoscope__left-block {
  display: flex;
  justify-content: center;
  position: relative;
  width: 28%;
}
@media (max-width: 768px) {
  .o-trombinoscope__left-block {
    display: none;
  }
}
.o-trombinoscope__left-block .o-left-block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 365px;
  margin: 80px;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
.o-trombinoscope__left-block .o-left-block__anchors {
  margin: 0 0 20px;
}
.o-trombinoscope__left-block .o-left-block.fixed {
  left: 40px;
  position: sticky;
  top: 130px;
}
@media (max-width: 1024px) {
  .o-trombinoscope__left-block .o-left-block {
    margin: 80px 40px;
  }
}
.o-trombinoscope__right-block {
  width: 68%;
}
@media (max-width: 768px) {
  .o-trombinoscope__right-block {
    margin: auto;
    width: 85%;
  }
}
.o-trombinoscope__right-block .o-right-block {
  color: #323232;
}
.o-trombinoscope__right-block .o-right-block__introduction-text {
  margin: 70px 0 55px;
  width: 70%;
}
@media (max-width: 768px) {
  .o-trombinoscope__right-block .o-right-block__introduction-text {
    margin: 40px 0;
    width: 100%;
  }
}
.o-trombinoscope__right-block .o-right-block__introduction-text sup {
  font-size: 14px;
}
.o-trombinoscope__right-block .o-right-block__section {
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .o-trombinoscope__right-block .o-right-block__section {
    margin: 0 0 40px;
  }
}
.o-trombinoscope__right-block .o-right-block__section .o-project {
  align-items: flex-start;
  background-color: #fff;
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/trombinoscope-background.03cc250f.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 250px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  margin: 30px 15px 15px;
  padding: 0 20px 20px;
  width: 325px;
}
@media (max-width: 768px) {
  .o-trombinoscope__right-block .o-right-block__section .o-project {
    margin: 10px auto;
    width: 100%;
  }
}
.o-trombinoscope__right-block .o-right-block__section .o-project:nth-of-type(odd) {
  margin: 30px 15px 15px 0;
}
@media (max-width: 768px) {
  .o-trombinoscope__right-block .o-right-block__section .o-project:nth-of-type(odd) {
    margin: 10px auto;
  }
}
.o-trombinoscope__right-block .o-right-block__section .o-project__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.o-trombinoscope__right-block .o-right-block__section .o-project__pic {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  height: 120px;
  margin: 25px 0;
  width: 120px;
}
@media (max-width: 768px) {
  .o-trombinoscope__right-block .o-right-block__section .o-project__pic {
    margin: 25px 0 20px;
  }
}
.o-trombinoscope__right-block .o-right-block__section .o-project__author-name {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #323232;
  display: -webkit-box;
  font-family: Tenon, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .o-trombinoscope__right-block .o-right-block__section .o-project__author-name {
    font-size: 18px;
    line-height: 20px;
  }
}
.o-trombinoscope__right-block .o-right-block__section .o-project__description {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #323232;
  display: -webkit-box;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 22px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o-trombinoscope__right-block .o-right-block__section .o-project .o-blue-more-btn {
  font-size: 16px;
  line-height: 24px;
}
.o-trombinoscope__right-block .o-right-block__section .o-project .o-blue-more-btn:after {
  height: 9px;
  right: -20px;
  top: 8px;
  width: 5px;
}
.o-trombinoscope__right-block .o-right-block__section .o-project__tags-block {
  margin: 15px 0 0 -5px;
}
.o-trombinoscope__right-block .o-right-block__section .o-project__tags-block .o-tags {
  margin: 5px;
}
.o-trombinoscope__right-block .o-right-block__section h2,
.o-trombinoscope__right-block .o-right-block__section h3,
.o-trombinoscope__right-block .o-right-block__section h4 {
  color: #3c3030;
  font-family: Tenon, sans-serif;
  font-weight: 700;
  margin: 0 0 20px;
}
.o-trombinoscope__right-block .o-right-block__section h2 {
  font-size: 36px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .o-trombinoscope__right-block .o-right-block__section h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.o-trombinoscope__right-block .o-right-block__section h3 {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .o-trombinoscope__right-block .o-right-block__section h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.o-trombinoscope__right-block .o-right-block__section h4 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .o-trombinoscope__right-block .o-right-block__section h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
.o-trombinoscope__right-block .o-right-block__section sup {
  font-size: 14px;
}
.o-trombinoscope__right-block .o-right-block__section-text {
  font-family: freight-text-pro, sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 34px;
  width: 70%;
}
@media (max-width: 768px) {
  .o-trombinoscope__right-block .o-right-block__section-text {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
    width: 100%;
  }
}
.page-template-ecogestes .o-ecogestes {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1440px;
  padding: 0 0 55px;
  width: 100%;
}
.page-template-ecogestes .o-ecogestes__introduction-text {
  margin: 70px 0 55px 250px;
  width: 70%;
}
@media (max-width: 1024px) {
  .page-template-ecogestes .o-ecogestes__introduction-text {
    margin: 40px auto 20px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .page-template-ecogestes .o-ecogestes__introduction-text {
    font-size: 22px;
    line-height: 32px;
  }
}
.page-template-ecogestes .o-ecogestes__introduction-text a {
  text-decoration: underline;
  transition: color 0.15s ease-in-out;
}
.page-template-ecogestes .o-ecogestes__introduction-text a:hover {
  color: #8ba6c1;
}
.page-template-ecogestes .o-ecogestes__introduction-text strong {
  font-weight: 700;
}
.page-template-ecogestes .o-ecogestes__introduction-text em {
  font-style: italic;
}
.page-template-ecogestes .o-ecogestes__sub-categories-container {
  margin: auto;
  width: 90%;
}
.page-template-ecogestes .o-ecogestes__sub-categories-container .o-sub-categories-container {
  display: flex;
  margin: 0 0 40px;
}
@media (max-width: 1024px) {
  .page-template-ecogestes .o-ecogestes__sub-categories-container .o-sub-categories-container {
    flex-direction: column;
  }
}
.page-template-ecogestes .o-ecogestes__sub-categories-container .o-sub-categories-container__left-block {
  width: 20%;
}
@media (max-width: 1024px) {
  .page-template-ecogestes .o-ecogestes__sub-categories-container .o-sub-categories-container__left-block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-template-ecogestes .o-ecogestes__sub-categories-container .o-sub-categories-container__anchors {
    font-size: 24px;
  }
  .page-template-ecogestes .o-ecogestes__sub-categories-container .o-sub-categories-container__anchors:after {
    top: 8px;
  }
}
.page-template-ecogestes .o-ecogestes__sub-categories-container .o-sub-categories-container__right-block {
  width: 80%;
}
@media (max-width: 1024px) {
  .page-template-ecogestes .o-ecogestes__sub-categories-container .o-sub-categories-container__right-block {
    width: 100%;
  }
}
.page-template-ecogestes
  .o-ecogestes__sub-categories-container
  .o-sub-categories-container__right-block
  .o-right-block__description {
  margin: 0 0 30px 15px;
  width: 70%;
}
@media (max-width: 1024px) {
  .page-template-ecogestes
    .o-ecogestes__sub-categories-container
    .o-sub-categories-container__right-block
    .o-right-block__description {
    margin: 15px auto 25px;
    width: 100%;
  }
}
.page-template-ecogestes
  .o-ecogestes__sub-categories-container
  .o-sub-categories-container__right-block
  .o-right-block__items-block {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .page-template-ecogestes
    .o-ecogestes__sub-categories-container
    .o-sub-categories-container__right-block
    .o-right-block__items-block {
    flex-direction: column;
  }
}
.page-template-ecogestes
  .o-ecogestes__sub-categories-container
  .o-sub-categories-container__right-block
  .o-right-block__items-link {
  display: block;
  margin: 0 15px 30px;
  width: calc(33.33333% - 30px);
}
@media (max-width: 1024px) {
  .page-template-ecogestes
    .o-ecogestes__sub-categories-container
    .o-sub-categories-container__right-block
    .o-right-block__items-link {
    margin: 0 auto 25px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-template-ecogestes
    .o-ecogestes__sub-categories-container
    .o-sub-categories-container__right-block
    .o-right-block__items-link {
    margin: 0 auto 15px;
  }
}
.page-template-ecogestes
  .o-ecogestes__sub-categories-container
  .o-sub-categories-container__right-block
  .o-right-block__items-link:hover
  .o-item__subtitle {
  background-color: #d9d2ce;
  transition: background-color 0.25s ease-in-out;
}
.page-template-ecogestes .o-ecogestes__sub-categories-container .o-sub-categories-container__right-block .o-item {
  border-radius: 8px;
  height: 270px;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-template-ecogestes .o-ecogestes__sub-categories-container .o-sub-categories-container__right-block .o-item {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .page-template-ecogestes .o-ecogestes__sub-categories-container .o-sub-categories-container__right-block .o-item {
    height: 270px;
  }
}
.page-template-ecogestes
  .o-ecogestes__sub-categories-container
  .o-sub-categories-container__right-block
  .o-item__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 70%;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-template-ecogestes
    .o-ecogestes__sub-categories-container
    .o-sub-categories-container__right-block
    .o-item__image {
    height: 80%;
  }
}
@media (max-width: 768px) {
  .page-template-ecogestes
    .o-ecogestes__sub-categories-container
    .o-sub-categories-container__right-block
    .o-item__image {
    height: 70%;
  }
}
.page-template-ecogestes
  .o-ecogestes__sub-categories-container
  .o-sub-categories-container__right-block
  .o-item__subtitle {
  align-items: center;
  background-color: #f0ecea;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 30%;
  line-height: 20px;
  padding: 0 15px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1024px) {
  .page-template-ecogestes
    .o-ecogestes__sub-categories-container
    .o-sub-categories-container__right-block
    .o-item__subtitle {
    height: 20%;
  }
}
@media (max-width: 768px) {
  .page-template-ecogestes
    .o-ecogestes__sub-categories-container
    .o-sub-categories-container__right-block
    .o-item__subtitle {
    height: 30%;
  }
}
.page-template-ecogestes .o-numbers {
  background-color: transparent;
  height: auto;
  margin: 0 0 65px 250px;
  width: 80%;
}
@media (max-width: 1024px) {
  .page-template-ecogestes .o-numbers {
    margin: 0 auto 50px;
    padding: 0;
    width: 90%;
  }
}
.page-template-ecogestes .o-numbers__container {
  margin: 0;
}
@media (max-width: 1024px) {
  .page-template-ecogestes .o-numbers__container {
    margin: auto;
  }
}
@media (max-width: 768px) {
  .page-template-ecogestes .o-numbers__container {
    max-width: 100%;
    width: 100%;
  }
}
.page-template-ecogestes .o-numbers__container .o-left {
  display: none;
}
.page-template-ecogestes .o-numbers__container .o-right {
  width: 100%;
}
.o-action-area {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1440px;
  padding: 0 0 50px;
  width: 90%;
}
@media (max-width: 768px) {
  .o-action-area {
    padding: 0 0 60px;
    position: relative;
  }
}
.o-action-area__introduction-text {
  margin: 70px 0 55px;
  width: 75%;
}
@media (max-width: 768px) {
  .o-action-area__introduction-text {
    margin: 40px 0;
    width: 100%;
  }
}
.o-action-area__article-spotlight {
  width: 100%;
}
.o-action-area .o-articles {
  margin: 100px auto 35px;
  width: 100%;
}
.o-action-area .o-articles__container {
  max-width: 100%;
}
@media (max-width: 768px) {
  .o-action-area .o-articles__container .o-trendings__article .o-image__link {
    align-items: flex-start;
    flex-direction: column;
  }
  .o-action-area .o-articles__container .o-trendings__article .o-image__link .o-article-wrapper {
    width: 100%;
  }
}
.o-action-area .o-articles__trendings .o-trendings__link {
  margin: 0 0 0 25px;
}
@media (max-width: 1024px) {
  .o-action-area .o-articles__trendings .o-trendings__link {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 768px) {
  .o-action-area .o-articles__trendings .o-trendings__link {
    margin: 0;
  }
}
.o-action-area .o-articles__link {
  left: 0;
  position: sticky;
  top: 120px;
}
@media (max-width: 1024px) {
  .o-action-area .o-articles__link {
    left: inherit;
    position: inherit;
    top: inherit;
  }
}
.o-action-area .o-numbers {
  width: 100%;
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-action-area .o-numbers .o-number__highlight {
    font-size: 95px;
    line-height: 100px;
  }
}
@media (device-width: 834px) and (device-height: 1112px) and (orientation: portrait) {
  .o-action-area .o-numbers .o-number__highlight {
    font-size: 95px;
  }
}
.o-action-area .o-actions {
  width: 100%;
}
@media (max-width: 1024px) {
  .o-action-area .o-actions {
    margin: 30px auto 15px;
  }
}
.o-action-area .o-actions__container {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .o-action-area .o-actions__container .o-tags {
    display: none;
  }
}
@media (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .o-action-area .o-actions__container .o-tags {
    display: flex;
  }
}
.o-action-area__publications {
  display: flex;
  justify-content: space-between;
  margin: 25px auto;
}
@media (max-width: 1024px) {
  .o-action-area__publications {
    flex-direction: column;
    margin: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .o-action-area__publications {
    margin: 30px 0 50px;
  }
}
.o-action-area__publications .o-publications__left-block {
  width: 19%;
}
@media (max-width: 1024px) {
  .o-action-area__publications .o-publications__left-block {
    margin: 0 0 30px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-action-area__publications .o-publications__left-block {
    margin: 0 0 20px;
    width: 80%;
  }
  .o-action-area__publications .o-publications__left-block .o-blue-more-btn:after {
    top: 5px;
  }
}
.o-action-area__publications .o-publications__left-block .o-left-block__description {
  margin: 15px 0 25px;
}
.o-action-area__publications .o-our-publications {
  width: 75%;
}
@media (max-width: 1024px) {
  .o-action-area__publications .o-our-publications {
    width: 100%;
  }
}
.o-single-ecogeste {
  display: flex;
  margin: auto;
  max-width: 1440px;
  padding: 0 0 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .o-single-ecogeste {
    padding: 0 0 110px;
    position: relative;
    top: 0;
  }
}
.o-single-ecogeste__left-block {
  display: flex;
  justify-content: center;
  position: relative;
  width: 28%;
}
@media (max-width: 768px) {
  .o-single-ecogeste__left-block {
    display: none;
  }
}
.o-single-ecogeste__left-block .o-left-block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 460px;
  margin: 80px 0 0;
  width: 50%;
}
@media (max-width: 1024px) {
  .o-single-ecogeste__left-block .o-left-block {
    height: 650px;
  }
}
.o-single-ecogeste__left-block .o-left-block.fixed {
  left: 40px;
  position: sticky;
  top: 130px;
}
.o-single-ecogeste__left-block .o-left-block__anchors {
  display: inline-block;
  margin: 0 0 20px;
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-single-ecogeste__left-block .o-left-block__anchors {
    font-size: 16px;
  }
}
@media (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .o-single-ecogeste__left-block .o-left-block__anchors {
    font-size: 15px;
    line-height: 22px;
  }
}
.o-single-ecogeste__right-block {
  margin: 70px 0 0;
  width: 68%;
}
@media (max-width: 768px) {
  .o-single-ecogeste__right-block {
    margin: 40px auto 30px;
    width: auto;
  }
}
.o-single-ecogeste__right-block .o-right-block__subtitle {
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-ecogeste__right-block .o-right-block__subtitle {
    margin: 0 auto 20px;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .o-single-ecogeste__right-block .o-right-block__subtitle {
    width: 85%;
  }
}
.o-single-ecogeste__right-block h2,
.o-single-ecogeste__right-block h3,
.o-single-ecogeste__right-block h4 {
  color: #3c3030;
  font-family: Tenon, sans-serif;
  font-weight: 700;
  margin: 0 0 20px;
}
.o-single-ecogeste__right-block h2 {
  font-size: 36px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .o-single-ecogeste__right-block h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.o-single-ecogeste__right-block h3 {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .o-single-ecogeste__right-block h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.o-single-ecogeste__right-block h4 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .o-single-ecogeste__right-block h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
.o-single-ecogeste__right-block li,
.o-single-ecogeste__right-block ul {
  list-style: disc;
}
.o-single-ecogeste__right-block ul {
  margin: 0 0 0 20px;
}
.o-single-ecogeste__right-block strong {
  font-weight: 700;
}
.o-single-ecogeste__right-block em {
  font-style: italic;
}
.o-single-ecogeste__right-block sup {
  font-size: 14px;
}
.o-single-ecogeste__right-block .o-in-depth-subjects {
  margin: 50px 0 0;
}
@media (max-width: 1024px) {
  .o-single-ecogeste__right-block .o-in-depth-subjects {
    margin: 50px auto 0;
  }
}
.o-single-ecogeste__right-block .o-donation {
  background-color: transparent;
  height: auto;
  justify-content: center;
  margin: 0 0 55px;
  width: 70%;
}
@media (max-width: 1024px) {
  .o-single-ecogeste__right-block .o-donation {
    margin: 0 auto 50px;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .o-single-ecogeste__right-block .o-donation {
    width: 85%;
  }
}
.o-common-pages__content {
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 0 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .o-common-pages__content {
    padding: 0 0 20px;
    position: relative;
  }
}
.o-common-pages__left-block {
  display: flex;
  justify-content: center;
  position: relative;
  width: 28%;
}
@media (max-width: 768px) {
  .o-common-pages__left-block {
    display: none;
  }
}
.o-common-pages__left-block .o-left-block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 80vh;
  margin: 80px;
  overflow-y: scroll;
  position: relative;
}
.o-common-pages__left-block .o-left-block.fixed {
  left: 40px;
  position: sticky;
  top: 130px;
}
@media (max-width: 1024px) {
  .o-common-pages__left-block .o-left-block {
    margin: 80px 40px;
  }
}
.o-common-pages__right-block {
  padding: 0 0 80px;
  width: 68%;
}
@media (max-width: 768px) {
  .o-common-pages__right-block {
    margin: auto;
    padding: 0;
    width: 85%;
  }
}
.o-common-pages__right-block .o-right-block__container {
  margin: 70px 0 0;
  width: 70%;
}
@media (max-width: 768px) {
  .o-common-pages__right-block .o-right-block__container {
    margin: 40px auto;
    width: 100%;
  }
}
.o-common-pages__right-block .o-right-block__container .o-single-article__small-image {
  max-width: 100%;
}
.o-common-pages__right-block .o-right-block__container .o-faq,
.o-common-pages__right-block .o-right-block__container .o-single-article__did-you-know,
.o-common-pages__right-block .o-right-block__container .o-single-article__highlighted-infos,
.o-common-pages__right-block .o-right-block__container .o-single-article__introduction-text,
.o-common-pages__right-block .o-right-block__container .o-single-article__paragraph-block,
.o-common-pages__right-block .o-right-block__container .o-single-article__pdf-block,
.o-common-pages__right-block .o-right-block__container .o-single-article__publications-block,
.o-common-pages__right-block .o-right-block__container .o-single-article__push-image,
.o-common-pages__right-block .o-right-block__container .o-single-article__quote,
.o-common-pages__right-block .o-right-block__container .o-single-article__sources-block,
.o-common-pages__right-block .o-right-block__container .o-single-article__video-block {
  width: 100%;
}
.o-common-pages__right-block .o-right-block__container .o-single-article__big-image-block {
  left: inherit;
}
@media (min-width: 1441px) {
  .o-common-pages__right-block .o-right-block__container .o-single-article__big-image-block {
    left: inherit;
  }
}
@media (max-width: 1280px) {
  .o-common-pages__right-block .o-right-block__container .o-single-article__big-image-block {
    left: inherit;
  }
}
@media (max-width: 1199px) {
  .o-common-pages__right-block .o-right-block__container .o-single-article__big-image-block {
    left: inherit;
  }
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-common-pages__right-block .o-right-block__container .o-single-article__big-image-block {
    left: inherit;
  }
}
@media (max-width: 1024px) {
  .o-common-pages__right-block .o-right-block__container .o-single-article__big-image-block {
    left: inherit;
    width: 100%;
  }
}
.o-common-pages__right-block .o-right-block__container .o-common-big-image__big-image-block {
  left: -41.5%;
  margin: 0 0 55px;
  max-width: 1260px;
  position: relative;
  width: 181%;
}
@media (max-width: 1024px) {
  .o-common-pages__right-block .o-right-block__container .o-common-big-image__big-image-block {
    margin: 0 auto 55px;
  }
}
@media (max-width: 768px) {
  .o-common-pages__right-block .o-right-block__container .o-common-big-image__big-image-block {
    left: inherit;
    width: 100%;
  }
}
.o-common-pages__right-block .o-right-block__container .o-common-big-image__big-image-block .o-big-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 99%;
}
.o-common-pages__right-block .o-right-block__container .o-common-big-image__big-image-block .o-caption {
  color: #3c3030;
  font-family: Tenon, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 15px 0 0;
}
@media (max-width: 768px) {
  .o-common-pages__right-block .o-right-block__container .o-common-big-image__big-image-block .o-caption {
    font-size: 14px;
    line-height: 16px;
    margin: 15px auto 0;
    width: 85%;
  }
}
.o-common-pages__right-block .o-right-block__container .o-donation {
  background-color: transparent;
  height: auto;
  justify-content: center;
  margin: 0 auto 55px;
}
.o-common-pages__right-block h2,
.o-common-pages__right-block h3,
.o-common-pages__right-block h4 {
  color: #3c3030;
  font-family: Tenon, sans-serif;
  font-weight: 700;
  margin: 0 0 20px;
}
.o-common-pages__right-block h2 {
  font-size: 36px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .o-common-pages__right-block h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.o-common-pages__right-block h3 {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .o-common-pages__right-block h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.o-common-pages__right-block h4 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .o-common-pages__right-block h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
.o-common-pages__right-block li,
.o-common-pages__right-block ul {
  list-style: disc;
}
.o-common-pages__right-block ul {
  margin: 0 0 0 20px;
}
.o-common-pages__right-block strong {
  font-weight: 700;
}
.o-common-pages__right-block em {
  font-style: italic;
}
.o-common-pages__right-block sup {
  font-size: 14px;
}
.screen-reader-text {
  display: none;
}
.o-filters {
  background-color: #7090b0;
  padding: 40px 0 50px;
  position: sticky;
  top: 60px;
  transition: 0.2s ease-in-out;
  width: 100%;
  z-index: 100;
}
@media (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  .o-filters {
    margin: 0 0 50px;
    position: relative;
  }
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-filters {
    margin: 0 0 50px;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .o-filters {
    margin: 0 0 50px;
    padding: 40px 0 20px;
    position: relative;
    top: 0;
  }
}
@media (max-width: 768px) {
  .o-filters {
    margin: 0 0 40px;
    padding: 20px 0;
    transition: none;
  }
}
.o-filters__mobile-research {
  display: none;
}
@media (max-width: 768px) {
  .o-filters__mobile-research {
    display: flex !important;
    height: 50px;
  }
  .o-filters__mobile-research .o-research {
    display: flex !important;
    height: auto;
  }
  .o-filters__mobile-research .o-research__input-text {
    font-size: 18px;
    height: 50px;
    line-height: 24px;
  }
  .o-filters__mobile-research .o-research__submit-btn {
    height: 16px;
    width: 15px;
  }
}
.o-filters__container {
  align-items: center;
  display: flex;
  margin: auto;
  width: 100%;
}
@media (min-width: 1441px) {
  .o-filters__container {
    width: 90%;
  }
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-filters__container {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .o-filters__container {
    flex-wrap: wrap;
    padding: 0 0 30px;
    width: 95%;
  }
}
@media (device-width: 834px) and (device-height: 1112px) and (orientation: portrait) {
  .o-filters__container {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .o-filters__container {
    justify-content: center;
  }
}
.o-filters__item {
  display: flex;
  flex-direction: column;
  margin: 0 50px 0 0;
  position: relative;
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .o-filters__item {
    margin: 0 50px 20px 0;
  }
}
@media (max-width: 1024px) {
  .o-filters__item {
    margin: 0 50px 20px 0;
  }
}
@media (max-width: 768px) {
  .o-filters__item {
    margin: 0;
    width: 100%;
  }
}
.o-filters__item:after {
  background-image: url(/wp-content/themes/fnh-theme/assets/build/images/blue-down-single-chevron-icon.8babbdf1.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 55px;
  width: 9px;
}
@media (max-width: 768px) {
  .o-filters__item:after {
    top: 85px;
  }
  .o-filters__item .o-form__input-select {
    max-width: inherit;
    width: 100%;
  }
}
.o-filters__form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1440px;
  position: relative;
  width: 90%;
}
@media (max-width: 1024px) {
  .o-filters__form {
    margin: 5px 3vw;
  }
}
@media (max-width: 768px) {
  .o-filters__form {
    margin: auto;
  }
}
.o-filters__form:after {
  border: solid #7090b0;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 20px;
  top: 51px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.o-filters__name {
  color: #fff;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 12px;
}
@media (max-width: 768px) {
  .o-filters__name {
    margin: 30px 0 12px;
  }
}
.o-filters__matching-results {
  margin: auto;
  max-width: 85%;
  padding: 50px 0 30px;
  width: 100%;
}
@media (min-width: 1441px) {
  .o-filters__matching-results {
    max-width: 1368px;
    width: 68%;
  }
}
@media (max-width: 768px) {
  .o-filters__matching-results {
    margin: 0 auto 40px;
    padding: 0;
    position: relative;
  }
}
.o-filters__matching-results .o-matching-results__text {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  margin: 0 0 25px;
  width: 75%;
}
@media (max-width: 768px) {
  .o-filters__matching-results .o-matching-results__text {
    font-size: 22px;
    line-height: 32px;
    width: 100%;
  }
}
.o-filters__matching-results .o-matching-results__found {
  color: #323232;
  font-family: Tenon, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 26px 0 0;
}
.o-filters__matching-results .o-matching-results__found span {
  font-weight: 700;
}
.o-filters__articles-block .o-articles {
  margin: auto;
  padding: 0;
}
.o-filters__articles-block .o-articles__content {
  justify-content: center;
}
.o-filters__articles-block .o-articles__trendings {
  width: 75%;
}
@media (max-width: 1024px) {
  .o-filters__articles-block .o-articles__trendings {
    margin: auto;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .o-filters__articles-block .o-articles__trendings {
    width: 100%;
  }
  .o-filters__articles-block .o-articles__trendings .o-our-publications-item > a {
    width: 30%;
  }
  .o-filters__articles-block .o-articles__trendings .o-our-publications-item__image {
    width: 100%;
  }
}
.o-filters__articles-block .o-actions__block {
  width: 100%;
}
.o-filters__articles-block .o-actions__block-text {
  left: 30px;
}
@media (max-width: 768px) {
  .page-template-think-tank .o-page-position {
    padding: 0;
  }
}
.page-template-think-tank .o-banner__container .o-socials {
  display: none;
}
.page-template-think-tank .o-think-tank__container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1440px;
  width: 100%;
}
.page-template-think-tank .o-think-tank__top-block {
  display: flex;
  margin: 70px 0 55px;
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__top-block {
    flex-direction: column-reverse;
    margin: 70px auto 30px;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__top-block {
    margin: 40px auto 30px;
  }
}
.page-template-think-tank .o-think-tank__top-block .o-single-article__block-left {
  display: flex;
  justify-content: center;
  width: 27%;
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__top-block .o-single-article__block-left {
    margin: 10px 0 0;
  }
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__top-block .o-single-article__block-left {
    justify-content: flex-start;
  }
}
.page-template-think-tank .o-think-tank__top-block .o-single-article__block-left .o-socials {
  left: inherit;
  margin: 15px 0 0;
  position: inherit;
  top: inherit;
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__top-block .o-single-article__block-left .o-socials__link--facebook {
    margin: 0 8px 0 0;
  }
}
.page-template-think-tank .o-think-tank__top-block .o-single-article__block-right,
.page-template-think-tank .o-think-tank__top-block .o-single-article__block-right .o-single-article__introduction-text {
  margin: 0;
}
.page-template-think-tank
  .o-think-tank__top-block
  .o-single-article__block-right
  .o-single-article__introduction-text
  a {
  color: #7090b0;
  text-decoration: underline;
}
.page-template-think-tank
  .o-think-tank__top-block
  .o-single-article__block-right
  .o-single-article__introduction-text
  a:hover {
  color: #8ba6c1;
}
@media (max-width: 1024px) {
  .page-template-think-tank
    .o-think-tank__top-block
    .o-single-article__block-right
    .o-single-article__introduction-text {
    margin: 0;
    width: 100%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 100px;
}
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__paragraph-block,
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__push-image {
  width: 46%;
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__paragraph-block,
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__push-image {
    width: 85%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__paragraph-block {
  margin: 0;
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__paragraph-block {
    font-size: 20px;
    line-height: 30px;
  }
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__paragraph-block p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 40px;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__paragraph-block strong {
  font-weight: 700;
}
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__paragraph-block em {
  font-style: italic;
}
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__paragraph-block sup {
  font-size: 14px;
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__push-image .o-push-image__container {
    flex-direction: row-reverse;
  }
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__push-image .o-image {
    margin: 0 0 0 20px;
  }
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__push-image .o-title {
    width: 71%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-articles {
  margin: 70px auto 120px;
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-articles {
    margin: 70px auto 50px;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-action-area__publications {
  margin: 0 auto 80px;
  width: 86%;
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-action-area__publications .o-publications__left-block {
    width: 100%;
  }
  .page-template-think-tank .o-think-tank__bottom-block .o-action-area__publications .o-our-publications-item > a {
    width: 30%;
  }
  .page-template-think-tank
    .o-think-tank__bottom-block
    .o-action-area__publications
    .o-our-publications-item
    > a
    .o-our-publications-item__image {
    width: 100%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block--article {
  align-items: center;
  border-radius: 8px;
  display: flex;
  height: 462px;
  justify-content: center;
  margin: 0 0 80px;
  position: inherit;
  top: inherit;
  width: 97%;
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block--article {
    height: auto;
    margin: 0 0 50px;
    width: 85%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block--article.fixed {
  left: inherit;
  position: inherit;
  top: inherit;
}
.page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__close-btn {
  display: none;
}
.page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__image {
  height: 170px;
  margin: 0 150px 0 0;
  width: 170px;
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__image {
    height: 120px;
    margin: 0;
    width: 120px;
  }
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__image {
    height: 120px;
    margin: 0;
    width: 120px;
  }
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__image {
    height: 105px;
    margin: 0 0 15px;
    width: 105px;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__title {
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 15px;
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__title {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__title {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__text {
  font-size: 24px;
  line-height: 38px;
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__text {
    font-size: 20px;
    line-height: 35px;
  }
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__text {
    font-size: 20px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__text {
    font-size: 18px;
    line-height: 22px;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__input {
  width: 365px;
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__input {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__input {
    width: 60%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-newsletter-block__checkbox-block label {
  font-size: 16px;
  line-height: 22px !important;
}
.page-template-think-tank .o-think-tank__bottom-block .o-partners-block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 120px;
  width: 86%;
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-partners-block {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-partners-block {
    flex-direction: column;
    margin: 0 auto 50px;
    width: 85%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-partners-block__left-block {
  width: 23%;
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-partners-block__left-block {
    margin: 0 0 20px;
    width: 100%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-partners-block__left-block .o-left-block__description {
  margin: 15px 0 25px;
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-partners-block__left-block .o-left-block__description {
    font-size: 18px;
    margin: 15px 0 5px;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-partners-block__right-block {
  display: flex;
  flex-wrap: wrap;
  width: 78%;
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-partners-block__right-block {
    justify-content: center;
    margin: 0 0 0 -7px;
    width: 100%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-partners-block__right-block .o-right-block a {
  display: inline-block;
}
.page-template-think-tank .o-think-tank__bottom-block .o-partners-block__right-block .o-right-block__partner {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 180px;
  margin: 16px;
  width: calc(33.33333% - 34px);
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-partners-block__right-block .o-right-block__partner {
    height: 145px;
    margin: 7px;
    width: calc(50% - 15px);
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-numbers {
  background-color: transparent;
  margin: 0 auto 20px;
  padding: 0;
  width: 46%;
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-numbers {
    margin: 0 auto;
    width: 85%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-numbers__container {
  justify-content: center;
  max-width: 100%;
  width: 100%;
}
.page-template-think-tank .o-think-tank__bottom-block .o-numbers__container .o-left {
  display: none;
}
.page-template-think-tank .o-think-tank__bottom-block .o-numbers__container .o-right {
  width: 100%;
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-numbers__container .o-right__articles {
    margin: 0 auto 40px;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-numbers__container .o-right__articles .o-container__articles {
  position: relative;
  z-index: 10;
}
.page-template-think-tank .o-think-tank__bottom-block .o-numbers__container .o-right.is-odd .o-right__articles {
  margin: 0;
  width: 100%;
}
.page-template-think-tank
  .o-think-tank__bottom-block
  .o-numbers__container
  .o-right.is-odd
  .o-right__articles
  .o-container__articles
  .o-number {
  font-size: 120px;
  line-height: 130px;
}
@media (max-width: 1024px) {
  .page-template-think-tank
    .o-think-tank__bottom-block
    .o-numbers__container
    .o-right.is-odd
    .o-right__articles
    .o-container__articles
    .o-number {
    font-size: 110px;
    line-height: 120px;
  }
}
@media (max-width: 768px) {
  .page-template-think-tank
    .o-think-tank__bottom-block
    .o-numbers__container
    .o-right.is-odd
    .o-right__articles
    .o-container__articles
    .o-number {
    font-size: 48px;
    line-height: 48px;
  }
}
.page-template-think-tank
  .o-think-tank__bottom-block
  .o-numbers__container
  .o-right.is-odd
  .o-right__articles
  .o-container__articles
  .o-text {
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .page-template-think-tank
    .o-think-tank__bottom-block
    .o-numbers__container
    .o-right.is-odd
    .o-right__articles
    .o-container__articles
    .o-text {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__mobile-socials-block {
  display: none;
}
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__small-image {
  max-width: 46%;
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__small-image {
    max-width: 85%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__big-image-block {
  left: inherit;
  width: 90%;
}
@media (max-width: 1280px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__big-image-block {
    max-width: 1088px;
  }
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__big-image-block {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__big-image-block .o-caption {
    width: 100%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__author-block,
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__did-you-know,
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__pdf-block,
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__poll-block,
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__publications-block,
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__quote,
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__sources-block,
.page-template-think-tank .o-think-tank__bottom-block .o-single-article__video-block {
  width: 46%;
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__author-block,
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__did-you-know,
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__pdf-block,
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__poll-block,
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__publications-block,
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__quote,
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__sources-block,
  .page-template-think-tank .o-think-tank__bottom-block .o-single-article__video-block {
    width: 85%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-faq {
  width: 46%;
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-faq {
    width: 85%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-donation {
  background-color: transparent;
  height: auto;
  justify-content: center;
  margin: 0 auto 55px;
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-donation {
    width: 85%;
  }
}
.page-template-think-tank .o-think-tank__bottom-block .o-trendings__link {
  margin: 0 0 0 15px;
}
@media (min-width: 1441px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-trendings__link {
    margin: 0 0 0 15px;
  }
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-trendings__link {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__bottom-block .o-trendings__link {
    margin: 0 0 20px;
  }
}
.page-template-think-tank .o-think-tank__newsletter-wrapper {
  display: flex;
  justify-content: center;
}
@media (device-width: 1112px) and (device-height: 834px) and (orientation: landscape) {
  .page-template-think-tank .o-think-tank__newsletter-wrapper {
    justify-content: space-evenly;
  }
}
@media (max-width: 1024px) {
  .page-template-think-tank .o-think-tank__newsletter-wrapper {
    justify-content: space-evenly;
  }
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__newsletter-wrapper {
    flex-direction: column;
  }
}
.page-template-think-tank .o-think-tank__newsletter-block-text {
  width: 55%;
}
@media (max-width: 768px) {
  .page-template-think-tank .o-think-tank__newsletter-block-text {
    width: 100%;
  }
  .page-template-think-tank .o-think-tank__newsletter-block-text label {
    font-size: 13px;
    line-height: 16px !important;
  }
}
