@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1700px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 24px;
  }
}

.container {
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1921px) {
  .container {
    max-width: 1920px;
  }
}
@media (max-width: 1660px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .container .container {
    max-width: 867px;
  }
}
@media (min-width: 576px) {
  .container .container, .container .container-sm {
    max-width: 676px;
  }
}
@media (max-width: 567px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 350px) {
  .container {
    padding: 0 1rem;
  }
}

:root {
  --second-family: "Neue Haas Grotesk Text Pro", sans-serif;
  --second-family: "Neue Haas Grotesk Display Pro", sans-serif;
}

main {
  position: relative;
  overflow: hidden;
}

.section__title {
  margin: 87px 0 87px;
}
@media (max-width: 1380px) {
  .section__title {
    margin: 42px 0;
  }
}
@media (ma-width: 567px) {
  .section__title {
    margin: 36px 0 32px;
  }
}
.section__title h2 {
  font-family: var(--second-family);
  font-weight: 500;
  text-shadow: 0 0 #000;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #596c62;
  margin: 16px 0;
}
@media (max-width: 1380px) {
  .section__title h2 {
    font-size: 18px;
    margin: 0.5rem 0;
  }
}
@media (max-width: 899px) {
  .section__title h2 {
    font-size: 16px;
    margin: 0;
  }
}
@media (max-width: 567px) {
  .section__title h2 {
    font-size: 15px;
  }
}
@media (max-width: 467px) {
  .section__title h2 {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .section__title h2 {
    display: none;
  }
}
.section__title p {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 64px;
  color: #596c62;
  max-width: 66%;
  margin: 0;
}
.section__title p b {
  font-weight: 450;
}
@media (max-width: 1380px) {
  .section__title p {
    font-size: 52px;
  }
}
@media (max-width: 1380px) {
  .section__title p {
    max-width: 100%;
  }
}
@media (max-width: 899px) {
  .section__title p {
    font-size: 42px;
  }
}
@media (max-width: 567px) {
  .section__title p {
    font-size: 36px;
  }
}
@media (max-width: 467px) {
  .section__title p {
    font-size: 32px;
  }
}
@media (max-width: 389px) {
  .section__title p {
    font-size: 24px;
  }
}

/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #596c62 #DFE9EB;
}*/
/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #DFE9EB;
}

*::-webkit-scrollbar-track:hover {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #596c62;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #596c62;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #596c62;
}

.accordion {
  margin: 88px auto;
}
@media (max-width: 467px) {
  .accordion {
    margin: 76px 16px;
  }
}

.accordion-item {
  background-color: #fff;
  transition: 1s ease;
}
.accordion-item:first-of-type {
  border-top: 1px solid #212322;
}
.accordion-item:hover {
  transition: 1s ease;
  text-shadow: 0 0 1px #212322;
}
.accordion-item:hover .accordion-item-header {
  transition: 1s ease;
  text-shadow: 0 0 1px #212322;
}

.accordion-item-header {
  padding: 24px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #212322;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #212322;
  transition: 1s ease;
}
@media (max-width: 1380px) {
  .accordion-item-header {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .accordion-item-header {
    font-size: 18px;
  }
}
@media (max-width: 467px) {
  .accordion-item-header {
    font-size: 16px;
    font-weight: 500;
    padding: 23px 0;
    letter-spacing: 1px;
    text-shadow: 0 0 BLACK;
  }
}

.accordion-item-header::after {
  content: "+";
  font-size: 32px;
  position: absolute;
  right: 0;
  font-weight: 300;
}

.accordion-item-header.active::after {
  content: "−";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 2rem 0 2rem 0;
}

.half-circle-mask {
  position: relative;
  overflow: hidden;
}
.half-circle-mask.left-round img {
  clip-path: ellipse(100% 50% at 100% 50%);
}
.half-circle-mask.right-round img {
  clip-path: ellipse(100% 50% at 0% 50%);
}
.half-circle-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.half-circle-mask.branch-img {
  width: 250px;
}
@media (max-width: 1380px) {
  .half-circle-mask.branch-img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .half-circle-mask.branch-img {
    width: 100%;
  }
}
.half-circle-mask.branch-img img {
  width: 250px;
  height: 500px;
}
@media (max-width: 1380px) {
  .half-circle-mask.branch-img img {
    width: 200px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .half-circle-mask.branch-img img {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 567px) {
  .half-circle-mask.branch-img img {
    height: 300px;
  }
}
@media (max-width: 467px) {
  .half-circle-mask.branch-img img {
    height: 250px;
  }
}
@media (max-width: 390px) {
  .half-circle-mask.branch-img img {
    height: 225px;
  }
}
select {
  border: none;
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}
select:focus-visible {
  outline: none;
}

@media (max-width: 991px) {
  .select2-selection {
    text-transform: uppercase;
  }
}

.select2-container--default .select2-selection--single {
  border-radius: 34px;
  background-color: none;
  border: none;
}

.select2-results__options {
  padding: 22px !important;
}

.select2-results__option {
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #000;
  position: relative;
  display: flex;
  padding-left: 42px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.select2-results__option::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
}
.select2-results__option--highlighted {
  background-color: #fff !important;
  color: #000 !important;
  text-shadow: 0 0 0.5px #000;
}
.select2-results__option--highlighted::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  background-color: #c2a84d;
  border: 1px solid #c2a84d;
  border-radius: 50%;
}

.select2-results__option--selectable {
  background-color: #fff !important;
  color: #000 !important;
}

.select2-dropdown {
  width: 400px !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: fit-content;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 12px;
}

.select2-dropdown {
  background-color: white;
  border: none !important;
  border-radius: 12px !important;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none; /* Скрываем стандартную стрелочку */
}

.select2-container--default .select2-selection--single .custom-icon {
  position: absolute;
  right: 10px; /* Отступ от правого края контейнера */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Чтобы иконка не мешала взаимодействию с текстом */
  transition: 0.2s ease;
}
.select2-container--default .select2-selection--single .custom-icon.rotated {
  transition: 0.2s ease;
  transform: rotate(180deg) translateY(50%);
}

.select2-container--default .select2-selection--single {
  position: relative; /* Чтобы иконка находилась внутри этого контейнера */
  padding-right: 30px; /* Оставляем место для иконки */
}

.header.secondary {
  position: absolute;
  width: 100%;
}
.header.secondary .header__submenu--list .header__link {
  position: relative;
}
.header.secondary .header__submenu--list .header__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  border-radius: 50%;
  background-color: #faf2d6;
  height: 8px;
  width: 8px;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  opacity: 0;
}
.header.secondary .header__submenu--list .header__link:hover::before {
  opacity: 1;
}
.header.secondary .header__nav {
  z-index: 15;
}
.header.secondary .header__nav .header__list li a.active::before {
  background-color: #faf2d6;
}
.header.secondary.active {
  background-color: #596c62;
}
.header.secondary svg path {
  fill: #FAF2D6;
}
.header.secondary a {
  color: #faf2d6 !important;
}
.header.secondary .header__wrapper {
  border-color: #faf2d6;
}
.header.secondary .header__logo::after {
  background-color: #faf2d6;
}
.header.secondary .header__submenu {
  background-color: #596c62;
}
.header.secondary .burger-menu .menu {
  background-color: #596c62;
}
.header.secondary .burger-menu .menu svg path {
  stroke: #FAF2D6;
  fill: none;
}
.header.secondary .burger-menu .menu.submenu-open li {
  border-color: #faf2d6;
}
.header.secondary .menu-toggle::before, .header.secondary .menu-toggle::after {
  background-color: #faf2d6;
}
.header.secondary .menu-toggle span {
  background-color: #faf2d6;
}
.header__wrapper {
  padding: 14px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #212322;
  position: relative;
}
.header__logo {
  display: flex;
  width: fit-content;
  padding: 0 34px 0 28px;
  position: relative;
  z-index: 100;
  transition: 0.2s ease;
}
.header__logo svg {
  transition: 0.2s ease;
}
.header__logo:hover {
  transition: 0.2s ease;
}
.header__logo:hover svg {
  transition: 0.2s ease;
  transform: scale(1.05);
}
.header__logo::after {
  content: "";
  position: absolute;
  right: 0;
  top: -20px;
  height: 200%;
  width: 1px;
  background-color: #212322;
}
.header__title {
  display: flex;
  height: fit-content;
  flex: 1;
  padding: 0px 0px 0px 26px;
  z-index: 100;
}
@media (max-width: 467px) {
  .header__title svg {
    width: 220px;
  }
}
@media (max-width: 395px) {
  .header__title {
    display: none;
  }
}
.header__nav {
  padding: 0 80px 0 0;
}
.header__nav .header__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 80px;
}
@media (max-width: 1380px) {
  .header__nav .header__list {
    gap: 3rem;
  }
}
@media (max-width: 1099px) {
  .header__nav .header__list {
    gap: 2rem;
  }
}
@media (max-width: 899px) {
  .header__nav .header__list {
    display: none;
  }
}
.header__nav .header__list li a {
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #212322;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
  transition: 0.5s ease;
}
.header__nav .header__list li a:hover {
  transition: 0.5s ease;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-decoration-thickness: 1.5px;
  text-shadow: 0 0 1px #212322;
}
@media (max-width: 1660px) {
  .header__nav .header__list li a {
    font-size: 16px;
  }
}
.header__nav .header__list li a.active {
  position: relative;
}
.header__nav .header__list li a.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  border-radius: 50%;
  background-color: #000;
  height: 8px;
  width: 8px;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  opacity: 1;
}

.burger-menu {
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
}
.burger-menu .menu {
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
  width: 100%;
  background: #fff;
  padding: 0;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.5s ease-out;
  z-index: 100;
}
.burger-menu .menu.active {
  transform: translateY(64px);
}
.burger-menu .menu.submenu-open li:not(.has-children) {
  display: none;
}
.burger-menu .menu.submenu-open .mobile-back {
  display: flex;
}
.burger-menu .menu.submenu-open li {
  border-bottom: 1px solid #000;
}
.burger-menu .menu .mobile-back {
  display: none;
}
.burger-menu .menu li {
  list-style: none;
  display: flex;
  padding-left: 75px;
}
.burger-menu .menu li a {
  padding: 30px 0;
  color: #212322;
  display: block;
  background: none;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease-in-out;
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 22px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: flex;
  gap: 8px;
  align-items: center;
}
.burger-menu .menu .submenu-mobile {
  display: none;
  padding: 0;
  gap: 24px;
  padding: 28px 0 32px;
}
.burger-menu .menu .submenu-mobile.active {
  display: flex;
  flex-direction: column;
}
.burger-menu .menu .submenu-mobile .submenu-link {
  border: none;
}
.burger-menu .menu .submenu-mobile .submenu-link a {
  padding: 0 10px 0 28px;
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 24px;
  letter-spacing: 0.01em;
  color: #212322;
  text-transform: capitalize;
}

.menu-toggle {
  top: 24px;
  z-index: 2;
  right: 24px;
  width: 22px;
  height: 4px;
  padding: 8px 0;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  display: none;
}
@media (max-width: 899px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle span {
  height: 2px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  background: #212322;
  border-radius: 2px;
  white-space: nowrap;
  transition: background 0.3s ease-in-out;
}
.menu-toggle::before, .menu-toggle::after {
  left: 0;
  content: "";
  width: 22px;
  height: 2px;
  background: #212322;
  border-radius: 2px;
  position: absolute;
  transform-origin: center center;
  transition: width 0.2s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
}
.menu-toggle::before {
  top: 0;
}
.menu-toggle::after {
  bottom: 0;
}
.menu-toggle.menu-open span {
  background: rgba(255, 255, 255, 0);
}
.menu-toggle.menu-open::before {
  top: 9px;
  transform: rotate(-45deg);
}
.menu-toggle.menu-open::after {
  bottom: 8px;
  transform: rotate(45deg);
}
.menu-toggle.menu-open::before, .menu-toggle.menu-open::after {
  width: 26px;
  background: #212322;
}
.menu-toggle.menu-open:hover span, .menu-toggle.menu-open:focus span, .menu-toggle.menu-open:active span {
  background: rgba(255, 255, 255, 0);
}
.menu-toggle.menu-open:hover::before, .menu-toggle.menu-open:focus::before, .menu-toggle.menu-open:active::before {
  top: 8px;
  left: -3px;
  transform: rotate(-45deg);
}
.menu-toggle.menu-open:hover::after, .menu-toggle.menu-open:focus::after, .menu-toggle.menu-open:active::after {
  left: 9px;
  bottom: 10px;
  transform: rotate(45deg);
}
.menu-toggle.menu-open:hover::before, .menu-toggle.menu-open:hover::after, .menu-toggle.menu-open:focus::before, .menu-toggle.menu-open:focus::after, .menu-toggle.menu-open:active::before, .menu-toggle.menu-open:active::after {
  width: 18px;
}
.menu-toggle:hover span, .menu-toggle:focus span, .menu-toggle:active span {
  background: rgba(255, 255, 255, 0);
  opacity: 0;
}
.menu-toggle:hover::before, .menu-toggle:focus::before, .menu-toggle:active::before {
  top: 8px;
  left: -3px;
  transform: rotate(45deg);
}
.menu-toggle:hover::after, .menu-toggle:focus::after, .menu-toggle:active::after {
  left: 9px;
  bottom: 10px;
  transform: rotate(-45deg);
}
.menu-toggle:hover::before, .menu-toggle:hover::after, .menu-toggle:focus::before, .menu-toggle:focus::after, .menu-toggle:active::before, .menu-toggle:active::after {
  width: 18px;
}

.header__item {
  position: relative;
}

.header__submenu {
  display: flex;
  opacity: 0;
  position: absolute;
  top: 64px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: 236px;
  z-index: -100;
}
.header__submenu.active {
  opacity: 1;
  z-index: 10;
}
.header__submenu--nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: flex-end;
}
.header__submenu--nav .header__link {
  text-transform: capitalize !important;
}
.header__submenu .header__link {
  margin-bottom: 12px;
}
.header__submenu--list {
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.header__submenu--list .header__link {
  position: relative;
}
.header__submenu--list .header__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  border-radius: 50%;
  background-color: #000;
  height: 8px;
  width: 8px;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  opacity: 0;
}
.header__submenu--list .header__link:hover::before {
  opacity: 1;
}

.header__submenu li a {
  text-decoration: none;
  color: #212322;
  font-size: 16px;
  display: block;
  white-space: nowrap;
}

