/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/styles/theme.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.social {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.social__link {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--payeye-blue);
  text-decoration: none;
  position: relative;
}
.social__link:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--payeye-blue);
  top: 0;
  right: -1rem;
}
.social__link--last:after {
  display: none;
}

.accordion-single {
  margin-top: 10px;
}

.accordion-single-title {
  padding: 2.4rem 5.4rem 2.4rem 3.2rem;
  background-color: #F6F7FB;
  border-radius: 2.4rem;
  cursor: pointer;
  position: relative;
  font-size: 1.8rem;
  margin: 0 0 2rem;
  font-weight: 400;
}

.accordion-single-title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px var(--black);
  border-right: solid 2px var(--black);
  transform: translateY(-50%) rotate(135deg);
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.accordion-single-content p {
  padding: 1.2rem 3.2rem 3.2rem;
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.accordion-single-item.is-open .accordion-single-title {
  color: var(--white);
  background: linear-gradient(0deg, rgb(35, 77, 171) 0%, rgb(53, 99, 201) 100%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-single-item.is-open .accordion-single-title::after {
  transform: translateY(-50%) rotate(315deg);
  border-top: solid 2px var(--white);
  border-right: solid 2px var(--white);
}

.video-block__container {
  width: 100%;
  max-width: 142rem;
  height: 24rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.4rem;
}
@media only screen and (min-width: 639px) {
  .video-block__container {
    height: 36rem;
  }
}
@media only screen and (min-width: 959px) {
  .video-block__container {
    height: 56rem;
  }
}
.video-block__play img {
  width: 6rem;
  height: 6rem;
}
@media only screen and (min-width: 959px) {
  .video-block__play img {
    width: 9.6rem;
    height: 9.6rem;
  }
}

.offer-block {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
}
.offer-block__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  row-gap: 3.2rem;
  margin: 0 auto;
}
.offer-block__item {
  width: 100%;
  height: 30.4rem;
}
.offer-block__item img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.4rem;
}
@media only screen and (min-width: 639px) {
  .offer-block__item {
    width: calc(50% - 1.6rem);
  }
}
@media only screen and (min-width: 959px) {
  .offer-block__item {
    width: calc(33% - 2.4rem);
  }
}
.offer-block__link {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.offer-block__title {
  position: absolute;
  left: 0rem;
  bottom: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  color: var(--white);
  padding: 2.4rem;
  letter-spacing: 0.2px;
}

.our-company {
  min-height: 60rem;
  border-radius: 1.6rem;
}
.our-company__background {
  border-radius: 1.6rem;
}
.our-company__headline-wrapper {
  width: 100%;
  padding: 4rem 3.2rem;
}
@media only screen and (min-width: 1279px) {
  .our-company__headline-wrapper {
    width: 50%;
    padding: 5rem 2rem 5rem 4rem;
  }
}
.our-company__title {
  color: var(--white);
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1.8rem;
}
@media only screen and (min-width: 959px) {
  .our-company__title {
    font-size: 6.4rem;
  }
}
.our-company__subtitle {
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .our-company__subtitle {
    font-size: 2.4rem;
    margin-bottom: 3.4rem;
  }
}
.our-company__description {
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (min-width: 959px) {
  .our-company__description {
    font-size: 1.6rem;
  }
}

.investment-slider {
  padding-top: 6rem;
}
@media only screen and (min-width: 1279px) {
  .investment-slider {
    padding-top: 12rem;
  }
}
.investment-slider__container {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
}
@media only screen and (min-width: 959px) {
  .investment-slider__container {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }
}
.investment-slider__content {
  padding: 2.4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 60rem;
  display: none;
}
@media only screen and (min-width: 1279px) {
  .investment-slider__content {
    padding: 3.6rem;
    display: flex;
  }
}
@media only screen and (min-width: 1279px) {
  .investment-slider__content {
    padding: 5.6rem 8rem 5.6rem 4rem;
  }
}
.investment-slider__heading-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  row-gap: 9.5rem;
}
.investment-slider__title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.investment-slider__button-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.investment-slider__button {
  display: flex;
  padding: 1.1rem 5rem 1.1rem 2.4rem;
  height: 5.2rem;
  color: var(--white);
  border-radius: 3.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.investment-slider__button:hover {
  background: #2a2a2a;
  color: #fff;
}
.investment-slider__button::after {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}
.investment-slider__swiper-slide {
  transition: all 0.3s linear;
  display: flex;
  flex-direction: column;
  border-radius: 1.2rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 639px) {
  .investment-slider__swiper-slide {
    flex-direction: row;
  }
}
.investment-slider__image-container {
  position: relative;
}
.investment-slider__image-content {
  padding: 2rem;
}
@media only screen and (min-width: 959px) {
  .investment-slider__image-content {
    padding: 5rem 0rem 5rem 7rem;
    width: 50%;
  }
}
.investment-slider__image-subtitle {
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 639px) {
  .investment-slider__image-subtitle {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 959px) {
  .investment-slider__image-subtitle {
    font-size: 2.4rem;
  }
}
.investment-slider__image-title {
  color: var(--white);
  font-size: 2.8rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 639px) {
  .investment-slider__image-title {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 959px) {
  .investment-slider__image-title {
    font-size: 6.4rem;
  }
}
.investment-slider__image-button {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 1.6rem;
  padding: 1.2rem 3rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  line-height: 1;
  border-radius: 2.4rem;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 639px) {
  .investment-slider__image-button {
    padding: 1.2rem 5.6rem;
  }
}
.investment-slider__image-button:hover {
  background-color: var(--violet);
  border: 1px solid var(--violet);
  color: var(--white);
}
.investment-slider__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 35rem;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
}
@media only screen and (min-width: 639px) {
  .investment-slider__image {
    height: 36rem;
  }
}
@media only screen and (min-width: 959px) {
  .investment-slider__image {
    height: 60rem;
  }
}
@media only screen and (min-width: 1279px) {
  .investment-slider__image {
    height: 60rem;
    width: 101.1rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
}
.investment-slider__image-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 21rem;
}
@media only screen and (min-width: 639px) {
  .investment-slider__image-content {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1279px) {
  .investment-slider__image-content {
    max-width: 50%;
  }
}
.investment-slider__image-thumbnail {
  width: 8rem;
  height: auto;
}
@media only screen and (min-width: 959px) {
  .investment-slider__image-thumbnail {
    width: 12rem;
  }
}
.investment-slider__value {
  color: #0BAE9F;
  font-size: 6.4rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.investment-slider__value-box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.investment-slider__value-box::after {
  content: "";
  position: absolute;
  bottom: -4.5rem;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.investment-slider__value-box:last-of-type::after {
  display: none;
}
.investment-slider__info {
  color: var(--payeye-blue);
  font-size: 1.4rem;
  line-height: 1.5;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.investment-slider__thumbs-heading {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0;
}
@media only screen and (min-width: 959px) {
  .investment-slider__thumbs-heading {
    font-size: 6.4rem;
  }
}
.investment-slider__thumbs-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
@media only screen and (min-width: 959px) {
  .investment-slider__thumbs-list {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 959px) {
  .investment-slider__thumbs-list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}
.investment-slider .investment-slider__thumbs-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.investment-slider__thumbs {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: linear-gradient(180deg, rgb(234, 234, 237) 0%, rgb(253, 253, 253) 100%);
  box-shadow: 0px 2px 2px rgba(181, 181, 181, 0.25);
  border: 2px solid #e9e9ec;
  border-right: none;
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  position: relative;
  flex-direction: column;
  row-gap: 2rem;
}
@media only screen and (min-width: 1279px) {
  .investment-slider__thumbs {
    padding: 4rem 5rem;
    border-top-left-radius: 1.6rem;
    border-bottom-right-radius: 0;
    flex-direction: row;
  }
}
.investment-slider__thumbs-item {
  cursor: pointer;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-right: 0 !important;
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (min-width: 959px) {
  .investment-slider__thumbs-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -4rem;
    height: 100%;
    width: 2px;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.investment-slider__thumbs-item:last-of-type::after {
  display: none;
}
.investment-slider__thumbs-item img {
  filter: grayscale(1);
  opacity: 0.5;
  width: 6rem;
}
@media only screen and (min-width: 639px) {
  .investment-slider__thumbs-item img {
    width: 10rem;
  }
}
@media only screen and (min-width: 1439px) {
  .investment-slider__thumbs-item img {
    width: 13rem;
  }
}
.investment-slider__thumbs .swiper-slide-thumb-active {
  background-color: var(--color-surface-medium);
  color: var(--color-primary);
}
.investment-slider__thumbs .swiper-slide-thumb-active img {
  filter: grayscale(0);
  opacity: 1;
}

.horizontal-section {
  position: relative;
  background: var(--white);
}
.horizontal-section__milestone {
  position: absolute;
  left: 0;
  top: 30%;
}
.horizontal__wrap {
  overflow: hidden;
  position: relative;
}
.horizontal__wrap-element {
  top: 40rem;
  width: 100px;
  height: 40px;
}
.horizontal__item-heading-container {
  display: flex;
  align-items: flex-end;
  height: 22rem;
  position: relative;
}
.horizontal__item-heading-container::before {
  content: "";
  height: 5rem;
  position: absolute;
  bottom: -3rem;
  left: 4rem;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
@media only screen and (min-width: 959px) {
  .horizontal__item-heading-container::before {
    height: 9rem;
    bottom: -7rem;
    left: 0;
  }
}
.horizontal .horizontal-sliders {
  display: flex;
  flex-wrap: nowrap;
  width: 500%;
  overflow-x: hidden;
  flex-wrap: nowrap;
  align-self: center;
  height: 82rem;
}
.horizontal__item {
  display: flex;
  min-height: 82rem;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 35rem;
  flex-shrink: 0;
  position: relative;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (min-width: 959px) {
  .horizontal__item {
    width: 63rem;
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 1439px) {
  .horizontal__item {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .horizontal__item:first-child {
    margin-left: 10rem;
  }
}
@media only screen and (min-width: 1439px) {
  .horizontal__item:first-child {
    margin-left: 20rem;
  }
}
.horizontal__item-content {
  min-height: 65rem;
}
.horizontal__item-image {
  width: 15rem;
  flex-shrink: 0;
}
@media only screen and (min-width: 639px) {
  .horizontal__item-image {
    width: 19rem;
    height: auto;
  }
}
.horizontal__item-date {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Outfit";
  padding-bottom: 3rem;
}
@media only screen and (min-width: 1279px) {
  .horizontal__item-date {
    font-size: 6.4rem;
  }
}
.horizontal__item-date-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.horizontal__item-date-info {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  z-index: 1;
  font-size: 1.4rem;
}
@media only screen and (min-width: 639px) {
  .horizontal__item-date-info {
    bottom: 2.4rem;
  }
}
.horizontal__milestone {
  position: absolute;
  top: 12rem;
  left: 5rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  width: 20rem;
  height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 1279px) {
  .horizontal__milestone {
    left: 2rem;
  }
}
.horizontal__content-wrapper {
  background: linear-gradient(270deg, rgb(233, 233, 236) 0%, rgb(241, 241, 243) 100%);
  box-shadow: 2px 2px 4px rgba(181, 181, 181, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 2rem 2.8rem 2rem 5.8rem;
  border: 2px solid #E9E9EC;
  border-radius: 1.6rem;
  margin-top: 4rem;
}
@media only screen and (min-width: 959px) {
  .horizontal__content-wrapper {
    margin-top: 10rem;
  }
}
.horizontal__content-container {
  background: linear-gradient(270deg, rgb(233, 233, 236) 0%, rgb(241, 241, 243) 100%);
  box-shadow: 2px 2px 4px rgba(181, 181, 181, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 2rem;
  border: 2px solid #E9E9EC;
  border-radius: 1.6rem;
  margin-top: 4rem;
  width: 28rem;
}
@media only screen and (min-width: 1279px) {
  .horizontal__content-container {
    margin-top: 10rem;
    padding: 2rem 5.8rem;
    width: 50rem;
  }
}
.horizontal__content-text {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.horizontal__content-text span {
  color: var(--green);
  font-weight: 600;
}
@media only screen and (min-width: 959px) {
  .horizontal__content-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .horizontal__content-text {
    font-size: 2.4rem;
  }
}
.horizontal__content-button {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  line-height: 1.2;
  height: 4rem;
  padding: 1.4rem 5.4rem;
  border-radius: 7.2rem;
  margin-left: 5.6rem;
  background: #584BC8;
  color: var(--white);
  text-decoration: none;
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.horizontal__content-button:hover {
  background: #343056;
  color: var(--white);
}
.horizontal__phone-model {
  font-size: 1.4rem;
  font-weight: 800;
  padding-bottom: 4rem;
  margin-left: -5rem;
}
.horizontal__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.horizontal__list-item {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}
.horizontal__list-item span {
  font-weight: 800;
}
@media only screen and (min-width: 1279px) {
  .horizontal__list-item {
    font-size: 1.6rem;
  }
}
.horizontal__list-item::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE0LjVMMTQuNSAxMU0xNC41IDExTDExIDcuNU0xNC41IDExSDcuNU0xOS43NSAxMUMxOS43NSAxNS44MzI1IDE1LjgzMjUgMTkuNzUgMTEgMTkuNzVDNi4xNjc1MSAxOS43NSAyLjI1IDE1LjgzMjUgMi4yNSAxMUMyLjI1IDYuMTY3NTEgNi4xNjc1MSAyLjI1IDExIDIuMjVDMTUuODMyNSAyLjI1IDE5Ljc1IDYuMTY3NTEgMTkuNzUgMTFaIiBzdHJva2U9IiMwQkFFOUYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
}

.main {
  overflow-x: hidden;
  position: relative;
}
.main__element {
  position: absolute;
  left: 10px;
  top: 46.5%;
  background: #343056;
  background: linear-gradient(90deg, rgb(52, 48, 86) 0%, rgb(52, 78, 207) 33%, rgb(117, 94, 218) 66%, rgb(152, 143, 232) 100%);
  z-index: 10;
  width: 60px;
  height: 30px;
  border-radius: 3.2rem;
}
@media only screen and (min-width: 1279px) {
  .main__element {
    left: 50px;
    top: 49%;
  }
}

.downloads__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  row-gap: 1.6rem;
  justify-content: center;
}
@media only screen and (min-width: 959px) {
  .downloads__list {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
  }
}
@media only screen and (min-width: 1279px) {
  .downloads__list {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    row-gap: 8rem;
  }
}
.downloads__item {
  display: flex;
  width: 100%;
  max-width: 45rem;
  height: 18rem;
  background: linear-gradient(180deg, rgb(233, 233, 236) 0%, rgba(246, 247, 251, 0.4) 100%);
  box-shadow: 2px 2px 2px rgba(181, 181, 181, 0.25);
  border-radius: 1.6rem;
  padding: 1.8rem;
  position: relative;
}
@media only screen and (min-width: 959px) {
  .downloads__item {
    height: 24rem;
    max-width: 42rem;
    padding: 3rem 3.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .downloads__item {
    height: 25rem;
    max-width: 45rem;
    padding: 3rem 3.4rem;
  }
}
.downloads__item a {
  text-decoration: none;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.downloads__download-icon {
  display: block;
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
}
.downloads__download-icon svg {
  max-width: 3.2rem;
  max-height: 3.2rem;
}
@media only screen and (min-width: 639px) {
  .downloads__download-icon {
    top: 4rem;
    right: 4rem;
  }
}
.downloads__icon {
  max-width: 4rem;
  max-height: 4rem;
}
@media only screen and (min-width: 639px) {
  .downloads__icon {
    max-width: 8rem;
    max-height: 8rem;
  }
}
.downloads__heading {
  font-size: 1.6rem;
  width: 75%;
  margin-top: 0;
}
@media only screen and (min-width: 639px) {
  .downloads__heading {
    font-size: 2.4rem;
  }
}
.downloads .hover-text::before {
  content: attr(data-text);
  position: absolute;
  background-color: var(--green);
  width: -moz-fit-content;
  width: fit-content;
  color: #fbf9fd;
  padding: 0.4rem 1rem;
  top: 0;
  left: 0;
  right: 0;
  font-size: 2rem;
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.3s ease-in-out;
  border-radius: 0.8rem;
}
.downloads .hover-text[data-text]:not([data-text=""])::before {
  opacity: 0;
}
.downloads .hover-text[data-text]:not([data-text=""]):hover::before {
  opacity: 1;
  transform: translateY(0%);
}

.media-block__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  justify-content: center;
}
.media-block__item {
  display: flex;
  width: 100%;
  max-width: 36rem;
  height: 18rem;
  border-radius: 1.6rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 959px) {
  .media-block__item {
    height: 24rem;
    max-width: 42rem;
  }
}
@media only screen and (min-width: 1279px) {
  .media-block__item {
    height: 25rem;
    max-width: 44rem;
  }
}
.media-block__item a {
  text-decoration: none;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.media-block__item a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(52, 48, 86) 0%, rgba(52, 48, 86, 0) 100%);
  top: 0;
  left: 0;
  z-index: 0;
}
.media-block__download-icon {
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 3;
}
.media-block__download-icon svg {
  max-width: 4.8rem;
  max-height: 4.8rem;
}
.media-block__image {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
  width: 100%;
  height: 100%;
}
.media-block__heading {
  font-size: 1.4rem;
  position: relative;
  color: var(--white);
  z-index: 3;
  padding: 2rem;
  font-weight: 600;
  width: 75%;
}
@media only screen and (min-width: 959px) {
  .media-block__heading {
    font-size: 2.4rem;
  }
}
.media-block .hover-text::before {
  content: attr(data-text);
  position: absolute;
  background-color: var(--green);
  width: -moz-fit-content;
  width: fit-content;
  color: #fbf9fd;
  padding: 0.4rem 1rem;
  top: 0;
  left: 0;
  right: 0;
  font-size: 2rem;
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.3s ease-in-out;
  border-radius: 0.8rem;
}
.media-block .hover-text[data-text]:not([data-text=""])::before {
  opacity: 0;
}
.media-block .hover-text[data-text]:not([data-text=""]):hover::before {
  opacity: 1;
  transform: translateY(0%);
}

.downloads-columns__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.6rem;
  justify-content: center;
}
@media only screen and (min-width: 959px) {
  .downloads-columns__list {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
  }
}
@media only screen and (min-width: 1279px) {
  .downloads-columns__list {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
  }
}
.downloads-columns__item {
  display: flex;
  width: 100%;
  max-width: 45rem;
  height: 18rem;
  background: linear-gradient(180deg, rgb(233, 233, 236) 0%, rgba(246, 247, 251, 0.4) 100%);
  box-shadow: 2px 2px 2px rgba(181, 181, 181, 0.25);
  border-radius: 1.6rem;
  padding: 1.8rem;
  position: relative;
}
@media only screen and (min-width: 959px) {
  .downloads-columns__item {
    height: 24rem;
    max-width: 42rem;
    padding: 3rem 3.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .downloads-columns__item {
    height: 25rem;
    max-width: 44rem;
    padding: 3rem 3.4rem;
  }
}
.downloads-columns__item a {
  text-decoration: none;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.downloads-columns__download-icon {
  display: block;
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
}
.downloads-columns__download-icon svg {
  max-width: 3.2rem;
  max-height: 3.2rem;
}
@media only screen and (min-width: 639px) {
  .downloads-columns__download-icon {
    top: 4rem;
    right: 4rem;
  }
}
.downloads-columns__icon {
  max-width: 4rem;
  max-height: 4rem;
}
@media only screen and (min-width: 639px) {
  .downloads-columns__icon {
    max-width: 8rem;
    max-height: 8rem;
  }
}
.downloads-columns__heading {
  font-size: 1.6rem;
  width: 75%;
}
@media only screen and (min-width: 639px) {
  .downloads-columns__heading {
    font-size: 2.4rem;
  }
}
.downloads-columns .hover-text::before {
  content: attr(data-text);
  position: absolute;
  background-color: var(--green);
  width: -moz-fit-content;
  width: fit-content;
  color: #fbf9fd;
  padding: 0.4rem 1rem;
  top: 0;
  left: 0;
  right: 0;
  font-size: 2rem;
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.3s ease-in-out;
  border-radius: 0.8rem;
}
.downloads-columns .hover-text[data-text]:not([data-text=""])::before {
  opacity: 0;
}
.downloads-columns .hover-text[data-text]:not([data-text=""]):hover::before {
  opacity: 1;
  transform: translateY(0%);
}

.circle-invest {
  /*== common styles for both parts of tool tip ==*/
  /*== speech bubble ==*/
}
.circle-invest__container {
  background-image: url(../images/invest_circle.9551eb75.png);
  width: 69.3rem;
  height: 69.3rem;
  position: relative;
}
.circle-invest__event {
  display: flex;
  width: 20rem;
  flex-direction: column;
  position: relative;
}
.circle-invest__event.green::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 3rem;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--green);
  border-radius: 50%;
}
.circle-invest__event::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 3rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #584BC8;
  border-radius: 50%;
}
.circle-invest__heading {
  font-size: 2.4rem;
  margin-bottom: 0rem;
  margin-top: 0;
}
.circle-invest__heading.green {
  color: var(--green);
}
.circle-invest__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  cursor: pointer;
}
.circle-invest__one {
  position: absolute;
  bottom: 16rem;
  left: 8rem;
}
.circle-invest__two {
  position: absolute;
  bottom: 7rem;
  left: 35rem;
}
.circle-invest__three {
  position: absolute;
  bottom: 27rem;
  left: 20rem;
}
.circle-invest__four {
  position: absolute;
  top: 16rem;
  left: 20rem;
}
.circle-invest__five {
  position: absolute;
  bottom: 20rem;
  right: 5rem;
}
.circle-invest__six {
  position: absolute;
  top: 25rem;
  left: 31rem;
}
.circle-invest__seven {
  position: absolute;
  bottom: 28rem;
  right: -2rem;
}
.circle-invest__eight {
  position: absolute;
  top: 14rem;
  right: 7rem;
}
.circle-invest__nine {
  position: absolute;
  top: 21rem;
  right: -5rem;
}
.circle-invest__ten {
  position: absolute;
  top: 9rem;
  right: -14.5rem;
}
.circle-invest__eleven {
  position: absolute;
  top: 3rem;
  right: 10rem;
}
.circle-invest .tool::before,
.circle-invest .tool::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
}
.circle-invest .tool:hover::before,
.circle-invest .tool:focus::before,
.circle-invest .tool:hover::after,
.circle-invest .tool:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
}
.circle-invest .tool::after {
  background: linear-gradient(180deg, rgb(233, 233, 236) 0%, rgb(246, 247, 251) 100%);
  box-shadow: 2px 2px 2px rgba(181, 181, 181, 0.25);
  border-radius: 1.6rem;
  border-radius: 1.2rem;
  bottom: 80%;
  color: var(--payeye-blue);
  content: attr(data-tip);
  margin-left: -8.75em;
  padding: 1em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
  transform: scale(0.6) translateY(50%);
  width: 17.5em;
}
.circle-invest .tool:hover::after,
.circle-invest .tool:focus::after {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
}

.site {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  position: fixed;
  top: 3.2rem;
  right: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 7rem;
  transform: translateY(0);
  z-index: 50;
  transition: transform 0.35s ease;
}
@media only screen and (min-width: 1279px) {
  .site-header {
    max-height: var(--site-header--height);
  }
}
.site-header > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #3b413a;
  transition: background 0.35s ease;
  z-index: 1;
}
.site-header__navbar {
  display: flex;
  width: calc(100% - 3.2rem);
  max-width: 136rem;
  margin: 0 auto;
  padding: 2rem 0;
  align-items: center;
  justify-content: space-between;
  border-radius: 12rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  background: #E9E9EC;
}
@media only screen and (min-width: 1279px) {
  .site-header__navbar {
    background: linear-gradient(180deg, rgb(233, 233, 236) 0%, rgba(233, 233, 236, 0) 100%);
    background: linear-gradient(180deg, rgb(233, 233, 236) 0%, rgba(245, 245, 246, 0.6) 100%);
    box-shadow: 2px 2px 4px rgba(181, 181, 181, 0.25);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border: 2px solid rgb(233, 233, 236);
  }
}
.site-header__top-navbar-container {
  display: none;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid var(--gray-300);
}
@media only screen and (min-width: 1279px) {
  .site-header__top-navbar-container {
    display: flex;
  }
}
.site-header__top-navbar {
  display: flex;
  width: calc(100% - 3.2rem);
  max-width: 142rem;
  margin: 0 auto;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.site-header__top-navbar-column {
  width: 50%;
  display: flex;
}
.site-header__top-navbar-column--left {
  justify-content: flex-start;
}
.site-header__top-navbar-column--right {
  justify-content: flex-end;
}
.site-header__contact-container {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.site-header__contact-link {
  font-size: 1.4rem;
  color: var(--black);
  text-decoration: none;
  font-weight: 500;
}
.site-header__contact-link span {
  font-weight: 400;
}
.site-header__button {
  display: none;
  position: relative;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: 0.938vw;
  color: #fff;
  background: #86BC44;
  border-radius: 1.2rem;
  padding: 1.2rem 2.4rem;
  z-index: 0;
  height: 4.8rem;
  margin-left: 1.563vw;
  flex-shrink: 0;
}
@media only screen and (min-width: 1279px) {
  .site-header__button {
    display: flex;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1439px) {
  .site-header__button {
    font-size: 1.8rem;
  }
}
.site-header__button:hover {
  background: #5B6C75;
  color: #fff;
}

.site-branding {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 14rem;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 1279px) {
  .site-branding {
    width: 23.3rem;
  }
}
.site-logo {
  display: block;
}
.site-logo img, .site-logo svg {
  width: 100%;
  width: 14rem;
  height: auto;
}
@media only screen and (min-width: 1279px) {
  .site-logo img, .site-logo svg {
    width: 23.3rem;
  }
}
.site-title {
  display: block;
  width: auto;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
.site-title:hover {
  color: #c8d7ea;
}

.site-navigation {
  display: none;
  margin: auto 0;
}
@media only screen and (min-width: 1279px) {
  .site-navigation {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.site-navigation__container {
  height: 100%;
  display: flex;
}
.site-navigation__wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.site-navigation .menu {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.site-navigation .menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.site-navigation .menu-item-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0;
  color: var(--payeye);
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
.site-navigation .menu-item-link[aria-current=page]::after {
  width: 100%;
}
.site-navigation .menu-item-link:hover {
  color: var(--green);
}
.site-navigation .menu-item-link:not([href]) + button::after {
  content: "";
  position: absolute;
  inset: 0;
}
.site-navigation .menu-item-link:focus-visible {
  outline: 2px solid rgb(253, 94, 57);
}
.site-navigation .menu .current-menu-item a {
  font-weight: 400;
  color: var(--green);
}
.site-navigation .menu > .menu-item + li {
  margin-left: 1rem;
}
.site-navigation .submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 14em;
  color: #fff;
  background: var(--blue);
  margin: 0 0 0 -7em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 1;
}
.site-navigation .submenu a {
  visibility: hidden;
}
.site-navigation .submenu[aria-hidden=false] {
  opacity: 1;
  pointer-events: all;
}
.site-navigation .submenu[aria-hidden=false] a {
  visibility: visible;
}
.site-navigation .submenu-toggle {
  position: unset;
  width: 1.6rem;
  height: 1.6rem;
  color: inherit;
  background: transparent;
  margin-left: 0.4rem;
}
.site-navigation .submenu-toggle svg {
  transition: transform 0.35s ease;
}
.site-navigation .submenu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.site-navigation .submenu .menu-item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #fff;
  padding: 0.625em 1.25em;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 2;
}
.site-navigation .submenu .menu-item a:hover {
  color: var(--green);
}
.site-navigation .submenu .menu-item:first-child::before, .site-navigation .submenu .menu-item:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.5rem;
  right: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 5px solid;
  border-color: var(--blue) transparent transparent var(--blue);
  margin: auto;
  transform: rotate(45deg);
  z-index: 1;
}
.site-navigation .submenu .menu-item:first-child::after {
  top: -0.4rem;
  border-color: rgba(255, 255, 255, 0.2) transparent transparent rgba(255, 255, 255, 0.2);
  opacity: 0.3;
}
.site-navigation .submenu .menu-item:first-child a {
  border-top: 0;
  padding-top: 1.5em;
}
.site-navigation .submenu .menu-item:last-child a {
  border-bottom: 0;
  padding-bottom: 1.5em;
}
.site-navigation .submenu .menu-item:hover a {
  color: #fff;
  border-color: transparent;
}
.site-navigation .submenu::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
  opacity: 0.5;
  z-index: -1;
}
.site-navigation .submenu::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0 0 -2px 0;
  background: inherit;
  opacity: 0.5;
  filter: blur(2px);
  pointer-events: none;
  z-index: -1;
}
.site-navigation__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding: 1.4rem 2.1rem;
  border-radius: 7.2rem;
  background: #584BC8;
  color: var(--white);
  text-decoration: none;
  font-size: 1.2rem;
  margin-left: 5.6rem;
}
.site-navigation__button:hover {
  background: #343056;
  color: var(--white);
}
.site-navigation__button-space {
  display: inline;
  width: 0.5rem;
  height: auto;
}

.site-header.is-sticky .site-navigation .menu-item:hover, .site-header.is-sticky .site-navigation .menu-item.is-expanded {
  color: #ff5123;
}

.mobile-navigation {
  z-index: 10;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 1279px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1em;
  background: transparent;
  position: absolute;
  z-index: 19;
  top: 2rem;
  right: 4rem;
}
.mobile-navigation__toggle:hover {
  background: transparent;
}
.mobile-navigation__toggle .icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
}
.mobile-navigation__toggle .icon--menu {
  width: 2rem;
  height: 2rem;
}
.mobile-navigation__toggle .icon--close {
  opacity: 0;
}
.mobile-navigation__toggle[aria-expanded=true] .icon--menu {
  opacity: 0;
}
.mobile-navigation__toggle[aria-expanded=true] .icon--close {
  opacity: 1;
}
.mobile-navigation__container {
  position: fixed;
  top: 0;
  left: -100%;
  visibility: hidden;
  display: block;
  width: calc(100vw - 3.2rem);
  max-width: 64rem;
  height: auto;
  font-weight: 500;
  box-shadow: 0 3px 16px 3px rgba(0, 0, 0, 0.01);
  padding: 0 calc(var(--site-padding) - 2.4rem) 0 var(--site-padding);
  transition: all 0.35s ease;
  background: #E9E9EC;
  box-shadow: 2px 2px 4px rgba(181, 181, 181, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 2px solid rgb(233, 233, 236);
  border-radius: 2rem;
}
@media only screen and (min-width: 639px) {
  .mobile-navigation__container {
    top: 8rem;
  }
}
.mobile-navigation__container[aria-hidden=false] {
  left: 1.6rem;
  visibility: visible;
}
.mobile-navigation__inner-container {
  overflow-y: auto;
  position: relative;
  width: 100%;
  font-size: 1.5rem;
  padding: 8rem 0 4rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (min-width: 639px) {
  .mobile-navigation__inner-container {
    padding: 4rem 0 4rem;
  }
}
.mobile-navigation__inner-container::-webkit-scrollbar {
  display: none;
}
.mobile-navigation .menu {
  padding-right: 2.4rem;
}
.mobile-navigation .menu-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mobile-navigation .menu > li:first-child::before {
  display: none;
}
.mobile-navigation .menu-link {
  flex: 1;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 6.4rem;
  line-height: 1.4;
  font-size: 1.6rem;
  padding: 0.5em 0.5em 0.5em 0;
  color: var(--primary-black);
  font-weight: 500;
  text-align: center;
}
.mobile-navigation .menu-link:not([href]) + button::after {
  content: "";
  position: absolute;
  inset: 0;
}
.mobile-navigation .submenu {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.mobile-navigation .submenu-toggle {
  position: unset;
  color: inherit;
  background: transparent;
}
.mobile-navigation .submenu-toggle svg {
  max-width: 0.9rem;
  transition: transform 0.35s ease;
}
.mobile-navigation .submenu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.mobile-navigation .submenu .menu-link {
  visibility: hidden;
  padding-left: 0.75em;
}
.mobile-navigation .submenu[aria-hidden=false] {
  max-height: 9999px;
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}
.mobile-navigation .submenu[aria-hidden=false] .menu-link {
  visibility: visible;
}
.mobile-navigation__backdrop {
  top: var(--site-header--height);
  height: calc(100vh - var(--site-header--height));
  display: none;
}

.site-content {
  flex: 1;
  max-width: 100vw;
}
.site-content__container {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  flex-direction: column;
}
@media only screen and (min-width: 1279px) {
  .site-content__container {
    flex-direction: row;
  }
}
.site-content__aside {
  max-width: 100%;
  flex-shrink: 0;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1279px) {
  .site-content__aside {
    max-width: 30rem;
    padding-top: 6rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1439px) {
  .site-content__aside {
    max-width: 40rem;
  }
}
.site-content__aside-list {
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 2.4rem;
  background-color: var(--white);
}
.site-content__aside-list-item {
  margin-top: 0;
  margin-bottom: 1rem;
}
.site-content__aside-list-link {
  text-decoration: none;
  font-size: 1.6rem;
  color: var(--primary-black);
}
.site-content__aside-contact {
  padding: 2rem;
  background-color: var(--white);
  border-radius: 2.4rem;
  display: none;
}
@media only screen and (min-width: 1279px) {
  .site-content__aside-contact {
    display: flex;
    flex-direction: column;
  }
}
.site-content__aside-contact-image {
  border-radius: 1.2rem;
}
.site-content__aside-contact-heading {
  font-size: 2rem;
}
.site-content__aside-phone {
  margin: 0 auto;
}

.post-header {
  background: #f3f6f9;
  margin-bottom: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 905, 9.6rem);
}
.post-header__inner-container {
  padding-top: clamp(6.4rem, 6.4rem + 64 * (100vw - 375px) / 905, 12.8rem);
  padding-bottom: clamp(4.8rem, 4.8rem + 48 * (100vw - 375px) / 905, 9.6rem);
}
.post-header__title {
  max-width: var(--max-width--medium);
  font-size: clamp(3.2rem, 3.2rem + 28 * (100vw - 375px) / 905, 6rem);
  text-align: center;
}
.post-header__text {
  max-width: var(--max-width--medium);
  font-size: clamp(1.8rem, 1.8rem + 4 * (100vw - 375px) / 905, 2.2rem);
  line-height: 1.65;
  text-align: center;
}

.site-content__inner-container > .post-header:first-child {
  padding-top: var(--site-header--height) !important;
  margin-top: 0 !important;
}

.post-content {
  position: relative;
}

.post-author {
  display: flex;
  align-items: flex-end;
}
.post-author__avatar {
  margin-right: 2.4rem;
}
.post-author__avatar img {
  border: 3px solid #e5e5e5;
}
.post-author__content {
  display: flex;
  line-height: 1;
  letter-spacing: 0.02em;
}
.post-author__byline {
  font-weight: 500;
}
.post-author__name {
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 0 0.25em;
}
.post-author.has-avatar .post-author__content {
  flex-flow: column;
  padding-bottom: 0.3rem;
}
.post-author.has-avatar .post-author__byline {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
.post-author.has-avatar .post-author__name {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin: 1rem 0 0;
}

.post-date {
  display: flex;
}
.post-date__label, .post-date__published {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0.5;
}
.post-date__label {
  margin-right: 0.4rem;
}

.post-terms {
  position: relative;
}
.post-terms__label {
  display: block;
  font-size: 1.4rem;
  color: #8290af;
  margin-bottom: 1.6rem;
}
.post-terms__list {
  display: flex;
  padding: 0;
  margin: -0.4rem;
}
.post-terms__list-item {
  margin: 0.4rem;
}

.post-term {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: #8290af;
  background: #fff;
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 6px 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.post-term:hover {
  color: #3b413a;
  background: #fafcfe;
  box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.08);
}

.post-navigation .pagination-links {
  width: 11.2rem;
}

.post-comments {
  position: relative;
  width: auto;
  max-width: unset;
  padding-right: calc((100% - var(--max-width--wide)) / 2 - var(--site-padding));
  padding-left: calc((100% - var(--max-width--regular)) / 2 - var(--site-padding));
  margin-top: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 905, 9.6rem);
  margin-bottom: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 905, 9.6rem);
  margin-right: var(--site-padding);
  margin-left: var(--site-padding);
}
.post-comments__heading {
  font-size: 3.2rem;
}
.post-comments__list {
  margin-top: 4.8rem;
}
.post-comments__list ol {
  position: relative;
  display: inline-block;
  padding: 0 0 0 3.2rem;
  margin: 3.2rem 0 0;
}
.post-comments__form {
  max-width: var(--max-width--regular);
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.02);
  padding: 4.8rem 5.6rem 6.4rem;
}
.post-comments__form-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(2rem, 2rem + 4 * (100vw - 375px) / 905, 2.4rem);
  margin: 0;
}
.post-comments__form-title > a {
  text-transform: capitalize;
  border: 0;
  margin: 0 auto 0 0.5em;
}
.post-comments__form-title small {
  margin-left: 0.75em;
}
.post-comments__form-title small a {
  display: block;
  font-family: "Suisse Intl", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #788ebe;
  background: transparent;
  box-shadow: inset 0 0 0 2px #e9eefd;
  padding: 0.8rem 1.8rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.post-comments__form-title small a:hover {
  color: #4061a9;
  box-shadow: inset 0 0 0 2px #c0d9ff;
}
.post-comments__list + .post-comments__form {
  margin-top: 5.6rem;
}
.post-comments__pagination {
  max-width: var(--max-width--regular);
  margin: 6.4rem 0;
}

.comment {
  position: relative;
  max-width: var(--max-width--regular);
  background: #fff;
  border-radius: 0 1.6rem 1.6rem;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.02);
  margin: 4.8rem 0 0;
}
.comment-body {
  display: flex;
  flex-flow: column;
  padding: 3.2rem;
}
.comment-meta {
  position: relative;
  display: flex;
  flex-flow: column;
}
.comment-author {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  min-height: 7.2rem;
  padding-left: 10.4rem;
}
.comment-author__avatar {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 8rem;
  height: 8rem;
}
.comment-author__avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: inset 0 0 0 2px #e9eefd;
  border-radius: 50%;
  padding: 8px;
}
.comment-author__name {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.comment-author__role {
  font-weight: 500;
  color: #788ebe;
  background: #f7f9fd;
  padding: 0.375em 0.875em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comment-author__role + .comment-author__role {
  margin-left: 0.8rem;
}
.comment-date {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05em;
}
.comment-date__published {
  color: #788ebe;
  background: #f7f9fd;
  border-radius: 1.6rem;
  padding: 0.5em 1.5em;
}
.comment-awaiting-moderation {
  display: block;
  margin: 1.5em 0 0;
  letter-spacing: 0.02em;
}
.comment-content {
  order: 2;
  margin: 2.4rem 0 0;
}
.comment-content__notice {
  display: block;
  font-size: 1.6rem;
  color: #4086c3;
  background: #f1f9ff;
  padding: 0.75em 1.5em;
}
.comment-toolbar {
  order: 3;
  display: flex;
  justify-content: flex-end;
  margin: 1.6rem 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comment-reply-link, .comment-edit-link {
  font-family: "Suisse Intl", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #788ebe;
  background: #f7f9fd;
  box-shadow: inset 0 0 0 2px transparent;
  padding: 0.375em 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comment-reply-link:hover, .comment-edit-link:hover {
  color: #4061a9;
  background: #fff;
  box-shadow: inset 0 0 0 2px #c0d9ff;
}
.comment-edit-link {
  border-left: 0;
}
.comment-reply-link + .comment-edit-link {
  margin-left: 1rem;
}
.comment:first-child {
  margin-top: 0;
}

.comment-form {
  margin-top: 2.4rem;
}
.comment-form__cookies {
  margin-top: 3.2rem;
}
.comment-form__submit {
  margin-top: 4.8rem;
}

.sidebar {
  position: relative;
}

.site-footer {
  background-color: #F5F5F5;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: clamp(4rem, 4rem + 14 * (100vw - 375px) / 905, 5.4rem);
  padding-bottom: clamp(3.2rem, 3.2rem + 10 * (100vw - 375px) / 905, 4.2rem);
}
.site-footer__inner-container {
  position: relative;
  width: 100%;
  max-width: unset;
  margin: 0 auto;
  z-index: 1;
  background-color: var(--white);
}
.site-footer__header {
  font-size: clamp(3.2rem, 3.2rem + 11 * (100vw - 375px) / 905, 4.3rem);
}
@media only screen and (min-width: 1279px) {
  .site-footer__header {
    font-size: 3.333vw;
  }
}
.site-footer__header-logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer__header-logo svg {
  width: 100%;
  max-width: 6.4rem;
  height: auto;
}
@media only screen and (min-width: 1279px) {
  .site-footer__header-logo svg {
    max-width: 1.5em;
  }
}
@media only screen and (max-width: 1278.99px) {
  .site-footer__header-logo svg {
    max-width: 24.615vw;
  }
}
.site-footer__header-title {
  font-size: inherit;
  line-height: 1.05;
  margin: 0.906em auto 0.625em 0;
}
@media only screen and (max-width: 1278.99px) {
  .site-footer__header-title {
    font-size: 8.205vw;
    margin-top: 12.308vw;
    margin-bottom: 6.154vw;
  }
}
.site-footer__content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 4.8rem;
  font-size: 1.3rem;
  margin-top: 5.25em;
}
@media only screen and (min-width: 639px) {
  .site-footer__content {
    flex-flow: row;
  }
}
@media only screen and (min-width: 1279px) {
  .site-footer__content {
    font-size: 1.042vw;
  }
}
.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
  font-size: 1em;
}
@media only screen and (min-width: 479px) {
  .site-footer__nav {
    gap: 1.5em 3em;
  }
}
@media only screen and (min-width: 959px) {
  .site-footer__nav {
    grid-template-columns: repeat(3, 1fr);
  }
}
.site-footer__nav ul {
  line-height: 1.2;
}
.site-footer__nav h4 {
  font-size: 0.8em;
  color: #3B413A;
  opacity: 0.6;
  margin: 0 0 1.143em;
}
@media only screen and (max-width: 1278.99px) {
  .site-footer__nav h4 {
    font-size: 3.59vw;
  }
}
.site-footer__nav a {
  font-size: 1em;
  color: #3B413A;
  line-height: 1.2;
}
@media only screen and (max-width: 1278.99px) {
  .site-footer__nav a {
    font-size: 4.103vw;
  }
}
.site-footer__nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.35s ease;
}
.site-footer__nav a:hover {
  color: #C2C2C2;
}
.site-footer__nav a:hover::after {
  width: 100%;
}
.site-footer__nav a:focus-visible {
  outline: 2px solid rgb(253, 94, 57);
}
@media only screen and (min-width: 479px) {
  .site-footer__nav-wrapper {
    min-width: 7.2em;
  }
}
.site-footer__contact {
  font-size: 1em;
}
@media only screen and (min-width: 1279px) {
  .site-footer__contact {
    margin-right: 10%;
  }
}
.site-footer__contact h4 {
  font-size: inherit;
  margin: 0 0 1em;
}
@media only screen and (max-width: 1278.99px) {
  .site-footer__contact h4 {
    font-size: 4.103vw;
  }
}
.site-footer__contact p {
  font-size: 0.8em;
  color: #6F706B;
}
@media only screen and (max-width: 1278.99px) {
  .site-footer__contact p {
    font-size: 4.103vw;
  }
}

.site-contact {
  pointer-events: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.site-contact__inner-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0.15em 0.75em 0.125em rgba(97, 108, 128, 0.05);
  transition: transform 0.6s ease;
  transform: translateX(100%);
  margin: 0 0 0 auto;
  z-index: 100;
}
@media only screen and (min-width: 1279px) {
  .site-contact__inner-container {
    width: 50%;
  }
}
.site-contact__inner-container > div {
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5%;
}
.site-contact__header {
  display: flex;
  align-items: center;
  gap: 2vw;
  width: 100%;
}
.site-contact__header h4 {
  font-size: 2rem;
  color: #868A86;
}
.site-contact__header button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.625em;
  height: 2.5em;
  font-size: 1em;
  color: #637D7A;
  background: transparent;
  box-shadow: 0 0 0 1px #637D7A;
  border-radius: 5em;
}
.site-contact__header button:hover {
  color: #637D7A;
  background: transparent;
  box-shadow: 0 0 0 1px #637D7A;
}
.site-contact__form {
  position: relative;
  font-size: clamp(1.6rem, 1.6rem + 4 * (100vw - 375px) / 905, 2rem);
  width: 100%;
  height: 100%;
  margin: 2vw 0 0;
}
.site-contact__backdrop {
  position: absolute;
  background: rgba(247, 247, 247, 0.5);
}
.site-contact[aria-hidden=false] {
  pointer-events: all;
}
.site-contact[aria-hidden=false] > div {
  transform: translateX(0);
}
.site-contact[aria-hidden=false] > button {
  opacity: 1;
  pointer-events: all;
}

.footer {
  background-color: var(--white);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.footer__inner-container {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  max-width: unset;
  margin: 0 auto;
  z-index: 1;
  background: color(--color-white);
}
.footer__container {
  width: 100%;
  max-width: 136rem;
  padding-left: 3.86vw;
  padding-right: 3.86vw;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (min-width: 1279px) {
  .footer__container {
    flex-direction: row;
    -moz-column-gap: 4.375vw;
         column-gap: 4.375vw;
  }
}
@media only screen and (min-width: 1439px) {
  .footer__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__copyright-container {
  width: 100%;
  max-width: 136rem;
  padding-left: 3.86vw;
  padding-right: 3.86vw;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.footer__copyright-container::after {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, rgb(52, 48, 86) 0%, rgba(52, 48, 86, 0) 100%);
}
@media only screen and (min-width: 1439px) {
  .footer__copyright-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__company-name {
  font-size: 1.6rem;
  line-height: 1.85;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0;
}
.footer__columns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
@media only screen and (min-width: 639px) {
  .footer__columns-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 12.513vw;
         column-gap: 12.513vw;
  }
}
@media only screen and (min-width: 959px) {
  .footer__columns-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media only screen and (min-width: 1439px) {
  .footer__columns-container {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    justify-content: space-between;
  }
}
.footer__column {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  width: 100%;
}
@media only screen and (min-width: 639px) {
  .footer__column {
    width: auto;
    width: 27rem;
  }
}
@media only screen and (min-width: 1279px) {
  .footer__column {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 959px) {
  .footer__column--logo {
    width: 100%;
  }
}
@media only screen and (min-width: 1279px) {
  .footer__column--logo {
    width: 24rem;
  }
}
.footer__column-heading {
  font-size: 1.6rem;
  color: var(--black);
  margin-bottom: 2.8rem;
  font-weight: 600;
  position: relative;
}
.footer__column-heading::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, rgb(52, 48, 86) 0%, rgba(52, 48, 86, 0) 100%);
}
.footer__contact-container {
  display: flex;
  flex-direction: column;
}
.footer__phone {
  display: flex;
  color: var(--black);
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.85;
  font-weight: 500;
  transition: all 0.3s linear;
}
.footer__phone span {
  font-weight: 400;
}
.footer__phone:hover {
  color: var(--white);
  opacity: 0.7;
}
.footer__email {
  display: flex;
  color: var(--black);
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.85;
  font-weight: 500;
  transition: all 0.3s linear;
}
.footer__email span {
  font-weight: 400;
}
.footer__email:hover {
  color: var(--white);
  opacity: 0.7;
}
.footer__address {
  font-size: 1.2rem;
  color: var(--payeye-blue);
  font-weight: 500;
  margin-bottom: 3.6rem;
  line-height: 1.8;
}
.footer__address span {
  font-weight: 800;
}
.footer__contact-label {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 1rem;
}
.footer__email-label {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}
.footer__email-address {
  font-weight: 800;
  text-decoration: none;
  color: var(--payeye-blue);
}
.footer__copyright {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--payeye-blue);
}
.footer__copyright-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  width: 100%;
}
.footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.footer__item a {
  color: var(--payeye-blue);
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.3s linear;
  font-weight: 500;
}
.footer__item a:hover {
  opacity: 0.7;
}
.footer__item--bold:nth-child(1) a {
  font-weight: 500;
}
.footer__item--bold:nth-child(2) a {
  font-weight: 500;
}
.footer__item--bold a {
  font-weight: 800;
}
.footer__follow-us {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 800;
  margin-top: 0;
  padding-top: 3rem;
  margin-bottom: 2rem;
}

.post-items {
  display: flex; /* Użycie Flexboxa */
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 6rem;
  row-gap: 4rem;
  width: 100%;
}
@media only screen and (min-width: 639px) {
  .post-items {
    flex-direction: row;
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
    row-gap: 3.2rem;
  }
}

.post-item {
  position: relative;
  flex-direction: column;
  display: flex; /* aby korzystać z align-items */
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 3rem;
  border-radius: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.08);
}
.post-item__inner-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 639px) {
  .post-item {
    width: calc(50% - 1.6rem);
  }
}
@media only screen and (min-width: 1279px) {
  .post-item {
    width: calc(33.33% - 2.14rem);
  }
}
.post-item__category {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--white);
  background-color: var(--blue);
  z-index: 2;
  font-family: 1.6rem;
  font-weight: 400;
  padding: 1.2rem 2.4rem;
  border-top-right-radius: 2.4rem;
  letter-spacing: 0.2px;
}
.post-item__image {
  display: block;
  width: 100%;
  height: 26.4rem;
  flex-shrink: 0;
  overflow: hidden;
  transition: all 0.3s linear;
  position: relative;
}
.post-item__image img {
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  transition: all 0.2s linear;
}
.post-item__title {
  font-size: 1.8rem;
  margin: 0;
  line-height: 2.6rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  color: var(--blue);
  letter-spacing: 0.25px;
}
@media only screen and (min-width: 959px) {
  .post-item__title {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
.post-item__title-container {
  display: flex;
}
.post-item__byline {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #8290af;
}
.post-item__date {
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--black);
}
.post-item__excerpt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-weight: 400;
}
@media only screen and (min-width: 959px) {
  .post-item__excerpt {
    font-size: 1.6rem;
  }
}
.post-item__excerpt a {
  text-decoration: none;
  color: var(--gray-800);
}
.post-item__link {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: var(--green);
  font-size: 1.8rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.post-item__link svg {
  margin-left: 1.6rem;
}
.post-item__link svg path {
  fill: var(--green);
}
.post-item__link:hover {
  color: var(--green);
  border: none;
}
.post-item__content {
  padding: 2.4rem 2rem;
  min-height: 14.2rem;
  flex-grow: 1;
  background: transparent;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 1279px) {
  .post-item__content {
    padding: 3.2rem 2.4rem;
  }
}
.post-item__content > :first-child {
  margin-top: 0;
}
.post-item__content > :last-child {
  margin-bottom: 0;
}
.post-item__description {
  margin: 0;
}
.post-item__description-link {
  color: var(--primary-dark);
  text-decoration: none;
}
.post-item__button-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  position: absolute;
  bottom: 1rem;
  right: 3rem;
}
.post-item__button {
  text-decoration: none;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
}
.post-item__button span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin-right: 0;
  transition: all 0.2s linear;
}

.single-post {
  background-color: var(--white);
}
.single-post__outer-container {
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  display: flex;
  width: 100%;
  max-width: 142rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1279px) {
  .single-post__outer-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 142rem;
  margin: 0 auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media only screen and (min-width: 1279px) {
  .single-post__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post__link-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 164rem;
  margin: 0 auto;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 6.7rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 1639px) {
  .single-post__link-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post__link-icon {
  transform: rotate(180deg);
}
.single-post__thumbnail {
  margin: 0 auto;
  height: 46rem;
}
.single-post__thumbnail img {
  border-radius: 2.4rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post__heading-container {
  margin-top: 6rem;
}
.single-post__date {
  padding-top: 1rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 3rem;
}
.single-post__heading {
  font-size: 3.3rem;
  line-height: 4.4rem;
  text-align: left;
  color: var(--primary-black);
  margin-top: 0;
  margin: 0 auto;
  padding-bottom: 3rem;
  width: 100%;
}
.single-post__date-label {
  color: var(--primary-black);
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  display: block;
}
.single-post__date-published {
  color: var(--primary-black);
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600;
  display: block;
}
.single-post__post-navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2rem;
  width: 100%;
  max-width: 142rem;
  margin: 0 auto;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 639px) {
  .single-post__post-navigation {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1639px) {
  .single-post__post-navigation {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post__nav-previous a {
  color: var(--primary-black);
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.single-post__nav-previous a:hover {
  color: var(--blue);
}
.single-post__nav-previous svg {
  transform: rotate(180deg);
}
.single-post__nav-next a {
  color: var(--primary-black);
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.single-post__nav-next a:hover {
  color: var(--blue);
}
.single-post__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #fff;
  background: var(--blue);
  border-radius: 1.2rem;
  padding: 1.2rem 2.4rem;
  z-index: 0;
  height: 4.8rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 400;
}
.single-post__nav-link:hover {
  background: #5B6C75;
  color: #fff;
}

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