/*
* Theme Name: Infoquest
* Author: U1Core
* Author Uri: https://www.u1core.com/
*/

:root {
  --black-1000: #1a1824;
  --black-900: #444658;
  --black-800: #888aa3;
  --black-800-60: rgba(26, 24, 36, 0.6);
  --black-700: #b5b6c3;
  --black-600: #e5e6ec;
  --black-500-10: rgba(26, 24, 36, 0.1);
  --black-400: rgba(26, 24, 36, 0.1);
  --white-1000: rgba(255, 255, 255, 1);
  --white-900-80: rgba(255, 255, 255, 0.8);
  --white-800-60: rgba(255, 255, 255, 0.6);
  --white-700-20: rgba(255, 255, 255, 0.2);
  --white-600-10: rgba(255, 255, 255, 0.1);
  --white-500-4: rgba(255, 255, 255, 0.04);
  --purple-1000: #3c2066;
  --purple-900: #6d41b1;
  --purple-800: #9c6fe1;
  --purple-700: rgba(33, 0, 85, 0.6);
  --purple-600: rgba(73, 28, 143, 0.4);
  --purple-500: #d7c8ff;
  --purple-400: #ece5ff;
  --purple-300: #f9f8fc;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/PlusJakartaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:  url("assets/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/PlusJakartaSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/PlusJakartaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  object-fit: cover;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
  font-size: calc(8px + 8 * ((100vw - 960px) / 960));
}
@media screen and (max-width: 1023px) {
  html {
    scroll-behavior: smooth;
    font-size: calc(12px + 4 * ((100vw - 768px) / 255));
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-behavior: smooth;
    font-size: calc(14.77px + 16.73 * ((100vw - 360px) / 407));
  }
}
body {
  min-width: 360px;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 140%;
  color: var(--black-900);
  background-color: var(--white-1000);
}
body.noscroll {
  overflow: hidden;
}

.section {
  width: 100%;
  max-width: 100%;
}

.section-background {
  padding: 0 0.875rem;
  color: var(--white-1000);
}

.section-pattern-background {
  position: relative;
}
.section-pattern-background::before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 90rem;
  background-image: url("./assets/images/Pattern.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -1;
}

.section-background .heading {
  color: var(--white-1000);
}

.section .section__wrapper,
.section.section__wrapper {
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section-background .section__wrapper {
  position: relative;
  padding-left: 6.75rem;
  padding-right: 6.75rem;
  border-radius: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.section-background .section__wrapper .section__background-overlay {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--purple-600);
  border-radius: 0.5rem;
  overflow: hidden;
}

.section-background .section__wrapper .section__content {
  position: relative;
  z-index: 1;
}

.section .section__top {
  width: 100%;
  margin-bottom: 3.75rem;
}

.section .section__top .body--1 {
  margin-top: 1.5rem;
}

.section .section__top .body--2,
.section .section__top .body--3 {
  margin-top: 1rem;
}

@media screen and (max-width: 1023px) {
  .section-background .section__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .section-background {
    padding: 0;
  }

  .section-background .section__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section .section__wrapper,
  .section.section__wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section .section__top {
    margin-bottom: 3.75rem;
  }

  .section .section__top .body--1 {
    margin-top: 1.5rem;
  }

  .section .section__top .body--2,
  .section .section__top .body--3 {
    margin-top: 1rem;
  }
}

.container {
  width: 100%;
  padding: 0px 7.625rem;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .container {
    padding: 0px 3rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0px 1rem;
  }
}

main {
  padding-top: 7.75rem;
}
@media screen and (max-width: 1023px) {
  main {
    padding-top: 7.75rem;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 7.375rem;
  }
}
main:has(.hero.hero--home) {
  padding-top: 0px;
}

#wp-admin-bar-root-default {
  display: block;
}

svg {
  display: block;
}
body svg:not(.intial-colors) path {
  fill: inherit;
  stroke: inherit;
}

.logo {
  text-decoration: none;
}
.logo img {
  display: block;
  height: 2.625rem;
  width: auto;
}

.text--center {
  text-align: center;
}

.heading {
  margin: 0px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--black-1000);
  font-style: normal;
}

.heading strong {
  color: var(--purple-900);
}

.heading-1,
h1 {
  font-size: 6.875rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02em;
}

.heading-2,
h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
}