.header__item:hover .header__submenu {
  display: block;
}

.footer {
  box-shadow: 3px 4px 18px 2px rgba(0, 0, 0, 0.05);
  background: #212322;
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 467px) {
  .footer {
    padding: 24px 0;
  }
}
.footer-bg-1 {
  position: absolute;
  right: 0;
  top: 0rem;
  height: 100%;
}
@media (max-width: 567px) {
  .footer-bg-1 {
    width: 100%;
  }
}
.footer-bg-1 svg {
  height: 100%;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 220px;
  position: relative;
  z-index: 2;
  position: relative;
}
.footer__wrapper::before {
  content: "";
  position: absolute;
  height: 800px;
  width: 1px;
  left: -3px;
  top: -79px;
  background-color: #faf2d6;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .footer__wrapper::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    gap: 2rem;
  }
}
@media (max-width: 467px) {
  .footer__wrapper {
    gap: 60px;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer__top h6 {
  margin: 0 0 4px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  color: #faf2d6;
}
@media (max-width: 567px) {
  .footer__top h6 {
    font-size: 14px;
  }
}
.footer__top a {
  font-family: var(--second-family);
  font-weight: 200;
  font-size: 24px;
  color: #faf2d6;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
  transition: 0.5s ease;
}
.footer__top a:hover {
  transition: 0.5s ease;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-decoration-thickness: 1.5px;
  text-shadow: 0 0 1px #faf2d6;
}
@media (max-width: 567px) {
  .footer__top a {
    font-size: 20px;
  }
}
.footer__top .footer__nav {
  margin: 0;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
}
@media (max-width: 567px) {
  .footer__top .footer__nav {
    gap: 1.5rem;
  }
}
@media (max-width: 467px) {
  .footer__top .footer__nav {
    gap: 24px;
    padding: 0px 0 0 4px;
  }
}
.footer__top .footer__nav--left {
  margin-right: 197px;
}
@media (max-width: 767px) {
  .footer__top .footer__nav--left {
    margin-bottom: 4rem;
  }
}
@media (max-width: 467px) {
  .footer__top .footer__nav--left {
    margin-bottom: 56px;
    margin-right: 74px;
    padding: 0;
  }
}
@media (max-width: 375px) {
  .footer__top .footer__nav--left {
    margin-right: 2rem;
  }
}
.footer__top .footer__nav--middle {
  flex: 1;
}
@media (max-width: 567px) {
  .footer__top .footer__nav--right {
    gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .footer__top {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .footer__bottom {
    flex-direction: column;
  }
}
@media (max-width: 567px) {
  .footer__bottom {
    align-items: flex-start;
  }
}
.footer__bottom--title {
  display: flex;
  width: 100%;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 467px) {
  .footer__bottom--title {
    margin-bottom: 28px;
  }
}
.footer__bottom--title svg {
  display: flex;
  position: relative;
  bottom: 43px;
  left: 19px;
}
@media (max-width: 567px) {
  .footer__bottom--title svg {
    position: unset;
  }
}
@media (max-width: 467px) {
  .footer__bottom--title svg {
    height: 100%;
    width: 250px;
  }
}
.footer__bottom--title .scroll-top {
  position: absolute;
  left: 39.5%;
  bottom: 23px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .footer__bottom--title .scroll-top {
    display: none;
  }
}
.footer__bottom--title span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  color: rgba(250, 242, 214, 0.5);
  letter-spacing: 1px;
}
.footer__bottom--copyright {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  color: #faf2d6;
  letter-spacing: 0.75px;
  white-space: nowrap;
}
@media (min-width: 1380px) {
  .footer__bottom--copyright {
    margin: 0 0 29px 0;
    position: relative;
    left: 18px;
  }
}

@media (max-width: 467px) {
  .about-us__title {
    display: none;
  }
}

.about-inner__wrapper .section__title {
  margin: 84px 0 80px;
}
@media (max-width: 467px) {
  .about-inner__wrapper .section__title {
    margin: 56px 16px 36px;
  }
}
.about-inner__wrapper .section__title h2 {
  margin: 10px 0;
}
@media (max-width: 467px) {
  .about-inner__wrapper .section__title p {
    text-transform: uppercase;
  }
}
.about-inner__team {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 4rem;
  row-gap: 3rem;
  margin-bottom: 88px;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .about-inner__team {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1220px;
  }
}
@media (max-width: 1199px) {
  .about-inner__team {
    column-gap: 3rem;
    row-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .about-inner__team {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 567px) {
  .about-inner__team {
    column-gap: 2rem;
    row-gap: 3rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 430px) {
  .about-inner__team {
    column-gap: 24px;
    row-gap: 42px;
  }
}
@media (max-width: 374px) {
  .about-inner__team {
    grid-template-columns: 1fr;
  }
}

.team__member {
  display: flex;
  flex-direction: column;
}
.team__member--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: 0.5s ease;
}
.team__member--img:hover {
  transition: 0.5s ease;
  transform: scale(1.1);
}
.team__member--img__wrapper {
  overflow: hidden;
  margin-bottom: 32px;
  border-radius: 12px;
  aspect-ratio: 4/5;
}
@media (max-width: 567px) {
  .team__member--img__wrapper {
    margin-bottom: 1rem;
  }
}
.team__member--name {
  margin-bottom: 0.5rem;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #596c62;
  cursor: pointer;
  transition: 0.5s ease;
}
.team__member--name:hover {
  transition: 0.5s ease;
  color: #212322;
}
@media (max-width: 1099px) {
  .team__member--name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .team__member--name {
    font-size: 18px;
  }
}
@media (max-width: 567px) {
  .team__member--name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 467px) {
  .team__member--name {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.team__member--links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.team__member--links a {
  transition: 1s ease;
  display: flex;
}
.team__member--links a:hover {
  transition: 1s ease;
  transform: scale(1.1);
}
@media (max-width: 467px) {
  .team__member--links a svg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 567px) {
  .team__member--links a {
    margin-left: 0.5rem;
  }
}
@media (max-width: 467px) {
  .team__member--links a {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 567px) {
  .team__member--links {
    display: grid;
    grid-template-columns: auto 1fr auto;
  }
}
@media (max-width: 467px) {
  .team__member--links {
    gap: 14px;
    column-gap: 20px;
  }
}
.team__member--post {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #212322;
  border-radius: 26px;
  padding: 4px 12px;
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #212322;
  cursor: pointer;
  transition: 0.5s ease;
}
.team__member--post:hover {
  transition: 0.5s ease;
  background-color: #212322;
  color: #fff;
}
@media (max-width: 991px) {
  .team__member--post {
    font-size: 14px;
  }
}
@media (max-width: 567px) {
  .team__member--post {
    grid-column: 1/-1;
    width: fit-content;
    font-size: 12px;
  }
}
@media (max-width: 467px) {
  .team__member--post {
    padding: 4px 8px;
    font-size: 11px;
    white-space: nowrap;
    line-height: unset;
    font-weight: 550;
  }
}

.impact-team {
  background: #dadedc;
  padding: 35px 0 88px;
}
@media (max-width: 467px) {
  .impact-team {
    padding: 38px 0 61px;
  }
}
.impact-team .section__header {
  margin-bottom: 52px;
}
@media (max-width: 467px) {
  .impact-team .section__header {
    margin-bottom: 24px;
  }
}
.impact-team .about-inner__team {
  margin: 0 auto;
}
.impact-team--bw .team__member--img {
  filter: grayscale(100%);
}

.about-post {
  background: #596c62;
  padding: 3rem 0;
}
@media (max-width: 567px) {
  .about-post {
    padding: 3rem 0;
  }
}
.about-post__wrapper {
  display: flex;
  gap: 2rem;
}
@media (max-width: 567px) {
  .about-post__wrapper {
    flex-direction: column;
  }
}
.about-post__img {
  border-radius: 12px;
  width: 60%;
  height: 514px;
}
@media (max-width: 567px) {
  .about-post__img {
    width: 100%;
  }
}
@media (max-width: 467px) {
  .about-post__img {
    height: 400px;
  }
}
.about-post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
@media (max-width: 567px) {
  .about-post__img img {
    aspect-ratio: 1/1.2;
  }
}
.about-post__text {
  width: 50%;
}
@media (max-width: 567px) {
  .about-post__text {
    width: 100%;
  }
}
.about-post__text h2 {
  font-family: var(--second-family);
  font-weight: 500;
  text-shadow: 0 0 0 #000;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #faf2d6;
  letter-spacing: 1.2px;
}
@media (max-width: 1380px) {
  .about-post__text h2 {
    font-size: 18px;
  }
}
@media (max-width: 567px) {
  .about-post__text h2 {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: 400;
  }
}
@media (max-width: 392px) {
  .about-post__text h2 {
    font-size: 14px;
    margin-bottom: 0;
    margin: 0 0 4px;
  }
}
.about-post__text p {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 40px;
  line-height: 105%;
  color: #faf2d6;
  letter-spacing: 0.45px;
}
@media (max-width: 1380px) {
  .about-post__text p {
    font-size: 32px;
    margin: 1rem 0;
  }
}
@media (max-width: 899px) {
  .about-post__text p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .about-post__text p {
    font-size: 24px;
  }
}
@media (max-width: 567px) {
  .about-post__text p {
    font-size: 22px;
    margin: 0;
  }
}
@media (max-width: 467px) {
  .about-post__text p {
    font-size: 20px;
  }
}

@media (max-width: 467px) {
  .about-post.secondary {
    padding: 54px 0 64px;
  }
}
.about-post.secondary .about-post__wrapper {
  gap: 0;
}
@media (max-width: 467px) {
  .about-post.secondary .about-post__wrapper {
    margin: 0 16px;
  }
}
.about-post.secondary .about-post__text {
  width: 55%;
}
.about-post.secondary .about-post__text h2 {
  margin: 19px 24px 24px 32px;
}
@media (max-width: 567px) {
  .about-post.secondary .about-post__text h2 {
    margin: 30px 0 4px;
  }
}
@media (max-width: 467px) {
  .about-post.secondary .about-post__text h2 {
    text-shadow: 0 0 #faf2d6;
    font-weight: 500;
    font-size: 14px;
  }
}
.about-post.secondary .about-post__text p {
  margin: 24px 24px 24px 32px;
  letter-spacing: 0.3px;
}
@media (max-width: 567px) {
  .about-post.secondary .about-post__text p {
    margin: 0px 0 8px;
    font-weight: 200;
  }
}
@media (max-width: 567px) {
  .about-post.secondary .about-post__text {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .about-post.secondary .about-post__img {
    height: 225px;
  }
}

.about-inner-accordion {
  margin-bottom: 90px;
}
@media (max-width: 467px) {
  .about-inner-accordion {
    margin-bottom: 74px;
  }
}

@media (max-width: 1920px) {
  .about-inner__container {
    max-width: 1220px;
  }
}

.news-index {
  background-color: #dadedc;
  padding: 48px 0 52px;
}
@media (max-width: 467px) {
  .news-index {
    padding: 62px 0 77px;
  }
}
.news-index .section__header {
  margin-bottom: 20px;
}
@media (max-width: 467px) {
  .news-index .section__header {
    margin-bottom: 36px;
  }
}
.news-index .swiper-custom-controls {
  display: none;
}
@media (max-width: 991px) {
  .news-index .swiper-custom-controls {
    display: flex;
  }
}
@media (max-width: 467px) {
  .news-index .swiper-custom-controls {
    padding: 0 12px;
  }
}
.news-index__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .news-index__wrapper {
    margin-bottom: 3rem;
    gap: 0;
  }
}
@media (max-width: 467px) {
  .news-index__wrapper {
    padding: 0 12px;
    margin-bottom: 22px;
  }
}
@media (min-width: 991px) {
  .news-index__wrapper .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}
.news-index__wrapper .swiper-wrapper .news__card {
  width: 100% !important;
  height: auto !important;
  display: flex;
  flex-direction: column;
}
.news-index__img {
  margin-bottom: 1.5rem;
  display: flex;
}
@media (max-width: 567px) {
  .news-index__img {
    display: none;
  }
}
.news-index__img img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  max-height: 185px;
}
.news__card {
  background-color: #fff;
  border-radius: 12px;
}
.news__card--date {
  font-family: var(--second-family);
  font-weight: 400;
  text-shadow: 0 0 #000;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #596c62;
  padding: 42px 1rem 0rem;
}
@media (max-width: 467px) {
  .news__card--date {
    padding: 21px 1rem 16px;
    letter-spacing: 3px;
  }
}
.news__card h5 {
  margin: 0;
}
@media (max-width: 467px) {
  .news__card h5 {
    margin: 0;
  }
}
.news__card h5 a {
  text-decoration: none;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  color: #596c62;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 1rem 0;
  padding: 0rem 1rem 0rem;
  transition: 1s ease;
}
@media (max-width: 467px) {
  .news__card h5 a {
    margin: 0 0 18px;
    line-height: 32px;
    etter-spacing: 0.25px;
  }
}
.news__card h5 a:hover {
  transition: 1s ease;
  text-shadow: 0 0 0.5px #000;
  color: #000;
}
.news__card p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #596c62;
  padding-right: 1rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0rem 1rem 1rem;
}
@media (max-width: 1440px) {
  .news__card p {
    font-weight: 500;
    font-size: 16px;
    padding: 0rem 1rem 0;
    margin: 0 0 24px;
  }
}
@media (max-width: 467px) {
  .news__card p {
    padding: 0 1rem 0px;
    margin-bottom: 31px;
    line-height: 21px;
  }
}
.news__card--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0rem 1rem 58px;
}
@media (max-width: 1440px) {
  .news__card--tags {
    padding: 0rem 1rem 82px;
  }
}
@media (max-width: 567px) {
  .news__card--tags {
    padding-bottom: 32px;
  }
}
@media (max-width: 467px) {
  .news__card--tags {
    padding-bottom: 30px;
  }
}
.news__card--tag {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #596c62;
  border: 1px solid #596c62;
  border-radius: 26px;
  padding: 4px 24px;
}
.news__card--link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.25rem;
  margin-left: auto;
  padding-right: 1rem;
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 20px;
  color: #596c62;
  transition: 1s ease;
  cursor: pointer;
  width: fit-content;
  padding: 0rem 38px 30px;
  margin-top: auto;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news__card--link {
    margin-left: 0;
  }
}
@media (max-width: 467px) {
  .news__card--link {
    padding: 0rem 14px 28px;
    letter-spacing: 0.5px;
  }
}
.news__card--link svg {
  transition: 1s ease;
}
.news__card--link:hover {
  transition: 1s ease;
  text-shadow: 0 0 1px #596c62;
}
.news__card--link:hover svg {
  transition: 1s ease;
  transform: rotate(47.5deg);
}

.impact-capitalist .ic-eyebrow {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c2a84d;
  margin: 0;
}
@media (max-width: 767px) {
  .impact-capitalist .ic-eyebrow {
    font-size: 14px;
  }
}
@media (max-width: 467px) {
  .impact-capitalist .ic-eyebrow {
    font-size: 13px;
  }
}
.impact-capitalist .ic-rule {
  display: block;
  position: relative;
  width: 300px;
  height: 1px;
  margin: 20px 0 40px;
  background: linear-gradient(90deg, rgba(194, 168, 77, 0.7) 0%, rgba(194, 168, 77, 0.7) calc(50% - 10px), transparent calc(50% - 10px), transparent calc(50% + 10px), rgba(194, 168, 77, 0.7) calc(50% + 10px), rgba(194, 168, 77, 0.7) 100%);
}
.impact-capitalist .ic-rule::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #c2a84d;
}
.impact-capitalist .ic-rule--centred {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 567px) {
  .impact-capitalist .ic-rule {
    margin: 16px 0 28px;
  }
}
.impact-capitalist .ic-diamond {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 auto 22px;
  transform: rotate(45deg);
  background: #c2a84d;
}
.impact-capitalist .ic-diamond--inline {
  display: inline-block;
  margin: 0 12px 0 0;
  vertical-align: 1px;
}
.impact-capitalist .ic-section-head {
  margin-bottom: 56px;
}
.impact-capitalist .ic-section-head .ic-eyebrow {
  margin-bottom: 18px;
}
.impact-capitalist .ic-section-head .ic-rule {
  margin-bottom: 0;
}
.impact-capitalist .ic-section-head__title {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 54px;
  line-height: 116%;
  letter-spacing: -0.005em;
  color: #212322;
  max-width: 24em;
  margin: 0;
}
@media (max-width: 1380px) {
  .impact-capitalist .ic-section-head {
    margin-bottom: 44px;
  }
  .impact-capitalist .ic-section-head__title {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .impact-capitalist .ic-section-head {
    margin-bottom: 36px;
  }
  .impact-capitalist .ic-section-head__title {
    font-size: 32px;
  }
}
@media (max-width: 567px) {
  .impact-capitalist .ic-section-head__title {
    font-size: 26px;
  }
}
@media (max-width: 389px) {
  .impact-capitalist .ic-section-head__title {
    font-size: 23px;
  }
}
.impact-capitalist .ic-eyebrow--centred {
  text-align: center;
}
.impact-capitalist .ic-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 40px;
  padding-left: 18px;
  border-left: 2px solid #c2a84d;
}
.impact-capitalist .ic-note__icon {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #596c62;
}
.impact-capitalist .ic-note__lines {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #596c62;
  margin: 0;
}
@media (max-width: 767px) {
  .impact-capitalist .ic-note {
    margin-top: 30px;
  }
}
.impact-capitalist .ic-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0 0 30px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #212322;
}
.impact-capitalist .ic-heading::before, .impact-capitalist .ic-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  max-width: 190px;
  background: rgba(194, 168, 77, 0.55);
}
.impact-capitalist .ic-heading span {
  text-align: center;
}
@media (max-width: 1380px) {
  .impact-capitalist .ic-heading {
    font-size: 23px;
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .impact-capitalist .ic-heading {
    font-size: 21px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .impact-capitalist .ic-heading {
    font-size: 19px;
  }
  .impact-capitalist .ic-heading::before, .impact-capitalist .ic-heading::after {
    max-width: 60px;
  }
}
@media (max-width: 467px) {
  .impact-capitalist .ic-heading {
    font-size: 17px;
    gap: 14px;
  }
}
.impact-capitalist .ic-button {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 22px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.4s ease;
}
.impact-capitalist .ic-button__arrow {
  transition: 1s ease;
}
.impact-capitalist .ic-button:hover .ic-button__arrow {
  transition: 1s ease;
  transform: rotate(47.5deg);
}
.impact-capitalist .ic-button--dark {
  background: #212322;
  border-color: #212322;
  color: #faf2d6;
}
.impact-capitalist .ic-button--dark:hover {
  background: #171818;
}
.impact-capitalist .ic-button--gold {
  background: #c2a84d;
  border-color: #c2a84d;
  color: #212322;
}
.impact-capitalist .ic-button--gold:hover {
  background: #cbb264;
}
@media (max-width: 467px) {
  .impact-capitalist .ic-button {
    font-size: 14px;
    padding: 12px 18px;
  }
}
.impact-capitalist .ic-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 44px;
}
.impact-capitalist .ic-actions__label {
  position: relative;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #212322;
}
.impact-capitalist .ic-actions__label + .ic-button::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 1px;
  height: 38px;
  transform: translateY(-50%);
  background: rgba(33, 35, 34, 0.2);
}
.impact-capitalist .ic-actions .ic-button {
  position: relative;
}
@media (max-width: 767px) {
  .impact-capitalist .ic-actions {
    margin-top: 32px;
    gap: 24px;
  }
  .impact-capitalist .ic-actions__label {
    font-size: 14px;
  }
  .impact-capitalist .ic-actions__label + .ic-button::before {
    left: -12px;
    height: 30px;
  }
}
@media (max-width: 389px) {
  .impact-capitalist .ic-actions {
    flex-wrap: wrap;
  }
  .impact-capitalist .ic-actions__label + .ic-button::before {
    display: none;
  }
}
.impact-capitalist .ic-hero {
  background: #fbf7f4;
  padding: 80px 0 88px;
  overflow: hidden;
}
.impact-capitalist .ic-hero__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 80px;
}
.impact-capitalist .ic-hero__headline {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 56px;
  line-height: 106%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #212322;
  margin: 0 0 40px;
}
.impact-capitalist .ic-hero__lede {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 32px;
  line-height: 125%;
  color: #212322;
  margin: 0 0 28px;
  max-width: 21em;
}
.impact-capitalist .ic-hero__body {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 168%;
  color: #596c62;
  margin: 0;
  max-width: 24em;
}
.impact-capitalist .ic-hero__figure {
  width: 126%;
  aspect-ratio: 1.08;
  overflow: hidden;
}
.impact-capitalist .ic-hero__figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 45%;
}
@media (max-width: 1380px) {
  .impact-capitalist .ic-hero {
    padding: 80px 0 90px;
  }
  .impact-capitalist .ic-hero__container {
    gap: 56px;
  }
  .impact-capitalist .ic-hero__headline {
    font-size: 48px;
    margin-bottom: 28px;
  }
  .impact-capitalist .ic-hero__lede {
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .impact-capitalist .ic-hero {
    padding: 56px 0 72px;
  }
  .impact-capitalist .ic-hero__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }
  .impact-capitalist .ic-hero__copy {
    order: 2;
  }
  .impact-capitalist .ic-hero__figure {
    order: 1;
    width: 100%;
    aspect-ratio: auto;
  }
  .impact-capitalist .ic-hero__figure img {
    width: 100%;
    height: auto;
    max-width: 420px;
    margin: 0 auto;
    object-fit: fill;
  }
  .impact-capitalist .ic-hero__headline {
    font-size: 52px;
  }
  .impact-capitalist .ic-hero__lede {
    font-size: 24px;
    max-width: none;
  }
}
@media (max-width: 567px) {
  .impact-capitalist .ic-hero__headline {
    font-size: 40px;
    margin-bottom: 22px;
  }
  .impact-capitalist .ic-hero__lede {
    font-size: 21px;
  }
  .impact-capitalist .ic-hero__figure img {
    max-width: 300px;
  }
}
@media (max-width: 389px) {
  .impact-capitalist .ic-hero__headline {
    font-size: 33px;
  }
  .impact-capitalist .ic-hero__lede {
    font-size: 19px;
  }
}
.impact-capitalist .ic-manifesto {
  background: #596c62;
  padding: 92px 0;
}
.impact-capitalist .ic-manifesto .ic-rule--wide {
  background: linear-gradient(90deg, rgba(250, 242, 214, 0) 0%, rgba(250, 242, 214, 0.5) 18%, rgba(250, 242, 214, 0.5) 82%, rgba(250, 242, 214, 0) 100%);
}
.impact-capitalist .ic-manifesto .ic-rule--wide::after {
  background: #e8cf7a;
}
.impact-capitalist .ic-manifesto__container {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 88px;
}
.impact-capitalist .ic-manifesto .ic-eyebrow {
  color: #f5e6ad;
  margin-bottom: 22px;
}
.impact-capitalist .ic-manifesto .ic-diamond--inline {
  background: #e8cf7a;
}
.impact-capitalist .ic-manifesto__statements {
  padding-right: 40px;
}
.impact-capitalist .ic-manifesto__statement {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 44px;
  line-height: 118%;
  color: #faf2d6;
  margin: 0 0 36px;
}
.impact-capitalist .ic-manifesto__aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(250, 242, 214, 0.45);
  padding-left: 64px;
}
.impact-capitalist .ic-manifesto__body {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #faf2d6;
  margin: 0 0 40px;
}
.impact-capitalist .ic-manifesto__close {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 158%;
  color: #faf2d6;
  margin: 0;
}
.impact-capitalist .ic-manifesto__close--accent {
  font-weight: 400;
  font-style: italic;
  color: #f5e6ad;
  margin-top: 26px;
}
@media (max-width: 1380px) {
  .impact-capitalist .ic-manifesto {
    padding: 92px 0;
  }
  .impact-capitalist .ic-manifesto__container {
    gap: 56px;
  }
  .impact-capitalist .ic-manifesto__statement {
    font-size: 36px;
  }
  .impact-capitalist .ic-manifesto__aside {
    padding-left: 40px;
  }
  .impact-capitalist .ic-manifesto__body {
    font-size: 17px;
    margin-bottom: 32px;
  }
  .impact-capitalist .ic-manifesto__close {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .impact-capitalist .ic-manifesto {
    padding: 64px 0;
  }
  .impact-capitalist .ic-manifesto__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }
  .impact-capitalist .ic-manifesto__statements {
    padding-right: 0;
  }
  .impact-capitalist .ic-manifesto__statement {
    font-size: 32px;
  }
  .impact-capitalist .ic-manifesto__aside {
    border-left: 0;
    border-top: 1px solid rgba(250, 242, 214, 0.45);
    padding-left: 0;
    padding-top: 40px;
  }
  .impact-capitalist .ic-manifesto__body {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .impact-capitalist .ic-manifesto__close {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  .impact-capitalist .ic-manifesto {
    padding: 52px 0;
  }
  .impact-capitalist .ic-manifesto__statement {
    font-size: 26px;
  }
}
@media (max-width: 389px) {
  .impact-capitalist .ic-manifesto__statement {
    font-size: 22px;
  }
}
.impact-capitalist .ic-journey {
  background: #fff;
  padding: 96px 0 84px;
}
.impact-capitalist .ic-journey__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.impact-capitalist .ic-journey__step {
  padding: 40px 44px 40px 0;
}
.impact-capitalist .ic-journey__step:not(:nth-child(3n+1)) {
  border-left: 1px solid rgba(194, 168, 77, 0.45);
  padding-left: 44px;
}
.impact-capitalist .ic-journey__step:nth-child(n+4) {
  border-top: 1px solid rgba(194, 168, 77, 0.45);
}
.impact-capitalist .ic-journey__number {
  font-family: var(--second-family);
  font-weight: 200;
  font-size: 62px;
  line-height: 100%;
  color: #c2a84d;
  margin-bottom: 18px;
}
.impact-capitalist .ic-journey__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 128%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #212322;
  margin: 0 0 16px;
}
.impact-capitalist .ic-journey__body {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 165%;
  color: #596c62;
  max-width: 15em;
  margin: 0;
}
@media (max-width: 1380px) {
  .impact-capitalist .ic-journey {
    padding: 92px 0 84px;
  }
  .impact-capitalist .ic-journey__step {
    padding: 32px 32px 32px 0;
  }
  .impact-capitalist .ic-journey__step:not(:nth-child(3n+1)) {
    padding-left: 32px;
  }
  .impact-capitalist .ic-journey__number {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .impact-capitalist .ic-journey {
    padding: 64px 0 60px;
  }
  .impact-capitalist .ic-journey__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .impact-capitalist .ic-journey__step:not(:nth-child(3n+1)) {
    border-left: 0;
    padding-left: 0;
  }
  .impact-capitalist .ic-journey__step:nth-child(n+4) {
    border-top: 0;
  }
  .impact-capitalist .ic-journey__step:not(:nth-child(2n+1)) {
    border-left: 1px solid rgba(194, 168, 77, 0.45);
    padding-left: 32px;
  }
  .impact-capitalist .ic-journey__step:nth-child(n+3) {
    border-top: 1px solid rgba(194, 168, 77, 0.45);
  }
}
@media (max-width: 567px) {
  .impact-capitalist .ic-journey {
    padding: 52px 0 48px;
  }
  .impact-capitalist .ic-journey__steps {
    grid-template-columns: minmax(0, 1fr);
  }
  .impact-capitalist .ic-journey__step {
    padding: 28px 0;
  }
  .impact-capitalist .ic-journey__step:not(:nth-child(2n+1)) {
    border-left: 0;
    padding-left: 0;
  }
  .impact-capitalist .ic-journey__step:not(:first-child) {
    border-top: 1px solid rgba(194, 168, 77, 0.45);
  }
  .impact-capitalist .ic-journey__number {
    font-size: 46px;
    margin-bottom: 14px;
  }
}
.impact-capitalist .ic-questions {
  background: #fff;
  padding: 76px 0 88px;
  border-top: 1px solid rgba(194, 168, 77, 0.45);
}
.impact-capitalist .ic-questions__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.impact-capitalist .ic-questions__item {
  padding: 8px 24px 20px;
  text-align: center;
}
.impact-capitalist .ic-questions__item + .ic-questions__item {
  border-left: 1px solid rgba(194, 168, 77, 0.45);
}
.impact-capitalist .ic-questions__mark {
  display: block;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  color: #c2a84d;
  margin-bottom: 18px;
}
.impact-capitalist .ic-questions__text {
  font-family: var(--second-family);
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  line-height: 138%;
  color: #212322;
  max-width: 7em;
  margin: 0 auto;
}
@media (max-width: 1380px) {
  .impact-capitalist .ic-questions {
    padding: 76px 0 92px;
  }
  .impact-capitalist .ic-questions__item {
    padding: 0 16px;
  }
  .impact-capitalist .ic-questions__text {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .impact-capitalist .ic-questions {
    padding: 60px 0 64px;
  }
  .impact-capitalist .ic-questions__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 0;
  }
  .impact-capitalist .ic-questions__item + .ic-questions__item {
    border-left: 0;
  }
  .impact-capitalist .ic-questions__item:not(:nth-child(3n+1)) {
    border-left: 1px solid rgba(194, 168, 77, 0.45);
  }
}
@media (max-width: 567px) {
  .impact-capitalist .ic-questions {
    padding: 48px 0 52px;
  }
  .impact-capitalist .ic-questions__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px 0;
    margin-top: 36px;
  }
  .impact-capitalist .ic-questions__item:not(:nth-child(3n+1)) {
    border-left: 0;
  }
  .impact-capitalist .ic-questions__mark {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
.impact-capitalist .ic-paths {
  background: #fff;
  padding: 104px 0 116px;
}
.impact-capitalist .ic-paths__intro {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 168%;
  color: #596c62;
  text-align: center;
  max-width: 44em;
  margin: 0 auto;
}
.impact-capitalist .ic-paths__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
}
@media (max-width: 1380px) {
  .impact-capitalist .ic-paths {
    padding-bottom: 92px;
  }
  .impact-capitalist .ic-paths__cards {
    gap: 20px;
    margin-top: 44px;
  }
}
@media (max-width: 991px) {
  .impact-capitalist .ic-paths {
    padding-bottom: 64px;
  }
  .impact-capitalist .ic-paths__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 567px) {
  .impact-capitalist .ic-paths {
    padding-bottom: 52px;
  }
  .impact-capitalist .ic-paths__intro {
    font-size: 16px;
  }
  .impact-capitalist .ic-paths__cards {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 32px;
  }
}
.impact-capitalist .ic-card {
  background: #faf2d6;
  border: 1px solid rgba(194, 168, 77, 0.38);
  padding: 42px 30px 46px;
  text-align: center;
}
.impact-capitalist .ic-card__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  color: #212322;
  margin: 0 0 20px;
}
.impact-capitalist .ic-card__body {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 162%;
  color: #596c62;
  margin: 0;
}
@media (max-width: 1380px) {
  .impact-capitalist .ic-card {
    padding: 34px 22px 38px;
  }
  .impact-capitalist .ic-card__title {
    font-size: 23px;
  }
  .impact-capitalist .ic-card__body {
    font-size: 17px;
  }
}
@media (max-width: 567px) {
  .impact-capitalist .ic-card {
    padding: 30px 24px 32px;
  }
}
.impact-capitalist .ic-authors {
  background: #fff;
  padding: 88px 0 96px;
}
.impact-capitalist .ic-authors__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1380px) {
  .impact-capitalist .ic-authors {
    padding: 84px 0 96px;
  }
}
@media (max-width: 991px) {
  .impact-capitalist .ic-authors {
    padding: 64px 0 68px;
  }
}
@media (max-width: 767px) {
  .impact-capitalist .ic-authors__list {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 567px) {
  .impact-capitalist .ic-authors {
    padding-bottom: 52px;
  }
}
.impact-capitalist .ic-author {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 0 56px;
}
.impact-capitalist .ic-author + .ic-author {
  border-left: 1px solid rgba(194, 168, 77, 0.5);
}
.impact-capitalist .ic-author__photo {
  flex: 0 0 auto;
  width: 200px;
  height: 200px;
  padding: 5px;
  border: 1px solid #c2a84d;
  border-radius: 50%;
}
.impact-capitalist .ic-author__photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.impact-capitalist .ic-author__name {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 31px;
  line-height: 128%;
  color: #212322;
  margin: 6px 0 8px;
}
.impact-capitalist .ic-author__role {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c2a84d;
  margin: 0 0 16px;
}
.impact-capitalist .ic-author__bio {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 168%;
  color: #596c62;
  margin: 0;
}
.impact-capitalist .ic-author__bio a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #c2a84d;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: 0.3s ease;
}
.impact-capitalist .ic-author__bio a:hover, .impact-capitalist .ic-author__bio a:focus-visible {
  color: #212322;
  text-decoration-color: #212322;
}
@media (max-width: 1380px) {
  .impact-capitalist .ic-author {
    padding: 0 36px;
    gap: 24px;
  }
  .impact-capitalist .ic-author__photo {
    width: 140px;
    height: 140px;
  }
  .impact-capitalist .ic-author__name {
    font-size: 22px;
  }
  .impact-capitalist .ic-author__bio {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .impact-capitalist .ic-author {
    padding: 0 24px;
  }
  .impact-capitalist .ic-author__photo {
    width: 120px;
    height: 120px;
  }
  .impact-capitalist .ic-author__name {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .impact-capitalist .ic-author__role {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .impact-capitalist .ic-author {
    padding: 0;
  }
  .impact-capitalist .ic-author + .ic-author {
    border-left: 0;
    border-top: 1px solid rgba(194, 168, 77, 0.5);
    margin-top: 36px;
    padding-top: 36px;
  }
}
@media (max-width: 467px) {
  .impact-capitalist .ic-author {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 22px;
  }
}
.impact-capitalist .ic-cta {
  position: relative;
  background: #212322;
  padding: 88px 0;
}
.impact-capitalist .ic-cta__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: 72px;
}
.impact-capitalist .ic-cta__headline {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 52px;
  line-height: 118%;
  color: #faf2d6;
  max-width: 20em;
  margin: 0;
}
.impact-capitalist .ic-cta .ic-rule {
  margin: 30px 0 34px;
}
.impact-capitalist .ic-cta__panel {
  background: #f6ece1;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1.42;
}
.impact-capitalist .ic-cta__panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
}
.impact-capitalist .ic-cta .ic-actions__label {
  color: #faf2d6;
}
.impact-capitalist .ic-cta .ic-actions__label + .ic-button::before {
  background: rgba(250, 242, 214, 0.3);
}
@media (max-width: 1380px) {
  .impact-capitalist .ic-cta {
    padding: 84px 0;
  }
  .impact-capitalist .ic-cta__container {
    gap: 52px;
  }
  .impact-capitalist .ic-cta__headline {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .impact-capitalist .ic-cta {
    padding: 60px 0;
  }
  .impact-capitalist .ic-cta__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }
  .impact-capitalist .ic-cta__headline {
    font-size: 36px;
    max-width: none;
  }
  .impact-capitalist .ic-cta__panel {
    max-width: 520px;
  }
}
@media (max-width: 567px) {
  .impact-capitalist .ic-cta {
    padding: 48px 0;
  }
  .impact-capitalist .ic-cta__headline {
    font-size: 29px;
  }
  .impact-capitalist .ic-cta .ic-rule {
    margin: 22px 0 26px;
  }
}

.book-promo {
  background: #f6ece1;
  padding: 64px 0;
  overflow: hidden;
}
.book-promo__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  align-items: center;
  gap: 56px;
}
.book-promo__eyebrow {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c2a84d;
  margin: 0 0 22px;
}
.book-promo__headline {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 52px;
  line-height: 114%;
  letter-spacing: -0.005em;
  color: #212322;
  max-width: 18em;
  margin: 0;
}
.book-promo__accent {
  color: #c2a84d;
}
.book-promo__rule {
  display: block;
  position: relative;
  width: 208px;
  height: 1px;
  margin: 30px 0 30px;
  background: linear-gradient(90deg, rgba(194, 168, 77, 0.7) 0%, rgba(194, 168, 77, 0.7) calc(50% - 10px), transparent calc(50% - 10px), transparent calc(50% + 10px), rgba(194, 168, 77, 0.7) calc(50% + 10px), rgba(194, 168, 77, 0.7) 100%);
}
.book-promo__rule::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #c2a84d;
}
.book-promo__body {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 172%;
  color: #596c62;
  max-width: 26em;
  margin: 0;
}
.book-promo__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.book-promo__label {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c2a84d;
}
.book-promo__button {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
  padding: 13px 22px;
  border: 1px solid #212322;
  border-radius: 22px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: #212322;
  color: #faf2d6;
  transition: 0.4s ease;
}
.book-promo__button:hover {
  background: #171818;
  color: #faf2d6;
}
.book-promo__arrow {
  transition: 1s ease;
}
.book-promo__button:hover .book-promo__arrow {
  transform: rotate(47.5deg);
}
.book-promo__label + .book-promo__button::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 1px;
  height: 38px;
  transform: translateY(-50%);
  background: rgba(33, 35, 34, 0.2);
}
.book-promo__figure {
  aspect-ratio: 1.34;
}
.book-promo__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
}
@media (max-width: 1380px) {
  .book-promo {
    padding: 72px 0;
  }
  .book-promo__container {
    gap: 40px;
  }
  .book-promo__headline {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .book-promo {
    padding: 56px 0;
  }
  .book-promo__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }
  .book-promo__copy {
    order: 1;
  }
  .book-promo__figure {
    order: 2;
    aspect-ratio: auto;
  }
  .book-promo__figure img {
    max-width: 620px;
    height: auto;
    margin: 0 auto;
    object-fit: fill;
  }
  .book-promo__headline {
    font-size: 36px;
    max-width: none;
  }
  .book-promo__body {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .book-promo__eyebrow {
    font-size: 14px;
  }
  .book-promo__label {
    font-size: 14px;
  }
  .book-promo__actions {
    gap: 24px;
    margin-top: 32px;
  }
  .book-promo__label + .book-promo__button::before {
    left: -12px;
    height: 30px;
  }
}
@media (max-width: 567px) {
  .book-promo {
    padding: 44px 0;
  }
  .book-promo__headline {
    font-size: 29px;
  }
  .book-promo__rule {
    margin: 22px 0;
  }
  .book-promo__body {
    font-size: 16px;
  }
}
@media (max-width: 467px) {
  .book-promo__eyebrow {
    font-size: 13px;
  }
  .book-promo__headline {
    font-size: 25px;
  }
  .book-promo__button {
    font-size: 14px;
    padding: 12px 18px;
  }
  .book-promo__actions {
    flex-wrap: wrap;
  }
  .book-promo__label + .book-promo__button::before {
    display: none;
  }
}

.front-page .our-impact {
  padding: 42px 0 82px;
}
@media (max-width: 567px) {
  .front-page .our-impact {
    padding: 47px 0 62px;
  }
}
@media (max-width: 567px) {
  .front-page .nums__card--subtitle {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 23px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #faf2d6;
  }
}
@media (max-width: 467px) {
  .front-page .quote__quote p {
    font-weight: 400;
  }
}

.bg-svg-1 {
  position: absolute;
  z-index: -1;
  right: -9px;
  top: -125px;
}
@media (max-width: 767px) {
  .bg-svg-1 {
    display: none;
  }
}
.bg-svg-2 {
  position: absolute;
  display: none;
  z-index: -1;
  right: 0;
}
@media (max-width: 767px) {
  .bg-svg-2 {
    display: block;
  }
}

.hero {
  position: relative;
}
.hero__bg {
  position: absolute;
  right: 0;
  top: -100px;
}
@media (max-width: 991px) {
  .hero__bg svg:first-of-type {
    display: none;
  }
}
.hero__bg svg:last-of-type {
  display: none;
}
@media (max-width: 991px) {
  .hero__bg svg:last-of-type {
    display: flex;
  }
}
.hero .section__title {
  margin: 98px 0 40px;
}
@media (max-width: 467px) {
  .hero .section__title {
    max-width: 304px;
    margin: 39px 0px 38px 12px;
    letter-spacing: 0.3px;
  }
}

.section__header {
  padding: 1rem 0;
  border-top: 1px solid #596c62;
  border-bottom: 1px solid #596c62;
  margin-bottom: 55px;
}
@media (max-width: 467px) {
  .section__header {
    padding: 12px 0;
  }
}
.section__header h6 {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #596c62;
}
@media (max-width: 767px) {
  .section__header h6 {
    font-family: var(--second-family);
  }
}
@media (max-width: 467px) {
  .section__header h6 {
    font-size: 16px;
  }
}
.section__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 20px;
  color: #596c62;
  transition: 1s ease;
  cursor: pointer;
  width: fit-content;
}
.section__link svg {
  transition: 1s ease;
}
.section__link:hover {
  transition: 1s ease;
  text-shadow: 0 0 1px #596c62;
}
.section__link:hover svg {
  transition: 1s ease;
  transform: rotate(47.5deg);
}
.section__title-secondary {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  color: #212322;
  margin-bottom: 94px;
}

