@charset "UTF-8";
@font-face {
  font-family: FontRegular;
  src: url("../../fonts/Quicksand-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontMedium;
  src: url("../../fonts/Quicksand-Medium.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontSemiBold;
  src: url("../../fonts/Quicksand-SemiBold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBold;
  src: url("../../fonts/Quicksand-Bold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontLight;
  src: url("../../fonts/Quicksand-Light.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontRegular_inter;
  src: url("../../fonts/Inter_18pt-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontLight_inter;
  src: url("../../fonts/Inter_18pt-Light.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontMedium_inter;
  src: url("../../fonts/Inter_18pt-Medium.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontItalic;
  src: url("../../fonts/Inter_18pt-Italic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontLightItalic;
  src: url("../../fonts/Inter_18pt-LightItalic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontMediumItalic;
  src: url("../../fonts/Inter_18pt-MediumItalic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontSemiBold_inter;
  src: url("../../fonts/Inter_18pt-SemiBold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBold_inter;
  src: url("../../fonts/Inter_18pt-Bold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBold_nunito;
  src: url("../../fonts/Nunito-Bold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontRegular_nunito;
  src: url("../../fonts/Nunito-Regular.ttf") format("truetype");
  font-display: block;
}
.font-regular {
  font-family: FontRegular;
}

.font-medium {
  font-family: FontMedium;
}

.font-semi-bold {
  font-family: FontSemiBold;
}

.font-bold {
  font-family: FontBold;
}

strong,
b {
  font-family: FontBold_inter;
}

strong i,
strong em,
b i,
b em,
i strong,
i b,
em strong,
em b {
  font-family: FontBold_inter;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 782px) {
  .body-with-admin-bar .header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .body-with-admin-bar #wpadminbar {
    position: fixed !important;
  }
}

* {
  font-family: FontRegular, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: FontRegular;
  font-size: 18px;
  transition: all 0.2s linear;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #ffffff;
}
body::-webkit-scrollbar-thumb {
  background-color: #303133;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
a::before, a::after {
  transition: all 0.2s linear;
}

.main-container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1440px;
}

.menu-arrow {
  width: 18px;
  height: 18px;
}
.menu-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
.menu-arrow svg path {
  transition: all 0.2s linear;
}

.link {
  font-family: FontBold_nunito;
  font-size: 16px;
  color: #B49759;
}

.btn {
  font-family: FontSemiBold_inter !important;
  font-size: 14px !important;
  color: #ffffff !important;
  width: fit-content;
  padding: 18px 32px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 1366px) {
  .btn {
    padding: 16px 28px;
  }
}
@media screen and (max-width: 1024px) {
  .btn {
    font-size: 13px;
    padding: 14px 24px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 12px;
    padding: 12px 20px;
  }
}
.btn-gold-default {
  background-color: #B49759 !important;
}
.btn-gold-default:hover {
  background-color: #141618 !important;
  color: #ffffff !important;
}
.btn-gold-extra {
  background-color: #ffffff !important;
  color: #245909 !important;
}
.btn-gold-extra:hover {
  background-color: #B49759 !important;
  color: #ffffff !important;
}
.btn-transparent {
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 16px 30px;
  border: solid 2px #ffffff;
}
@media (max-width: 1366px) {
  .btn-transparent {
    padding: 14px 26px;
  }
}
@media (max-width: 1024px) {
  .btn-transparent {
    padding: 12px 22px;
  }
}
@media (max-width: 767px) {
  .btn-transparent {
    padding: 10px 18px;
  }
}
.btn-transparent:hover {
  background-color: #141618 !important;
  color: #ffffff !important;
}

/* Global mobile buttons (≤500px) */
@media (max-width: 500px) {
  .btn {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .buttons,
  .btn-group,
  .button-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.last-child-without-margin > *:last-child {
  margin-bottom: 0 !important;
}

.wysiwyg-styles p {
  font-family: FontLight_inter;
  font-size: 20px;
  line-height: 34px;
  color: #303133;
  margin-bottom: 12px;
}
.wysiwyg-styles h2,
.wysiwyg-styles h3 {
  font-family: FontBold_inter;
  color: #303133;
  margin-bottom: 8px;
  line-height: 28px;
}
.wysiwyg-styles h2 {
  font-size: 25px;
}
.wysiwyg-styles h3 {
  font-size: 22px;
}
.wysiwyg-styles img {
  max-width: 100%;
  height: auto;
}
.wysiwyg-styles ul {
  padding-left: 20px;
  margin-bottom: 12px;
  list-style-type: disc;
}
.wysiwyg-styles ul li {
  font-size: 16px;
  line-height: 28px;
  color: #303133;
  font-family: FontLight_inter;
  margin-bottom: 6px;
}
.wysiwyg-styles ul li:last-child {
  margin-bottom: 0;
}
.wysiwyg-styles ol {
  list-style-position: inside;
  padding-left: 6px;
}
.wysiwyg-styles ol li {
  font-family: FontLight_inter;
  font-size: 16px;
  line-height: 28px;
  color: #303133;
}
.wysiwyg-styles ol li:last-child {
  margin-bottom: 0;
}
.wysiwyg-styles a {
  font-family: FontBold_inter;
  color: #B49759;
  font-size: 14px;
  line-height: 24px;
}
.wysiwyg-styles a:hover {
  color: rgb(23.2727272727, 23.7575757576, 24.7272727273);
}
.wysiwyg-styles > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:last-child > img {
  margin-bottom: 0 !important;
}
.wysiwyg-styles em {
  font-family: FontLightItalic;
  font-size: 16px;
  line-height: 28px;
  color: #141618;
  margin-bottom: 12px;
}
.wysiwyg-styles .video-wysiwyg {
  clear: both;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 41px;
}
.wysiwyg-styles .video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.wysiwyg-styles .video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .wysiwyg-styles p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .wysiwyg-styles h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .wysiwyg-styles h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .wysiwyg-styles p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .wysiwyg-styles h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .wysiwyg-styles h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.topbar {
  background-color: #B49759;
}
.topbar .topbar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 39px;
  padding: 12px 16px;
}
.topbar .topbar-inner .content {
  font-family: FontMedium_inter;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

.main-header {
  width: 100%;
  position: relative;
  z-index: 1002;
  background-color: #F1F1F1;
  box-shadow: 0px 5px 22.8px rgba(0, 0, 0, 0.1);
}
.main-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}
.main-header .header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 16px;
  min-height: 105px;
}
.main-header .header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-header .header-right.animated {
  animation: fadeSlideDown 0.4s ease-out;
}
.main-header .logo {
  margin-right: 32px;
  display: flex;
  align-items: center;
  height: 105px;
}
.main-header .logo img {
  max-width: 100%;
  max-height: 85px;
  object-fit: contain;
  display: block;
}
.main-header .main-nav > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.main-header .main-nav > ul li {
  list-style: none;
}
.main-header .main-nav > ul li a {
  position: relative;
  font-size: 14px;
  font-family: FontRegular;
  color: #303133;
}
.main-header .main-nav > ul li a:hover {
  color: #B49759;
}
.main-header .main-nav > ul li.current-menu-item > a {
  color: #B49759;
}
.main-header .main-nav > ul li.current-menu-item > a::after {
  background-image: url("../../images/icons/arrow-down-gold.svg");
}

.burger-cta-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 1366px) {
  .main-header .header-inner {
    padding: 0px 16px;
  }
  .main-header .main-nav ul {
    gap: 24px;
  }
  .main-header .main-nav ul a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header {
    position: relative;
  }
  .main-header .header-inner {
    justify-content: space-between;
    min-height: 80px;
  }
  .main-header .main-nav ul {
    flex-direction: column;
    gap: 32px;
    padding-top: 48px;
    padding-bottom: 64px;
  }
  .main-header .main-nav ul > li > a {
    font-size: 20px;
  }
  .main-header .main-nav ul > li > a > span {
    font-family: FontSemiBold;
  }
  .main-header .main-nav ul > li.has-children > ul li.has-sub > a {
    font-family: FontSemiBold;
    font-size: 18px;
  }
  .main-header .main-nav ul > li.has-children > ul li.has-sub > ul > li > a {
    font-size: 18px;
  }
  .main-header .main-nav ul > li.has-children > ul > li > a {
    font-family: FontRegular;
    font-size: 18px;
  }
  .main-header .burger {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .main-header .header-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 16px;
  }
}
html.menu-open {
  overflow: hidden;
  padding-right: var(--sbw, 0px) !important;
}

html.menu-open .main-header.sticky {
  padding-right: var(--sbw, 0px) !important;
}

body.menu-open.hide-top-bar .top-bar {
  display: none !important;
}

@media (max-width: 1024px) {
  .main-header .header-right {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
}
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 18, 28, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 900;
}

body.menu-open .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 6px;
  width: 38px;
  cursor: pointer;
  z-index: 1100;
}
.burger span {
  height: 3px;
  background-color: #303133;
  border-radius: 2px;
  transition: all 0.2s linear;
  transform-origin: center;
}
.burger span:nth-child(1) {
  width: 29px;
  align-self: flex-end;
}
.burger span:nth-child(2) {
  width: 38px;
  align-self: flex-end;
}
.burger span:nth-child(3) {
  width: 19px;
  align-self: flex-end;
}
.burger.active span:nth-child(1) {
  width: 38px;
  transform: rotate(45deg) translate(8px, 7px);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  width: 38px;
  transform: rotate(-45deg) translate(5px, -5px);
}

@media (min-width: 1181px) {
  body.menu-open.add-scrollpad {
    padding-right: 8px !important;
  }
  #header.is-fixed {
    padding-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .burger {
    display: flex;
  }
  .header-right {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    overflow-y: auto;
  }
  .header-right::-webkit-scrollbar {
    width: 0;
  }
  .header-right::-webkit-scrollbar-track, .header-right::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .header-right.hidden {
    display: none;
  }
  .header-right.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.main-nav .submenu.level-2 {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  border: 1px solid #F1F1F1;
  border-top: 0;
  box-shadow: 0px 13px 15.9px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: all 0.2s linear;
  z-index: 20;
}
.main-nav .submenu.level-2.mega-dropdown {
  width: 100%;
  background: #F7F7F7;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  padding: 44px 0;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .donation {
  background-color: rgba(180, 151, 89, 0.1);
  max-width: 310px;
  border-radius: 8px;
  padding: 54px 20px;
  align-self: flex-start;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .donation .title {
  font-family: FontBold;
  font-size: 14px;
  line-height: 28px;
  color: #141618;
  text-align: center;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .donation .donation-info {
  margin-bottom: 24px;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .donation .donation-info .wysiwyg-styles p {
  font-family: FontRegular;
  font-size: 14px;
  line-height: 28px;
  color: #141618;
  text-align: center;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .donation .button {
  text-align: center;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info {
  flex: 1;
  max-width: calc(100% - 310px - 64px);
  display: flex;
  gap: 49px;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info {
  width: calc((100% - 98px) / 3);
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info .mega-title {
  font-family: FontSemiBold;
  font-size: 16px;
  color: #303133;
  text-decoration: none;
  margin-bottom: 16px;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info .mega-title:hover {
  color: #B49759;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 44px;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info ul > li {
  font-family: FontSemiBold;
  font-size: 16px;
  color: #303133;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info ul > li > ul > li {
  font-family: FontSemiBold;
  font-size: 14px;
  color: #303133;
  margin-bottom: 16px;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info ul > li > ul > li a {
  text-decoration: none;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info ul > li > ul > li a:hover {
  color: #B49759;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info ul > li > ul > li > ul > li {
  font-size: 14px;
  font-family: FontRegular_inter;
  color: #303133;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info ul > li > ul > li > ul > li a {
  text-decoration: none;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info ul > li > ul > li > ul > li a:hover {
  color: #B49759;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info ul > li.has-children > .mega-title {
  display: inline-block;
  margin-bottom: 16px;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info ul > li.has-children > ul > li {
  padding-left: 12px;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info ul > li > ul > li.current_page_item > a {
  color: #B49759;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info ul > li > ul .has-sub {
  padding-left: 0 !important;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info ul > li > ul .has-sub > a {
  display: inline-block;
  font-family: FontSemiBold;
  font-size: 14px;
  color: #303133;
  margin-bottom: 16px;
}
.main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info ul > li > ul .has-sub > ul {
  padding-left: 12px;
}

.mega-title.is-highlighted {
  color: #B49759 !important;
}

.main-nav > ul > li.has-children > a {
  position: relative;
  padding-right: 24px;
}
.main-nav > ul > li.has-children > a::after,
.main-nav > ul > li.has-children > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-45%) rotate(0deg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s linear;
  pointer-events: none;
}
.main-nav > ul > li.has-children > a::after {
  background-image: url("../../images/icons/arrow-down.svg");
  opacity: 1;
}
.main-nav > ul > li.has-children > a::before {
  background-image: url("../../images/icons/arrow-down-gold.svg");
  opacity: 0;
}
.main-nav > ul > li.has-children > a:hover {
  color: #B49759;
}
.main-nav > ul > li.has-children > a:hover::before {
  opacity: 1;
}
.main-nav > ul > li.has-children > a:hover::after {
  opacity: 0;
}
.main-nav > ul > li.open > a,
.main-nav > ul > li.opened > a {
  color: #B49759;
}
.main-nav > ul > li.open > a::before,
.main-nav > ul > li.opened > a::before {
  opacity: 1;
  transform: translateY(-50%) rotate(180deg);
}
.main-nav > ul > li.open > a::after,
.main-nav > ul > li.opened > a::after {
  opacity: 0;
}
.main-nav .mobile-submenu {
  display: none;
}

@media (min-width: 1025px) {
  .main-nav > ul > li.has-children > a:hover ::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 43px;
    background: transparent;
    pointer-events: auto;
    cursor: default;
    z-index: 19;
  }
}
@media screen and (max-width: 1440px) {
  .main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper {
    gap: 32px;
  }
  .main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .donation {
    padding: 32px 16px;
  }
  .main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info {
    max-width: calc(100% - 310px - 32px);
    gap: 24px;
  }
  .main-nav .submenu.level-2.mega-dropdown .mega-dropdown-wrapper .other-info .info {
    width: calc((100% - 48px) / 3);
  }
}
@media (min-width: 1025px) {
  .main-nav > ul > li.open > .submenu.level-2 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .main-nav .submenu.level-2.mega-dropdown::-webkit-scrollbar {
    width: 8px;
  }
  .main-nav .submenu.level-2.mega-dropdown::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  .main-nav .submenu.level-2.mega-dropdown::-webkit-scrollbar-thumb {
    background-color: #303133;
  }
}
@media (min-width: 1025px) {
  html.dropdown-open,
  body.dropdown-open {
    overflow: hidden;
  }
}
@media (min-width: 1025px) and (min-width: 1181px) {
  html.dropdown-open {
    padding-right: 8px !important;
  }
  html.dropdown-open .main-header.sticky {
    padding-right: 8px;
  }
}
@media (max-width: 1024px) {
  .main-nav .submenu.level-2.mega-dropdown {
    display: none !important;
  }
  .main-nav .mobile-submenu {
    display: none;
  }
  .main-nav li.open > .mobile-submenu {
    display: block;
  }
  .main-nav > ul > li {
    text-align: center;
  }
  .main-nav .mobile-submenu {
    padding: 0 !important;
    text-align: center;
    overflow: hidden;
  }
  .main-nav .mobile-submenu::before {
    content: "";
    display: block;
    height: 32px;
  }
  .main-nav .mobile-submenu > li:first-child {
    margin-top: 0;
  }
  .main-nav .mobile-submenu > li:last-child {
    margin-bottom: 0;
  }
  .main-nav .mobile-submenu li {
    text-align: center;
    margin-bottom: 8px;
  }
  .main-nav .mobile-submenu li.current-menu-item > a {
    color: #B49759 !important;
  }
  .main-nav .mobile-submenu li > ul {
    padding: 0 !important;
    margin-top: 8px;
    text-align: center;
  }
  .main-nav .mobile-submenu li > ul > li a {
    font-size: 16px;
  }
  .main-nav li.opened > .mobile-submenu > li > a {
    font-size: 18px;
    font-family: FontSemiBold;
  }
  .main-nav > ul > li.has-children > a {
    padding-left: 24px;
  }
}
.intro-section {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.intro-section .intro-content {
  max-width: 866px;
  width: 100%;
  margin: 0 auto;
}
.intro-section .intro-content .title {
  font-family: FontSemiBold;
  font-size: 56px;
  line-height: 72px;
  color: #141618;
  text-align: center;
  margin-bottom: 24px;
}
.intro-section .intro-content .subtitle {
  text-align: center;
  margin-bottom: 64px;
}
.intro-section .intro-content .subtitle.with-button {
  margin-bottom: 40px;
}
.intro-section .intro-content .subtitle.with-contact-info {
  margin-bottom: 48px;
}
.intro-section .intro-content .subtitle.with-phone-info {
  margin-bottom: 40px;
}
.intro-section .intro-content .subtitle .wysiwyg-styles em {
  font-family: FontBold_inter;
  font-size: 20px;
  line-height: 34px;
}
.intro-section .intro-content .buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.intro-section .intro-content .intro-image {
  margin: 0 auto;
}
.intro-section .intro-content .intro-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 459px;
  object-fit: contain;
}
.intro-section .intro-content .contact-wrapper .contact {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  width: fit-content;
  padding: 14px 32px;
  border-radius: 4px;
  margin: 0 auto;
  transition: all 0.2s linear;
}
.intro-section .intro-content .contact-wrapper .contact .icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
}
.intro-section .intro-content .contact-wrapper .contact .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.intro-section .intro-content .contact-wrapper .contact .info {
  display: flex;
  align-items: center;
  font-family: FontSemiBold_inter;
  font-size: 16px;
  line-height: 30px;
  color: #487531;
}
.intro-section .intro-content .contact-wrapper .contact:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.intro-section--secondary {
  padding-top: 96px;
  padding-bottom: 0;
}
.intro-section--secondary .intro-content .title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 16px;
}
.intro-section--secondary.intro-section--with-background {
  padding-bottom: 96px;
}
.intro-section--tertiary {
  padding-top: 0;
  padding-bottom: 96px;
}
.intro-section--tertiary .intro-content .title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 16px;
}
.intro-section.no-padding {
  padding-top: 0;
}
.intro-section--with-background .intro-content .title {
  color: #ffffff;
}
.intro-section--with-background .wysiwyg-styles p {
  color: #ffffff;
}
.intro-section .intro-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.intro-section .intro-bg--blur {
  filter: blur(4px);
  transform: scale(1.05);
}
.intro-section .intro-overlay {
  position: absolute;
  inset: 0;
  background: rgba(41, 63, 30, 0.75);
  z-index: 1;
  mix-blend-mode: multiply;
}
.intro-section .intro-bg--blur.intro-bg {
  filter: blur(4px);
  transform: scale(1.05);
}
.intro-section .intro-bg--blur.intro-overlay {
  backdrop-filter: blur(4px);
}
.intro-section .main-container, .intro-section .intro-content {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .intro-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .intro-section .intro-content {
    max-width: none;
  }
  .intro-section .intro-content .subtitle {
    margin-bottom: 40px;
  }
  .intro-section .intro-content .subtitle.with-button {
    margin-bottom: 28px;
  }
  .intro-section .intro-content .subtitle.with-contact-info {
    margin-bottom: 32px;
  }
  .intro-section .intro-content .subtitle.with-phone-info {
    margin-bottom: 28px;
  }
  .intro-section .intro-content .subtitle .wysiwyg-styles em {
    font-size: 16px;
    line-height: 26px;
  }
  .intro-section .intro-content .title {
    font-size: 42px;
    line-height: 54px;
  }
  .intro-section .intro-content .contact {
    padding: 14px 16px;
  }
  .intro-section--secondary .intro-content .title {
    font-size: 28px;
    line-height: 38px;
  }
  .intro-section--tertiary .intro-content .title {
    font-size: 24px;
    line-height: 30px;
  }
  .intro-section--secondary {
    padding-top: 72px;
    padding-bottom: 0;
  }
  .intro-section--secondary.intro-section--with-background {
    padding-bottom: 72px;
  }
  .intro-section--tertiary {
    padding-top: 0;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .intro-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .intro-section .intro-content .subtitle {
    margin-bottom: 28px;
  }
  .intro-section .intro-content .subtitle.with-button {
    margin-bottom: 20px;
  }
  .intro-section .intro-content .subtitle.with-contact-info {
    margin-bottom: 22px;
  }
  .intro-section .intro-content .subtitle.with-phone-info {
    margin-bottom: 20px;
  }
  .intro-section .intro-content .title {
    font-size: 32px;
    line-height: 42px;
  }
  .intro-section--secondary .intro-content .title {
    font-size: 24px;
    line-height: 32px;
  }
  .intro-section--tertiary .intro-content .title {
    font-size: 20px;
    line-height: 26px;
  }
  .intro-section--secondary {
    padding-top: 48px;
    padding-bottom: 0;
  }
  .intro-section--secondary.intro-section--with-background {
    padding-bottom: 48px;
  }
  .intro-section--tertiary {
    padding-top: 0;
    padding-bottom: 48px;
  }
}
.message {
  padding: 64px 0px;
  background-color: #F7F7F7;
}
.message .message-content {
  margin: 0 auto;
  text-align: center;
}
.message .message-content .text {
  font-family: FontLightItalic;
  font-size: 32px;
  line-height: 56px;
  color: #141618;
}

@media screen and (max-width: 1024px) {
  .message {
    padding: 48px 0px;
  }
  .message .message-content .text {
    font-size: 26px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .message {
    padding: 32px 0px;
  }
  .message .message-content .text {
    font-size: 20px;
    line-height: 32px;
  }
}
.info-columns {
  padding-top: 64px;
  padding-bottom: 64px;
}
.info-columns .info-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
  row-gap: 34px;
}
.info-columns .info-inner-wrapper .info-single-column {
  display: flex;
  flex-direction: column;
  width: calc((100% - 48px) / 3.001);
}
.info-columns .info-inner-wrapper .info-single-column .column-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 32px;
}
.info-columns .info-inner-wrapper .info-single-column .column-inner-wrapper .column-content-wrapper {
  margin-bottom: 24px;
}
.info-columns .info-inner-wrapper .info-single-column .column-image {
  margin: 0 auto;
  margin-bottom: 24px;
}
.info-columns .info-inner-wrapper .info-single-column .column-image .info-icon {
  width: 127px;
  height: 128px;
  object-fit: contain;
  display: block;
}
.info-columns .info-inner-wrapper .info-single-column .column-title {
  font-family: FontSemiBold;
  font-size: 18px;
  line-height: 28px;
  color: #141618;
  text-align: center;
  margin-bottom: 8px;
}
.info-columns .info-inner-wrapper .info-single-column .column-subtitle {
  font-family: FontLight_inter;
  font-size: 16px;
  line-height: 24px;
  color: #303133;
  text-align: center;
  margin: 0 auto;
  max-width: 354.33px;
}
.info-columns .info-inner-wrapper .info-single-column .column-link {
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .info-columns .info-inner-wrapper .info-single-column .column-inner-wrapper {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1024px) {
  .info-columns {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .info-columns {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .info-columns .info-inner-wrapper .info-single-column {
    width: 100%;
  }
}
.content-image-block {
  padding: 96px 0;
}
.content-image-block .inner-wrapper {
  display: flex;
  gap: 64px;
  flex-wrap: nowrap;
}
.content-image-block .inner-wrapper .content {
  display: flex;
  align-items: center;
  flex: 0 0 calc(100% - 64px - 493px);
  width: calc(100% - 64px - 493px);
}
.content-image-block .inner-wrapper .content .content-inner {
  width: 100%;
}
.content-image-block .inner-wrapper .content .title {
  font-family: FontSemiBold;
  font-size: 36px;
  line-height: 48px;
  color: #141618;
  margin-bottom: 16px;
}
.content-image-block .inner-wrapper .content .text {
  margin-bottom: 32px;
}
.content-image-block .inner-wrapper .content .text .wysiwyg-styles p {
  font-family: FontLight_inter;
  font-size: 18px;
  line-height: 32px;
}
.content-image-block .inner-wrapper .content .text .wysiwyg-styles ul li {
  font-size: 18px;
  line-height: 32px;
}
.content-image-block .inner-wrapper .content .text.with-message {
  margin-bottom: 24px;
}
.content-image-block .inner-wrapper .content .info-message {
  background-color: rgba(148, 187, 129, 0.15);
  width: fit-content;
  padding: 9px 24px;
  margin-bottom: 32px;
  border-radius: 4px;
}
.content-image-block .inner-wrapper .content .info-message .info-inner-wrapper {
  display: flex;
  gap: 8px;
}
.content-image-block .inner-wrapper .content .info-message .info-inner-wrapper .info-text {
  display: flex;
  align-items: center;
  font-family: FontSemiBold_inter;
  font-size: 16px;
  line-height: 30px;
  color: #487531;
}
.content-image-block .inner-wrapper .content .info-message .info-inner-wrapper .info-icon {
  display: flex;
  align-items: flex-start;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.content-image-block .inner-wrapper .content .info-message .info-inner-wrapper .info-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.content-image-block .inner-wrapper .image {
  flex: 0 0 493px;
  width: 493px;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
}
.content-image-block .inner-wrapper .image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 483px;
  object-fit: contain;
}
.content-image-block .inner-wrapper.no-image .content {
  flex: 1 1 100%;
  width: 100%;
  align-items: flex-start;
}
.content-image-block--reverse {
  background-color: #ffffff;
}
.content-image-block--reverse .inner-wrapper {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1440px) {
  .content-image-block .inner-wrapper {
    gap: 24px;
  }
  .content-image-block .inner-wrapper .content {
    flex: 0 0 calc(100% - 24px - 493px);
    width: calc(100% - 24px - 493px);
  }
  .content-image-block .inner-wrapper .content .info-message {
    padding: 9px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .content-image-block {
    padding: 72px 0;
  }
  .content-image-block .inner-wrapper {
    flex-direction: column;
  }
  .content-image-block .inner-wrapper .content {
    flex: 0 0 100%;
    width: 100%;
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-image-block .inner-wrapper .content .title {
    font-size: 30px;
    line-height: 40px;
  }
  .content-image-block .inner-wrapper .content .text .wysiwyg-styles p {
    font-size: 17px;
    line-height: 30px;
  }
  .content-image-block .inner-wrapper .content .text .wysiwyg-styles ul li {
    font-size: 17px;
    line-height: 30px;
  }
  .content-image-block .inner-wrapper .content .info-message {
    margin-bottom: 24px;
  }
  .content-image-block .inner-wrapper .image {
    flex: 0 0 100%;
    width: 100%;
    order: 0;
  }
  .content-image-block .inner-wrapper .image img {
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .content-image-block {
    padding: 48px 0;
  }
  .content-image-block .inner-wrapper .content .title {
    font-size: 26px;
    line-height: 34px;
  }
  .content-image-block .inner-wrapper .content .text .wysiwyg-styles p {
    font-size: 16px;
    line-height: 28px;
  }
  .content-image-block .inner-wrapper .content .text .wysiwyg-styles ul li {
    font-size: 16px;
    line-height: 28px;
  }
  .content-image-block .inner-wrapper .image img {
    max-height: 280px;
  }
}
.content-hero {
  padding: 80px 0;
}
.content-hero .content-hero-wrapper {
  display: flex;
  gap: 64px;
  flex-wrap: nowrap;
}
.content-hero .content-hero-wrapper .content-wrapper {
  display: flex;
  align-items: center;
  width: calc(100% - 64px - 604px);
}
.content-hero .content-hero-wrapper .content-wrapper .content .title {
  font-family: FontSemiBold;
  font-size: 56px;
  line-height: 72px;
  color: #141618;
  margin-bottom: 24px;
  max-width: 644px;
}
.content-hero .content-hero-wrapper .content-wrapper .content .text {
  max-width: 644px;
}
.content-hero .content-hero-wrapper .content-wrapper.no-image {
  width: 100%;
}
.content-hero .content-hero-wrapper .content-wrapper.no-image .content .title {
  max-width: none;
}
.content-hero .content-hero-wrapper .content-wrapper.no-image .content .text {
  max-width: none;
}
.content-hero .content-hero-wrapper .image {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
}
.content-hero .content-hero-wrapper .image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 386px;
  object-fit: contain;
}

@media screen and (max-width: 1440px) {
  .content-hero .content-hero-wrapper {
    gap: 24px;
  }
  .content-hero .content-hero-wrapper .content-wrapper {
    width: calc(100% - 24px - 504px);
  }
}
@media screen and (max-width: 1024px) {
  .content-hero {
    padding: 60px 0;
  }
  .content-hero .content-hero-wrapper {
    flex-direction: column;
  }
  .content-hero .content-hero-wrapper .content-wrapper {
    width: 100%;
    justify-content: center;
  }
  .content-hero .content-hero-wrapper .content-wrapper .content .title {
    font-size: 42px;
    line-height: 54px;
    max-width: none;
    text-align: center;
  }
  .content-hero .content-hero-wrapper .content-wrapper .content .text {
    max-width: none;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .content-hero {
    padding: 40px 0;
  }
  .content-hero .content-hero-wrapper .content-wrapper .content .title {
    font-size: 32px;
    line-height: 42px;
  }
}
.faq {
  margin-bottom: 32px;
}
.faq .faq-title {
  font-family: FontBold_inter;
  font-size: 24px;
  line-height: 36px;
  color: #303133;
  text-align: center;
  margin-bottom: 32px;
}
.faq .faq-item {
  border: solid 1px #EDEDED;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #ffffff;
  overflow: hidden;
}
.faq .faq-item:hover .faq-q .question {
  color: #B49759;
}
.faq .faq-item:hover .faq-q .icon svg path {
  fill: #B49759;
}
.faq .faq-item .faq-q {
  width: 100%;
  border: 0;
  cursor: pointer;
  display: flex;
  gap: 16px;
  padding: 24px;
  background: transparent;
}
.faq .faq-item .faq-q .question {
  font-family: FontBold;
  font-size: 18px;
  line-height: 28px;
  color: #141618;
  transition: all 0.2s linear;
  text-align: left;
}
.faq .faq-item .faq-q .icon {
  width: 28px;
  height: 28px;
  margin-left: auto;
  flex-shrink: 0;
}
.faq .faq-item .faq-q .icon svg {
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  transition: all 0.2s linear;
}
.faq .faq-item .faq-q .icon svg path {
  fill: #141618;
}
.faq .faq-item.is-open .faq-q .icon svg {
  transform: rotate(180deg);
}
.faq .faq-item.is-open .faq-q .icon svg path {
  fill: #B49759;
}
.faq .faq-item.is-open .question {
  color: #B49759;
}
.faq .faq-item .faq-a {
  padding: 0 24px 24px 24px;
}
.faq .faq-item .faq-a .wysiwyg-styles p {
  font-size: 16px;
  line-height: 28px;
}
.faq .faq-item .faq-a .wysiwyg-styles em {
  color: #B49759;
}
.faq .faq-item .faq-a .wysiwyg-styles a {
  font-family: FontRegular_inter;
  font-size: 16px;
  line-height: 28px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media screen and (max-width: 1024px) {
  .faq {
    margin-bottom: 24px;
  }
  .faq .faq-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .faq .faq-item {
    margin-bottom: 12px;
  }
  .faq .faq-item .faq-q {
    padding: 16px;
  }
  .faq .faq-item .faq-q .question {
    font-size: 16px;
    line-height: 24px;
  }
  .faq .faq-item .faq-q .icon {
    width: 24px;
    height: 24px;
  }
  .faq .faq-item .faq-a {
    padding: 0 16px 16px 16px;
  }
  .faq .faq-item .faq-a .wysiwyg-styles p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.contact-us {
  background-color: #F7F7F7;
  padding: 56px 40px;
  border-radius: 8px;
}
.contact-us .contact-text {
  font-family: FontBold;
  font-size: 24px;
  line-height: 32px;
  color: #141618;
  text-align: center;
  margin-bottom: 32px;
}
.contact-us .contact-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 8px;
  row-gap: 12px;
}
.contact-us .contact-info-wrapper .contact {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(148, 187, 129, 0.15);
  width: fit-content;
  padding: 9px 24px;
  border-radius: 4px;
}
.contact-us .contact-info-wrapper .contact:hover {
  background-color: rgba(148, 187, 129, 0.25);
}
.contact-us .contact-info-wrapper .contact .icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
.contact-us .contact-info-wrapper .contact .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.contact-us .contact-info-wrapper .contact .info {
  display: flex;
  align-items: center;
  font-family: FontSemiBold_inter;
  font-size: 16px;
  line-height: 30px;
  color: #487531;
}

@media screen and (max-width: 1024px) {
  .contact-us {
    padding: 36px 16px;
  }
  .contact-us .contact-text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .contact-us .contact {
    padding: 8px 20px;
    gap: 6px;
  }
  .contact-us .contact .icon {
    width: 24px;
    height: 24px;
  }
  .contact-us .contact .info a {
    font-size: 15px;
    line-height: 26px;
  }
}
.image-banner {
  border-radius: 24px;
  overflow: hidden;
  /* parallax variant */
}
.image-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 510px;
  object-fit: cover;
}
.image-banner--fullscreen {
  border-radius: 0 !important;
}
.image-banner--parallax {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: var(--parallax-h, 520px);
}

.image-banner-wrapper {
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .image-banner {
    border-radius: 16px;
  }
  .image-banner--parallax {
    background-attachment: scroll;
  }
  .image-banner-wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .image-banner {
    border-radius: 12px;
  }
  .image-banner-wrapper {
    padding-bottom: 40px;
  }
}
.highlight-section .highlight-block {
  background-color: rgba(180, 151, 89, 0.1);
  border-radius: 8px;
  padding: 56px 40px;
}
.highlight-section .highlight-block .text {
  text-align: center;
}
.highlight-section .highlight-block .text .read-more-toggle {
  border: none;
  background: transparent;
  font-family: FontBold_inter;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #B49759;
  cursor: pointer;
}
.highlight-section .highlight-block .text .wysiwyg-styles p {
  font-size: 18px;
  line-height: 34px;
}
.highlight-section .highlight-block .quote {
  font-family: FontMediumItalic;
  font-size: 14px;
  line-height: 24px;
  color: #141618;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .highlight-section .highlight-block {
    padding: 40px 16px;
  }
  .highlight-section .highlight-block .text .wysiwyg-styles p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-section .highlight-block {
    padding: 32px 16px;
  }
}
.icon-info-section .icon-info-block {
  max-width: 866px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.icon-info-section .icon-info-block .icon {
  margin-bottom: 16px;
}
.icon-info-section .icon-info-block .icon img {
  width: 127px;
  height: 128px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.icon-info-section .icon-info-block .info .wysiwyg-styles em {
  font-size: 20px;
  line-height: 34px;
}

@media screen and (max-width: 1024px) {
  .icon-info-section .icon-info-block .info .wysiwyg-styles em {
    font-size: 16px;
    line-height: 26px;
  }
}
.center-info-block .center-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 32px;
  justify-content: center;
  /* ===== HAS IMAGE ===== */
  /* ===== NO IMAGE ===== */
}
.center-info-block .center-info-wrapper .column .column-info {
  margin-bottom: 49px;
}
.center-info-block .center-info-wrapper .column .column-info .title {
  font-family: FontSemiBold;
  font-size: 18px;
  line-height: 28px;
  color: #141618;
  text-align: center;
  margin-bottom: 8px;
  max-width: 421px;
  margin: 0 auto;
}
.center-info-block .center-info-wrapper .column .column-info .subtitle {
  font-family: FontLight_inter;
  font-size: 16px;
  line-height: 24px;
  color: #303133;
  text-align: center;
  max-width: 421px;
  margin: 0 auto;
}
.center-info-block .center-info-wrapper.has-image {
  /* case B: HAS IMAGE + exactly 1 text column */
  /* 2) ONLY IMAGE (no text) */
}
.center-info-block .center-info-wrapper.has-image .column {
  width: calc((100% - 422px - 48px) / 2);
}
.center-info-block .center-info-wrapper.has-image .image-column {
  width: 422px;
  max-width: 422px;
}
.center-info-block .center-info-wrapper.has-image .image-column .image {
  position: relative;
  width: 100%;
  padding-top: 114.4549763033%;
}
.center-info-block .center-info-wrapper.has-image .image-column .image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.center-info-block .center-info-wrapper.has-image.text-cols-1 {
  align-items: flex-start;
}
.center-info-block .center-info-wrapper.has-image.text-cols-1 .image-column {
  width: 422px;
  max-width: 422px;
  align-self: flex-start;
}
.center-info-block .center-info-wrapper.has-image.text-cols-1 .column {
  width: calc(100% - 844px - 24px);
  margin-block: auto;
}
.center-info-block .center-info-wrapper.has-image.text-cols-0 .image {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-top: 114.4549763033%;
}
.center-info-block .center-info-wrapper.has-image.text-cols-2 {
  align-items: flex-start;
}
.center-info-block .center-info-wrapper.has-image.text-cols-2 .image-column {
  align-self: flex-start;
}
.center-info-block .center-info-wrapper.has-image.text-cols-2 .image-column + .column,
.center-info-block .center-info-wrapper.has-image.text-cols-2 .column:has(+ .image-column) {
  margin-block: 0;
}
.center-info-block .center-info-wrapper.has-image.text-cols-2:not(:has(> .column:first-of-type .column-info:nth-child(n+4)), :has(> .column:last-of-type .column-info:nth-child(n+4))) .image-column + .column,
.center-info-block .center-info-wrapper.has-image.text-cols-2:not(:has(> .column:first-of-type .column-info:nth-child(n+4)), :has(> .column:last-of-type .column-info:nth-child(n+4))) .column:has(+ .image-column) {
  margin-block: auto;
}
.center-info-block .center-info-wrapper.no-image {
  /* case A: NO IMAGE + exactly 2 text columns */
  /* 1) ONLY ONE TEXT COLUMN (no image) */
}
.center-info-block .center-info-wrapper.no-image .image-column {
  display: none;
}
.center-info-block .center-info-wrapper.no-image .column {
  width: calc((100% - 48px) / 3);
}
.center-info-block .center-info-wrapper.no-image.text-cols-2 .column {
  width: calc((100% - 24px) / 2);
}
.center-info-block .center-info-wrapper.no-image.text-cols-1 .column {
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .center-info-block .center-info-wrapper.has-image .image-column {
    width: 360px;
    max-width: 360px;
  }
  .center-info-block .center-info-wrapper.has-image .column {
    width: calc((100% - 360px - 48px) / 2);
  }
  .center-info-block .center-info-wrapper.has-image.text-cols-1 .image-column {
    width: 360px;
    max-width: 360px;
  }
  .center-info-block .center-info-wrapper.has-image.text-cols-1 .column {
    width: calc(100% - 720px - 24px);
  }
  .center-info-block .center-info-wrapper.has-image.text-cols-0 .image {
    max-width: 560px;
  }
  .center-info-block .center-info-wrapper.no-image .column {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .center-info-block .center-info-wrapper.has-image .column {
    order: 1;
    width: calc((100% - 24px) / 2);
  }
  .center-info-block .center-info-wrapper.has-image .image-column {
    order: 2;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .center-info-block .center-info-wrapper.has-image .image-column .image {
    padding-top: 114.4549763033%;
  }
  .center-info-block .center-info-wrapper.has-image.text-cols-1 .column {
    width: calc(100% - 360px - 24px);
  }
  .center-info-block .center-info-wrapper.has-image.text-cols-2 .image-column + .column,
  .center-info-block .center-info-wrapper.has-image.text-cols-2 .column:has(+ .image-column) {
    margin-block: 0 !important;
  }
  .center-info-block .center-info-wrapper.no-image .column {
    width: calc((100% - 24px) / 2);
  }
  .center-info-block .center-info-wrapper .column .column-info {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .center-info-block .center-info-wrapper.has-image .column, .center-info-block .center-info-wrapper.no-image .column {
    width: 100%;
  }
  .center-info-block .center-info-wrapper.has-image .image-column, .center-info-block .center-info-wrapper.no-image .image-column {
    max-width: 360px;
    margin: 0 auto;
  }
  .center-info-block .center-info-wrapper .column .column-info {
    margin-bottom: 24px;
  }
  .center-info-block .center-info-wrapper.has-image.text-cols-1 .column, .center-info-block .center-info-wrapper.has-image.text-cols-1 .image-column, .center-info-block .center-info-wrapper.no-image.text-cols-2 .column, .center-info-block .center-info-wrapper.no-image.text-cols-2 .image-column {
    width: 100%;
  }
}

.contacts-columns {
  padding-top: 64px;
  padding-bottom: 96px;
}
.contacts-columns .contacts-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 64px;
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column {
  display: flex;
  flex-direction: column;
  width: calc((100% - 72px) / 4.001);
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column .column-inner-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column .column-inner-wrapper .column-content-wrapper {
  margin-bottom: 16px;
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column .column-inner-wrapper .contacts-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column .column-inner-wrapper .contacts-more .contact {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 auto;
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column .column-inner-wrapper .contacts-more .contact .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column .column-inner-wrapper .contacts-more .contact .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column .column-inner-wrapper .contacts-more .contact .icon svg path {
  transition: all 0.2s linear;
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column .column-inner-wrapper .contacts-more .contact .info {
  display: flex;
  align-items: center;
  font-family: FontMedium_inter;
  font-size: 14px;
  line-height: 20px;
  color: #487531;
  transition: all 0.2s linear;
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column .column-inner-wrapper .contacts-more .contact:hover .info {
  color: rgb(49.8795180723, 81.0542168675, 33.9457831325);
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column .column-inner-wrapper .contacts-more .contact:hover .icon svg path {
  fill: rgb(49.8795180723, 81.0542168675, 33.9457831325);
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column .column-image {
  margin: 0 auto 28px;
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column .column-image .contacts-icon {
  display: block;
  width: 218px;
  height: 220px;
  object-fit: cover;
  -webkit-mask-image: url("../../images/contact-shape.png");
  mask-image: url("../../images/contact-shape.png");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column .column-title {
  font-family: FontSemiBold;
  font-size: 18px;
  line-height: 28px;
  color: #141618;
  text-align: center;
  margin-bottom: 4px;
}
.contacts-columns .contacts-inner-wrapper .contacts-single-column .column-subtitle {
  font-family: FontLight_inter;
  font-size: 16px;
  line-height: 24px;
  color: #303133;
  text-align: center;
  margin: 0 auto;
  max-width: 246px;
}

@media screen and (max-width: 1440px) {
  .contacts-columns .contacts-inner-wrapper {
    row-gap: 48px;
  }
  .contacts-columns .contacts-inner-wrapper .contacts-single-column .column-inner-wrapper {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts-columns {
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .contacts-columns .contacts-inner-wrapper {
    row-gap: 40px;
  }
  .contacts-columns .contacts-inner-wrapper .contacts-single-column {
    width: calc((100% - 24px) / 2.001);
  }
}
@media screen and (max-width: 767px) {
  .contacts-columns {
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .contacts-columns .contacts-inner-wrapper {
    row-gap: 24px;
  }
  .contacts-columns .contacts-inner-wrapper .contacts-single-column {
    width: 100%;
  }
}
.about-us-page .slider-wrapper {
  padding-bottom: 132px;
}
.about-us-page .slider-wrapper .about-us-slider {
  margin: 0 auto;
  text-align: center;
}
.about-us-page .slider-wrapper .about-us-slider .d-none {
  display: none;
}
.about-us-page .slider-wrapper .about-us-slider .read-more-block {
  font-family: FontBold_inter;
  font-size: 14px;
  line-height: 24px;
  color: #B49759;
  transition: all 0.2s linear;
}
.about-us-page .slider-wrapper .about-us-slider .read-more-block:hover {
  color: #141618;
}
.about-us-page .slider-wrapper .about-us-slider .single-card {
  max-width: 866px;
  width: 100%;
  background-color: rgba(180, 151, 89, 0.1);
  padding: 44px;
  border-radius: 8px;
  margin-left: 12px;
  margin-right: 12px;
}
.about-us-page .slider-wrapper .about-us-slider .single-card .inner-single-card-wrapper {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.about-us-page .slider-wrapper .about-us-slider .single-card .inner-single-card-wrapper .image {
  flex-shrink: 0;
}
.about-us-page .slider-wrapper .about-us-slider .single-card .inner-single-card-wrapper .image img {
  display: block;
  width: 218px;
  height: 220px;
  object-fit: cover;
  -webkit-mask-image: url("../../images/contact-shape.png");
  mask-image: url("../../images/contact-shape.png");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.about-us-page .slider-wrapper .about-us-slider .single-card .inner-single-card-wrapper .info {
  text-align: left;
}
.about-us-page .slider-wrapper .about-us-slider .single-card .inner-single-card-wrapper .info .title {
  font-family: FontSemiBold;
  font-size: 16px;
  line-height: 28px;
  color: #141618;
  margin-bottom: 12px;
}
.about-us-page .slider-wrapper .about-us-slider .single-card .inner-single-card-wrapper .info .subtitle {
  margin-bottom: 12px;
}
.about-us-page .slider-wrapper .about-us-slider .single-card .inner-single-card-wrapper .info .subtitle .wysiwyg-styles p {
  font-size: 14px;
  line-height: 24px;
}
.about-us-page .slider-wrapper .about-us-slider .slick-dots {
  bottom: -34px !important;
}
.about-us-page .slider-wrapper .about-us-slider .slick-dots li {
  margin: 0 !important;
  width: 18px;
}
.about-us-page .slider-wrapper .about-us-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(180, 151, 89, 0.2);
  border: none;
  transition: all 0.2s linear;
  opacity: 1;
}
.about-us-page .slider-wrapper .about-us-slider .slick-dots li button:before {
  content: none !important;
}
.about-us-page .slider-wrapper .about-us-slider .slick-dots li button:hover {
  background-color: rgba(180, 151, 89, 0.5);
}
.about-us-page .slider-wrapper .about-us-slider .slick-dots li.slick-active button {
  background-color: #B49759;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 1024px) {
  .about-us-page .slider-wrapper {
    padding-bottom: 96px;
  }
  .about-us-page .slider-wrapper .about-us-slider .single-card {
    max-width: 740px;
    padding: 32px 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .about-us-page .slider-wrapper .about-us-slider .single-card .inner-single-card-wrapper {
    gap: 24px;
  }
  .about-us-page .slider-wrapper .about-us-slider .single-card .inner-single-card-wrapper .image img {
    width: 180px;
    height: 182px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-page .slider-wrapper {
    padding-bottom: 72px;
  }
  .about-us-page .slider-wrapper .about-us-slider .single-card {
    max-width: calc(100vw - 32px);
  }
  .about-us-page .slider-wrapper .about-us-slider .single-card .inner-single-card-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .about-us-page .slider-wrapper .about-us-slider .single-card .inner-single-card-wrapper .image img {
    margin: 0 auto;
  }
  .about-us-page .slider-wrapper .about-us-slider .single-card .inner-single-card-wrapper .info {
    text-align: center;
  }
}
.footer {
  padding-top: 32px;
}
.footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  margin-bottom: 40px;
}
.footer .footer-top .logo-wrapper {
  display: flex;
  align-items: flex-start;
}
.footer .footer-top .quote-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
  max-width: 421px;
  width: 100%;
}
.footer .footer-top .quote-wrapper .quote {
  font-family: FontItalic;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
}
.footer .footer-divider {
  border: none;
  height: 1px;
  background-color: #C5C5C5;
  width: 100%;
  margin-bottom: 40px;
}
.footer .footer-bottom .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}
.footer .footer-bottom .footer-wrapper .donation {
  background-color: rgba(180, 151, 89, 0.1);
  padding: 20px;
  max-width: 310px;
  border-radius: 8px;
  align-self: flex-start;
}
.footer .footer-bottom .footer-wrapper .donation .title {
  font-family: FontBold;
  font-size: 14px;
  line-height: 28px;
  color: #141618;
}
.footer .footer-bottom .footer-wrapper .donation .donation-info .wysiwyg-styles p {
  font-family: FontLight;
  font-size: 14px;
  line-height: 28px;
  color: #141618;
}
.footer .footer-bottom .footer-wrapper .other-info {
  flex: 1;
  max-width: calc(100% - 310px - 64px);
  display: flex;
  gap: 49px;
}
.footer .footer-bottom .footer-wrapper .other-info .info {
  width: calc((100% - 98px) / 3);
}
.footer .footer-bottom .footer-wrapper .other-info .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
.footer .footer-bottom .footer-wrapper .other-info .info ul > li {
  font-family: FontSemiBold;
  font-size: 14px;
  color: #303133;
}
.footer .footer-bottom .footer-wrapper .other-info .info ul > li .footer-title {
  display: inline-block;
  text-decoration: none;
  font-family: FontSemiBold;
  font-size: 14px;
  color: #303133;
}
.footer .footer-bottom .footer-wrapper .other-info .info ul > li .footer-title:hover {
  color: #B49759;
}
.footer .footer-bottom .footer-wrapper .other-info .info ul > li > ul > li {
  font-family: FontSemiBold;
  font-size: 14px;
  color: #303133;
}
.footer .footer-bottom .footer-wrapper .other-info .info ul > li > ul > li a {
  text-decoration: none;
}
.footer .footer-bottom .footer-wrapper .other-info .info ul > li > ul > li a:hover {
  color: #B49759;
}
.footer .footer-bottom .footer-wrapper .other-info .info ul > li > ul > li > ul > li {
  font-size: 14px;
  font-family: FontRegular_inter;
  color: #303133;
}
.footer .footer-bottom .footer-wrapper .other-info .info ul > li > ul > li > ul > li a {
  text-decoration: none;
}
.footer .footer-bottom .footer-wrapper .other-info .info ul > li > ul > li > ul > li a:hover {
  color: #B49759;
}
.footer .footer-bottom .footer-wrapper .other-info .info ul > li.current-menu-item > a {
  color: #B49759;
}
.footer .footer-bottom .footer-wrapper .other-info .info ul > li > ul {
  margin-top: 12px;
}
.footer .footer-bottom .footer-wrapper .other-info .info ul > li > ul > li {
  margin-bottom: 8px;
}
.footer .footer-bottom .footer-wrapper .other-info .info ul li > a {
  display: inline-block;
}
.footer .footer-bottom .footer-wrapper .other-info .info .footer-credits {
  display: flex;
}
.footer .footer-bottom .footer-wrapper .other-info .info .footer-credits .credits-wrapper {
  position: relative;
  display: flex;
  gap: 12px;
  padding-top: 18px;
}
.footer .footer-bottom .footer-wrapper .other-info .info .footer-credits .credits-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F1F1F1;
}
.footer .footer-bottom .footer-wrapper .other-info .info .footer-credits .credits-wrapper .credits {
  display: flex;
  align-items: center;
  font-family: FontRegular_nunito;
  font-size: 14px;
  color: #164300;
}
.footer .footer-bottom .footer-wrapper .other-info .info .footer-credits .credits-wrapper .credits-logo {
  display: flex;
  align-items: flex-start;
}
.footer .footer-bottom .footer-wrapper .other-info .info .footer-credits .credits-wrapper .credits-logo img {
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
  display: block;
}
.footer .footer-bottom .footer-wrapper .other-info .info > ul .has-children > ul > li {
  padding-left: 12px;
}
.footer .copyright {
  margin: 0 auto;
  padding: 16px 0;
}
.footer .copyright .copyright-content {
  font-family: FontRegular_inter;
  font-size: 14px;
  color: #303133;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .footer .footer-bottom .footer-wrapper {
    gap: 32px;
  }
  .footer .footer-bottom .footer-wrapper .donation {
    padding: 20px 16px;
  }
  .footer .footer-bottom .footer-wrapper .other-info {
    gap: 24px;
    max-width: calc(100% - 310px - 24px);
  }
  .footer .footer-bottom .footer-wrapper .other-info .info {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 24px;
  }
  .footer .footer-top {
    margin-bottom: 32px;
  }
  .footer .footer-divider {
    margin-bottom: 32px;
  }
  .footer .footer-bottom .footer-wrapper .donation {
    max-width: 210px;
  }
  .footer .footer-bottom .footer-wrapper .other-info {
    gap: 24px;
    max-width: calc(100% - 210px - 24px);
  }
  .footer .footer-bottom .footer-wrapper .other-info .info {
    width: calc((100% - 48px) / 3);
  }
  .footer .footer-bottom .footer-wrapper .other-info .info ul {
    margin-bottom: 12px;
  }
  .footer .footer-bottom .footer-wrapper .other-info .info ul > li > ul > li {
    margin-bottom: 4px;
  }
  .footer .footer-bottom .footer-wrapper .other-info .info ul li > a {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom .footer-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .footer .footer-bottom .footer-wrapper .donation {
    max-width: 100%;
    align-self: auto;
  }
  .footer .footer-bottom .footer-wrapper .other-info {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-bottom .footer-wrapper .other-info .info {
    width: 100%;
    text-align: center;
  }
  .footer .footer-bottom .footer-wrapper .other-info .info > ul .has-children > ul > li {
    padding-left: 0;
  }
  .footer .footer-bottom .footer-wrapper .footer-credits {
    justify-content: center;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(1);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scaleUp {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeSlideDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeSlideUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes arrowHoverMotion {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  40% {
    transform: translateX(4px) rotate(-12deg);
  }
  70% {
    transform: translateX(3px) rotate(-6deg);
  }
  100% {
    transform: translateX(4px) rotate(-8deg);
  }
}
.fade-in,
.slide-in-up,
.slide-in-left,
.slide-in-right,
.scale-up,
.bounce,
.rotate {
  opacity: 0;
}

.fade-in.show {
  animation: fadeIn 1s ease-in-out forwards;
}

.slide-in-up.show {
  animation: slideInUp 0.5s ease-in-out forwards;
  will-change: transform, opacity;
}

.slide-in-left.show {
  animation: slideInLeft 0.5s ease-out forwards;
}

.slide-in-right.show {
  animation: slideInRight 0.5s ease-out forwards;
}

.scale-up.show {
  animation: scaleUp 1s ease-in-out forwards;
}

.fade-slide-down {
  animation: fadeSlideDown 0.3s ease-out forwards;
}

.fade-slide-up {
  animation: fadeSlideUp 0.3s ease-out forwards;
}

.bounce.show {
  animation: bounce 1s ease-in-out forwards;
}

.rotate.show {
  animation: rotate 1s linear infinite;
}

.full-background {
  background-color: transparent;
}
.full-background.bg-cream {
  background: #F7F7F7;
}

.background-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 96px;
}
.background-image .background-overlay {
  display: none;
}
.background-image > * {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .background-image {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .background-image {
    padding-bottom: 48px;
  }
}
.loss-page .intro-section-wrapper {
  padding-bottom: 96px;
}
.loss-page .intro-section-wrapper.with-faq {
  padding-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .loss-page .intro-section-wrapper {
    padding-bottom: 72px;
  }
  .loss-page .intro-section-wrapper.with-faq {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .loss-page .intro-section-wrapper {
    padding-bottom: 48px;
  }
  .loss-page .intro-section-wrapper.with-faq {
    padding-bottom: 32px;
  }
}

.parents-grief-groups-page .full-background {
  margin-top: 96px;
}
@media screen and (max-width: 1024px) {
  .parents-grief-groups-page .full-background {
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .parents-grief-groups-page .full-background {
    margin-top: 48px;
  }
}

.flexible-page .content-middle-wrapper, .parents-grief-groups-page .content-middle-wrapper, .loss-page .content-middle-wrapper, .projects-page .content-middle-wrapper {
  padding-bottom: 64px;
}
.flexible-page .faq-wrapper, .parents-grief-groups-page .faq-wrapper, .loss-page .faq-wrapper, .projects-page .faq-wrapper {
  max-width: 866px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 96px;
}

@media screen and (max-width: 1024px) {
  .flexible-page .content-middle-wrapper, .parents-grief-groups-page .content-middle-wrapper, .loss-page .content-middle-wrapper, .projects-page .content-middle-wrapper {
    padding-bottom: 48px;
  }
  .flexible-page .faq-wrapper, .parents-grief-groups-page .faq-wrapper, .loss-page .faq-wrapper, .projects-page .faq-wrapper {
    max-width: none;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .flexible-page .content-middle-wrapper, .parents-grief-groups-page .content-middle-wrapper, .loss-page .content-middle-wrapper, .projects-page .content-middle-wrapper {
    padding-bottom: 32px;
  }
  .flexible-page .faq-wrapper, .parents-grief-groups-page .faq-wrapper, .loss-page .faq-wrapper, .projects-page .faq-wrapper {
    padding-bottom: 48px;
  }
}
.memorial-garden .intro-section, .projects-page .intro-section {
  padding-bottom: 56px;
}
.memorial-garden .intro-section--secondary, .projects-page .intro-section--secondary {
  padding-bottom: 96px;
}
.memorial-garden .image-banner, .projects-page .image-banner {
  margin-bottom: 80px;
}
.memorial-garden .image-banner--fullscreen, .projects-page .image-banner--fullscreen {
  margin-bottom: 0;
}

.about-us-page > .intro-section {
  padding-bottom: 56px;
}

.donate-page > .intro-section {
  padding-bottom: 56px;
}

@media screen and (max-width: 1024px) {
  .memorial-garden .intro-section, .projects-page .intro-section {
    padding-bottom: 42px;
  }
  .memorial-garden .intro-section--secondary, .projects-page .intro-section--secondary {
    padding-bottom: 72px;
  }
  .memorial-garden .image-banner, .projects-page .image-banner {
    margin-bottom: 60px;
  }
  .about-us-page > .intro-section {
    padding-bottom: 42px;
  }
  .donate-page > .intro-section {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  .memorial-garden .intro-section, .projects-page .intro-section {
    padding-bottom: 30px;
  }
  .memorial-garden .intro-section--secondary, .projects-page .intro-section--secondary {
    padding-bottom: 48px;
  }
  .memorial-garden .image-banner, .projects-page .image-banner {
    margin-bottom: 40px;
  }
  .about-us-page > .intro-section {
    padding-bottom: 30px;
  }
  .donate-page > .intro-section {
    padding-bottom: 30px;
  }
}
.flexible-page .intro-section-wrapper, .child-loss-page .intro-section-wrapper, .about-us-page .intro-section-wrapper {
  padding-bottom: 48px;
}
.flexible-page .highlight-section, .child-loss-page .highlight-section, .about-us-page .highlight-section {
  padding-bottom: 48px;
}
.flexible-page .icon-info-section, .child-loss-page .icon-info-section, .about-us-page .icon-info-section {
  padding-bottom: 96px;
}
.flexible-page .center-info-block-wrapper, .child-loss-page .center-info-block-wrapper, .about-us-page .center-info-block-wrapper {
  padding-top: 64px;
  padding-bottom: 96px;
}
.flexible-page .highlight-block-wrapper, .child-loss-page .highlight-block-wrapper, .about-us-page .highlight-block-wrapper {
  padding-bottom: 48px;
}

.flexible-page .highlight-section {
  padding: 0;
}
.flexible-page .content-middle-wrapper:has(+ .highlight-section) {
  padding-bottom: 48px;
}
.flexible-page .highlight-section + .content-middle-wrapper > .intro-section--secondary {
  padding-top: 48px;
}
.flexible-page .full-background:has(> .main-container > .faq-wrapper) + .content-middle-wrapper:has(> .intro-section) {
  padding-top: 96px;
}
.flexible-page .full-background:has(> .content-middle-wrapper > .intro-section) + .main-container > .faq-wrapper {
  padding-top: 96px;
}
.flexible-page .main-container:has(> .faq-wrapper):has(+ .full-background > .main-container > .faq-wrapper) > .faq-wrapper {
  padding-top: 96px;
}
.flexible-page .main-container:has(> .faq-wrapper) + .full-background > .main-container > .faq-wrapper {
  padding-top: 96px;
}
.flexible-page .content-middle-wrapper:has(> .intro-section) + .full-background > .main-container > .faq-wrapper {
  padding-top: 96px;
}
.flexible-page .full-background:has(+ .image-banner) .content-middle-wrapper {
  padding-bottom: 96px;
}
.flexible-page .content-middle-wrapper:has(+ .image-banner) {
  padding-bottom: 96px;
}
.flexible-page .full-background:has(> .main-container > .faq-wrapper) + .main-container > .faq-wrapper {
  padding-top: 96px;
}
.flexible-page .full-background:has(+ .full-background .intro-content > :first-child.subtitle) > .main-container > .faq-wrapper {
  padding-bottom: 32px;
}
.flexible-page .content-middle-wrapper:has(+ .full-background .content-middle-wrapper) {
  padding-bottom: 96px;
}
.flexible-page .content-middle-wrapper:has(+ .content-middle-wrapper) {
  padding-bottom: 96px;
}
.flexible-page > .intro-section:last-child {
  margin-top: 96px;
}
.flexible-page > .full-background:has(.faq-wrapper) + .intro-section:last-child {
  margin-top: 0;
}
.flexible-page .content-middle-wrapper:has(> .intro-section):has(+ .content-middle-wrapper > .intro-section) {
  padding-bottom: 0;
}
.flexible-page .full-background:has(> .content-middle-wrapper > .intro-section):has(+ .full-background > .content-middle-wrapper > .intro-section) > .content-middle-wrapper {
  padding-bottom: 0;
}
.flexible-page .main-container:has(> .faq-wrapper):has(+ .content-middle-wrapper > .intro-section) > .faq-wrapper {
  padding-bottom: 0;
}
.flexible-page .content-middle-wrapper:has(> .intro-section):has(+ .intro-section.intro-section--secondary) {
  padding-bottom: 0;
}
.flexible-page .main-container:has(> .faq-wrapper):has(+ .intro-section.intro-section--secondary) > .faq-wrapper {
  padding-bottom: 0;
}
.flexible-page .full-background:has(.faq-wrapper) + .full-background .content-middle-wrapper > .intro-section--secondary {
  padding-top: 0;
}
.flexible-page .full-background:has(.faq-wrapper) + .content-middle-wrapper > .intro-section--secondary {
  padding-top: 0;
}
.flexible-page .center-info-block-wrapper {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .flexible-page .intro-section-wrapper, .child-loss-page .intro-section-wrapper, .about-us-page .intro-section-wrapper {
    padding-bottom: 40px;
  }
  .flexible-page .highlight-section, .child-loss-page .highlight-section, .about-us-page .highlight-section {
    padding-bottom: 40px;
  }
  .flexible-page .icon-info-section, .child-loss-page .icon-info-section, .about-us-page .icon-info-section {
    padding-bottom: 72px;
  }
  .flexible-page .center-info-block-wrapper, .child-loss-page .center-info-block-wrapper, .about-us-page .center-info-block-wrapper {
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .flexible-page .highlight-block-wrapper, .child-loss-page .highlight-block-wrapper, .about-us-page .highlight-block-wrapper {
    padding-bottom: 32px;
  }
  .flexible-page .highlight-section {
    padding: 0;
  }
  .flexible-page .full-background:has(> .main-container > .faq-wrapper) + .content-middle-wrapper:has(> .intro-section) {
    padding-top: 72px;
  }
  .flexible-page .full-background:has(> .content-middle-wrapper > .intro-section) + .main-container > .faq-wrapper {
    padding-top: 72px;
  }
  .flexible-page .main-container:has(> .faq-wrapper):has(+ .full-background > .main-container > .faq-wrapper) > .faq-wrapper {
    padding-top: 72px;
  }
  .flexible-page .main-container:has(> .faq-wrapper) + .full-background > .main-container > .faq-wrapper {
    padding-top: 72px;
  }
  .flexible-page .content-middle-wrapper:has(> .intro-section) + .full-background > .main-container > .faq-wrapper {
    padding-top: 72px;
  }
  .flexible-page .full-background:has(> .main-container > .faq-wrapper) + .main-container > .faq-wrapper {
    padding-top: 72px;
  }
  .flexible-page .content-middle-wrapper:has(+ .full-background .content-middle-wrapper) {
    padding-bottom: 72px;
  }
  .flexible-page .content-middle-wrapper:has(+ .content-middle-wrapper) {
    padding-bottom: 72px;
  }
  .flexible-page .full-background:has(+ .image-banner) .content-middle-wrapper {
    padding-bottom: 72px;
  }
  .flexible-page .content-middle-wrapper:has(+ .image-banner) {
    padding-bottom: 72px;
  }
  .flexible-page .content-middle-wrapper:has(+ .highlight-section) {
    padding-bottom: 32px;
  }
  .flexible-page .highlight-section + .content-middle-wrapper > .intro-section--secondary {
    padding-top: 32px;
  }
  .flexible-page .full-background:has(+ .full-background .intro-content > :first-child.subtitle) > .main-container > .faq-wrapper {
    padding-bottom: 24px;
  }
  .flexible-page > .intro-section:last-child {
    margin-top: 72px;
  }
  .flexible-page > .full-background:has(.faq-wrapper) + .intro-section:last-child {
    margin-top: 0;
  }
  .flexible-page .center-info-block-wrapper {
    padding-top: 0;
  }
  .flexible-page .full-background:has(.faq-wrapper) + .full-background .content-middle-wrapper > .intro-section--secondary {
    padding-top: 0;
  }
  .flexible-page .full-background:has(.faq-wrapper) + .content-middle-wrapper > .intro-section--secondary {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .flexible-page .intro-section-wrapper, .child-loss-page .intro-section-wrapper, .about-us-page .intro-section-wrapper {
    padding-bottom: 32px;
  }
  .flexible-page .highlight-section, .child-loss-page .highlight-section, .about-us-page .highlight-section {
    padding-bottom: 32px;
  }
  .flexible-page .icon-info-section, .child-loss-page .icon-info-section, .about-us-page .icon-info-section {
    padding-bottom: 48px;
  }
  .flexible-page .center-info-block-wrapper, .child-loss-page .center-info-block-wrapper, .about-us-page .center-info-block-wrapper {
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .flexible-page .highlight-block-wrapper, .child-loss-page .highlight-block-wrapper, .about-us-page .highlight-block-wrapper {
    padding-bottom: 16px;
  }
  .flexible-page .highlight-section {
    padding: 0;
  }
  .flexible-page .full-background:has(> .main-container > .faq-wrapper) + .content-middle-wrapper:has(> .intro-section) {
    padding-top: 48px;
  }
  .flexible-page .full-background:has(> .content-middle-wrapper > .intro-section) + .main-container > .faq-wrapper {
    padding-top: 48px;
  }
  .flexible-page .main-container:has(> .faq-wrapper):has(+ .full-background > .main-container > .faq-wrapper) > .faq-wrapper {
    padding-top: 48px;
  }
  .flexible-page .main-container:has(> .faq-wrapper) + .full-background > .main-container > .faq-wrapper {
    padding-top: 48px;
  }
  .flexible-page .content-middle-wrapper:has(> .intro-section) + .full-background > .main-container > .faq-wrapper {
    padding-top: 48px;
  }
  .flexible-page .full-background:has(> .main-container > .faq-wrapper) + .main-container > .faq-wrapper {
    padding-top: 48px;
  }
  .flexible-page .content-middle-wrapper:has(+ .full-background .content-middle-wrapper) {
    padding-bottom: 48px;
  }
  .flexible-page .content-middle-wrapper:has(+ .content-middle-wrapper) {
    padding-bottom: 48px;
  }
  .flexible-page .full-background:has(+ .image-banner) .content-middle-wrapper {
    padding-bottom: 48px;
  }
  .flexible-page .content-middle-wrapper:has(+ .image-banner) {
    padding-bottom: 48px;
  }
  .flexible-page > .intro-section:last-child {
    margin-top: 48px;
  }
  .flexible-page > .full-background:has(.faq-wrapper) + .intro-section:last-child {
    margin-top: 0;
  }
  .flexible-page .center-info-block-wrapper {
    padding-top: 0;
  }
  .flexible-page .full-background:has(.faq-wrapper) + .full-background .content-middle-wrapper > .intro-section--secondary {
    padding-top: 0;
  }
  .flexible-page .full-background:has(.faq-wrapper) + .content-middle-wrapper > .intro-section--secondary {
    padding-top: 0;
  }
}
.donate-page .highlight-block-wrapper {
  padding-bottom: 80px;
}
.donate-page .highlight-block-wrapper > .highlight-section > .main-container {
  max-width: 866px;
  width: 100%;
}
.donate-page .highlight-block-wrapper > .highlight-section > .main-container .highlight-block {
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .donate-page .highlight-block-wrapper {
    padding-bottom: 60px;
  }
  .donate-page .highlight-block-wrapper > .highlight-section > .main-container {
    max-width: none;
    width: 100%;
  }
  .donate-page .highlight-block-wrapper > .highlight-section > .main-container .highlight-block {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 767px) {
  .donate-page .highlight-block-wrapper {
    padding-bottom: 40px;
  }
}
.error-page .error-center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50vh;
}
.error-page .error-center-content .error-title {
  font-size: 42px;
  line-height: 48px;
  color: #25272d;
  font-family: FontSemiBold;
  margin-bottom: 12px;
}

.projects-page .current-projects .title-wrapper,
.projects-page .completed-projects .title-wrapper {
  margin-bottom: 64px;
  padding: 0 24px;
}
.projects-page .current-projects .title-wrapper .title,
.projects-page .completed-projects .title-wrapper .title {
  font-family: FontBold;
  font-size: 20px;
  line-height: 34px;
  color: #303133;
}
.projects-page .current-projects .faq-wrapper,
.projects-page .completed-projects .faq-wrapper {
  padding-bottom: 64px;
}
@media (max-width: 1024px) {
  .projects-page .current-projects .title-wrapper,
  .projects-page .completed-projects .title-wrapper {
    margin-bottom: 48px;
    padding: 0 16px;
  }
  .projects-page .current-projects .faq-wrapper,
  .projects-page .completed-projects .faq-wrapper {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .projects-page .current-projects .title-wrapper,
  .projects-page .completed-projects .title-wrapper {
    margin-bottom: 32px;
  }
  .projects-page .current-projects .faq-wrapper,
  .projects-page .completed-projects .faq-wrapper {
    padding-bottom: 32px;
  }
}

/*# sourceMappingURL=style.css.map */
