* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

a,
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  list-style: none;
}

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 *  -------------------------------------------------------   BREAKPOINTS
 */

@font-face {
  font-family: 'Robert Medium';
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/rooberttrial-medium-webfont.woff2") format("woff2"), url("../../fonts/rooberttrial-medium-webfont.woff") format("woff");
}

.heading {
  font-size: 28px;
  line-height: 1.214;
  letter-spacing: -0.58px;
}

.heading__medium {
  font-size: 42px;
  line-height: 1.26;
  letter-spacing: -0.87px;
}

.heading__big {
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: -1.33px;
}

.heading__small {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.46px;
}

.text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.33px;
}

.text__mini {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.29px;
}

.text__medium {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.37px;
}

.text__big {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.42px;
}

.text__extra {
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.42px;
}

.text__extra-big {
  font-size: 28px;
  line-height: 1.214;
  letter-spacing: -0.58px;
}

.pagination {
  margin: 47px 0 120px;
}

.pagination__nav {
  width: 100%;
}

.pagination__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination__arrow a {
  display: flex;
  align-items: center;
}

.pagination__arrow a span {
  padding: 0 31px;
}

.pagination__arrow--prev {
  grid-area: ap;
}

.pagination__arrow--prev a {
  flex-direction: row-reverse;
}

.pagination__arrow--next {
  grid-area: an;
}

.pagination__arrow:empty {
  opacity: 0;
}

.pagination__numbers {
  grid-area: n;
}

.pagination__numbers .page-numbers {
  padding: 0 5px;
  font-size: 20px;
  line-height: 26px;
}

.pagination__numbers .page-numbers.current {
  text-decoration: underline;
}

html {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}

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

body {
  background-color: #1D1D1B;
  color: #ffffff;
  font-family: 'Robert Medium', sans-serif;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.42px;
  font-size: 16px;
  line-height: 1.428571429;
  text-align: left;
}

body.post-type-archive-partner:not(.menu-opened) {
  background-color: #f2f2f2;
  color: #1D1D1B;
}

body.fn-show-popup {
  overflow: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  outline: none;
}

button {
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  border: none;
}

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