.ui-button__primary {
  border: 1px solid #faf2d6;
  border-radius: 22px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #faf2d6;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.ui-button__primary svg {
  transition: 1s ease;
}
.ui-button__primary:hover {
  transition: 1s ease;
}
.ui-button__primary:hover svg {
  transition: 1s ease;
  transform: rotate(47.5deg);
}

.ui-socials {
  display: flex;
  gap: 12px;
}
.ui-socials .social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.ui-socials .social-link svg {
  display: flex;
}

.ui__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0rem 0rem 1rem;
  margin-bottom: 40px;
}
.ui__tags .ui__tag {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  border-radius: 26px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-wrapper {
  display: flex;
  gap: 24px;
  width: 100%;
}

.filter-dropdown, .sort-dropdown {
  display: flex;
  flex-direction: column;
}

.services-hero__wrapper {
  margin: 0 0 40px 80px;
  transition: 0.2s ease;
}
@media (max-width: 991px) {
  .services-hero__wrapper {
    margin: 0;
    padding: 0;
  }
}
.services-hero__wrapper.active {
  transition: 0.2s ease;
  margin: 0;
}

.service-item {
  display: flex;
  min-height: 784px;
  height: 784px;
  max-height: 1080px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  width: 100%;
  min-width: 100%;
  flex-direction: column;
  background-image: none;
  z-index: 0;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .service-item {
    flex-direction: row;
  }
}
@media (max-width: 467px) {
  .service-item {
    min-height: 357px;
    height: 357px;
  }
}
@media (max-width: 991px) {
  .service-item.not-expanded {
    min-height: 357px;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .service-item.expanded {
    min-height: 900px;
    height: 100vh;
  }
}
@media (max-width: 567px) {
  .service-item.expanded {
    min-height: 1000px;
  }
}
.service-item__block {
  flex: 1.15;
  display: flex;
  align-items: stretch;
  cursor: pointer;
  transition: all 0.35s ease;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}
@media (max-width: 467px) {
  .service-item__block {
    flex: 1;
  }
}
.service-item__block:nth-child(1) {
  transition: 1s ease;
}
.service-item__block:nth-child(1):hover::before {
  transition: 1s ease;
  background: rgba(189, 169, 74, 0.75);
}
.service-item__block:nth-child(1).service-item__block--active:hover::before {
  background: rgb(189, 169, 74);
}
.service-item__block:nth-child(1):hover img {
  transition: 1s ease;
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .service-item__block:nth-child(1):hover img {
    transform: scale(1);
  }
}
.service-item__block:nth-child(1)::before {
  transition: 1s ease;
  mix-blend-mode: multiply;
  background: rgb(189, 169, 74);
}
.service-item__block:nth-child(2):hover::before {
  transition: 1s ease;
  background: rgba(102, 148, 101, 0.75);
}
.service-item__block:nth-child(2):hover::before.service-item__block--active:hover::before {
  background: rgb(102, 148, 101);
}
.service-item__block:nth-child(2):hover img {
  transition: 1s ease;
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .service-item__block:nth-child(2):hover img {
    transform: scale(1);
  }
}
.service-item__block:nth-child(2)::before {
  transition: 1s ease;
  mix-blend-mode: multiply;
  background: rgb(102, 148, 101);
}
.service-item__block:nth-child(3):hover::before {
  transition: 1s ease;
  background: rgba(100, 147, 179, 0.75);
}
.service-item__block:nth-child(3):hover::before.service-item__block--active:hover::before {
  background: rgb(100, 147, 179);
}
.service-item__block:nth-child(3):hover img {
  transition: 1s ease;
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .service-item__block:nth-child(3):hover img {
    transform: scale(1);
  }
}
.service-item__block:nth-child(3)::before {
  transition: 1s ease;
  mix-blend-mode: multiply;
  background: rgb(100, 147, 179);
}
.service-item__block:nth-child(4):hover::before {
  transition: 1s ease;
  background: rgba(234, 184, 47, 0.75);
}
.service-item__block:nth-child(4):hover::before.service-item__block--active:hover::before {
  background: rgb(234, 184, 47);
}
.service-item__block:nth-child(4):hover img {
  transition: 1s ease;
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .service-item__block:nth-child(4):hover img {
    transform: scale(1);
  }
}
.service-item__block:nth-child(4)::before {
  transition: 1s ease;
  mix-blend-mode: multiply;
  background: rgb(234, 184, 47);
}
.service-item__block:nth-child(5):hover::before {
  transition: 1s ease;
  background: rgba(156, 50, 50, 0.75);
}
.service-item__block:nth-child(5):hover::before.service-item__block--active:hover::before {
  background: rgb(156, 50, 50);
}
.service-item__block:nth-child(5):hover img {
  transition: 1s ease;
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .service-item__block:nth-child(5):hover img {
    transform: scale(1);
  }
}
.service-item__block:nth-child(5)::before {
  transition: 1s ease;
  mix-blend-mode: multiply;
  background: rgb(156, 50, 50);
}
.service-item__block:before {
  content: "";
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
}
.service-item__block--active {
  flex: 8;
  cursor: default;
}
.service-item__title {
  font-weight: bold;
  white-space: nowrap;
  word-spacing: 6px;
  position: absolute;
  z-index: 30;
  opacity: 1;
  bottom: 36px;
  transition: top 0.35s, opacity 0.15s;
  transform-origin: 0 0;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
}
@media (max-width: 991px) {
  .service-item__title {
    bottom: 0;
    height: 100%;
    margin: 0 auto;
    transform: rotate(90deg);
    top: 0;
    right: 0;
    left: 0;
    transform-origin: center;
    align-items: center;
  }
}
.service-item__title img {
  transition: 1s ease;
  display: flex;
}
.service-item__title img:last-of-type {
  width: 164px;
  height: 99px;
}
@media (max-width: 1279px) {
  .service-item__title img:last-of-type {
    display: none;
  }
}
.service-item__title span {
  display: flex;
  color: #212322;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 32px;
  height: 100%;
  width: 100%;
  transform: rotate(-90deg);
  top: -67px;
  position: relative;
}
@media (max-width: 1440px) {
  .service-item__title span {
    font-size: 24px;
  }
}
@media (max-width: 1279px) {
  .service-item__title span {
    display: flex !important;
    align-items: center;
    margin: 0 34px;
    word-spacing: 1.5px;
  }
}
@media (max-width: 991px) {
  .service-item__title span {
    top: 0;
    text-align: left;
  }
}
@media (max-width: 467px) {
  .service-item__title span {
    align-items: center;
    font-size: 20px;
    margin: 0 34px;
    word-spacing: 1.5px;
  }
}
.service-item__block--active .service-item__title {
  opacity: 0;
  top: 200%;
}
.service-item__section-content {
  position: relative;
  z-index: 30;
  opacity: 0;
  align-self: flex-end;
  width: 100%;
  transition: all 0.35s 0.1s ease-out;
  height: 100%;
}
.service-item__block--active .service-item__section-content {
  opacity: 1;
}
.service-item__inner {
  position: absolute;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  align-items: flex-end;
  left: 0;
  bottom: 0;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  height: auto;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .service-item__inner {
    grid-auto-flow: column;
    grid-column-gap: 40px;
    padding: 4rem 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .service-item__inner {
    grid-auto-flow: column;
    grid-template-columns: 50vw 200px;
    grid-column-gap: 40px;
    padding: 80px 60px 60px 52px;
  }
}
@media (max-width: 467px) {
  .service-item__inner {
    padding: 13px 32px 0 42px;
  }
}
.service-item__block--active .service-item__inner {
  opacity: 1;
}
.service-item__bio {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  height: 100%;
}
@media (max-width: 767px) {
  .service-item__bio {
    grid-gap: 12px;
  }
}
.service-item__bio > img:last-of-type {
  margin-top: auto;
  width: 164px;
  height: 99px;
  display: flex;
}
@media (max-width: 767px) {
  .service-item__bio > img:last-of-type {
    display: none;
  }
}
.service-item__bio-title {
  font-family: var(--second-family);
  font-weight: 350;
  font-size: 64px;
  color: #212322;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .service-item__bio-title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .service-item__bio-title {
    font-size: 64px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .service-item__bio-title span {
    display: none;
  }
}
.service-item__bio-title img {
  width: 164px;
  height: 99px;
  display: none;
}
@media (max-width: 767px) {
  .service-item__bio-title img {
    display: flex;
  }
}
.service-item__bio-description {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #212322;
  max-width: 638px;
  letter-spacing: 0.8px;
}
@media (max-width: 1440px) {
  .service-item__bio-description {
    font-size: 17px;
  }
}
@media (max-width: 467px) {
  .service-item__bio-description {
    margin-top: 0;
  }
}
.service-item__bio-description img {
  display: none;
}
@media (max-width: 767px) {
  .service-item__bio-description img {
    display: flex;
  }
}
.service-item__bio-description p:nth-child(2) {
  margin: 24px 0;
}
@media (max-width: 467px) {
  .service-item__bio-description p {
    margin: 8px 0px;
    line-height: 21.2px;
  }
}
.service-item__links {
  display: flex;
  gap: 62px;
  height: fit-content;
  align-items: center;
  margin: 36px 0 0;
}
@media (max-width: 991px) {
  .service-item__links {
    margin-top: auto;
  }
}
@media (max-width: 467px) {
  .service-item__links {
    gap: 26px;
    margin: 36px 0 0;
  }
}
@media (max-width: 375px) {
  .service-item__links {
    gap: 12px;
    flex-wrap: wrap;
  }
}
.service-item__links .section__link {
  color: #212322;
  font-weight: 400;
}
.service-item__links .ui-button__primary {
  padding: 11px 16px;
  color: #212322;
  border-color: #212322;
}
.service-item__block:nth-child(5) .service-item__title span,
.service-item__block:nth-child(5) .service-item__bio-title,
.service-item__block:nth-child(5) .service-item__bio-description,
.service-item__block:nth-child(5) .service-item__links .section__link {
  color: #faf2d6;
}
.service-item__block:nth-child(5) .service-item__links .ui-button__primary {
  color: #faf2d6;
  border-color: #faf2d6;
}

.nums {
  padding: 122px 0 160px;
  background: #596c62;
  position: relative;
}
@media (max-width: 991px) {
  .nums {
    padding: 116px 0 82px;
  }
}
@media (max-width: 767px) {
  .nums {
    padding: 62px 0 52px;
  }
}
@media (max-width: 567px) {
  .nums {
    padding: 36px 0 68px;
  }
}
.nums.secondary {
  background: linear-gradient(229deg, #596c62 0%, #c2a84d 150%);
  padding: 4rem 0;
}
@media (max-width: 567px) {
  .nums.secondary {
    background: linear-gradient(229deg, #596c62 0%, #c2a84d 100%);
  }
}
@media (max-width: 991px) {
  .nums.secondary .swiper-custom-controls {
    display: none;
  }
}
.nums.secondary .nums__card {
  width: 100% !important;
  flex-direction: row;
  gap: 136px;
}
.nums.secondary .nums__card .nums__card--num {
  font-size: 342px;
}
.nums.secondary .nums__card .nums__card--subtitle {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 41px;
  letter-spacing: 0.02em;
  color: #faf2d6;
  text-transform: unset;
  max-width: unset;
}
.nums-bg-1 {
  position: absolute;
  top: 0;
}
.nums.light {
  background: #e7eaeb;
}
@media (max-width: 467px) {
  .nums.light {
    padding: 56px 0 49px;
  }
}
.nums.light .nums__card--num {
  color: #212322;
}
.nums.light .nums__card--subtitle {
  color: #212322;
}
@media (max-width: 467px) {
  .nums.light .nums__card--subtitle {
    font-weight: 600;
    font-size: 23px;
  }
}
.nums.light .nums__divider {
  background-color: #212322;
}
.nums.light .swiper-custom-controls .custom-pagination {
  color: #212322;
  font-weight: 400;
  font-family: var(--second-family);
}
.nums .swiper-custom-controls {
  display: none;
}
@media (max-width: 991px) {
  .nums .swiper-custom-controls {
    display: flex;
  }
}
@media (max-width: 467px) {
  .nums .swiper-custom-controls {
    padding: 0 18px;
  }
}
.nums .swiper-custom-controls .custom-pagination {
  color: #faf2d6;
  font-weight: 300;
  font-family: var(--second-family);
}
.nums .swiper-custom-controls .nums-pagination-total {
  opacity: 0.5;
}
.nums .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 1440px) {
  .nums .swiper-wrapper {
    justify-content: unset;
  }
}
@media (max-width: 1279px) {
  .nums .swiper-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .nums .swiper-wrapper {
    margin-bottom: 62px;
  }
}
@media (max-width: 567px) {
  .nums .swiper-wrapper {
    margin-bottom: 32px;
  }
}
.nums .swiper-wrapper .swiper-slide {
  width: fit-content;
  height: 184px;
}
@media (max-width: 991px) {
  .nums .swiper-wrapper .swiper-slide {
    height: 100%;
  }
}
.nums .swiper-wrapper .nums__divider:last-of-type {
  display: none;
}
.nums__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.nums__wrapper .swiper-wrapper {
  align-items: center;
}
.nums__wrapper > svg {
  position: absolute;
  bottom: -117px;
  left: 11px;
}
@media (max-width: 991px) {
  .nums__wrapper > svg {
    display: none;
  }
}
.nums__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.nums__card--num {
  font-family: var(--second-family);
  font-weight: 100;
  font-size: 125px;
  letter-spacing: 0.04em;
  color: #faf2d6;
}
@media (max-width: 767px) {
  .nums__card--num {
    font-size: 176px;
    line-height: 177px;
  }
}
.nums__card--subtitle {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #faf2d6;
  max-width: 250px;
}
@media (max-width: 567px) {
  .nums__card--subtitle {
    max-width: unset;
  }
}
.nums__divider {
  height: 350px;
  width: 1px;
  background-color: #faf2d6;
}
.nums__divider:nth-child(2) {
  margin: 0 46px;
}
@media (max-width: 1279px) {
  .nums__divider:nth-child(2) {
    margin: 0;
  }
}
.nums__divider:nth-child(4) {
  margin: 0 32px;
}
@media (max-width: 1279px) {
  .nums__divider:nth-child(4) {
    margin: 0;
  }
}
.nums__divider:nth-child(6) {
  margin: 0px 64px 0 24px;
}
@media (max-width: 1279px) {
  .nums__divider:nth-child(6) {
    margin: 0;
  }
}

.our-impact {
  padding: 42px 0 82px;
}
@media (max-width: 1440px) {
  .our-impact {
    padding: 140px 0 82px;
  }
}
@media (max-width: 467px) {
  .our-impact .section__header {
    margin-bottom: 24px;
  }
}
.our-impact__wrapper {
  display: flex;
  gap: 52px;
}
@media (max-width: 991px) {
  .our-impact__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 467px) {
  .our-impact__wrapper {
    padding: 0 20px;
  }
}
.our-impact__img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-left: 14px;
}
@media (max-width: 991px) {
  .our-impact__img {
    margin-left: 0;
  }
}
@media (max-width: 567px) {
  .our-impact__img {
    gap: 8px;
  }
}
@media (max-width: 467px) {
  .our-impact__img {
    display: none;
  }
}
.our-impact--link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.25rem;
  margin-top: 4rem;
  margin-left: auto;
  padding-right: 1rem;
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 20px;
  color: #596c62;
  transition: 1s ease;
  cursor: pointer;
  width: fit-content;
}
.our-impact--link svg {
  transition: 1s ease;
}
.our-impact--link:hover {
  transition: 1s ease;
  text-shadow: 0 0 1px #596c62;
}
.our-impact--link:hover svg {
  transition: 1s ease;
  transform: rotate(47.5deg);
}
.our-impact__text {
  display: flex;
  flex-direction: column;
  margin-top: 56px;
}
@media (max-width: 567px) {
  .our-impact__text {
    margin-top: 24px;
  }
}
@media (max-width: 467px) {
  .our-impact__text {
    margin-top: 29px;
  }
}
.our-impact__text h5 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 131%;
  color: #596c62;
  margin: 0;
}
@media (max-width: 1440px) {
  .our-impact__text h5 {
    font-size: 32px;
  }
}
@media (max-width: 467px) {
  .our-impact__text h5 {
    font-weight: 600;
    font-size: 33px;
    line-height: 111%;
  }
}
.our-impact__text p {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  color: #596c62;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .our-impact__text p {
    font-size: 16px;
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .our-impact__text p {
    max-width: 100%;
  }
}
@media (max-width: 467px) {
  .our-impact__text p {
    font-size: 17px;
  }
}
.our-impact__links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: auto;
}
@media (max-width: 991px) {
  .our-impact__links {
    margin-top: 4rem;
  }
}
@media (max-width: 567px) {
  .our-impact__links {
    margin-top: 52px;
  }
}