.heading-3,
h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}
.heading-4,
h4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 130%;
}
.heading-5,
h5 {
  margin: 0px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
}
.heading-6,
h6 {
  margin: 0px;
  font-size: 1.29rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.subtitle {
  font-family: Inter;
  color: var(--black-900);
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
}
.subtitle--1 {
  font-size: 1.5rem;
  line-height: 130%;
  color: var(--black-1000);
}
.subtitle--2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
}
.subtitle--3 {
  font-size: 1rem;
  line-height: 120%;
}
.subtitle--4 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.body--1 {
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.body--2 {
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.body--3 {
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.body--4 {
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.body--5 {
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 1023px) {
  .heading-1,
  h1 {
    font-size: 5rem;
  }
  .text--center--tablet {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .heading-1,
  h1 {
    font-size: 2.5rem;
    line-height: 130%;
    letter-spacing: 0em;
  }

  .heading-2,
  h2 {
    font-size: 2.5rem;
    line-height: 130%;
  }

  .heading-3,
  h3 {
    font-size: 2.5rem;
    line-height: 130%;
  }
  .heading-4--mobile {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 130%;
  }
  .heading-5--mobile {
    margin: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 130%;
  }
  .heading-6--mobile {
    margin: 0px;
    font-size: 1.29rem;
    font-weight: 500;
    letter-spacing: -0.03em;
  }
  .subtitle--mobile {
    font-family: Inter;
    color: var(--black-900);
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: 700;
  }
  .subtitle--1--mobile {
    font-size: 1.5rem;
    line-height: 130%;
    color: var(--black-1000);
  }
  .subtitle--2--mobile {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 140%;
  }
  .subtitle--3--mobile {
    font-size: 1rem;
    line-height: 120%;
  }
  .subtitle--4--mobile {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 150%; /* 21px */
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
  /* .body--1 {
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .body--2 {
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  } */
  .body--3--mobile {
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  /* .body--4 {
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  } */
  .body--5--mobile {
    font-family: Inter;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
  .text--center--mobile {
    text-align: center;
  }
}

.flex {
  display: flex;
}
.flex.flex--row {
  flex-direction: row;
}
.flex.flex--column {
  flex-direction: column;
}
.flex.items--center {
  justify-content: center;
  align-items: center;
}
.flex.align--start {
  align-items: flex-start;
}
.flex.align--center {
  align-items: center;
}
.flex.align--end {
  align-items: flex-end;
}
.flex.justify--start {
  justify-content: flex-start;
}
.flex.justify--center {
  justify-content: center;
}
.flex.justify--end {
  justify-content: flex-end;
}
.flex.justify--between {
  justify-content: space-between;
}
.flex.flex--wrap {
  flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  .flex.flex--row--tablet {
    flex-direction: row;
  }
  .flex.flex--row-reverse--tablet {
    flex-direction: row-reverse;
  }
  .flex.flex--column--tablet {
    flex-direction: column;
  }
  .flex.items--center--tablet {
    justify-content: center;
    align-items: center;
  }
  .flex.align--start--tablet {
    align-items: flex-start;
  }
  .flex.align--center--tablet {
    align-items: center;
  }
  .flex.align--end--tablet {
    align-items: flex-end;
  }
  .flex.justify--start--tablet {
    justify-content: flex-start;
  }
  .flex.justify--center--tablet {
    justify-content: center;
  }
  .flex.justify--end--tablet {
    justify-content: flex-end;
  }
  .flex.justify--between--tablet {
    justify-content: space-between;
  }
  .flex.wrap--tablet {
    flex-wrap: wrap;
  }
  .flex.nowrap--tablet {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .flex.flex--row--mobile {
    flex-direction: row;
  }
  .flex.flex--row-reverse--mobile {
    flex-direction: row-reverse;
  }
  .flex.flex--column--mobile {
    flex-direction: column;
  }
  .flex.items--center--mobile {
    justify-content: center;
    align-items: center;
  }
  .flex.align--start--mobile {
    align-items: flex-start;
  }
  .flex.align--center--mobile {
    align-items: center;
  }
  .flex.align--end--mobile {
    align-items: flex-end;
  }
  .flex.justify--start--mobile {
    justify-content: flex-start;
  }
  .flex.justify--center--mobile {
    justify-content: center;
  }
  .flex.justify--end--mobile {
    justify-content: flex-end;
  }
  .flex.justify--between--mobile {
    justify-content: space-between;
  }
  .flex.wrap--mobile {
    flex-wrap: wrap;
  }
  .flex.nowrap--mobile {
    flex-wrap: nowrap;
  }
}

ul {
  display: flex;
  flex-direction: column;
  gap: 0.43rem;
  padding-left: 1.5rem;
}

.btn-burger {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 100%;
  width: 3.43rem;
  height: 3.43rem;
  transition: all 0.3s linear;
  background-color: var(--main-dark);
  cursor: pointer;
}

.btn-burger svg {
  fill: var(--accent-color);
  width: 1.57rem;
  height: 1.29rem;
  transition: all 0.3s linear;
}

.btn-burger:hover,
.btn-burger:focus {
  background-color: var(--accent-color);
}

.btn-burger:hover svg,
.btn-burger:focus svg {
  fill: var(--bg-color);
}

.button {
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s linear;

  display: inline-flex;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  background: var(--white-1000, #fff);
  border: none;
  color: var(--purple-900);
  width: auto;
}
.button.button--large {
  padding: 1.25rem 2rem;
  font-size: 1.5rem;
  line-height: 120%;
}
.button.button--text {
  padding: 0px;
  color: var(--black-1000, #1a1824);
}
.button.button--primary {
  background: var(--purple-900, rgba(109, 65, 177, 1));
  color: var(--white-1000, #fff);
}
.button:not(.button--text):hover {
  background: var(--purple-300, #f9f8fc);
  color: var(--purple-1000, rgba(249, 248, 252, 1));
}
.button.button--secondary-stroke {
  color: var(--purple-900, #6d41b1);
  border: 0.125rem solid var(--purple-500, #d7c8ff);
  background: var(--white-1000, #fff);
}
.button.button--dark-stroke {
  border: 0.125rem solid var(--black-800, #888aa3);
  background-color: var(--white-500, rgba(255, 255, 255, 0.04));
  color: var(--black-1000, #1a1824);
}
.button.button--primary:hover {
  background: var(--purple-1000, #3c2066);
  color: var(--white-1000, #fff);
}
.button.button--secondary-stroke:hover {
  border-color: var(--purple-700);
  color: var(--purple-1000, rgba(249, 248, 252, 1));
}
.button.button--dark-stroke:hover {
  border-color: var(--black-1000, #1a1824);
  background-color: var(--White-white-700, rgba(255, 255, 255, 0.2));
  color: var(--black-1000, #1a1824);
}
.button:not(.button--text):focus {
  color: var(--purple-900);
  box-shadow: 0 0 0 3px #cda7ff;
}
.button.button--primary:focus {
  color: var(--white-1000, #fff);
  background-color: var(--purple-800, #9c6fe1);
  box-shadow: 0 0 0 3px #cda7ff;
}
.button.button--secondary-stroke:focus {
  border-color: var(--purple-500);
}
.button.button--dark-stroke:focus {
  border-color: var(--black-900, #444658);
  background-color: var(--white-600-10, rgba(255, 255, 255, 0.1));
  color: var(--black-1000, #1a1824);
}
.button svg {
  width: auto;
  height: 1.5625rem;

  fill: var(--purple-900);

  transition: all 0.3s linear;
}
.button.button--text svg {
  height: 1.5rem;
  fill: var(--black-1000);
  margin-left: 0px;
  flex-shrink: 0;
}
.button.button--primary svg {
  fill: var(--white-1000);
}
.button:not(.button--primary):hover svg {
  fill: var(--purple-1000);
}
.button:not(.button--primary):focus svg {
  fill: var(--purple-900);
}

@media screen and (max-width: 1023px) {
  .button {
    padding: 1rem;
  }
  .button.button--large {
    padding: 1rem;
    font-size: 1rem;
    line-height: 120%;
  }
  .button.button--primary--mobile {
    background: var(--purple-900, rgba(109, 65, 177, 1));
    color: var(--white-1000, #fff);
  }
  .button.button--secondary-stroke--mobile {
    color: var(--purple-900, #6d41b1);
    border-radius: 0.5rem;
    border: 0.125rem solid var(--purple-500, #d7c8ff);
    background: var(--white-1000, #fff);
  }
  .button.button--primary--mobile :hover {
    background: var(--purple-1000, #3c2066);
    color: var(--white-1000, #fff);
  }
  .button.button--secondary-stroke--mobile :hover {
    border-color: var(--purple-700);
    color: var(--purple-1000, rgba(249, 248, 252, 1));
  }
  .button.button--primary--mobile:focus {
    color: var(--white-1000, #fff);
    background-color: var(--purple-800, #9c6fe1);
    box-shadow: 0 0 0 3px #cda7ff;
  }
  .button.button--secondary-stroke--mobile:focus {
    border-color: var(--purple-500);
  }
}

@media screen and (max-width: 767px) {
  .button.button--full--mobile {
    width: 100%;
  }
}

.button--play {
  cursor: pointer;
  display: inline-flex;
  padding: 2.625rem;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--white-800-60, rgba(255, 255, 255, 0.6));
  background: var(--white-600-10, rgba(255, 255, 255, 0.1));

  backdrop-filter: blur(1rem);
  transition: all 0.3s linear;
}

.button--play svg {
  width: 2.625rem;
  height: 2.625rem;
  fill: var(--white-1000);
}

.button--play:hover,
.button--play:focus {
  border-color: var(--white-1000, #fff);
  background: var(--white-700-20, rgba(255, 255, 255, 0.2));
}

.button--play:disabled {
  border-color: var(--black-500-10, rgba(26, 24, 36, 0.1));
}

.button--play:disabled svg {
  fill: var(--black-500-10, rgba(26, 24, 36, 0.1));
}

@media screen and (max-width: 960px) {
  .button--play {
    padding: 2rem;
  }

  .button--play svg {
    width: 2rem;
    height: 2rem;
  }
}

.button--text {
  display: inline-flex;
  align-items: center;
  color: var(--purple-900, #6d41b1);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s linear;
}

.button--text:hover {
  color: var(--purple-1000, #3c2066);
}

.button--text:focus {
  color: var(--purple-800, #9c6fe1);
}

.button--text svg {
  width: 1.5625rem;
  height: 1.5rem;
  fill: var(--purple-900, #6d41b1);
  transition: all 0.3s linear;
  margin-left: 0.25rem;
}
.button--text svg:hover {
  fill: var(--purple-1000, #3c2066);
}
.button--text svg:focus {
  fill: var(--purple-800, #9c6fe1);
}

div.swiper {
  width: 100%;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
div.swiper .swiper-wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
div.swiper .swiper-slide {
  flex-shrink: 0;
}
.swiper-navigation {
  position: absolute;
  left: 1.14rem;
  right: 1.14rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-button {
  width: 3.43rem;
  height: 3.43rem;
  border-radius: 0.23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
  background-color: var(--accent-color);
}
.swiper-button svg {
  stroke: #fff;
  width: 1.14rem;
  height: 0.86rem;
  transition: all 0.3s linear;
}
.swiper-button.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-button.swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-navigation-button:not(.swiper-button-disabled):hover,
.swiper-navigation-button:not(.swiper-button-disabled):focus {
  background-color: var(--bg-color);
}
.swiper-navigation-button:not(.swiper-button-disabled):hover svg,
.swiper-navigation-button:not(.swiper-button-disabled):focus svg {
  stroke: var(--accent-color);
}
div.swiper .swiper-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.57rem;
  gap: 0.57rem;
}
div.swiper .swiper-bullets .swiper-pagination-bullet {
  width: 0.57rem;
  height: 0.57rem;
  background-color: rgba(236, 230, 224, 0.5);
  transition: all 0.3s linear;
  margin: 0;
  opacity: 1;
  border-radius: 100%;
  cursor: pointer;
}
div.swiper
  .swiper-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--accent-color);
  width: 1.14rem;
  height: 1.14rem;
}
div.swiper .swiper-counter {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  padding: 1.14rem 2.57rem;
  border-radius: 0.36rem 0.36rem 0px 0px;

  background-color: var(--bg-color);
  color: var(--main-dark);
}

@media screen and (min-width: 960px) {
  .swiper-navigation {
    left: -1.14rem;
    right: -1.14rem;
  }
  .swiper-button {
    width: 3.52rem;
    height: 3.52rem;
    border-radius: 0.24rem;
  }
  .swiper-button svg {
    width: auto;
    height: 0.76rem;
  }
  div.swiper .swiper-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.57rem;
    gap: 0.57rem;
  }
  div.swiper .swiper-bullets .swiper-pagination-bullet {
    width: 0.57rem;
    height: 0.57rem;
    background-color: rgba(236, 230, 224, 0.5);
    transition: all 0.3s linear;
    margin: 0;
    opacity: 1;
    border-radius: 100%;
    cursor: pointer;
  }
  div.swiper
    .swiper-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--accent-color);
    width: 1.14rem;
    height: 1.14rem;
  }
  div.swiper .swiper-counter {
    padding: 0.76rem 3.05rem;
    border-radius: 0.36rem 0.36rem 0px 0px;
  }
}

label input[type="checkbox"] {
  display: none;
}

label:has(input[type="checkbox"]) {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border: 1px solid var(--purple-900, #6d41b1);
  transition: all 0.3s linear;
  cursor: pointer;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
}

label:has(input[type="checkbox"]:checked) {
  background-color: var(--purple-900, #6d41b1);
  background-image: url(./assets/images/checkbox-checked.svg);
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ),
textarea,
select{
  color: var(--black-500, #e5e6ec);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;

  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid var(--white-600-10, rgba(255, 255, 255, 0.1));
  background: var(--white-600-10, rgba(255, 255, 255, 0.1));
  backdrop-filter: blur(2.8125rem);
  transition: border-color 0.3s linear, 
  color 0.3s linear,
  background 0.3s linear;
}
select option{
	color: var(--black-1000, #e5e6ec)
}
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  )::placeholder,
textarea::placeholder {
  color: var(--black-500, #e5e6ec);
}
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ).input--black {
  border-color: var(--black-600, #b5b6c3);
  background: var(--purple-300, #f9f8fc);
  color: var(--black-900, #444658);
}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus{
  outline: none;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):hover,
textarea:hover {
  border-color: var(--white-800-60, rgba(255, 255, 255, 0.6));
  background: var(--white-700-20, rgba(255, 255, 255, 0.2));
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):focus,
textarea:focus {
  box-shadow: 0 0 0 3px #cda7ff;
  border-color: var(--white-600-10, rgba(255, 255, 255, 0.6));
  background: var(--white-600-10, rgba(255, 255, 255, 0.2));
}

/* FORM SETTINGS */
.form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form .form__switcher {
  display: flex;
}
.form .form__switcher .switcher__option {
  flex: 0 1 100%;
}
.form .form__switcher input {
  display: none;
}
.form .form__switcher label {
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white-600-10, rgba(255, 255, 255, 0.1));
  backdrop-filter: blur(1rem);
  margin-bottom: 0px;
  color: var(--white-1000, #fff);
  border: 1px solid var(--white-700, rgba(255, 255, 255, 0.2));
  cursor: pointer;
  transition: all 0.3s linear;
  border-bottom: none;
}
.form .form__switcher .switcher__option:first-of-type label {
  border-top-left-radius: 0.5rem;
}
.form .form__switcher .switcher__option:last-of-type label {
  border-top-right-radius: 0.5rem;
}
.form .form__switcher input:checked + label {
  background-color: var(--white-1000, #fff);
  color: var(--black-1000);
}
.form .form__errors {
  display: none;
  width: 100%;
  color: #e51e33;
}
.form .form__errors p {
  color: #e51e33;
}
.form .form__errors.show {
  display: block;
}
.form .form__head {
  width: 100%;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  border: 1px solid var(--white-700-20, rgba(255, 255, 255, 0.2));
  border-bottom: 0px;
}
.form .form__fields {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 2rem;
  width: 100%;
  opacity: 0.8;

  border-radius: 0 0 0.5rem 0.5rem;
  border: 1px solid var(--white-700-20, rgba(255, 255, 255, 0.2));
  background: var(--white-600, rgba(255, 255, 255, 0.1));
  backdrop-filter: blur(2.8125rem);
}
.form .form__fields.hide {
  display: none;
}
.form .form__fields .form__field {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1 1 100%;
}
.form .form__fields .form__field.form__field--half {
  flex: 0 1 calc(50% - 0.75rem);
}
.form .form__fields .form__field label {
  color: var(--white-1000);
  margin-bottom: 0.5rem;
  transition: all 0.3 linear;
}
.form .form__fields .form__field input,
.form .form__fields .form__field select{
  width: 100%;
  transition: all 0.3 linear;
}
.form .form__fields .form__field.form__field--error label {
  color: #e51e33;
}
.form .form__fields .form__field.form__field--error input {
  border-color: #e51e33;
}
.form .form__submit {
  width: 100%;
  margin-top: 1.625rem;
}
.form .form__results,
.wpcf7 form .wpcf7-response-output{
  width: 100%;
  border: 1px solid var(--white-700-20, rgba(255, 255, 255, 0.2));
  background: var(--black-500-10, rgba(255, 255, 255, 0.1));
  backdrop-filter: blur(2.8125rem);
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
	margin-left: 0px;
	margin-right: 0px;
  display: none;
}

.form .form__results.show,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  display: block;
}

@media screen and (max-width: 960px) {
  .form .form__switcher label {
    font-size: 0.75rem;
    line-height: 150%;
  }
  .form .form__fields {
    padding: 1.5rem;
  }
  .form .form__fields.hide {
    display: none;
  }
  .form .form__fields .form__field.form__field--half {
    flex: 1 1 100%;
  }
  .form .form__privacy-policies,
  .form .form__privacy-policies a {
    font-size: 0.86rem;
    color: var(--border-color, rgba(80, 73, 67, 0.5));
    text-align: center;
  }
  .form .form__notification {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--bg-color);
    border-bottom-right-radius: 2.38rem;
    padding: 2.29rem 2.67rem;
    display: none;
    height: 100%;
    z-index: 5;
  }
  .form .form__notification.show {
    display: flex;
  }
  .form .form__notification .notification__icon {
    margin-bottom: 1.71rem;
  }
  .form .form__notification .notification__icon svg {
    width: 4rem;
    height: 4rem;
  }
  .form .form__notification .notification__title {
    margin-bottom: 0.86rem;
  }
  .form .form__notification .notification__description {
    width: 100%;
  }
}

.post {
  width: 25.0625rem;
  text-decoration: none;
  color: inherit;
}

.post.post--featured{
	width: 33.9375rem;
}

.post .post__thumbnail {
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: 18.75rem;
}

.post.post--featured .post__thumbnail {
  height: 22.5rem;
}

.post .post__metadata {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.post .post__metadata .post__category {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background: var(--black-400, rgba(26, 24, 36, 0.1));
}

.post .post__metadata .post__date,
.post .post__metadata .post__reading-time {
  color: var(--black-700, rgba(80, 73, 67, 0.5));
}

.post .post__metadata .post__reading-time {
  padding-left: 1rem;
  border-left: 2px solid var(--black-500-10, rgba(26, 24, 36, 0.1));
}

.post .post__title {
  margin-bottom: 0.5rem;
}

.post .post__button {
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .post.post--featured .post__thumbnail {
    height: 15rem;
  }
	
  .post,
  .post.post--featured{
	width: 100%;
  }
}

.hint {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.71rem;
  height: 1.71rem;
  border-radius: 100%;
  background-color: #d9d9d9;
  color: var(--main-dark);
  font-size: 0.78rem;
  font-weight: 400;
}

.hint .hint__message {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  width: 18.57rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear all;
}

.hint:hover .hint__message,
.hint:focus .hint__message {
  opacity: 1;
  visibility: visible;
}

.hint .hint__message span {
  display: block;
  width: 100%;
  padding: 0.71rem;
  border-radius: 0.36rem;
  background-color: #fff;
}

.hint .hint__message::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0.57rem 0.71rem 0.57rem;
  border-color: transparent transparent #fff transparent;
  margin: 0 auto;
  transform: rotate(180deg);
}
@media screen and (min-width: 960px) {
  .hint .hint__message {
    max-width: 15.76rem;
  }

  .hint .hint__message span {
    padding: 0.48rem;
    border-radius: 0.24rem;
    font-size: 0.67rem;
    line-height: 135%;
  }

  .hint .hint__message::after {
    border-width: 0 0.45rem 0.9rem 0.45rem;
  }
}

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;

  opacity: 0;
  visibility: hidden;

  background: rgba(26, 24, 36, 0.4);

  transition: all 0.3s linear;
}
.popup.show {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.popup .popup__body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: fit-content;
  background-color: var(--white-1000);

  padding: 2.625rem;
  border-radius: 0.5rem;
}
.popup iframe {
  width: 75rem;
  height: 42.125rem;
}
.popup .popup__close:not(.button) {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 1.125rem;
  height: 1.125rem;
  background: transparent;
  border: none;
  align-self: flex-end;
  margin-bottom: 1.5rem;
}
.popup .popup__close:not(.button) svg {
  stroke: rgba(28, 30, 33, 1);
  width: 1.125rem;
  height: 1.125rem;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1023px) {
  .popup {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .popup .popup__body {
    width: 100%;
  }

  .popup iframe {
    width: 100%;
    height: 25rem;
  }
}

@media screen and (max-width: 767px) {
  .popup {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .popup .popup__body {
    padding: 1.5rem 1.5rem 3rem;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .popup .popup__close.button {
    display: flex;
    padding: 1rem 1.5rem;
    justify-content: center;
    align-items: center;
    color: var(--black-1000);

    border-radius: 0.5rem;
    border: 1px solid var(--black-800, #888aa3);
    background: var(--white-1000, #fff);
    margin-top: 1.5rem;
  }
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 20;

  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--white-1000);
  transition: all 0.3s linear;
}

header.header.hide {
  transform: translateY(-100%);
}

.header .header__right {
  gap: 2.625rem;
}

.header .header__menu {
  list-style: none;
  padding: 0px;
  gap: 0px;
}

.header .header__menu > li {
  display: inline-block;
}

.header .header__menu > li > a {
  position: relative;
  text-decoration: none;
  padding: 1rem 1.25rem;
  transition: color 0.3s linear;
  color: var(--black-900);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  line-height: 120%;
}

.header .header__menu > li:hover > a,
.header .header__menu > li:focus > a,
.header .header__menu > li.current-menu-item > a {
  color: var(--black-1000);
}

.header .header__menu > li.current-menu-item > a {
	font-weight: 700;
}

.header .header__menu > li.current-menu-item > a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  transition: all 0.3s linear;
  width: 100%;
  background-color: var(--black-900);
}

.header .header__menu li.menu-item-has-children {
  position: relative;
}

.header .header__menu li.menu-item-has-children > a::after {
  display: block;
  content: "";
  background-color: var(--black-900);
  -webkit-mask: url("./assets/images/dropdown-chevron.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("./assets/images/dropdown-chevron.svg") no-repeat center;
  mask-size: contain;

  transition: all 0.3s linear;

  width: 1rem;
  height: 1rem;
}

.header .header__menu li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

.header .header__menu li.menu-item-has-children .sub-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0.375rem;
  opacity: 0;
  transform: translateY(100px);
  padding: 0px;
  list-style: none;
  background-color: var(--purple-300, #f9f8fc);
  border-radius: 0.5rem;
  border: 1px solid var(--black-400, rgba(26, 24, 36, 0.1));
  width: 10.875rem;
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s linear;
}

.header .header__menu li.menu-item-has-children:hover .sub-menu,
.header .header__menu li.menu-item-has-children:focus .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10px);
  z-index: 1;
}

.header .header__menu li.menu-item-has-children .sub-menu a {
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: block;
  background-color: var(--purple-300, #f9f8fc);
  transition: all 0.3s linear;
  border-radius: 0.5rem;
  color: var(--black-1000, rgba(26, 24, 36, 1));
  width: 100%;
}

.header .header__menu li.menu-item-has-children .sub-menu a:hover,
.header .header__menu li.menu-item-has-children .sub-menu a:focus {
  background-color: rgba(240, 233, 250, 1);
  color: var(--purple-1000, rgba(249, 248, 252, 1));
}

.header .header__buttons {
  gap: 1rem;
}

.header .header__burger-menu {
  display: none;
}

@media screen and (max-width: 1023px) {
  .header {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .header .header__buttons,
  .header .header__menu,
  .header .header__right {
    display: none;
  }

  .header .header__burger-menu {
    display: inline-block;
    padding: 1rem;
    align-items: center;
    border-radius: 0.5rem;
    border: 2px solid var(--white-800, rgba(255, 255, 255, 0.6));
    background: var(--white-500, rgba(255, 255, 255, 0.04));
  }

  .header .header__burger-menu svg {
    fill: var(--black-1000);
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .popup.burger-menu {
    padding-left: 0px;
    padding-right: 0px;
  }

  .burger-menu .popup__body {
    border: 0px;
    height: 100%;
    padding: 1.875rem;
    border-radius: 0px;
  }
  .burger-menu .burger-menu__top {
    margin-bottom: 2.625rem;
  }
  .burger-menu .popup__close:not(.button) {
    margin-bottom: 0px;
  }
  .burger-menu .burger__menu {
    flex: 1 1 auto;
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .burger-menu .burger__menu li {
    width: 100%;
  }
  .burger-menu .burger__menu li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 0.25rem;
    padding: 1rem 1.25rem;
    background: var(--purple-300, #f9f8fc);

    color: var(--black-900, #444658);
    text-decoration: none;
  }

  .burger-menu .burger__menu > li.menu-item-has-children > a:after {
    display: block;
    content: "";
    background-image: url("./assets/images/dropdown-chevron.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1rem;
    height: 1rem;
    transition: all 0.3s linear;
  }

  .burger-menu .burger__menu > li.menu-item-has-children.open > a:after {
    transform: rotate(180deg);
  }

  .burger-menu .burger__menu > li.menu-item-has-children .sub-menu {
    display: none;
  }

  .burger-menu .burger__menu > li.menu-item-has-children.open .sub-menu {
    display: block;
  }

  .burger-menu .burger__menu .sub-menu {
    list-style: none;
    padding-left: 1rem;
  }

  .burger-menu .burger__menu .sub-menu li {
    margin-top: 1rem;
  }

  .burger-menu .burger-menu__bottom {
    gap: 1rem;
  }
}

.dropdown {
  position: relative;
}

.dropdown .dropdown__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  gap: 0.25rem;
  background-color: transparent;
  border: none;
  color: var(--black-900, #444658);
  cursor: pointer;
}

.dropdown .dropdown__button svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: var(--black-900, #444658);
  transition: all 0.3s linear;
}

.dropdown.open .dropdown__button svg {
  transform: rotate(180deg);
}

.dropdown .dropdown__options-list {
  position: absolute;
  top: 100%;
  right: 0.75rem;
  opacity: 0;
  transform: translateY(100px);
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s linear;
}

.dropdown.open .dropdown__options-list {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
  visibility: visible;
}

.dropdown .dropdown__options-list li.choosen {
  color: var(--purple-900, #6d41b1);
}

.dropdown .dropdown__options {
  display: flex;
  flex-direction: column;
  list-style: none;
  background-color: var(--purple-300, #f9f8fc);
  border-radius: 0.5rem;
  border: 1px solid var(--black-400, rgba(26, 24, 36, 0.1));
  min-width: 10.875rem;
  transition: all 0.3s linear;
  padding: 0px;
  gap: 0px;
}

.dropdown .dropdown__options .dropdown__option {
  padding: 1rem 1.5rem;
  display: block;
  background-color: var(--purple-300, #f9f8fc);
  transition: all 0.3s linear;
  border-radius: 0.5rem;
  color: var(--black-1000, rgba(26, 24, 36, 1));
  width: 100%;
  cursor: pointer;
}

.dropdown .dropdown__options .dropdown__option:hover,
.dropdown .dropdown__options .dropdown__option:focus {
  background-color: rgba(240, 233, 250, 1);
  color: var(--purple-1000, rgba(249, 248, 252, 1));
}

@media screen and (max-width: 767px) {
  .dropdown .dropdown__options-list {
    background: rgba(26, 24, 36, 0.4);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    transition: none;
  }

  .dropdown.open .dropdown__options-list {
    z-index: 9999;
  }

  .dropdown .dropdown__options {
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 1.5rem 1.5rem 2.625rem;
    background: var(--white-1000, #fff);
    gap: 0.5rem;
  }

  .dropdown .dropdown__options .dropdown__option {
    padding: 1rem 1.25rem;
    background-color: var(--purple-300, #f9f8fc);
    color: var(--black-1000, rgba(26, 24, 36, 1));
    border: 1px solid var(--black-400, rgba(26, 24, 36, 0.1));
    background: var(--purple-300, #f9f8fc);
    backdrop-filter: blur(1rem);
    text-align: center;
  }

  .dropdown .dropdown__options-list .dropdown__option.choosen {
    color: var(--purple-900, #6d41b1);
    border-color: var(--purple-600, rgba(73, 28, 143, 0.4));
    background: var(--purple-500, #d7c8ff);
  }

  .dropdown .dropdown__actions {
    margin-top: 1rem;
    gap: 0.5rem;
  }

  .dropdown .dropdown__close {
    border: none;
    background-color: transparent;
    align-self: flex-end;
    margin-bottom: 1rem;
    cursor: pointer;
  }

  .dropdown .dropdown__close svg {
    width: 1.125rem;
    height: 1.125rem;
    stroke: rgba(28, 30, 33, 1);
  }

  .dropdown .dropdown__actions .dropdown__action {
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid var(--black-800, #888aa3);
    background: var(--white-1000, #fff);

    text-align: center;
    color: var(--black-1000, #1a1824);
  }

  .dropdown .dropdown__actions .dropdown__action.dropdown__apply {
    background: var(--purple-900, rgba(109, 65, 177, 1));
    color: var(--white-1000, #fff);
  }
}

.footer {
  padding-top: 5rem;
  padding-bottom: 2.625rem;
}

.footer .footer__top {
  gap: 3.0625rem;
}

.footer .footer__list {
  list-style: none;
  padding: 0px;
  gap: 0rem;
  max-width: 19.86rem;
}

.footer .footer__menu {
  width: 100%;
}

.footer .footer__column {
  gap: 2rem;
}

.footer .footer__column.footer__menus {
  gap: 1.5rem;
}

.footer .footer__top a:not(.button) {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--black-900);
  text-decoration: none;
}

.footer .footer__top .footer__block--contact a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.footer .footer__column .footer__block {
  flex: 1 0 auto;
  width: fit-content;
  min-width: 9.0625rem;
}

.footer .footer__top .footer__menus .footer__block > a:not(.button) {
  display: inline-block;
  margin-top: 0.5rem;
}

.footer .footer__column .footer__block.footer__block--cta {
  flex-shrink: 0;
}

.footer .footer__column .footer__block.footer__block--address {
  width: 8.75rem;
}

.footer .footer__column .footer__block.footer__block--address .body--3 {
  white-space: pre-line;
}

.footer .footer__bottom {
  margin-top: 3.75rem;
  padding: 1.5rem 0px;
  border-top: 1px solid var(--black-600);
}

.footer .footer__bottom .footer__social-media {
  gap: 0.75rem;
  list-style: none;
  padding: 0px;
}

.footer .footer__bottom .footer__social-media svg {
  fill: var(--black-900);
  width: 1.5rem;
  height: 1.5rem;
}

.footer .footer__bottom .footer__column {
  gap: 3.125rem;
}

.footer .footer__bottom .footer__menu-secondary {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  padding: 0px;
  list-style: none;
}

.footer .footer__bottom .footer__menu-secondary a {
  color: var(--black-900);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.footer .footer__bottom .footer__copyrights {
  color: var(--black-800);
}

@media screen and (max-width: 1023px) {
  .footer {
    padding-top: 3.0625rem;
  }

  .footer .footer__top {
    gap: 3.0625rem;
  }

  .footer .footer__list {
    list-style: none;
    padding: 0px;
    gap: 0rem;
    max-width: 19.86rem;
  }

  .footer .footer__menu {
    gap: 3.0625rem;
  }

  .footer .footer__column.footer__menus {
    gap: 2rem 0px;
  }

  .footer .footer__top .footer__menus .footer__block {
    flex: 0 1 10.1875rem;
  }

  .footer .footer__top .footer__menus .footer__block:nth-of-type(1),
  .footer .footer__top .footer__menus .footer__block:nth-of-type(2) {
    order: 1;
  }

  .footer .footer__top .footer__menus .footer__block:nth-of-type(3) {
    order: 3;
  }

  .footer .footer__top .footer__menus .footer__block:nth-of-type(4) {
    order: 3;
  }

  .footer .footer__top .footer__menus .footer__block:nth-of-type(5) {
    order: 2;
  }

  .footer .footer__top .footer__menus .footer__block:nth-of-type(6) {
    order: 4;
  }

  .footer .footer__top .footer__menus .footer__block:nth-of-type(7) {
    order: 5;
  }

  .footer .footer__column .footer__block.footer__block--address {
    width: 100%;
  }

  .footer .footer__bottom {
    gap: 1.5;
  }

  .footer .footer__bottom .footer__social-media {
    margin-bottom: 1.5rem;
  }

  .footer .footer__bottom .footer__column {
    gap: 1.5rem;
  }
}

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 2.5rem;
  left: 50%;
  transform: translate(-50%, 0);

  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--black-500, #e5e6ec);
  background: var(--white-1000, #fff);

  box-shadow: 0 4px 1.5rem 0 rgba(0, 0, 0, 0.08);

  z-index: 100;
}

.cookie-banner.show {
  display: block;
}

.cookie-banner .banner__content {
  gap: 2rem;
}

.cookie-banner .banner__content svg {
  width: 2.625rem;
  height: 2.625rem;
  fill: var(--purple-900, #6d41b1);
}

.cookie-banner .banner__text {
  gap: 1rem;
}

.cookie-banner .banner__text p {
  width: 20.625rem;
}

.cookie-banner .banner__text a {
  color: var(--purple-900, #6d41b1);
  font-weight: 600;
  text-decoration: none;
}

.cookie-banner .banner__buttons {
  gap: 0.625rem;
}

.cookie-banner .banner__buttons .button.button--primary {
  border: 0.125rem solid var(--purple-900, #6d41b1);
}

.cookie-banner .banner__buttons .button.button--primary:hover {
  border-color: var(--purple-900, #6d41b1);
}

.popup-cookie-settings .popup__body {
  width: 50rem;
  gap: 1.5rem;
}

.popup-cookie-settings .popup__close:not(.button) {
  margin-bottom: 0px;
  align-self: center;
}

.popup-cookie-settings .cookie-policy__text {
  gap: 1rem;
}

.popup-cookie-settings .cookie-policy__text ul {
  gap: 0px;
}

.popup-cookie-settings .cookie__settings {
  gap: 0.5rem;
}

.popup-cookie-settings .settings__permission {
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--black-400, rgba(26, 24, 36, 0.1));
  background: var(--purple-300, #f9f8fc);
  gap: 1.5rem;
}

.popup-cookie-settings .settings__permission .subtitle {
  margin-bottom: 0.25rem;
  color: var(--black-900, #444658);
}

@media screen and (max-width: 767px) {
  .cookie-banner {
    bottom: 0.875rem;
    left: 1rem;
    right: 1rem;
    transform: translate(0, 0);

    padding: 1.5rem;
  }
  .cookie-banner .banner__content {
    gap: 1rem;
  }

  .cookie-banner .banner__content svg {
    flex-shrink: 0;
  }

  .cookie-banner .banner__text p {
    width: auto;
    flex: 1 1 auto;
  }

  .cookie-banner .banner__buttons {
    width: 100%;
  }

  .cookie-banner .banner__buttons .button {
    flex: 1 1 50%;
  }

  .popup-cookie-settings {
    padding-top: 5rem;
  }

  .popup-cookie-settings .popup__body {
    width: 100%;
    height: 100%;
  }

  .popup-cookie-settings .popup__top .subtitle--mobile {
    margin-bottom: 0px;
  }

  .popup-cookie-settings .cookie__settings {
    flex: 1 1 auto;
    overflow-y: auto;
  }

  .popup-cookie-settings .settings__permission {
    padding: 1rem;
    gap: 1rem;
  }

  .popup-cookie-settings .cookie-settings__buttons {
    flex-direction: column-reverse;
    flex-shrink: 0;
    gap: 0.625rem;
  }

  .popup-cookie-settings .cookie-settings__buttons .button {
    width: 100%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
    visibility: hidden;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .hide-tablet {
    display: none !important;
    visibility: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
    visibility: hidden;
  }
}

.embedded-lazy-loading-wrapper{
	position: relative;
}

.embedded-lazy-loading-wrapper .embedded-lazy-loading{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}