ins {
  text-decoration: none;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wrapper {
  margin: 0 auto;
  padding: 0 110px;
}

.magic,
.topmagic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mobilemagic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.fn-check-observe {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity .6s .2s ease-out, transform .6s .2s ease-out;
}

.fn-check-observe--show {
  opacity: 1;
  transform: translateY(0);
}

.fn-observe .home__initiatives-item {
  opacity: 0;
  transition: all .4s .2s ease-in-out;
}

.fn-observe .footer__contact {
  opacity: 0;
  transform: translateX(-30px);
  transition: all .4s .2s ease-in-out;
}

.fn-observe--show .home__initiatives-item {
  opacity: 1;
}

.fn-observe--show .footer__contact {
  opacity: 1;
  transform: translateX(0);
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 55px 0;
  background-color: transparent;
  transition: padding 0.2s ease-in-out, background-color 0s 0s ease-in-out;
}

body:not(.menu-opened) .header.headroom--not-top {
  background-color: #1D1D1B;
  padding: 10px 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.29px;
  z-index: 10;
  transition: padding 0.2s ease-in-out, background-color 0s 0.2s ease-in-out;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__menu-toggler {
  display: none;
}

.header__menu-toggler-button {
  height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.header__menu-toggler-line {
  background-color: #ffffff;
  height: 4px;
  width: 26px;
  transition: all .3s ease-in-out;
  transform-origin: left;
}

.page-template-default .headroom--not-top .header__menu-toggler-line,
.page-template-default .headroom--not-top .header__menu-toggler-line,
.post-type-archive-partner.menu-opened .header__menu-toggler-line,
.post-type-archive-partner.menu-opened .header__menu-toggler-line {
  background-color: #ffffff;
}

.page-template-default:not(.menu-opened) .headroom--top .header__menu-toggler-line,
.post-type-archive-partner:not(.menu-opened) .headroom--top .header__menu-toggler-line {
  background-color: #1D1D1B;
}

body.menu-opened .header__menu-toggler-line {
  transform: rotate(45deg) translateY(-0.3rem);
}

body.menu-opened .header__menu-toggler-line:nth-child(2) {
  transform: rotate(-45deg) translateY(0.3rem);
}

.header__menu-title {
  margin-right: 15px;
}

.headroom--not-top .header__menu-title {
  color: #ffffff;
}

.header__nav li a {
  font-size: 18px;
}

.header__menu-overlay {
  display: none;
}

.header__contact {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  margin-bottom: 60px;
}

body.menu-opened .header__contact.show {
  opacity: 1;
  transform: translateY(0);
}

.header__social-media {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  margin-bottom: 27px;
  justify-self: flex-end;
}

body.menu-opened .header__social-media.show {
  opacity: 1;
  transform: translateY(0);
}

.header__menu {
  display: flex;
  transition: color .2s ease-in-out;
}

.header__menu .menu-item {
  margin-left: 50px;
  position: relative;
}

.header__menu .menu-item:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  max-width: 0;
  width: 100%;
  background-color: #ffffff;
  transition: max-width .2s ease-in-out, background-color .2s ease;
}

.page-template-default .headroom--top .header__menu .menu-item:after,
.post-type-archive-partner .headroom--top .header__menu .menu-item:after {
  background-color: #1D1D1B;
}

.header__menu .menu-item.current-menu-item:after {
  max-width: 100%;
}

body.menu-opened .header__menu .menu-item.show {
  opacity: 1;
  transform: translateY(0);
}

.page-template-default .headroom--not-top .header__menu,
.post-type-archive-partner .headroom--not-top .header__menu {
  color: #ffffff;
}

.header__logo {
  display: block;
  z-index: 10;
}

.header__logo path {
  transition: fill .1s ease-in-out;
}

.page-template-default .header__logo path,
.post-type-archive-partner .header__logo path {
  fill: #1D1D1B;
}

.page-template-default .headroom--not-top .header__logo path,
.post-type-archive-partner .headroom--not-top .header__logo path,
.page-template-default.menu-opened .header__logo path,
.post-type-archive-partner.menu-opened .header__logo path {
  fill: #ffffff;
}

.header img {
  width: 107px;
}

.footer__main {
  background-color: #ffffff;
  color: #1D1D1B;
  padding: 54px 0;
  border-radius: 45px 45px 0px 0px;
}

.footer__heading {
  margin-bottom: 125px;
}

.footer__contacts-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__contact-header {
  margin-bottom: 10px;
}

.footer__contact-item {
  display: flex;
  flex-direction: column;
}

.footer__details {
  color: #777777;
}

.footer__arrow {
  display: block;
  margin-top: 55px;
  margin-left: 4px;
  margin-right: auto;
  height: 16px;
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}

.footer__bottom {
  padding: 11px 0;
  background-color: #1D1D1B;
  color: #ffffff;
}

.footer__bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__social-link {
  margin-right: 60px;
}

.footer__social-link:last-of-type {
  margin: 0;
}

.footer__social-link svg {
  margin-right: 10px;
}

.member {
  background-color: #f2f2f2;
  color: #1D1D1B;
  padding: 100px 0;
}

.member__item {
  position: relative;
  transition: min-height 0.3s ease-in-out;
}

.member__table-top {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 34% 1fr 1fr;
  padding-bottom: 20px;
  border-bottom: 1px solid #1D1D1B;
}

.member__table-top > *:last-child {
  text-align: right;
}

.member__button {
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: 34% 1fr 1fr;
  border-bottom: 1px solid #1D1D1B;
  min-height: 80px;
  padding: 20px 0;
}

.member__button > *:not(:first-child) {
  min-height: 40px;
  display: flex;
  align-items: center;
}

.member__button > *:last-child {
  display: none;
}

.member__more {
  width: 100%;
  color: #ffffff;
  max-height: 0;
  position: absolute;
  top: -1px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.collapse__item--show .member__more {
  opacity: 1;
}

.member__more-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: calc(34% - 130px) 1fr;
  gap: 130px;
  padding-top: 112px;
  padding-bottom: 30px;
}

.member__pic {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.member__position-mobile {
  display: none;
}

.member__name {
  margin-bottom: 6px;
}

.member__subtitle {
  margin-bottom: 40px;
}

.member__description {
  margin-bottom: 60px;
}

.member__partner-heading {
  margin-bottom: 20px;
}

.member__partner {
  text-decoration: underline;
}

.member__partner:not(:last-child)::after {
  content: ',';
}

.member__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.member__link {
  text-decoration: underline;
}

.member__link:not(:first-child) {
  margin-left: 40px;
}

.member__link svg {
  margin-left: 7px;
}

.member__close {
  display: flex;
  align-items: center;
}

.member__close svg {
  margin-left: 30px;
}

.quotes {
  padding-top: 120px;
}

.quotes__title {
  max-width: 400px;
}

.quotes__sliders {
  display: grid;
  grid-template-columns: calc(40% + 15px) 49%;
  column-gap: 11%;
  margin-top: 65px;
}

.quotes__slider-ttb {
  margin-left: -15px;
  position: relative;
  transform: translateY(-70px);
}

.quotes__slider-ttb::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  height: 220px;
  background: linear-gradient(0deg, #1d1d1b 30%, rgba(29, 29, 27, 0) 100%);
  pointer-events: none;
}

.quotes__slider-ttb::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0px;
  height: 105px;
  background: linear-gradient(180deg, #1d1d1b 40%, rgba(29, 29, 27, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.quotes__slider-ttb-item {
  height: 145px;
  padding: 15px;
}

.quotes__slider-ttb-item-wrap {
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 0 15px #141414;
  padding: 0 37px;
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 40px;
  align-items: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border-color .2s ease-in-out;
}

li.is-active .quotes__slider-ttb-item-wrap {
  border-color: rgba(255, 255, 255, 0.6);
}

.quotes__slider-ttb-item-wrap img {
  max-width: 100%;
  height: auto;
  max-height: 80%;
  object-fit: contain;
}

.quotes__initiatives-arrows {
  position: absolute;
  bottom: 150px;
  left: 0;
}

.quotes__slider-ltr {
  padding-bottom: 220px;
  padding-top: 13px;
}

.quotes__slider-ltr .splide__track {
  height: 100%;
  overflow: visible;
}

.quotes__slider-ltr .splide__list {
  height: 100%;
}

.quotes__ltr-heading {
  width: 100%;
  display: flex;
  column-gap: 30px;
  align-items: center;
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  animation: totop .4s forwards;
}

.is-visible .quotes__ltr-heading {
  opacity: 1;
  animation: frombottom .4s forwards;
}

.quotes__ltr-item {
  transition: none !important;
  opacity: 1 !important;
}

.quotes__ltr-text {
  font-size: 24px;
  line-height: 1.214;
  letter-spacing: -0.58px;
}

.quotes__ltr-bottom {
  opacity: 0;
  transition: opacity .3s .2s ease-in-out;
  animation: totoptext .4s .2s forwards;
}

.is-visible .quotes__ltr-bottom {
  opacity: 1;
  animation: frombottomtext .4s .2s forwards;
}

.quotes__ltr-pic {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
}

.quotes__ltr-bottom-pic {
  display: none;
}

.quotes__ltr-logo-mobile {
  display: none;
}

@keyframes totop {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100px);
  }
}

@keyframes frombottom {
  from {
    transform: translateY(100px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes totoptext {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-40px);
  }
}

@keyframes frombottomtext {
  from {
    transform: translateY(40px);
  }

  to {
    transform: translateY(0);
  }
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0;
}

.select-dropdown .select-dropdown {
  border-bottom: 3px solid #1D1D1B;
}

.select-dropdown::last-child {
  margin-right: 0px;
}

.select-dropdown__button {
  cursor: pointer;
  text-align: left;
}

.select-dropdown__button::focus {
  outline: none;
}

.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 10px;
  top: 12px;
}

.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  width: 294px;
  max-height: 221px;
  overflow: auto;
  margin: 0;
  padding: 20px 30px 5px;
  background: #F2F2F2;
  border: 1px solid #1D1D1B;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: translateY(-3px);
  transition: all ease-in-out .3s;
  z-index: 2;
}

.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.583333px;
  margin-bottom: 15px;
  cursor: pointer;
  text-align: left;
  transition: all ease-in-out .3s;
}