.quote {
  padding: 35px 0 0px;
}
@media (max-width: 467px) {
  .quote {
    padding: 38px 0px 61px;
  }
}
.quote__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 35%;
  padding: 52px 0 106px;
}
@media (max-width: 991px) {
  .quote__wrapper {
    padding: 32px 0 0;
  }
}
.quote__quote {
  position: relative;
  display: flex;
  flex-direction: column;
}
.quote__quote p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 105%;
  color: #596c62;
  margin-top: 0;
  margin-bottom: 92px;
}
@media (max-width: 767px) {
  .quote__quote p {
    margin-left: 4rem;
    margin-bottom: 42px;
  }
}
@media (max-width: 467px) {
  .quote__quote p {
    margin-left: 55px;
    margin-bottom: 36px;
    line-height: 44px;
    letter-spacing: 0.75px;
  }
}
.quote__author {
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #596c62;
  margin-top: auto;
}
@media (max-width: 1440px) {
  .quote__author {
    font-size: 14px;
  }
}
.quote__dc {
  position: absolute;
  left: -72px;
  top: 0;
}
@media (max-width: 767px) {
  .quote__dc {
    left: 0;
  }
}
@media (max-width: 467px) {
  .quote__dc svg {
    width: 43px;
    height: 59px;
  }
}
.quote__img {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .quote__img {
    display: none;
  }
}
.quote__img img {
  width: 100%;
  object-fit: cover;
  width: 131px;
  height: 147px;
}

.swiper-custom-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
}

.custom-pagination {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #212322;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 10;
}
.custom-pagination-current {
  color: #212322;
}
.custom-pagination-total {
  opacity: 0.5;
}

.custom-navigation {
  display: flex;
  gap: 10px;
  z-index: 10;
}

.branch-main {
  position: relative;
}
.branch-main .about-post {
  background-color: #fff;
}
.branch-main .about-post .about-post__wrapper {
  padding: 0 32px;
  gap: 54px;
}
.branch-main .about-post h2 {
  color: #212322;
}
.branch-main .about-post p {
  color: #212322;
  margin: 24px 0px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 467px) {
  .branch-main .quote h6 {
    font-size: 20px;
  }
}
@media (max-width: 467px) {
  .branch-main .about-post__wrapper {
    padding: 0 18px;
    gap: 24px;
  }
}
@media (max-width: 467px) {
  .branch-main .about-post__text h2 {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: 500;
    text-shadow: 0 0 0 #000;
  }
}
.branch-main .our-impact {
  padding-bottom: 54px;
}
@media (max-width: 567px) {
  .branch-main .our-impact {
    padding: 89px 0 24px;
  }
}
@media (max-width: 467px) {
  .branch-main .our-impact__img {
    display: flex !important;
  }
}
@media (max-width: 467px) {
  .branch-main .our-impact__img img {
    height: 200px !important;
  }
}
@media (max-width: 467px) {
  .branch-main .our-impact__wrapper {
    gap: 24px;
    padding: 0px 16px;
  }
}
@media (max-width: 467px) {
  .branch-main .our-impact__text h5 {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 27px;
  }
}
@media (max-width: 467px) {
  .branch-main .our-impact__text p {
    font-size: 14px;
  }
}
@media (max-width: 467px) {
  .branch-main .our-impact__links {
    margin-top: 36px;
  }
}