.rte {
  font-size: 20px;
  letter-spacing: -0.58px;
  line-height: 1.5;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.rte > * {
  margin-top: 1.5em;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte img {
  height: auto;
  max-width: 100%;
}

.rte ul,
.rte ol {
  padding-left: 2rem;
  margin-top: 0;
}

.rte ol {
  list-style: decimal;
}

.rte ul {
  list-style: disc;
}

.rte ul.faq-questions {
  padding-left: 0;
}

.rte ol ol,
.rte ul ol {
  list-style: lower-alpha;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  text-decoration: underline;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

.rte b,
.rte strong {
  font-family: var(--font-bold);
  font-weight: initial;
}

.home__top {
  min-height: 100vh;
  padding-top: 35vh;
  padding-bottom: 12.5vh;
  position: relative;
}

.home__top-tite {
  position: relative;
  z-index: 1;
}

.home__top-description {
  line-height: 1.321;
  margin-top: 40px;
  max-width: 900px;
  padding-left: 100px;
  position: relative;
  z-index: 1;
}

.home__news {
  padding-top: 100px;
}

.home__initiatives {
  padding-top: 120px;
  position: relative;
}

.home__initiatives .splide__pagination {
  width: 100%;
  max-width: calc(100% - 220px);
  margin: 30px auto 0;
  display: flex;
  flex-wrap: nowrap;
  height: 3px;
}

.home__initiatives .splide__pagination li {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}

.home__initiatives .splide__pagination .splide__pagination__page {
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.home__initiatives .splide__pagination .splide__pagination__page.is-active {
  background: #fff;
}

.home__initiatives-item {
  width: 595px;
  min-height: 457px;
  padding: 30px 30px 95px;
  border-radius: 5px;
  position: relative;
  transition: transform 0.2s ease-in-out;
  background-size: cover;
}

.home__initiatives-item h3 {
  position: relative;
}

.home__initiatives-cat {
  margin-bottom: 10px;
  position: relative;
}

.home__initiatives-entry {
  margin-top: 25px;
  position: relative;
}

.home__initiatives-footer {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home__initiaitves-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.home__initiaitves-links li:not(:last-child) {
  margin-right: 40px;
}

.home__initiaitves-links a {
  position: relative;
}

.home__initiaitves-links a:before {
  position: absolute;
  content: '';
  bottom: 3px;
  left: 0;
  right: 16px;
  height: 1px;
  background-color: #ffffff;
  transform: scale(0);
  transform-origin: left bottom;
  transition: transform 0.3s 0.1s ease-in-out;
}

.home__initiaitves-links a:after {
  position: absolute;
  content: '';
  bottom: 3px;
  left: 0;
  height: 1px;
  right: 16px;
  background-color: #ffffff;
  transform: scale(1);
  transform-origin: right bottom;
  transition: transform 0.3s ease-in-out;
}

.home__initiaitves-links a:hover:before {
  transform: scale(1);
}

.home__initiaitves-links a:hover:after {
  transform: scale(0);
}

.home__initiaitves-links svg {
  margin-left: 7px;
}

.home__initiatives-button {
  width: 86px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 27.5px;
  transition: opacity .4s ease-in-out;
}

.home__initiatives-button:disabled {
  opacity: .6;
}

.home__initiatives-button--link {
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.home__initiatives-button--link svg {
  transition: transform 0.3s ease-in-out;
}

.home__initiatives-button--link:before {
  position: absolute;
  content: '';
  background-image: url("../../images/arrow-top.svg");
  top: 50%;
  transform: translate(-50%, 100px);
  left: 50%;
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease-in-out;
}

.home__initiatives-svg-desktop {
  transform: rotate(90deg);
}

.home__initiatives-svg-mobile {
  display: none;
}

.home__initiatives-arrows {
  position: absolute;
  top: -60px;
  transform: translateY(-100%);
  left: 0;
  width: 100%;
  z-index: 1;
}

.home__initiatives-arrow {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.home__initiatives-arrow svg {
  transition: transform 0.3s ease-in-out;
}

.home__initiatives-arrow[title="prev"]:before {
  transform: translate(100px, -50%);
  background-image: url("../../images/arrow-left.svg");
}

.home__initiatives-arrows-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.home__initiatives-arrows-wrapper > *:first-child {
  margin-right: 30px;
}

.news-page {
  padding-top: 210px;
  padding-bottom: 120px;
}

.news-page__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.news-page__post-list {
  border-top: 1px solid #ffffff;
}

.partners {
  padding-top: 230px;
  padding-bottom: 100px;
}

.partners__heading {
  margin-bottom: 40px;
}

.partners__entry {
  max-width: 800px;
  margin-left: 100px;
  padding-bottom: 160px;
  transition-delay: .4s;
}

.partners__table-top {
  display: grid;
  grid-template-columns: 34.5% 34.5% 1fr 1fr;
  padding-bottom: 20px;
  border-bottom: 1px solid #1D1D1B;
}

.partners__table-top > *:last-child {
  text-align: right;
}

.partners__item {
  position: relative;
  transition: min-height 0.3s ease-in-out;
}

.partners__button {
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: 34.5% 34.5% 1fr 1fr;
  border-bottom: 1px solid #1D1D1B;
  min-height: 80px;
  padding: 20px 0;
}

.partners__button > *:not(:first-child) {
  min-height: 40px;
  display: flex;
  align-items: center;
}

.partners__button > *:last-child {
  display: none;
}

.partners__arrow {
  display: none;
}

.partners__founder {
  display: flex;
  align-items: center;
  transition: transform .2s ease-in-out;
}

.partners__founder:not(:first-child) {
  margin-top: 7px;
}

.partners__pic {
  border-radius: 50%;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.partners__company {
  padding-right: 5px;
}

.partners__type {
  justify-content: flex-end;
  text-align: right;
}

.partners__sector,
.partners__type {
  padding-right: 5px;
  position: relative;
  z-index: 1;
  will-change: color;
  transition: color 0.3s ease-in-out;
}

.collapse__item--show .partners__sector,
.collapse__item--show .partners__type {
  color: #ffffff;
}

.partners__more {
  width: 100%;
  color: #ffffff;
  max-height: 0;
  position: absolute;
  top: -1px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.collapse__item--show .partners__more {
  opacity: 1;
}

.partners__more-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  padding-top: 112px;
  padding-bottom: 30px;
}

.partners__more-close-wrapper {
  padding-bottom: 60px;
  display: flex;
  justify-content: flex-end;
}

.partners__more-right {
  display: grid;
  grid-template-columns: 273px 1fr;
  gap: 40px 30px;
  order: 2;
  padding-left: 100px;
  border-left: 1px solid #ffffff;
}

.partners__more-left {
  order: 1;
}

.partners__logo {
  height: 95px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 40px;
}

.partners__logo--mobile {
  display: none;
}

.partners__name {
  grid-column: 1/-1;
}

.partners__description {
  grid-column: 1/-1;
  order: 1;
}

.partners__subtitle {
  margin-bottom: 20px;
  opacity: .7;
}

.partners__website-title {
  opacity: .7;
}

.partners__website-link {
  text-decoration: underline;
  margin-top: 26px;
}

.partners__answer {
  margin: 28px 0 40px;
}

.partners__question {
  opacity: .7;
}

.partners__more-cats {
  display: none;
}

.partners__filter-wrapper {
  display: inline-block;
  font-size: 28px;
  letter-spacing: -0.58px;
  margin-bottom: 30px;
}

.partners__filter-wrapper:first-of-type {
  margin-right: 40px;
}

.partners__filter-wrapper:last-child {
  margin-bottom: 80px;
}

.partners__select-wrapper {
  position: relative;
  display: inline-block;
}

.partners__select-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #1D1D1B transparent transparent transparent;
}

.partners__select {
  appearance: none;
  background: transparent;
  border: none;
  width: auto;
  text-decoration: underline;
}

.partners__home {
  background-color: #f2f2f2;
  color: #1D1D1B;
  padding: 100px 0;
}

.partners__home-title {
  margin-bottom: 60px;
}

.partners__home-arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}

.partners__home-arrow .button-with-arrow,
.partners__home-arrow .button-with-arrow__arrow {
  border-color: #1D1D1B;
}

.partners__home-arrow .button-with-arrow__arrow {
  transition: all 0.3s ease-in-out;
}

.partners__home-arrow svg path {
  fill: #1D1D1B;
}

button.partners__see-more {
  border-color: #1D1D1B;
}

button.partners__see-more path {
  fill: #1D1D1B;
}

button.partners__see-more .button-with-arrow__arrow {
  border-color: #1D1D1B;
}

.single-initiative {
  background-color: #f2f2f2;
}

.initiative {
  background-color: #f2f2f2;
}

.initiative__about {
  position: relative;
  padding-top: 190px;
  padding-bottom: 80px;
}

.initiative__about .wrapper {
  position: relative;
  pointer-events: none;
}

.initiative__grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px 30px;
}

.initiative__back {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  pointer-events: initial;
}

.initiative__back svg {
  margin-right: 30px;
}

.initiative__logo-wrapper {
  padding-top: 17px;
}

.initiative__logo {
  width: 170px;
  height: auto;
}

.initiative__title {
  margin-bottom: 30px;
}

.initiative__tag:not(:first-child) {
  margin-left: 40px;
}

.initiative__about-wrapper {
  margin-top: 84px;
  overflow: hidden;
  transition: max-height .4s ease-in-out;
}

.initiative__item-title {
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease-in-out;
}

.fn-initiative-show .initiative__item-title {
  opacity: .6;
}

.initiative__link {
  text-decoration: underline;
  display: flex;
  height: 55px;
  align-items: center;
}

.initiative__last {
  margin-top: 60px;
  pointer-events: auto;
}

.initiative__button {
  display: flex;
  align-items: center;
}

.initiative__button-icon {
  width: 86px;
  height: 55px;
  border: 1px solid #ffffff;
  border-radius: 27.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.initiative__button-icon svg {
  transform: rotate(180deg);
  transition: transform .3s ease-in-out;
}

.fn-initiative-show + .initiative__last .initiative__button-icon svg {
  transform: rotate(0deg);
}

.fn-initiative-show + .initiative__last .initiative__button-icon::before {
  background-image: url("../../images/arrow-top.svg");
  transform: translate(-50%, 5px);
}

.initiative__areas {
  background-color: #f2f2f2;
  color: #1D1D1B;
  padding-bottom: 120px;
}

.initiative__areas-heading {
  padding-top: 100px;
  padding-bottom: 60px;
}

.initiative__area {
  position: relative;
  transition: min-height 0.3s ease-in-out;
}

.initiative__area:first-child .initiative__area-button {
  border-top: 1px solid #1D1D1B;
}

.initiative__area-wrapper {
  display: flex;
  justify-content: flex-end;
}

.initiative__area-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  width: 100%;
  max-width: 833px;
  border-bottom: 1px solid #1D1D1B;
  padding: 0 50px 0 38px;
}

.initiative__area-button-close {
  position: absolute;
  right: calc(100% + 35px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.collapse__item--show .initiative__area-button-close {
  z-index: 2;
  pointer-events: initial;
  opacity: 1;
}

.initiative__area-more {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  color: #ffffff;
  z-index: 1;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.collapse__item--show .initiative__area-more {
  opacity: 1;
}

.initiative__area-more .wrapper {
  position: relative;
}

.initiative__area-title {
  position: relative;
  text-align: left;
  transition: color 0.3s ease-in-out;
  padding: 20px 0;
}

.collapse__item--show .initiative__area-title {
  z-index: 2;
  color: #ffffff;
}

.initiative__area-text {
  width: 100%;
  max-width: 833px;
  padding: 80px 50px 40px 38px;
}

.initiative__area-text p {
  max-width: 680px;
}

.initiative__area-text p:not(:last-child) {
  margin-bottom: 26px;
}

.initiative__area-arrow {
  width: 31px;
  height: 32px;
  flex-shrink: 0;
  margin-left: 10px;
}

.why {
  padding-top: 283px;
}

.why__heading {
  margin-bottom: 40px;
}

.why__about {
  max-width: 798px;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: -0.6px;
  margin-left: 104px;
  margin-bottom: 100px;
  transition-delay: .4s;
}

.why__gallery {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-left: calc((100vw - 1300px)/2);
  padding-left: 40px;
  margin-bottom: 120px;
}

.why__gallery-navigation {
  margin-right: 31px;
}

.why__counter {
  font-size: 28px;
  line-height: 37px;
  letter-spacing: -0.6px;
  margin-bottom: 60px;
}

.why__gallery-nav {
  display: flex;
}

.why__gallery-nav-button {
  width: 86px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 27.5px;
  transition: opacity .4s ease-in-out;
}

.why__gallery-nav-button--prev {
  margin-right: 30px;
}

.why__gallery-wrapper {
  display: flex;
  width: 914px;
  overflow: hidden;
}

.why__gallery-item {
  position: relative;
  max-width: 31px;
  height: 620px;
  overflow: hidden;
  transition: max-width 0.5s ease-in-out;
}

.why__gallery-item.active {
  max-width: 100%;
}

.why__gallery-button {
  position: absolute;
  bottom: 0;
  width: 31px;
  height: 100%;
  background-color: #A172B1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 22px 0;
}

.why__gallery-item:nth-child(2n-1) .why__gallery-button {
  background-color: #A172B1;
}

.why__gallery-item:nth-child(2n) .why__gallery-button {
  background-color: #E94E1B;
}

.why__gallery-item:nth-child(3n) .why__gallery-button {
  background-color: #6DC6D4;
}

.why__gallery-button span {
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: right;
}

.why__gallery-image-wrapper {
  position: relative;
  height: 0;
  width: 852px;
  padding-bottom: 620px;
}

.why__gallery-image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.why__philosophy-title {
  margin-bottom: 30px;
}

.why__philosophy {
  display: grid;
  grid-template-columns: minmax(0, 416px) auto;
  margin-bottom: 80px;
}

.why__philosophy-text {
  font-size: 28px;
  line-height: 37px;
  letter-spacing: -0.6px;
}

.why__more {
  padding-top: 100px;
}

.why__more-gallery {
  display: flex;
}

.why__more-about-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.why__more-about {
  display: block;
  max-width: 798px;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: -0.6px;
  margin-left: 104px;
  max-height: 600px;
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.why__more-about:after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 125px;
  z-index: 1;
  background: linear-gradient(180deg, transparent 6.93%, #1D1D1B 75.64%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.why__more-about.hidden {
  max-height: 125px;
}

.why__more-about.hidden:after {
  opacity: 1;
}

.why__see-more-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.why__see-more-btn {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
}

.why__see-more-btn.hidden {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.why__see-more-svg-wrapper {
  width: 86px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 27.5px;
  transition: opacity .4s ease-in-out;
  margin-left: 31px;
}

.why__more-gallery {
  display: flex;
  justify-content: space-between;
}

.why__more-image-wrapper:first-child {
  margin-right: 31px;
}

.why__more-text {
  margin: 120px 0;
  margin-left: auto;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: -0.6px;
  max-width: 804px;
}

.why__gradient-highlight {
  position: relative;
  background: radial-gradient(30% 70% at 0% 0%, #1d1d1b, rgba(29, 29, 27, 0.7) 40%, transparent), radial-gradient(50% 100% at 100% 0%, #6dc6d4, rgba(109, 198, 212, 0.8) 30%, transparent), radial-gradient(60% 100% at 100% 100%, #e94e1b, rgba(233, 78, 27, 0.8) 30%, transparent), radial-gradient(60% 100% at 0% 100%, #5c4a85, rgba(92, 74, 133, 0.9) 30%, transparent), #ECA7BF;
  padding: 130px 0;
}

.why__gradient-highligh-title {
  position: relative;
  padding: 0 104px;
  margin-bottom: 40px;
  max-width: 1112px;
}

.why__gradient-highligh-text {
  position: relative;
  margin: auto;
  max-width: 800px;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: -0.6px;
}

.page-template-default {
  background: #F2F2F2;
  color: #1D1D1B;
}

.default-page {
  padding: 210px 0;
}

.default-page__back {
  display: flex;
  align-items: center;
  margin-bottom: 74px;
  gap: 30px;
}

.default-page__back .arrow {
  border-color: currentColor;
}

.default-page__article {
  position: relative;
  padding: 0px 220px 0px 420px;
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
}

.default-page__title {
  margin-bottom: 64px;
}

.default-page__content h1,
.default-page__content h2,
.default-page__content h3,
.default-page__content h4,
.default-page__content h5,
.default-page__content h6 {
  position: absolute;
  left: 0;
  color: #ABABAB;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0;
  max-width: 400px;
}

.post-thumbnail {
  border-bottom: 1px solid #ffffff;
  padding-top: 30px;
}

.post-thumbnail__link {
  display: grid;
  grid-template-columns: 1fr 1fr 387px;
  column-gap: 57px;
}

.post-thumbnail__date {
  font-size: 15px;
  line-height: 18px;
  border-radius: 5px;
  background-color: #6DC6D4;
  padding: 6px 13px;
  max-width: fit-content;
  margin-bottom: 21px;
  color: #1D1D1B;
}

.home .post-thumbnail__date {
  margin-top: 40px;
}

.post-thumbnail__excerpt {
  margin-bottom: 30px;
}

.post-thumbnail__button-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.post-thumbnail__more {
  margin-right: 31px;
}

.post-thumbnail__figure {
  margin-top: -30px;
  border-left: 1px solid #ffffff;
  position: relative;
}

.post-thumbnail__figure img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.button-with-arrow {
  display: flex;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 27.5px;
  height: 55px;
}

.post-type-archive-partner .button-with-arrow {
  border-color: #1D1D1B;
}

.button-with-arrow--left {
  flex-direction: row-reverse;
}

.button-with-arrow--left .button-with-arrow__arrow {
  border-right: 1px solid #ffffff;
  border-left: 0;
}

.button-with-arrow--left .button-with-arrow__arrow-right {
  display: none;
}

.button-with-arrow--left .button-with-arrow__arrow-left {
  display: block;
}

.button-with-arrow--bottom .button-with-arrow__arrow {
  transition: all .3s ease-in-out;
}

.button-with-arrow--bottom .button-with-arrow__arrow svg {
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}

.collapsed .button-with-arrow--bottom .button-with-arrow__arrow svg {
  transform: rotate(-90deg);
}

.button-with-arrow__arrow {
  height: 55px;
  padding: 16px 32px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-radius: 27.5px;
  overflow: hidden;
  position: relative;
}

.button-with-arrow__arrow svg {
  transition: transform 0.3s ease-in-out;
}

.button-with-arrow__arrow:before {
  position: absolute;
  content: '';
  background-image: url("../../images/arrow-right.svg");
  top: 50%;
  transform: translate(-100px, -50%);
  left: 50%;
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease-in-out;
}

.post-type-archive-partner .button-with-arrow__arrow,
.partners__home-arrow .button-with-arrow__arrow {
  border-color: #1D1D1B;
}

.post-type-archive-partner .button-with-arrow__arrow:before,
.partners__home-arrow .button-with-arrow__arrow:before {
  background-image: url("../../images/arrow-right-black.svg");
}

.post-type-archive-partner .button-with-arrow__arrow svg path,
.partners__home-arrow .button-with-arrow__arrow svg path {
  fill: #1D1D1B;
}

.button-with-arrow__arrow-left {
  display: none;
}

.button-with-arrow__text {
  padding: 0 31px;
  font-size: 20px;
  line-height: 24px;
}

.arrow {
  display: flex;
  height: 55px;
  width: fit-content;
  padding: 16px 30px;
  border: 1px solid #ffffff;
  border-radius: 27.5px;
  transition: all 0.3s ease-in-out;
}

.arrow__content {
  width: 22px;
  height: 22px;
  background-image: url("../../images/long-arrow.svg");
  background-size: 128px 22px;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.3s ease-in-out;
}

.faq {
  padding-top: 120px;
  margin-bottom: 121px;
  background-color: #1D1D1B;
  border-radius: 45px 45px 0px 0px;
}

.faq__heading {
  margin-bottom: 40px;
}

.faq__single-wrapper {
  transition: min-height 0.3s ease-in-out, background 0.3s ease-in-out;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  border: solid 1px #fff;
  pointer-events: auto;
  opacity: 1;
  overflow: hidden;
}

.faq__single-wrapper .magic,
.faq__single-wrapper .mobilemagic {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.faq__single-wrapper.collapse__item--show .magic,
.faq__single-wrapper.collapse__item--show .mobilemagic {
  opacity: 1;
}

.faq__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 32px 28px 30px;
  width: 100%;
  text-align: left;
  position: relative;
  transition: transform 0.2s ease-in-out;
}

.faq__title-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  left: -59px;
  top: 0;
  width: calc(100% + 59px);
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease-in-out;
}

.faq__title-wrapper:after {
  position: absolute;
  content: '';
  background-image: url("../../images/arrow-right.svg");
  top: 50%;
  transform: translate(-22px, -50%);
  left: 0;
  width: 22px;
  height: 22px;
  transition: transform 0.2s ease-in-out;
}

.faq__arrow {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}

.collapse__item--show .faq__arrow {
  transform: rotate(-90deg);
}

.faq__content-wrapper {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.faq__content-wrapper * {
  margin-bottom: 40px;
}

.faq__content-wrapper *:last-child {
  margin-bottom: 0;
}

.faq__content {
  padding: 12px 32px 40px 101px;
  margin-bottom: 20px;
}

.faq__button-wrapper {
  margin-top: 41px;
  display: flex;
  justify-content: flex-end;
  transition: opacity 0.3s ease-in-out;
}

.faq__button-wrapper.hide {
  opacity: 0;
  pointer-events: none;
  height: 0;
}

.faq__hidden-list {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.faq__hidden-list li {
  pointer-events: none;
}

.faq__hidden-list.show {
  opacity: 1;
}

.faq__hidden-list.show li {
  pointer-events: auto;
}

.manifest {
  padding-bottom: 100px;
}

.manifest__heading {
  margin-bottom: 40px;
}

.manifest__single-wrapper {
  border-bottom: 1px solid #ffffff;
  transition: min-height 0.3s ease-in-out;
  position: relative;
  pointer-events: auto;
  opacity: 1;
  will-change: min-height;
}

.manifest__single-wrapper:first-child {
  border-top: 1px solid #ffffff;
}

.manifest__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  position: relative;
}

.manifest__title {
  display: flex;
  align-items: flex-start;
  line-height: 37px;
  text-align: left;
}

.manifest__title span {
  margin-right: 46px;
  font-size: 18px;
  line-height: 26px;
  margin-top: 4px;
}

.manifest__content-wrapper {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: max-height 0.3s ease-in-out;
}

.manifest__content {
  padding-left: 67px;
  padding-right: 406px;
  padding-bottom: 30px;
  font-size: 20px;
}

.manifest__arrow {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}

.collapse__item--show .manifest__arrow {
  transform: rotate(-90deg);
}

.manifest__hidden-list {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.manifest__hidden-list li {
  pointer-events: none;
}

.manifest__hidden-list.show {
  opacity: 1;
}

.manifest__hidden-list.show li {
  pointer-events: auto;
}

.manifest__button-wrapper {
  margin-top: 61px;
}

.ini-pop {
  position: fixed;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  padding-top: 190px;
  overflow: hidden;
}

.ini-pop::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #1d1d1b, rgba(29, 29, 27, 0.8) 40%, rgba(29, 29, 27, 0.8) 60%, #1d1d1b);
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.ini-pop.fn-ini-pop--show {
  pointer-events: initial;
}

.ini-pop.fn-ini-pop--show::before {
  opacity: 1;
}

.ini-pop__wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ini-pop__container {
  display: grid;
  grid-template-columns: 43% 57%;
  gap: 0;
  transform: translateY(100%);
  transition: transform .3s ease-in-out;
}

.fn-ini-pop--show .ini-pop__container {
  transform: translateY(0);
}

.ini-pop__logo-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-top-left-radius: 45px;
  margin-right: -45px;
  max-height: calc(100vh - 190px);
}

.ini-pop__logo-container {
  position: relative;
  height: 100%;
  width: calc(100% - 45px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ini-pop__logo {
  max-width: 222px;
  height: auto;
}

.ini-pop__text-wrapper {
  position: relative;
  height: 100%;
  background-color: #f2f2f2;
  border-top-right-radius: 45px;
  border-top-left-radius: 45px;
  padding: 50px;
  color: #1D1D1B;
  max-height: calc(100vh - 190px);
}

.ini-pop__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ini-pop__bottom {
  height: 100%;
  overflow: auto;
  padding-top: 60px;
  padding-right: 50px;
  padding-bottom: 50px;
  margin-right: -50px;
}

.ini-pop__link {
  text-decoration: underline;
}

.ini-pop__link svg {
  margin-left: 6px;
}

.ini-pop__close {
  display: flex;
  align-items: center;
}

.ini-pop__close--mobile {
  display: none;
}

.ini-pop__close-svg-wrap {
  display: block;
  width: 86px;
  height: 55px;
  margin-left: 30px;
  border: 1px solid #1D1D1B;
  border-radius: 27.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.ini-pop__close-svg-wrap svg {
  transition: transform 0.3s ease-in-out;
}

.ini-pop__close-svg-wrap:before {
  position: absolute;
  content: '';
  background-image: url("../../images/arrow-bottom-black.svg");
  top: 50%;
  transform: translate(-50%, -100px);
  left: 50%;
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease-in-out;
}

.ini-pop__about {
  margin-top: 40px;
  font-size: 28px;
  line-height: 1.214;
  letter-spacing: -0.58px;
}

.ini-pop__about > *:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 1300px) {
  .footer__bottom-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }

  .quotes__ltr-text {
    font-size: 20px;
  }

  .why__gallery {
    margin-left: 0;
  }

  .default-page__article {
    padding: 0px 20px 0px 420px;
    margin: 0;
  }

  .default-page__content h1,
  .default-page__content h2,
  .default-page__content h3,
  .default-page__content h4,
  .default-page__content h5,
  .default-page__content h6 {
    left: 20px;
    max-width: 380px;
  }

  .post-thumbnail__link {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .heading__medium {
    font-size: 28px;
    line-height: 1.214;
  }

  .heading__big {
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.666667px;
  }

  .wrapper {
    padding: 0 20px;
  }

  .magic,
  .topmagic {
    display: none;
  }

  .mobilemagic {
    display: block;
  }

  .header {
    padding: 20px 0;
  }

  .header__menu-toggler {
    display: flex;
    align-items: center;
    z-index: 10;
  }

  .header__nav {
    display: none;
  }

  .header__nav--mob {
    display: block;
  }

  .header__menu-overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-100%);
    background-color: #1D1D1B;
    transition: transform 0.3s ease-in-out;
    padding: 0 20px;
  }

  body.menu-opened .header__menu-overlay {
    transform: translateY(0);
  }

  .header__menu {
    display: block;
    padding-top: 167px;
    margin-bottom: 144px;
  }

  .header__menu .menu-item.current-menu-item:after {
    display: none;
  }

  .header__menu .menu-item {
    font-size: 42px;
    line-height: 58px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    margin-left: 0;
  }

  .header__menu .menu-item.current-menu-item {
    color: #747474;
  }

  .footer__main {
    padding: 40px 0 20px;
  }

  .footer__heading {
    margin-bottom: 40px;
  }

  .footer__contacts-wrapper {
    display: block;
  }

  .footer__contact {
    flex-direction: row;
    margin-bottom: 40px;
    align-items: center;
  }

  .footer__arrow {
    margin: 0 20px 0;
  }

  .footer__social-link {
    margin-right: 15px;
    font-size: 14px;
    line-height: 28px;
  }

  .footer__copy {
    display: none;
  }

  .member__table-top > *:not(:first-child) {
    display: none;
  }

  .member__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .member__button > *:not(:first-child) {
    display: none;
  }

  .member__more-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 47px;
  }

  .member__pic {
    max-width: 133px;
    max-height: 133px;
  }

  .member__position-mobile {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: -0.33px;
  }

  .member__name {
    font-size: 32px;
    line-height: 1.13;
    letter-spacing: -0.67px;
  }

  .member__subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .member__description {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.42px;
    margin-bottom: 50px;
  }

  .member__partner-heading {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.42px;
  }

  .quotes {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .quotes__title {
    max-width: initial;
  }

  .quotes__sliders {
    display: block;
    margin-top: 40px;
  }

  .quotes__slider-ttb {
    display: none;
  }

  .quotes__initiatives-arrows {
    display: none;
  }

  .quotes__slider-ltr {
    padding: 0;
  }

  .quotes__ltr-heading {
    grid-template-columns: 52px 1fr;
    column-gap: 34px;
    margin-bottom: 0;
    height: 115px;
    opacity: 1;
    animation: none;
  }

  .quotes__ltr-item {
    padding: 0 14px 0 20px;
    box-shadow: 0 0 15px #141414;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: border-color .3s ease-in-out;
  }

  .quotes__ltr-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .quotes__ltr-item.fn-quotes-item--open {
    border: 1px solid rgba(255, 255, 255, 0.6);
  }

  .quotes__ltr-title {
    font-size: 22px;
    letter-spacing: -0.46px;
  }

  .quotes__ltr-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.33px;
    padding-bottom: 30px;
  }

  .quotes__ltr-bottom {
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 34px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
    opacity: 1;
    animation: none;
  }

  .quotes__ltr-pic {
    display: none;
  }

  .quotes__ltr-bottom-pic {
    display: block;
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
  }

  .quotes__ltr-logo-mobile {
    display: block;
    width: 52px;
    height: auto;
  }

  .home__news {
    padding-top: 50px;
  }

  .home__initiatives .splide__pagination {
    display: none;
  }

  .home__initiatives-item {
    width: calc(100vw - 60px);
  }

  .home__initiatives-arrows {
    position: static;
    transform: none;
  }

  .home__initiatives-arrows-wrapper {
    justify-content: flex-start;
    margin-top: 40px;
  }

  .news-page {
    padding-top: 193px;
  }

  .partners {
    padding-top: 200px;
    padding-bottom: 60px;
  }

  .partners__entry {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.42px;
    margin-left: 28px;
    padding-bottom: 80px;
  }

  .partners__table-top > *:not(:first-child) {
    display: none;
  }

  .partners__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .partners__button > *:not(:first-child) {
    display: none;
  }

  .partners__arrow:last-child {
    display: block;
  }

  .partners__pic--small {
    width: 28px;
    height: 28px;
  }

  .partners__more-wrapper {
    grid-template-columns: 1fr;
    padding-top: 33px;
    padding-bottom: 30px;
  }

  .partners__more-close-wrapper {
    padding-bottom: 30px;
  }

  .partners__more-right {
    order: 0;
    padding-left: 0;
    border-left: none;
    grid-template-columns: 1fr;
  }

  .partners__logo--mobile {
    display: block;
    margin-bottom: 10px;
  }

  .partners__logo--desktop {
    display: none;
  }

  .partners__name {
    font-size: 32px;
    line-height: 1.125;
  }

  .partners__description {
    order: 0;
    margin-top: -20px;
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff;
  }

  .partners__website-link {
    margin-top: 20px;
  }

  .partners__answer {
    margin: 20px 0 60px;
  }

  .partners__more-cats {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    letter-spacing: -0.33px;
  }

  .partners__filter-wrapper {
    display: block;
  }

  .partners__filter-wrapper:last-child {
    margin-bottom: 60px;
  }

  .partners__select-wrapper {
    display: block;
  }

  .partners__home {
    padding: 60px 0;
  }

  .partners__home-title {
    margin-bottom: 40px;
  }

  .partners__home-arrow {
    margin-top: 30px;
  }

  .initiative__grid {
    gap: 30px 10px;
    grid-template-columns: 200px 1fr;
  }

  .initiative__areas-heading {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .initiative__area-button {
    padding: 0;
  }

  .initiative__area-text {
    padding: 80px 0 40px 0;
  }

  .why__about {
    margin-left: 18px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }

  .why__gallery {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 69px;
    padding-left: 0;
  }

  .why__gallery-navigation {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
    padding: 0 20px;
    align-items: center;
  }

  .why__counter {
    font-size: 20px;
    line-height: 37px;
    letter-spacing: -0.4px;
    margin-bottom: 0;
  }

  .why__gallery-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .why__gallery-item {
    max-width: 0;
    height: 254px;
  }

  .why__gallery-button {
    display: none;
  }

  .why__gallery-image-wrapper {
    width: 100vw;
    padding-bottom: 254px;
  }

  .why__philosophy {
    display: block;
    margin-bottom: 60px;
  }

  .why__philosophy-text {
    padding-left: 18px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }

  .why__more {
    padding-top: 60px;
  }

  .why__more-about-wrapper {
    display: block;
    margin-bottom: 60px;
  }

  .why__more-about {
    margin-left: 18px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }

  .why__more-about:after {
    height: 86px;
  }

  .why__more-about.hidden {
    max-height: 86px;
    margin-bottom: 40px;
  }

  .why__see-more-btn-wrapper {
    justify-content: flex-start;
  }

  .why__more-gallery {
    display: block;
  }

  .why__more-image-wrapper:first-child {
    margin-left: 18px;
    margin-right: 0;
  }

  .why__more-image-wrapper:last-child {
    margin-right: 18px;
  }

  .why__more-text {
    padding-left: 0;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
    margin: 40px 0 60px;
  }

  .why__gradient-highlight {
    padding: 40px 0;
  }

  .why__gradient-highligh-title {
    padding: 0;
    margin-bottom: 30px;
  }

  .why__gradient-highligh-text {
    padding: 0 0 0 18px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }

  .default-page {
    padding: 120px 0;
  }

  .default-page__back {
    margin-bottom: 56px;
  }

  .default-page__article {
    padding: 0px 20px;
  }

  .default-page__title {
    margin-bottom: 48px;
  }

  .default-page__content h1,
  .default-page__content h2,
  .default-page__content h3,
  .default-page__content h4,
  .default-page__content h5,
  .default-page__content h6 {
    position: initial;
    margin-top: 1.5em;
  }

  .default-page__content h1:first-child,
  .default-page__content h2:first-child,
  .default-page__content h3:first-child,
  .default-page__content h4:first-child,
  .default-page__content h5:first-child,
  .default-page__content h6:first-child {
    margin-top: 0;
  }

  .post-thumbnail {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .post-thumbnail:last-child {
    border-bottom: none;
  }

  .post-thumbnail__link {
    margin-bottom: 40px;
    display: block;
  }

  .post-thumbnail__date {
    margin-top: 20px;
  }

  .post-thumbnail__excerpt {
    margin-bottom: 40px;
  }

  .post-thumbnail__button-wrapper {
    margin-bottom: 22px;
  }

  .post-thumbnail__more {
    display: none;
  }

  .faq {
    padding-top: 60px;
    margin-bottom: 60px;
  }

  .manifest__title {
    margin-bottom: 51px;
  }

  .manifest__title span {
    margin-right: 39px;
  }

  .manifest__content {
    padding-left: 61px;
    padding-right: 0;
    font-size: 16px;
  }

  .manifest__arrow {
    align-self: flex-end;
  }

  .ini-pop {
    padding-top: 125px;
  }

  .ini-pop::before {
    background: #1D1D1B;
  }

  .ini-pop.fn-ini-pop--show::before {
    opacity: .9;
  }

  .ini-pop__wrapper {
    padding-left: 0;
    padding-right: 0;
    max-height: calc(100vh - 105px);
    overflow: auto;
    padding-top: 20px;
  }

  .ini-pop__container {
    grid-template-columns: 1fr;
  }

  .ini-pop__logo-wrapper {
    max-height: initial;
    height: 194px;
    padding: 30px 30px 60px;
    margin-right: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: -30px;
  }

  .ini-pop__logo-container {
    width: 100%;
  }

  .ini-pop__logo {
    height: 100%;
    max-width: initial;
    width: auto;
  }

  .ini-pop__text-wrapper {
    max-height: initial;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 60px 20px;
    height: auto;
  }

  .ini-pop__bottom {
    margin-right: 0;
    padding: 60px 0 0;
    height: auto;
  }

  .ini-pop__close {
    display: none;
  }

  .ini-pop__close--mobile {
    display: flex;
    position: absolute;
    top: 40px;
    right: 20px;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-in-out 0s;
  }

  .fn-ini-pop--show .ini-pop__close--mobile {
    pointer-events: initial;
    opacity: 1;
    transition: opacity .3s ease-in-out .2s;
  }

  .ini-pop__close-svg-wrap {
    border-color: #ffffff;
    margin-left: 20px;
  }

  .ini-pop__about {
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: -0.37px;
  }

  .ini-pop__about > *:not(:last-child) {
    margin-bottom: 20px;
  }

  .ini-pop__title {
    font-size: 32px;
    line-height: 1.21;
    letter-spacing: -0.67px;
  }
}

@media (hover: hover) and (max-width: 900px) {
  .fix-margin-left .wrapper {
    padding-left: calc(20px + var(--ml) * -1);
  }
}

@media (max-width: 600px) {
  .text__extra-big {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.42px;
  }

  .pagination__links {
    display: grid;
    grid-template-areas: "n n" "ap an";
  }

  .pagination__numbers {
    margin: 0 auto;
  }

  .pagination .button-with-arrow__text {
    display: none;
  }

  .single-initiative .header__logo img {
    opacity: 0;
  }

  .footer__social-media {
    display: flex;
    flex-direction: column;
  }

  .member__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .member__close span {
    display: none;
  }

  .member__close {
    margin-top: 40px;
    margin-left: auto;
  }

  .home__top-description {
    padding-left: 0;
    margin-left: 18px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }

  .home__initiatives {
    padding-top: 60px;
  }

  .home__initiatives-item {
    min-height: 100%;
    padding: 40px 20px 135px;
  }

  .home__initiatives-footer {
    position: static;
    margin-top: 40px;
  }

  .home__initiatives-button--link {
    position: absolute;
    bottom: 40px;
    left: 20px;
  }

  .home__initiatives-svg-mobile {
    display: block;
  }

  .news-page__top .button-with-arrow {
    display: none;
  }

  .initiative__about {
    padding-bottom: 60px;
  }

  .initiative__grid {
    grid-template-columns: 1fr;
  }

  .initiative__back {
    display: none;
  }

  .initiative__logo {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 130px;
    transition: transform .2s ease-in-out;
  }

  .headroom--not-top + main .initiative__logo {
    transform: translateY(-20px) translateX(-12px) scale(0.8);
  }

  .initiative__title {
    margin-bottom: 20px;
  }

  .initiative__about-wrapper {
    margin-top: 50px;
  }

  .initiative__item-title {
    display: none;
  }

  .initiative__link {
    display: none;
  }

  .initiative__last {
    margin-top: 40px;
  }

  .initiative__area-title {
    font-size: 22px;
    letter-spacing: -0.46px;
  }

  .initiative__area-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.33px;
  }

  .button-with-arrow {
    width: 100%;
    justify-content: space-between;
  }

  .button-with-arrow__text {
    padding-right: 0;
  }

  .faq__title-wrapper {
    align-items: flex-start;
    min-height: 143px;
    padding: 20px 18px;
  }

  .collapse__item--show .faq__title-wrapper {
    min-height: auto;
  }

  .faq__title {
    font-size: 20px;
    line-height: 24px;
    max-width: calc(100% - 22px);
    text-align: left;
  }

  .faq__content {
    padding: 20px 18px;
  }

  .faq__button-wrapper {
    margin-top: 20px;
  }
}

@media (hover: hover) {
  html.homepage {
    margin-left: calc(100vw - 100%);
    margin-right: 0;
  }

  .fix-margin-left {
    --ml: calc((-100vw + 100%) / 2);
    margin-left: var(--ml);
  }

  .homepage .header {
    margin-left: calc(100vw - 100%);
    margin-right: 0;
  }

  .homepage .header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(-100vw + 100%);
    width: calc(100vw - 100%);
    height: 100%;
    background-color: transparent;
    transition: background-color 0s 0s ease-in-out;
  }

  .homepage body:not(.menu-opened) .header.headroom--not-top::before {
    background-color: #1D1D1B;
    transition: background-color 0s 0.2s ease-in-out;
  }

  .header__menu .menu-item:hover:after {
    max-width: 100%;
  }

  .footer__arrow:hover {
    transform: translateX(7px);
  }

  .member__button:hover .partners__founder {
    transform: translateX(10px);
  }

  .quotes__slider-ttb-item-wrap:hover {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .home__initiatives-splide .splide__track {
    padding-top: 10px;
  }

  .home__initiatives-item:hover {
    transform: translateY(-10px);
  }

  .home__initiatives-button--link:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }

  .home__initiatives-button--link:hover svg {
    transform: translate(5px, 0) rotate(90deg);
  }

  .home__initiatives-arrow:not([disabled]):hover {
    background-color: rgba(255, 255, 255, 0.08);
  }

  .home__initiatives-arrow:not([disabled]):hover svg {
    transform: translate(5px, 0);
  }

  .home__initiatives-arrow:not([disabled]):hover:before {
    transform: translate(-50%, -50%);
  }

  .home__initiatives-arrow:not([disabled]):hover[title="prev"] svg {
    transform: translate(-5px, 0);
  }

  .home__initiatives-arrow:not([disabled]):hover[title="prev"]:before {
    transform: translate(-50%, -50%);
  }

  .partners__button:hover .partners__founder {
    transform: translateX(10px);
  }

  .partners__home-arrow .button-with-arrow__arrow:hover {
    background-color: rgba(0, 0, 0, 0.08);
  }

  .fn-initiative-show + .initiative__last .initiative__button-icon:hover svg {
    transform: translate(0, -5px);
  }

  .initiative__button-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .initiative__button-icon:hover svg {
    transform: translate(0, 5px) rotate(180deg);
  }

  .initiative__button-icon:hover:before {
    transform: translate(-50%, -50%);
  }

  .post-thumbnail .magic {
    opacity: 0;
    transition: opacity .3s ease-in-out;
  }

  .post-thumbnail:hover .magic {
    opacity: 1;
  }

  .post-thumbnail:hover .arrow {
    background-color: rgba(255, 255, 255, 0.08);
  }

  .post-thumbnail:hover .arrow .arrow__content {
    transform: translate(5px, 0);
  }

  .button-with-arrow:hover .button-with-arrow__arrow {
    background-color: rgba(255, 255, 255, 0.08);
  }

  .button-with-arrow:hover .button-with-arrow__arrow svg {
    transform: translate(5px, 0);
  }

  .button-with-arrow--bottom:hover .button-with-arrow__arrow svg {
    transform: rotate(90deg) translate(5px, 0);
  }

  .faq__single-wrapper:not(.collapse__item--show) .faq__title-wrapper:hover {
    transform: translate(59px, 0);
  }

  .faq__single-wrapper:not(.collapse__item--show) .faq__title-wrapper:hover::before {
    opacity: .05;
  }

  .homepage .ini-pop {
    margin-left: calc(100vw - 100%);
    margin-right: 0;
  }

  .ini-pop__close-svg-wrap:hover svg {
    transform: translate(0, 100px);
  }

  .ini-pop__close-svg-wrap:hover:before {
    transform: translate(-50%, -50%);
  }
}