.branch-hero {
  height: 100vh;
  position: relative;
}
@media (max-width: 991px) {
  .branch-hero {
    height: 552px;
  }
}
.branch-hero__bg-1 {
  position: absolute;
  height: 100%;
  right: 0;
  top: -65px;
}
.branch-hero__bg-1 svg {
  height: 108%;
}
@media (max-width: 991px) {
  .branch-hero__bg-1 {
    display: none;
  }
}
.branch-hero__bg-2 {
  position: absolute;
  height: max-content;
  right: 0;
  top: 65px;
  display: none;
}
@media (max-width: 991px) {
  .branch-hero__bg-2 {
    display: flex;
  }
}
.branch-hero__bg-2 svg {
  height: 76%;
}
.branch-hero img {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: -1;
  object-fit: cover;
  object-position: bottom;
}
@media (max-width: 991px) {
  .branch-hero img {
    height: 552px;
  }
}
.branch-hero .container {
  height: 100%;
}
.branch-hero__header h5 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #faf2d6;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
@media (max-width: 567px) {
  .branch-hero__header h5 {
    font-family: var(--second-family);
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #faf2d6;
  }
}
@media (max-width: 467px) {
  .branch-hero__header h5 {
    font-family: var(--second-family);
    font-size: 14px;
    text-transform: uppercase;
    color: #faf2d6;
    letter-spacing: 1.2px;
    margin: 0 0 12px;
  }
}
.branch-hero__title h4 {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 64px;
  color: #faf2d6;
  margin: 0 0 76px 0;
  max-width: 720px;
}
@media (max-width: 991px) {
  .branch-hero__title h4 {
    max-width: unset;
    font-size: 42px;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 567px) {
  .branch-hero__title h4 {
    font-size: 32px;
    font-weight: 350;
  }
}
.branch-hero__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 0 0 0 30px;
}
@media (max-width: 467px) {
  .branch-hero__wrapper {
    padding: 0px 0 0 16px;
  }
}
.branch-hero__wrapper::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 65px);
  background-color: #faf2d6;
  left: 3px;
  display: none;
}
@media (max-width: 1440px) {
  .branch-hero__wrapper::before {
    display: flex;
  }
}
@media (max-width: 1439px) {
  .branch-hero__wrapper::before {
    display: none;
  }
}

@media (max-width: 567px) {
  .portfolio-accordion {
    padding: 0 0 0 0;
  }
}
.portfolio-accordion .accordion-item {
  border-bottom: 1px solid #212322;
}
.portfolio-accordion .accordion-item-header {
  border-bottom: none;
  padding: 24px 0;
}
.portfolio-accordion .swiper-custom-controls {
  display: none;
}
@media (max-width: 567px) {
  .portfolio-accordion .swiper-custom-controls {
    display: flex;
    justify-content: center;
    margin-top: 56px;
    padding-bottom: 32px;
  }
}
.portfolio__section-title {
  font-family: var(--second-family);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #212322;
  display: table;
  margin: 0 auto 40px;
  padding-bottom: 16px;
  border-bottom: 2px solid #212322;
}
.portfolio__section-title:not(:first-child) {
  margin-top: 56px;
}
@media (max-width: 567px) {
  .portfolio__section-title {
    font-size: 15px;
    padding-bottom: 12px;
    margin-bottom: 28px;
  }
  .portfolio__section-title:not(:first-child) {
    margin-top: 40px;
  }
}
.portfolio__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 62px;
  margin-bottom: 56px;
  padding: 0 19px;
}
@media (max-width: 1023px) {
  .portfolio__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 567px) {
  .portfolio__grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 32px;
  }
}
.portfolio__slider {
  display: none;
}
.portfolio__slide {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (max-width: 467px) {
  .portfolio__slide {
    gap: 50px;
  }
}
.portfolio__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: 1s ease;
}
.portfolio__card:hover {
  transition: 1s ease;
}
.portfolio__card:hover .portfolio__card-img {
  transition: 1s ease;
}
.portfolio__card:hover .portfolio__card-img img {
  transition: 1s ease;
  transform: scale(1.1);
}
.portfolio__card:hover .portfolio__card-img--logo img {
  transform: none;
}
.portfolio__card:hover .section__link {
  transition: 1s ease;
  text-shadow: 0 0 1px #596c62;
}
.portfolio__card:hover .section__link svg {
  transition: 1s ease;
  transform: rotate(47.5deg);
}
.portfolio__card-reveal {
  display: flex;
  flex-direction: column;
}
.portfolio__card--hover-reveal {
  position: relative;
}
.portfolio__card--hover-reveal .portfolio__card-img {
  margin-bottom: 0;
}
.portfolio__card--hover-reveal .portfolio__card-reveal {
  position: absolute;
  inset: 0;
  z-index: 2;
  justify-content: safe center;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 16px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.portfolio__card--hover-reveal .portfolio__card-title,
.portfolio__card--hover-reveal .portfolio__card-subtitle {
  color: #fff;
  margin-bottom: 0;
}
.portfolio__card--hover-reveal .section__link {
  color: #fff;
}
.portfolio__card--hover-reveal .section__link svg path {
  stroke: #fff;
}
.portfolio__card--hover-reveal.is-revealed .portfolio__card-reveal {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .portfolio__card--hover-reveal:hover .portfolio__card-reveal, .portfolio__card--hover-reveal:focus-within .portfolio__card-reveal {
    opacity: 1;
    visibility: visible;
  }
}
.portfolio__card-img {
  border-radius: 12px;
  margin-bottom: 24px;
  transition: 1s ease;
  overflow: hidden;
  height: 283px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 567px) {
  .portfolio__card-img {
    height: auto;
    margin-bottom: 32px;
  }
}
.portfolio__card-img img {
  transition: 1s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.portfolio__card-img--logo img {
  object-fit: contain;
  height: 110px;
  width: auto;
  max-width: 92%;
}
@media (max-width: 567px) {
  .portfolio__card-img--logo {
    height: 200px;
  }
  .portfolio__card-img--logo img {
    height: 88px;
  }
}
.portfolio__card-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 131%;
  color: #000;
  margin-bottom: 0.75rem;
}
@media (max-width: 467px) {
  .portfolio__card-title {
    font-size: 18px;
    margin-bottom: 8px;
    text-transform: uppercase;
  }
}
.portfolio__card-subtitle {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}
@media (max-width: 467px) {
  .portfolio__card-subtitle {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 26px;
  }
}
@media (max-width: 1440px) {
  .portfolio__card .section__link {
    font-size: 14.49px;
    font-weight: 400;
  }
}
@media (max-width: 467px) {
  .portfolio__card .section__link {
    font-size: 18px;
  }
}
.portfolio__more {
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 18px;
  color: #212322;
  border: 1px solid #212322;
  border-radius: 22px;
  padding: 11px 17px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: transparent;
  transition: 0.2s ease;
  cursor: pointer;
}
.portfolio__more:hover {
  transition: 0.2s ease;
  background-color: #212322;
  color: #fff;
}

.logotype__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(20% - 50px);
  height: 200px;
}
.logotype__img img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (min-width: 1100px) and (max-width: 1299px) {
  .logotype__img {
    height: 240px;
  }
}
@media (max-width: 1099px) {
  .logotype__img {
    width: calc(33% - 50px);
  }
}
@media (max-width: 567px) {
  .logotype__img {
    width: calc(50% - 12px);
    height: 120px;
  }
}
.logotype__img--hover-reveal {
  position: relative;
  cursor: pointer;
}
.logotype__img--hover-reveal .logotype__reveal {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: safe center;
  padding: 16px;
  border-radius: 12px;
  background: #212322;
  color: #fff;
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.logotype__img--hover-reveal .logotype__reveal-text {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}
.logotype__img--hover-reveal.is-revealed .logotype__reveal {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .logotype__img--hover-reveal:hover .logotype__reveal, .logotype__img--hover-reveal:focus-within .logotype__reveal {
    opacity: 1;
    visibility: visible;
  }
}
.logotype__img--hover-reveal:focus-visible {
  outline: 2px solid #596c62;
  outline-offset: 4px;
}
@media (hover: none) {
  .logotype__img--hover-reveal.is-revealed {
    height: auto;
  }
  .logotype__img--hover-reveal.is-revealed img {
    display: none;
  }
  .logotype__img--hover-reveal.is-revealed .logotype__reveal {
    position: static;
    flex: 1 1 100%;
    min-height: 120px;
    align-items: flex-start;
    overflow: visible;
    opacity: 1;
    visibility: visible;
  }
}
.logotype__grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 62px;
  row-gap: 84px;
  margin-bottom: 0px;
}
@media (max-width: 567px) {
  .logotype__grid {
    column-gap: 24px;
    row-gap: 40px;
  }
}
.logotype__slider {
  display: none;
}
.logotype__slide {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.logotype__more {
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 18px;
  color: #212322;
  border: 1px solid #212322;
  border-radius: 22px;
  padding: 11px 17px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: transparent;
  transition: 0.2s ease;
  cursor: pointer;
}
.logotype__more:hover {
  transition: 0.2s ease;
  background-color: #212322;
  color: #fff;
}

.recent-spotlight {
  padding-bottom: 75px;
  padding-top: 48px;
}
@media (max-width: 991px) {
  .recent-spotlight {
    padding: 72px 0;
  }
}
@media (max-width: 467px) {
  .recent-spotlight {
    padding: 72px 18px;
  }
}
.recent-spotlight .swiper-custom-controls {
  display: none;
}
@media (max-width: 991px) {
  .recent-spotlight .section__title-secondary {
    margin-bottom: 2px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000;
  }
}
@media (min-width: 991px) {
  .recent-spotlight__wrapper .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 4rem;
    row-gap: 2rem;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .recent-spotlight__wrapper .swiper-wrapper {
    max-width: 100%;
    column-gap: 2rem;
  }
}
@media (max-width: 991px) {
  .recent-spotlight__wrapper .swiper-wrapper {
    gap: 0;
    margin-bottom: 60px;
  }
}
.recent-spotlight__wrapper .swiper-custom-controls {
  justify-content: flex-end;
}

.spotlight__card {
  display: flex;
  flex-direction: column;
}
.spotlight__card .section__link {
  margin-top: auto;
}
.spotlight__card-title h4 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 105%;
  color: #000;
  margin: 0 0 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 467px) {
  .spotlight__card-title h4 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 300;
  }
}
.spotlight__card-text p {
  font-family: var(--second-family);
  font-weight: 400;
  text-shadow: 0 0 #000;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  margin: 0 0 28px;
}
@media (max-width: 467px) {
  .spotlight__card-text p {
    font-size: 15px;
  }
}
@media (max-width: 393px) {
  .spotlight__card-text p {
    font-size: 14px;
  }
}

.blog-main {
  overflow: visible;
}
.blog-text {
  padding-bottom: 62px;
}
@media (max-width: 467px) {
  .blog-text {
    padding-bottom: 22px;
  }
}
.blog-img {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 467px) {
  .blog-img {
    display: none;
  }
}
.blog-img img {
  object-fit: cover;
  width: 100%;
  max-height: 350px;
  border-radius: 12px;
  height: 100%;
  display: flex;
}
.blog__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .blog__wrapper {
    flex-direction: column;
  }
}
.blog-header {
  margin-bottom: 11rem;
}
@media (max-width: 467px) {
  .blog-header {
    margin-bottom: 106px;
  }
}
.blog-header .blog-title h5 {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 40px;
  line-height: 105%;
  color: #596c62;
  margin: 0px 0 36px 0;
  max-width: 620px;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .blog-header .blog-title h5 {
    max-width: 100%;
  }
}
@media (max-width: 467px) {
  .blog-header .blog-title h5 {
    margin-top: 42px;
    margin-bottom: 52px;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0px;
    padding: 0 16px;
  }
}
.blog-header .blog-date {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  color: #212322;
  letter-spacing: 1px;
}
@media (max-width: 467px) {
  .blog-header .blog-date {
    padding: 0px 16px;
    font-size: 14px;
    text-shadow: 0 0 #212322;
  }
}
.blog-heading h5 {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 40px;
  line-height: 105%;
  color: #212322;
  margin: 0px 0 18px;
  letter-spacing: 1px;
}
@media (max-width: 467px) {
  .blog-heading h5 {
    display: none;
  }
}
.blog-body {
  max-width: 58%;
  margin: 0 65px 0 auto;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 1099px) {
  .blog-body {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-body {
    flex-direction: column;
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 467px) {
  .blog-body {
    padding: 0 16px;
  }
}
.blog-body pre:first-of-type {
  margin-bottom: 62px;
}
@media (max-width: 467px) {
  .blog-body pre:first-of-type {
    margin-bottom: 52px;
  }
}
.blog-body pre:nth-of-type(4) {
  display: flex;
  flex-direction: column;
}
.blog-body img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.blog-body h1, .blog-body h2, .blog-body h3, .blog-body h4, .blog-body h5, .blog-body h6 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 131%;
  margin: 8px 5rem 2rem 5rem;
}
@media (max-width: 1099px) {
  .blog-body h1, .blog-body h2, .blog-body h3, .blog-body h4, .blog-body h5, .blog-body h6 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 567px) {
  .blog-body h1, .blog-body h2, .blog-body h3, .blog-body h4, .blog-body h5, .blog-body h6 {
    margin: 66px 0rem 1rem 0rem;
    font-size: 22px;
  }
}
.blog-body p {
  margin: 0 5rem 2rem 5rem;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 141%;
  color: #000;
  text-shadow: 0 0 #000;
}
@media (max-width: 1440px) {
  .blog-body p {
    max-width: 550px;
  }
}
@media (max-width: 1099px) {
  .blog-body p {
    margin-left: 0;
    margin-right: 0;
    max-width: unset;
  }
}
@media (max-width: 567px) {
  .blog-body p {
    margin: 0 0rem 2rem 0rem;
  }
}
@media (max-width: 467px) {
  .blog-body p {
    margin: 0 0 24px 0;
    line-height: 171%;
    letter-spacing: 0.75px;
    font-size: 14px;
  }
}
.blog-body div > img {
  margin-bottom: 0;
}
.blog-body div > p:first-of-type {
  margin: 0rem 0 0rem 0;
  color: #000;
}
.blog-body div > p {
  margin: 0 0 45px 0;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  color: #9d9d9d;
}
.blog-body div > blockquote:last-of-type {
  margin-bottom: 64px;
}
@media (max-width: 467px) {
  .blog-body div > blockquote:last-of-type {
    margin-bottom: 49px;
  }
}
.blog-body blockquote {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.blog-body blockquote p {
  margin: 0;
  max-width: unset;
}
@media (max-width: 467px) {
  .blog-body blockquote p:first-of-type {
    line-height: 100%;
    margin-top: 22px;
    margin-bottom: 8px;
  }
}
.blog-body blockquote p:not(:first-of-type) {
  color: #9d9d9d;
}
.blog-side {
  width: 207px;
  position: sticky;
  margin-top: 8px;
  height: fit-content;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 32px;
  top: 64px;
}
@media (max-width: 767px) {
  .blog-side {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 567px) {
  .blog-side {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 467px) {
  .blog-side {
    gap: 36px;
    width: 315px;
    border-top: 1px solid;
    margin: 0 auto;
    padding-top: 52px;
  }
}
.blog-side .ui-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media (max-width: 467px) {
  .blog-side .ui-socials {
    height: 48px;
    gap: 18px;
  }
}
@media (max-width: 350px) {
  .blog-side .ui-socials {
    gap: 12px;
  }
}
.blog-side .ui-socials img {
  width: 32px;
  height: 32px;
}
@media (max-width: 467px) {
  .blog-side .ui-socials img {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 467px) {
  .blog-side .ui-socials .social-link {
    width: 48px !important;
  }
}
.blog-side .ui__tags {
  margin-bottom: 0;
}
@media (max-width: 467px) {
  .blog-side .ui__tags {
    padding-bottom: 0;
  }
}
@media (max-width: 467px) {
  .blog-side .ui__tags .ui__tag {
    font-size: 12px;
    padding: 6px 10px;
  }
}
.blog-side__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #212322;
  text-shadow: 0px 0px 0px #000;
  margin-bottom: 28px;
}
@media (max-width: 467px) {
  .blog-side__title {
    font-size: 17px;
    margin-bottom: 24px;
  }
}
.blog-side__recent {
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .blog-side__recent {
    justify-content: space-between;
  }
}
@media (max-width: 467px) {
  .blog-side__recent {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .blog-side__recent-title {
    grid-column: 1/-1;
  }
}
.blog-side__recent-title h4 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  color: #212322;
  max-width: 170px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0px 0 6px;
}
@media (max-width: 567px) {
  .blog-side__recent-title h4 {
    font-size: 22px;
    max-width: 100%;
  }
}
@media (max-width: 467px) {
  .blog-side__recent-title h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 300px;
    margin-bottom: 24px;
  }
}
@media (max-width: 567px) {
  .blog-side__block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-side__block:last-of-type {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 567px) {
  .blog-side__block:last-of-type {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-side__block .blog-side__recent:first-of-type {
    grid-column: 1/2;
  }
}

.blog-hero {
  height: 100vh;
}
@media (max-width: 467px) {
  .blog-hero {
    height: 744px;
  }
}
@media screen and (orientation: landscape) and (max-height: 800px) {
  .blog-hero {
    height: 744px;
  }
}
.blog-hero .section__link {
  color: #faf2d6;
  margin-top: 123px;
}
@media (max-width: 567px) {
  .blog-hero .section__link {
    margin-top: 62px;
  }
}
.blog-hero img {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: -1;
  object-fit: cover;
  object-position: bottom;
}
@media (max-width: 467px) {
  .blog-hero img {
    height: 744px;
    object-position: -250px;
  }
}
@media screen and (orientation: landscape) and (max-height: 800px) {
  .blog-hero img {
    height: 744px;
  }
}
.blog-hero .container {
  height: 100%;
}
.blog-hero__header h5 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #faf2d6;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .blog-hero__header h5 {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #faf2d6;
    margin: 12px 0;
  }
}
.blog-hero__title h4 {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 40px;
  color: #faf2d6;
  margin: 0px 0 10px 0;
  letter-spacing: 0.5px;
  max-width: 950px;
}
@media (max-width: 991px) {
  .blog-hero__title h4 {
    max-width: unset;
  }
}
@media (max-width: 567px) {
  .blog-hero__title h4 {
    font-size: 32px;
    margin-bottom: 32px;
    letter-spacing: 0;
  }
}
.blog-hero__subtitle p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #faf2d6;
  letter-spacing: 0.5px;
  margin: 0px 0 18px 0;
  max-width: 666px;
}
@media (max-width: 567px) {
  .blog-hero__subtitle p {
    margin-bottom: 42px;
    max-width: 315px;
    letter-spacing: 0.07em;
    line-height: 19.57px;
  }
}
.blog-hero__info {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
  align-items: center;
}
.blog-hero__info a {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #faf2d6;
  padding: 4px 16px;
  text-decoration: none;
  border: 1px solid #faf2d6;
  border-radius: 26px;
}
.blog-hero__date {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #faf2d6;
}
@media (max-width: 991px) {
  .blog-hero__date {
    font-weight: 500;
  }
}
.blog-hero__wrapper {
  height: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 32px;
}
@media (max-width: 567px) {
  .blog-hero__wrapper {
    margin-left: 14px;
    height: calc(100% - 64px);
  }
}

.blog-list {
  padding-bottom: 120px;
}
@media (max-width: 567px) {
  .blog-list {
    padding-bottom: 72px;
  }
}
@media (max-width: 467px) {
  .blog-list {
    padding: 0px 18px;
    padding-bottom: 66px;
  }
}
.blog-list .ui__tags {
  margin-bottom: 0;
}
@media (max-width: 467px) {
  .blog-list .ui__tags {
    margin-bottom: 24px;
  }
}
.blog-list__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 159px;
}
@media (max-width: 991px) {
  .blog-list__top {
    flex-direction: column;
    margin-bottom: 5.125rem;
    gap: 42px;
  }
}
@media (max-width: 467px) {
  .blog-list__top {
    margin-bottom: 44px;
  }
}
.blog-list__top h5 {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 40px;
  line-height: 105%;
  color: #212322;
  margin: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .blog-list__top h5 {
    font-size: 32px;
    font-weight: 200;
  }
}
.blog-list__top .dropdown-wrapper {
  justify-content: flex-end;
}
@media (max-width: 567px) {
  .blog-list__top .dropdown-wrapper {
    justify-content: space-between;
  }
}
.blog-list__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 52px;
  row-gap: 60px;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .blog-list__wrapper {
    column-gap: 24px;
    row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 567px) {
  .blog-list__wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 84px;
  }
}
.blog-list__wrapper .section__link {
  font-size: 17px;
}
.blog-list__more {
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 18px;
  color: #212322;
  border: 1px solid #212322;
  border-radius: 22px;
  padding: 11px 17px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: transparent;
  transition: 0.2s ease;
  cursor: pointer;
}
.blog-list__more:hover {
  transition: 0.2s ease;
  background-color: #212322;
  color: #fff;
}

.blog-card {
  text-decoration: none;
  transition: 1s ease;
}
.blog-card:hover {
  transition: 1s ease;
}
.blog-card:hover .blog-card__img {
  transition: 1s ease;
}
.blog-card:hover .blog-card__img img {
  transition: 1s ease;
  transform: scale(1.1);
}
.blog-card:hover .blog-card__title h3 {
  transition: 0.2s ease;
  text-shadow: 0px 0px 0.5px #212322;
}
.blog-card__img {
  display: flex;
  width: 100%;
  max-height: 300px;
  height: 300px;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  transition: 1s ease;
}
@media (max-width: 467px) {
  .blog-card__img {
    height: 232px;
    max-height: 232px;
    margin-bottom: 32px;
  }
}
.blog-card__img img {
  width: 100%;
  max-height: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  transition: 1s ease;
}
@media (max-width: 467px) {
  .blog-card__img img {
    height: 232px;
    max-height: 232px;
  }
}
.blog-card__title h3 {
  font-family: var(--second-family);
  font-weight: 500;
  text-shadow: 0 0 #212322;
  font-size: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #212322;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 16px;
  transition: 0.2s ease;
}
@media (max-width: 567px) {
  .blog-card__title h3 {
    font-weight: 600;
    font-size: 22px;
    max-width: unset;
  }
}

.blog-recent {
  padding-top: 88px;
  padding-bottom: 220px;
}
@media (max-width: 767px) {
  .blog-recent {
    padding-bottom: 124px;
  }
}
@media (max-width: 567px) {
  .blog-recent {
    padding-bottom: 82px;
  }
}
@media (max-width: 467px) {
  .blog-recent {
    padding-top: 59px;
  }
}
.blog-recent__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 991px) {
  .blog-recent__wrapper {
    flex-direction: column;
    gap: 56px;
  }
}
@media (max-width: 467px) {
  .blog-recent__wrapper {
    padding: 0px 18px;
  }
}
.blog-recent__title {
  display: flex;
}
.blog-recent__title h5 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 105%;
  color: #212322;
  margin: 0;
}
@media (max-width: 567px) {
  .blog-recent__title h5 {
    font-family: var(--second-family);
    font-weight: 350;
    font-size: 32px;
    color: #212322;
  }
}
.blog-recent__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 910px;
}
@media (min-width: 767px) {
  .blog-recent__cards .swiper-wrapper {
    flex-direction: column;
    gap: 12px;
  }
}

.blog-recent__card {
  display: flex;
  border-radius: 12px;
  background-color: rgba(33, 35, 34, 0.1019607843);
  height: fit-content !important;
  text-decoration: none;
}
@media (max-width: 767px) {
  .blog-recent__card {
    flex-direction: column;
    background-color: transparent;
    gap: 0;
  }
}
.blog-recent__card .ui__tags {
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .blog-recent__card .ui__tags {
    padding-bottom: 0;
  }
}
.blog-recent__card .section__link {
  color: #000;
}
.blog-recent__card--info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 32px 93px 32px 16px;
}
@media (max-width: 991px) {
  .blog-recent__card--info {
    padding: 32px 16px;
  }
}
@media (max-width: 567px) {
  .blog-recent__card--info {
    padding: 32px 0;
  }
}
.blog-recent__card--img {
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 991px) {
  .blog-recent__card--img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .blog-recent__card--img {
    width: 100%;
  }
}
.blog-recent__card--img img {
  width: 370px;
  object-fit: cover;
  border-radius: 12px;
  max-height: 245px;
  height: 245px;
}
@media (max-width: 991px) {
  .blog-recent__card--img img {
    width: 100%;
  }
}
@media (max-width: 467px) {
  .blog-recent__card--img img {
    height: 232px;
  }
}
.blog-recent__card--title h3 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  color: #212322;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0px 0 36px;
  max-width: 430px;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .blog-recent__card--title h3 {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 32px 0;
    font-size: 22px;
  }
}

@media (max-width: 467px) {
  .what-we-do {
    padding-top: 38px !important;
  }
}
.what-we-do .swiper-custom-controls {
  display: none;
}
@media (max-width: 991px) {
  .what-we-do .swiper-custom-controls {
    display: flex;
    padding: 0px 20px;
  }
}
@media (max-width: 467px) {
  .what-we-do .swiper-custom-controls {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .what-we-do {
    padding-top: 56px;
  }
}

.we-do {
  padding: 88px 0 42px;
}
@media (max-width: 991px) {
  .we-do {
    padding: 36px 0 100px 0;
  }
}
@media (max-width: 567px) {
  .we-do {
    padding: 14px 0 80px;
  }
}
.we-do .section__link {
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .we-do .section__link {
    margin-bottom: 8px;
  }
}
.we-do__slider .swiper-wrapper {
  flex-direction: column;
}
@media (max-width: 991px) {
  .we-do__slider .swiper-wrapper {
    flex-direction: row;
    padding: 0px 11px;
  }
}
.we-do__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 1660px) {
  .we-do__wrapper {
    justify-content: space-between;
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .we-do__wrapper {
    flex-direction: column-reverse !important;
    gap: 32px;
  }
}
.we-do__wrapper.reverted {
  flex-direction: row-reverse;
  gap: 72px;
}
@media (max-width: 991px) {
  .we-do__wrapper.reverted {
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .we-do__wrapper.reverted .we-do__img {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 567px) {
  .we-do__wrapper.reverted .we-do__img {
    flex-direction: row-reverse;
  }
}
.we-do__img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 62px;
}
@media (max-width: 991px) {
  .we-do__img {
    justify-content: space-between;
  }
}
@media (max-width: 567px) {
  .we-do__img {
    gap: 32px;
  }
}
.we-do__img.small div:first-child img {
  max-width: 300px;
  height: 550px;
}
@media (max-width: 567px) {
  .we-do__img.small div:first-child img {
    width: 163px;
    height: 326px;
  }
}
.we-do__img.small div:last-child img {
  max-width: 200px;
  height: 400px;
}
@media (max-width: 567px) {
  .we-do__img.small div:last-child img {
    max-width: 111px;
    height: 222px;
  }
}
.we-do__img.big div:first-child img {
  max-width: 300px;
  height: 550px;
}
@media (max-width: 991px) {
  .we-do__img.big div:first-child img {
    max-width: 200px;
    height: 400px;
  }
}
@media (max-width: 567px) {
  .we-do__img.big div:first-child img {
    width: 163px;
    height: 326px;
  }
}
.we-do__img.big div:last-child img {
  max-width: 400px;
  height: 730px;
}
@media (max-width: 991px) {
  .we-do__img.big div:last-child img {
    max-width: 300px;
    height: 550px;
  }
}
@media (max-width: 567px) {
  .we-do__img.big div:last-child img {
    max-width: 111px;
    height: 222px;
  }
}
.we-do__img img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .we-do__img img {
    max-height: 100% !important;
  }
}
.we-do__block {
  display: flex;
  flex-direction: column;
  max-width: 450px;
}
@media (max-width: 991px) {
  .we-do__block {
    max-width: unset;
  }
}
.we-do__count {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #596c62;
}
@media (max-width: 991px) {
  .we-do__count {
    display: none;
  }
}
.we-do__title h5 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 105%;
  color: #212322;
  margin: 18px 0 32px 0;
}
@media (max-width: 567px) {
  .we-do__title h5 {
    font-family: var(--second-family);
    font-weight: 350;
    font-size: 32px;
    text-transform: uppercase;
    color: #212322;
  }
}
.we-do__text p {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-shadow: 0 0 0 #000;
  margin: 0 0 16px;
  line-height: 19.57px;
}
@media (max-width: 1440px) {
  .we-do__text p {
    max-width: 360px;
  }
}
@media (max-width: 1380px) {
  .we-do__text p {
    max-width: unset;
  }
}
@media (max-width: 467px) {
  .we-do__text p {
    margin: 0 0 8px;
    text-shadow: none;
  }
}
.we-do__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0rem 0rem 1rem;
  margin-bottom: 28px;
  margin-top: 31px;
}
@media (max-width: 567px) {
  .we-do__tags {
    gap: 4px;
  }
}
.we-do__tag {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #596c62;
  border-radius: 26px;
  padding: 2px 8px;
}

.we-do__slider-pagination-current {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #212322;
}

.we-do__slider-pagination-total {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #212322;
  opacity: 0.5;
}

.we-do__slider-pagination-separator {
  font-weight: 500;
}

.ui-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 30px;
  font-size: 16px;
  outline: none;
  position: relative;
  background-color: transparent;
  width: 375px;
}
.ui-input::placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.ui-input:focus {
  border-color: #888;
}

.email-input {
  background-image: url("data:image/svg+xml;base64,...");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px 20px;
}

.newsletter {
  background-color: #e7eaeb;
  padding: 100px 0 120px;
}
@media (max-width: 991px) {
  .newsletter {
    padding: 80px 0 100px;
  }
}
@media (max-width: 467px) {
  .newsletter {
    padding: 44px 0;
  }
}
.newsletter__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.newsletter__wrapper .container {
  padding: 0;
}
.newsletter__wrapper .ui-input {
  margin-bottom: 12px;
}
@media (max-width: 467px) {
  .newsletter__wrapper .ui-input {
    margin-bottom: 16px;
  }
}
.newsletter__wrapper .ui-input::placeholder {
  font-weight: 400;
}
@media (max-width: 567px) {
  .newsletter__wrapper .ui-input {
    width: 272px;
  }
}
@media (max-width: 374px) {
  .newsletter__wrapper .ui-input {
    width: fit-content;
  }
}
.newsletter__subtitle h6 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #596c62;
  margin: 6px 0 8px 0;
}
@media (max-width: 567px) {
  .newsletter__subtitle h6 {
    font-weight: 600;
    font-size: 14px;
    margin: 0px 0 14px 0;
  }
}
.newsletter__title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter__title h4 {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 64px;
  text-align: center;
  color: #212322;
  margin: 0 0 50px 0;
  max-width: 660px;
}
@media (max-width: 767px) {
  .newsletter__title h4 {
    font-size: 34px;
  }
}
@media (max-width: 567px) {
  .newsletter__title h4 {
    margin: 0 0 38px 0;
  }
}
@media (max-width: 467px) {
  .newsletter__title h4 {
    font-size: 32px;
    max-width: 304px;
  }
}

.newsletter__submit {
  position: absolute;
  bottom: 30px;
  right: 12px;
  border: none;
  background-color: transparent;
  display: flex;
}

.impact-reports__wrapper {
  padding: 90px 0;
}
@media (max-width: 467px) {
  .impact-reports__wrapper {
    padding: 111px 0;
  }
}
.impact-reports__wrapper .swiper-custom-controls .custom-pagination {
  display: none;
}
@media (max-width: 991px) {
  .impact-reports__wrapper .swiper-custom-controls .custom-pagination {
    display: flex;
  }
}
.impact__filters {
  gap: 70px;
  display: flex;
}
@media (max-width: 467px) {
  .impact__filters {
    gap: 32px;
  }
}
.impact__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 84px;
}
@media (max-width: 991px) {
  .impact__top {
    flex-direction: column;
    justify-content: space-between;
    gap: 42px;
  }
}
@media (max-width: 567px) {
  .impact__top {
    margin-bottom: 42px;
  }
}
@media (max-width: 467px) {
  .impact__top {
    max-width: 90%;
    margin: 0 auto 42px;
    gap: 36px;
  }
}
.impact__total {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 40px;
  line-height: 105%;
  color: #212322;
}
@media (max-width: 567px) {
  .impact__total {
    font-weight: 350;
    font-size: 32px;
    width: 100%;
  }
}
.impact__reports {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 0 56px;
  overflow: hidden;
}
.impact__reports--pagination {
  display: flex !important;
  gap: 32px !important;
}
@media (max-width: 991px) {
  .impact__reports--pagination {
    display: none !important;
  }
}
.impact__reports-pagination-bullet {
  display: flex !important;
  flex-direction: column !important;
  width: fit-content !important;
  height: 100% !important;
  background-color: unset !important;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #212322;
}
.impact__reports-pagination-bullet span {
  width: 130px;
  height: 1px;
  background-color: #000;
}
.impact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 64px;
  row-gap: 52px;
  margin-bottom: 72px;
}
@media (max-width: 991px) {
  .impact__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 42px;
    row-gap: 32px;
  }
}
@media (max-width: 767px) {
  .impact__grid {
    column-gap: 24px;
  }
}
@media (max-width: 567px) {
  .impact__grid {
    grid-template-columns: 1fr;
  }
}
.impact__grid.swiper-slide {
  opacity: 0;
  transition: 1s ease;
}
.impact__grid.swiper-slide-active {
  opacity: 1;
  transition: 1s ease;
}
.impact__grid.swiper-slide-visible {
  opacity: 1;
  transition: 1s ease;
}
.impact__card {
  transition: 0.2s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.impact__card .section__link {
  margin-top: auto;
}
@media (max-width: 467px) {
  .impact__card .section__link {
    font-size: 18px;
  }
}
.impact__card:hover .impact__card--img {
  transition: 0.2s ease;
}
.impact__card:hover .impact__card--img img {
  transition: 0.2s ease;
  transform: scale(1.1);
}
.impact__card:hover .impact__card--title {
  text-shadow: 0 0 0.5px #212322;
  transition: 0.2s ease;
}
.impact__card--img {
  display: flex;
  border-radius: 12px;
  transition: 0.2s ease;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  height: 440px;
}
@media (max-width: 567px) {
  .impact__card--img {
    height: 400px;
  }
}
.impact__card--img img {
  transition: 0.2s ease;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.impact__card--tags .ui__tags {
  margin-bottom: 0;
}
.impact__card--title h3 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #212322;
  margin: 0 0 28px 0;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .impact__card--title h3 {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #212322;
  }
}
@media (max-width: 467px) {
  .impact__card--title h3 {
    margin: 0 0 12px 0;
  }
}

.impact-services {
  padding-bottom: 54px;
}
.impact-services h3 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 131%;
  color: #212322;
  max-width: 600px;
  margin: 52px 0 72px;
}
@media (max-width: 567px) {
  .impact-services h3 {
    font-weight: 550;
    font-size: 20px;
  }
}
@media (max-width: 467px) {
  .impact-services h3 {
    margin: 36px 0 34px;
    padding: 0 18px;
  }
}
@media (max-width: 467px) {
  .impact-services .section__header {
    margin-bottom: 40px;
  }
}
.impact-services__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 991px) {
  .impact-services__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 467px) {
  .impact-services__wrapper {
    gap: 8px;
    padding: 0 10px;
  }
}
.impact-services__card {
  position: relative;
  display: flex;
  border-radius: 12px;
  transition: 0.2s ease;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 467px) {
  .impact-services__card {
    border-radius: 6px;
  }
}
.impact-services__card:hover {
  transition: 0.2s ease;
}
.impact-services__card:hover img {
  transition: 0.2s ease;
  transform: scale(1.1);
}
.impact-services__card:hover .impact-services__card--logo {
  transition: 0.6s ease;
  transform: scale(1.1);
}
.impact-services__card:hover .impact-services__card--arrow svg circle {
  transition: 0.2s ease;
  fill: #FAF2D6;
}
.impact-services__card:hover .impact-services__card--arrow svg path {
  transition: 0.2s ease;
  stroke: #fff;
}
.impact-services__card > img {
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 567px) {
  .impact-services__card > img {
    height: 250px;
  }
}
@media (max-width: 395px) {
  .impact-services__card > img {
    height: 236px;
  }
}
.impact-services__card--logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}
@media (max-width: 567px) {
  .impact-services__card--logo svg, .impact-services__card--logo img {
    max-width: 150px;
    max-height: 75px;
  }
}
.impact-services__card--arrow {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
}
.impact-services__card--arrow svg circle {
  transition: 0.2s ease;
}
.impact-services__card--arrow svg path {
  transition: 0.2s ease;
}

.filter_btn {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  cursor: pointer;
  text-transform: uppercase;
  width: 323px;
  max-width: 323px;
  border: 1px solid #000;
  border-radius: 34px;
}
@media (max-width: 767px) {
  .filter_btn {
    width: fit-content;
  }
}
@media (max-width: 467px) {
  .filter_btn {
    padding: 12px 10px;
  }
}

.filter_block {
  transition: 0.2s ease;
  display: flex;
  position: relative;
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #000;
}
.filter_block.active {
  transition: 0.2s ease;
}

.filter_modal {
  transition: 0.2s ease;
  display: none;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  padding: 24px 0px 48px 0px;
  width: 100%;
  top: 41px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .filter_modal {
    left: 0%;
    width: 300px;
  }
}
.filter_modal.active {
  transition: 0.2s ease;
  display: flex;
}
.filter_modal .checkbox__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.filter_modal ._checkbox {
  width: 29px;
  height: 29px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  transition: 0.2s ease;
}
.filter_modal ._checkbox-item {
  font-family: var(--second-family);
  font-weight: 450;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #000;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 0 0 22px;
  position: relative;
  cursor: pointer;
}
.filter_modal ._checkbox-item:hover {
  transition: 0.2s ease;
}
.filter_modal ._checkbox-item:hover ._checkbox {
  transition: 0.2s ease;
  background-color: #c2a84d;
  border: 1px solid #c2a84d;
}
.filter_modal ._checkbox-item.checked ._checkbox {
  background-color: #c2a84d;
  border: 1px solid #c2a84d;
}
.filter_modal ._checkbox-label {
  text-transform: uppercase;
}

@media (max-width: 567px) {
  .about-inner__team > .team__member {
    min-width: 0;
  }
  .team__member--img__wrapper {
    aspect-ratio: 1/1;
  }
  .team__member--img {
    height: 100%;
    object-fit: cover;
  }
  .team__member--name {
    line-height: 1.25;
    overflow-wrap: break-word;
    min-height: 2.5em;
  }
  .team__member--post {
    white-space: normal;
    line-height: 1.3;
  }
}
.team__member--post {
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  cursor: default;
}
.team__member--post:hover {
  background-color: transparent;
  color: #212322;
}

.team__member--links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.team__member--links a {
  margin-left: 0;
  width: auto;
  height: auto;
}

.team__member-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 374px) {
  .about-inner__team {
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 32px;
  }
}

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