body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p,
blockquote {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Satoshi-Regular.woff2') format('woff2'), url('/fonts/SatoshiRegular.woff') format('woff'), url('/fonts/SatoshiRegular.ttf') format('truetype');
}
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/Satoshi-Medium.woff2') format('woff2'), url('/fonts/Satoshi-Medium.woff') format('woff'), url('/fonts/Satoshi-Medium.ttf') format('woff');
}
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/Satoshi-Bold.woff2') format('woff2'), url('/fonts/Satoshi-Bold.woff') format('woff'), url('/fonts/Satoshi-Bold.ttf') format('truetype');
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
html {
  font-size: 15px;
}
@media screen and (max-width: 765px) {
  html {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 355px) {
  html {
    font-size: 13px;
  }
}
body {
  color: #000000;
  font-family: 'Satoshi', sans-serif;
  font-size: 1rem;
}
.lonely-text {
  margin: 10vh 0;
  text-align: center;
}
.lonely-text img {
  background-color: #6667A3;
  border-radius: 50%;
  width: 12.4992vw;
  display: block;
  margin: 0 auto 30px;
  min-width: 150px;
}
.lonely-text p {
  margin-bottom: 1.5em;
}
a {
  color: #6667A3;
}
p {
  font-size: 2rem;
  line-height: 1.17em;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 1900px) {
  p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1336px) {
  p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {
  p {
    font-size: 1.6rem;
  }
}
p:last-child {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
blockquote {
  font-size: 1.4em;
  margin-bottom: 1em;
}
blockquote * {
  line-height: 1.1em;
}
dl {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
dl:last-child {
  margin: 0;
}
dd,
dt {
  margin: 0;
  padding: 0;
}
dt {
  margin-bottom: .1em;
}
dd {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: .6em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
.font-150 {
  font-size: calc(100vw / 15);
  line-height: 0.93em;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .font-150 {
    font-size: calc(100vw / 10);
  }
}
@media screen and (max-width: 450px) {
  .font-150 {
    font-size: calc(100vw / 8);
  }
}
.font-70 {
  font-size: 4.67rem;
  line-height: 1.07em;
}
@media screen and (max-width: 1660px) {
  .font-70 {
    font-size: 4rem;
    font-size: clamp(2rem,3.6456vw,70px);
  }
}
.font-30 {
  font-size: 2rem;
  line-height: 1.17em;
}
@media screen and (max-width: 1900px) {
  .font-30 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1336px) {
  .font-30 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {
  .font-30 {
    font-size: 1.6rem;
  }
}
.font-18 {
  font-size: 1.2rem;
  line-height: 1.39em;
}
@media screen and (max-width: 1336px) {
  .font-18 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .font-18 {
    font-size: 1.2rem;
  }
}
.font-10 {
  font-size: 0.67rem;
  letter-spacing: 0.04em;
}
.body {
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.body.contacts footer {
  display: none;
}
.body.scroll-locked {
  overflow-x: hidden;
  overflow-y: hidden;
}
.no-transition * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.main {
  flex-grow: 1;
}
img {
  display: block;
  width: 100%;
}
svg {
  overflow: visible;
}
video {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1921px) {
  .container {
    max-width: 1920px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.container {
  padding-left: 16.6656vw;
  padding-right: 16.6656vw;
}
.container--unbalanced {
  padding-left: 21.8736vw;
  padding-right: 15.624vw;
}
@media screen and (max-width: 1270px) {
  .container--unbalanced {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media screen and (max-width: 991px) {
  .container--unbalanced {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.container--medium {
  padding-left: 21.8736vw;
  padding-right: 21.8736vw;
}
@media screen and (max-width: 1270px) {
  .container--medium {
    padding-left: 16vw;
    padding-right: 16vw;
  }
}
@media screen and (max-width: 765px) {
  .container--medium {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media screen and (max-width: 450px) {
  .container--medium {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media screen and (max-width: 1900px) {
  .container {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media screen and (max-width: 1660px) {
  .container {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media screen and (max-width: 450px) {
  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.success-color {
  color: #52AF8D !important;
}
.error-color {
  color: #E73C5B !important;
}
input,
textarea,
select,
button {
  border: none;
  webkit-appearance: none;
  appearance: none;
  background: none;
  font: inherit;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
  outline: none;
}
button {
  width: auto;
  cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  display: flex;
  align-items: center;
  height: 50px;
  border: 1px solid #6667A3;
  padding: 0 15px;
  font-size: 1rem;
  color: black;
  border-radius: 50px;
  transition: 300ms;
  background: transparent;
  color: #000000;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: #EDBE56;
  background-color: white;
}
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="date"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder,
select::placeholder {
  text-transform: uppercase;
  color: #6667A3;
  font-size: 0.67rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
select {
  background-image: url(../img/icons/select-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
textarea {
  line-height: 1.2em;
  padding: 15px;
  height: auto;
  border-radius: 25px;
}
label {
  display: block;
  margin-bottom: 3px;
}
.input {
  margin-bottom: 15px;
}
.radio label,
.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: .05em;
}
.radio label input,
.checkbox label input {
  width: 0;
  height: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  position: absolute;
  top: 0;
  left: -10px;
}
.radio label input:checked ~ span::before,
.checkbox label input:checked ~ span::before {
  box-shadow: 0 0 0 3px #fff inset;
  background: #000000;
}
.radio label > span,
.checkbox label > span {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.radio label > span::before,
.checkbox label > span::before {
  content: '';
  position: static;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #000;
  flex-shrink: 0;
}
.radio label {
  font-weight: bold;
}
.radio label > span::before {
  border-radius: 50%;
}
.input-hint,
.error-message {
  display: block;
  font-size: .8rem;
  text-transform: none;
  margin-top: 3px;
}
.error-message {
  color: #E73C5B;
  font-weight: bold;
  margin-bottom: 0;
}
.privacy-disclaimer {
  margin-bottom: 30px;
}
.required label::after {
  content: ' *';
}
.required.checkbox label::after {
  display: none;
}
.form-privacy {
  margin-bottom: 15px;
  font-size: .8rem;
}
.form-privacy a {
  color: inherit;
  text-decoration: underline;
}
.form-submit {
  display: flex;
  justify-content: flex-end;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: inset 0 0 0 1px #6667A3;
  padding: 1em 1.5em;
  background-color: transparent;
  gap: 1.2em;
  position: relative;
  overflow: hidden;
  transition: 400ms;
}
.btn:not(.btn--filled)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #6667a3;
  transition: 400ms;
  z-index: 0;
}
.btn span {
  text-transform: uppercase;
  color: #6667A3;
  font-size: 0.67rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .btn span {
    font-size: 12px;
  }
}
.btn svg,
.btn img {
  width: 1.2em;
  height: 1.2em;
  position: relative;
  z-index: 1;
}
.btn--reverse {
  flex-direction: row-reverse;
}
.btn--filled {
  background-color: #6667A3;
  box-shadow: none;
}
.btn--filled span {
  color: white;
}
.btn--filled-white {
  background-color: white;
}
.btn--filled-white span {
  color: black;
}
.btn--filled-yellow {
  background-color: #EDBE56;
}
.btn--light {
  box-shadow: inset 0 0 0 1px white;
}
.btn--light span {
  color: white;
}
.btn--light svg path {
  fill: white;
}
.btn:hover span {
  color: white;
}
.btn:hover svg path {
  fill: white;
}
.btn:hover::after {
  opacity: 1;
}
.btn--light:hover span {
  color: #6667A3;
}
.btn--light:hover svg path {
  fill: #6667A3;
}
.btn--light:hover::after {
  background-color: white;
}
.btn--filled-white:hover span {
  color: black;
}
#article {
  padding: 150px 5vw;
  font-size: 1.1rem;
}
#cookie_reload {
  cursor: pointer;
}
#cookiedisclaimer2022 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0,0,0,0.35);
  transition: opacity .35s;
  pointer-events: all;
}
#cookiedisclaimer2022 .inner_disclaimer {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  padding: 75px 25px;
  text-align: center;
  color: #333;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  line-height: 1.5em;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  transition: transform 1000ms cubic-bezier(0.165,0.840,0.440,1.000);
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .inner_disclaimer {
    font-size: 13px;
  }
}
#cookiedisclaimer2022.hidden {
  pointer-events: none;
  opacity: 0;
}
#cookiedisclaimer2022.hidden .inner_disclaimer {
  transform: translateY(-75%);
}
#cookiedisclaimer2022 h3 {
  font-size: 1.2em;
  margin-bottom: 2em;
  font-weight: bold;
  color: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
}
#cookiedisclaimer2022 h5 {
  font-size: 1.1em;
  font-weight: bold;
}
#cookiedisclaimer2022 h6 {
  font-size: 1em;
  font-weight: bold;
}
#cookiedisclaimer2022 .cookie_options {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options {
    flex-flow: column;
  }
}
#cookiedisclaimer2022 .cookie_options span {
  background: #333;
  cursor: pointer;
  display: inline-block;
  padding: 1em;
  margin: 10px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #333;
  transition: background .35s;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options span {
    margin: 5px 0;
  }
}
#cookiedisclaimer2022 .cookie_options span:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect {
  color: #333;
  background: #fff;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect:hover {
  background: #e6e6e6;
}
#cookiedisclaimer2022 a {
  text-decoration: underline;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer2022 a:hover {
  color: #333;
}
#cookiedisclaimer2022 #cookie_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: background .35s;
}
#cookiedisclaimer2022 #cookie_close:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 #cookie_preferences {
  text-align: left;
  margin-bottom: 2em;
  display: none;
}
#cookiedisclaimer2022 #cookie_preferences.show {
  display: block;
}
#cookiedisclaimer2022 .cookie_type {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #999999;
}
#cookiedisclaimer2022 .cookie_type:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
#cookiedisclaimer2022 .cookie_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#cookiedisclaimer2022 .cookie_flex h5,
#cookiedisclaimer2022 .cookie_flex h6 {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_desc {
  margin-bottom: 1em;
}
#cookiedisclaimer2022 .cookie_desc:last-of-type {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_type_list {
  padding-left: 20px;
  margin-top: 20px;
}
#cookiedisclaimer2022 .toggle {
  cursor: pointer;
  display: inline-block;
}
#cookiedisclaimer2022 .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.35s;
}
#cookiedisclaimer2022 .toggle-switch:before,
#cookiedisclaimer2022 .toggle-switch:after {
  content: "";
}
#cookiedisclaimer2022 .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom,#fff 0%,#eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.35s;
}
.toggle:hover #cookiedisclaimer2022 .toggle-switch:before {
  background: linear-gradient(to bottom,#fff 0%,#fff 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch {
  background: #55bb55;
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}
#cookiedisclaimer2022 .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
#cookiedisclaimer2022 button {
  display: block;
  font-size: 18px;
  margin: 0 auto 2em;
  float: none;
  background: #55bb55;
  padding: 1em 2em;
  color: #fff;
  transition: background 0.35s;
  font-weight: 400;
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
}
#cookiedisclaimer2022 button:hover {
  background: #33aa33;
}
.alert {
  display: block;
  width: 440px;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 40px 20px 25px;
  min-height: 60px;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  text-transform: uppercase;
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(100%,0,0);
  opacity: 0.3;
  transition: 0.6s cubic-bezier(0.165,0.840,0.440,1.000);
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  .alert {
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    text-align: center;
    border-radius: 0;
    padding: 30px 40px 30px 25px;
  }
}
.alert.visible {
  visibility: visible;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165,0.840,0.440,1.000);
}
.alert.hidden {
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 0;
}
.alert__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.alert__close::before,
.alert__close::after {
  content: '';
  height: 2px;
  position: absolute;
  top: 50%;
  background: #fff;
  left: 0;
  right: 0;
}
.alert__close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.alert__close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.alert--success {
  background-color: #52AF8D;
}
.alert--warning {
  background-color: #E86F51;
}
.alert--error {
  background-color: #E73C5B;
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #fff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px,0,0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .0;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity,1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px,-50%,0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left;
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 200;
  transition: 2s ease-in;
}
.loader.loaded {
  opacity: 0;
  visibility: hidden;
}
.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px 3vw;
  z-index: 99;
}
.header__logo {
  display: block;
  width: calc(100vw / 8);
}
.header__logo svg {
  width: 100%;
  height: 100%;
}
.header__logo svg path {
  fill: white;
  transition: 650ms;
}
@media screen and (max-width: 991px) {
  .header__logo {
    width: calc(100vw / 5);
  }
}
@media screen and (max-width: 765px) {
  .header__logo {
    width: calc(100vw / 4);
  }
}
@media screen and (max-width: 450px) {
  .header__logo {
    width: calc(100vw / 2.5);
  }
}
.header__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 102;
  --scale: 0;
  --origin: left bottom;
  pointer-events: none;
}
.header__menu::before {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #EDBE56;
  transform: scaleY(var(--scale));
  transform-origin: var(--origin);
}
.header__menu .menu {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #6667A3;
  will-change: transform;
  padding: min(110px,5.7288vw) min(130px,6.7704vw);
  position: relative;
  z-index: 1;
  overflow-y: auto;
}
.header__menu .menu li {
  position: relative;
  visibility: hidden;
  opacity: 0;
}
.header__menu .menu li a {
  font-size: clamp(60px,calc(6.6666666666667vw),120px);
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  line-height: 1.1em;
}
@media screen and (max-width: 991px) {
  .header__menu .menu {
    padding-top: 100px;
  }
}
@media screen and (max-width: 450px) {
  .header__menu .menu li a {
    font-size: calc(100vw / 10);
  }
}
.header__menu.open {
  pointer-events: all;
}
@media screen and (max-width: 991px) {
  .header__menu::before {
    transform: scaleX(var(--scale));
  }
}
.header--transformed .header__logo svg path {
  fill: black;
}
.header--transformed .header__logo #text {
  visibility: hidden;
  opacity: 0;
  transition: 550ms;
}
.header--transformed .header__logo:hover #text {
  visibility: visible;
  opacity: 1;
}
.header--transformed .hamburger span {
  background-color: black;
}
.prefooter {
  padding: 50px 0;
}
.prefooter__report {
  max-width: 400px;
  margin: 0 auto 20px;
}
.prefooter__icons {
  max-width: 70%;
  display: flex;
  flex-flow: row wrap;
  margin: 50px auto 0;
  justify-content: center;
}
.prefooter__icons a {
  height: 70px;
  width: 180px;
  margin: 20px 0;
}
.prefooter__icons a img {
  object-fit: contain;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.footer {
  width: 100%;
  background-color: white;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 65% 1fr;
  gap: 13.02vw;
}
@media screen and (max-width: 1270px) {
  .footer {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 2vw;
  }
}
.footer,
.footer a {
  color: #707070;
  font-size: 12px;
}
.footer__info,
.footer__links {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .footer__info,
  .footer__links {
    width: 100%;
    flex-direction: column;
    gap: 5px 3vw;
  }
}
.footer__legal {
  display: flex;
  gap: 3vw;
}
@media screen and (max-width: 550px) {
  .footer__legal {
    width: 100%;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 1em;
  }
}
.footer__info {
  justify-self: flex-end;
  gap: 3vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .footer__info {
    justify-self: flex-start;
  }
}
.footer__links {
  gap: 1vw;
}
.footer__links-social {
  width: 1.3em;
  height: 1.3em;
}
@media screen and (max-width: 550px) {
  .footer__links-social {
    margin-bottom: 5px;
  }
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.error-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100vh;
}
.error-container h1 {
  text-align: center;
  margin-bottom: .5em;
}
.error-container a {
  text-decoration: underline;
}
.paginator__pages {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.paginator__pages a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
}
.paginator__pages .active a {
  background: #6667A3;
  color: #FFF;
}
.languages {
  display: flex;
  gap: 10px;
}
.languages a {
  height: 40px;
  width: 40px;
  line-height: 38px;
  border: 1px solid #000000;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #000000;
}
.languages a.active {
  background: #000000;
  color: #FFF;
}
.hamburger {
  display: block;
  width: 45px;
  height: 15px;
  cursor: pointer;
  margin-left: 20px;
  z-index: 105;
  position: relative;
}
.hamburger span {
  width: 100%;
  position: absolute;
  height: 2px;
  background: white;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transition: 500ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.hamburger span:first-child {
  transform: translate(0,-50%) translate3d(0,-5px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,-5px,0);
}
.hamburger span:last-child {
  transform: translate(0,-50%) translate3d(0,5px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,5px,0);
}
@media screen and (max-width: 765px) {
  .hamburger span {
    width: 45px;
  }
}
@media screen and (max-width: 355px) {
  .hamburger span {
    width: 40px;
  }
}
.hamburger.open span {
  background: #FFF;
}
.hamburger.open span:first-child {
  opacity: 1;
  transform: translate(0,-50%) translate3d(0,0,0) rotate(-45deg);
  -webkit-transform: translate(0,-50%) translate3d(0,0,0) rotate(-45deg);
}
.hamburger.open span:last-child {
  opacity: 1;
  transform: translate(0,-50%) translate3d(0,0,0) rotate(45deg);
  -webkit-transform: translate(0,-50%) translate3d(0,0,0) rotate(45deg);
}
.about {
  color: white;
  background-color: #6667A3;
}
.about .header__logo svg path {
  fill: white;
}
.about .header__menu li a {
  color: white;
}
.about .header__menu li::after {
  background-color: #EDBE56;
}
@media screen and (max-width: 1270px) {
  .about .header__menu li::after {
    background-color: transparent;
  }
}
.about .header .hamburger span {
  background-color: white;
}
.about .contacts-area {
  background-color: white;
}
.about__intro {
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .about__intro {
    min-height: 75vh;
    padding-top: 10vh;
    margin-bottom: 10vh;
  }
}
.about__intro p {
  visibility: hidden;
  opacity: 0;
}
.about__intro img {
  width: 100px;
  margin-bottom: 5rem;
  opacity: 0.1;
}
@media screen and (max-width: 550px) {
  .about__intro img {
    width: 80px;
    margin-bottom: 3rem;
  }
}
.about__values {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10.416vw;
  padding-right: 10.416vw;
}
.about__values .values {
  gap: 5.208vw;
  visibility: hidden;
  opacity: 0;
}
.about__values .values,
.about__values .values .values {
  margin-bottom: 8vh;
}
.about__values .values .value span {
  color: white;
}
.about__values .values .value svg path {
  fill: #EDBE56;
}
.about__values p {
  text-align: center;
  margin-bottom: 8vh;
}
.about__keys {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5vmax 0;
  overflow: hidden;
  margin: 30vh 0;
}
.about__keys-item {
  width: 28vw;
}
.about__keys-item:nth-child(2) {
  transform: translateY(15%);
}
.about__keys-item:nth-child(3) {
  transform: translateX(15%);
}
.about__keys-item__gif {
  width: clamp(120px,7.812vw,150px);
  height: clamp(120px,7.812vw,150px);
  display: block;
  margin-bottom: 0px;
}
.about__keys-title {
  font-size: 4.67rem;
  line-height: 1.07em;
  font-weight: 500;
  margin-bottom: 0.2em;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 1660px) {
  .about__keys-title {
    font-size: 4rem;
    font-size: clamp(2rem,3.6456vw,70px);
  }
}
.about__keys-text p {
  font-size: 1.2rem;
  line-height: 1.39em;
}
@media screen and (max-width: 1336px) {
  .about__keys-text p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .about__keys-text p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .about__keys {
    display: block;
    margin: 20vh 0 8vh;
  }
  .about__keys-item {
    width: 100%;
    margin-bottom: 5em;
  }
  .about__keys-item:nth-child(2),
  .about__keys-item:nth-child(3) {
    transform: none;
  }
}
.about__staff {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8vh;
  padding-bottom: 8vh;
  gap: 4.6872vw;
}
.about__staff-preview {
  display: block;
  width: 21.8736vw;
  max-width: 21.8736vw;
  height: 21.8736vw;
  flex: 1 0 21.8736vw;
  overflow: hidden;
  filter: grayscale(1);
  border-radius: 50%;
}
.about__staff-title {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.17em;
  font-weight: 500;
}
@media screen and (max-width: 1900px) {
  .about__staff-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1336px) {
  .about__staff-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {
  .about__staff-title {
    font-size: 1.6rem;
  }
}
.about__staff-role {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.17em;
  color: #EDBE56;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1900px) {
  .about__staff-role {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1336px) {
  .about__staff-role {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {
  .about__staff-role {
    font-size: 1.6rem;
  }
}
.about__staff-description {
  margin-bottom: 1.5em;
}
.about__staff-description p {
  font-size: 1.2rem;
  line-height: 1.39em;
}
@media screen and (max-width: 1336px) {
  .about__staff-description p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .about__staff-description p {
    font-size: 1.2rem;
  }
}
.about__staff-social {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
@media screen and (max-width: 991px) {
  .about__staff {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about__staff-preview {
    width: 300px;
    max-width: 300px;
    height: 300px;
    flex: 1;
  }
  .about__staff-social {
    margin: 20px auto;
  }
}
@media screen and (max-width: 810px) {
  .about__staff {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.accordion {
  display: block;
  margin-top: 10vh;
}
@media screen and (max-width: 765px) {
  .accordion {
    padding: 0 3vw;
  }
}
.accordion__title {
  display: flex;
  align-items: center;
  gap: 0.8em;
  cursor: pointer;
  font-size: 4.67rem;
  line-height: 1.07em;
  margin-bottom: 0;
  font-weight: 500;
}
@media screen and (max-width: 1660px) {
  .accordion__title {
    font-size: 4rem;
    font-size: clamp(2rem,3.6456vw,70px);
  }
}
.accordion__inner {
  padding-top: 1em;
}
.accordion__toggler {
  width: 1em;
  height: 1em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
}
.accordion__toggler span {
  width: 50%;
  height: 5px;
  position: absolute;
  transform-origin: center center;
  background-color: black;
  transition: 400ms;
}
.accordion__toggler span:nth-child(2) {
  transform: rotate(-90deg);
}
@media screen and (max-width: 550px) {
  .accordion__toggler span {
    height: 3px;
  }
}
.accordion__content {
  overflow: hidden;
  height: 0;
  transition: 400ms;
}
.accordion__content p {
  font-size: 1.5rem;
}
@media screen and (max-width: 550px) {
  .accordion__content p {
    font-size: 1.3rem;
  }
}
.accordion__item {
  margin-bottom: 5vh;
  padding-bottom: 1em;
  border-bottom: 1px solid #4E4E4E;
}
.accordion__item:last-child {
  margin-bottom: 0;
}
.accordion__item.open .accordion__toggler span:nth-child(2) {
  transform: rotate(0deg);
}
.contacts-area {
  width: 100%;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  margin-top: 10vh;
}
.contacts-area__wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 6.7704vw;
  position: relative;
  z-index: 2;
}
.contacts-area::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #edbe56;
  background: linear-gradient(90deg,#edbe56 0%,#6667a3 100%);
  z-index: 1;
  opacity: 0.4;
}
.contacts-area__title {
  color: #6667A3;
  font-size: calc(100vw / 15);
  line-height: 0.93em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 991px) {
  .contacts-area__title {
    font-size: calc(100vw / 10);
  }
}
@media screen and (max-width: 450px) {
  .contacts-area__title {
    font-size: calc(100vw / 8);
  }
}
.contacts-area__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contacts-area__intro {
  font-size: 1.2rem;
  color: #6667A3;
}
@media screen and (max-width: 991px) {
  .contacts-area {
    min-height: 60vh;
    height: auto;
    justify-content: center;
    padding: 5vh 0;
  }
  .contacts-area__wrapper {
    grid-template-columns: 1fr;
  }
  .contacts-area__cta {
    align-items: center;
    margin-bottom: 5vh;
  }
  .contacts-area__title {
    text-align: center;
  }
}
.hero {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
}
.hero__scroll-cta {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 5vh;
  transform: translate(-50%,0);
  z-index: 2;
}
.hero__scroll-cta div {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0.6em;
  font-weight: 500;
}
.hero__scroll-cta img {
  width: 1.2em;
  height: 1.2em;
  margin: 0 auto;
}
.hero__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
  text-align: center;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
}
.hero__content h1,
.hero__content h2 {
  color: white;
  text-transform: uppercase;
}
.hero__content h1 {
  font-size: calc(100vw / 15);
  line-height: 0.93em;
  text-transform: uppercase;
  font-weight: 500;
  width: 15ch;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .hero__content h1 {
    font-size: calc(100vw / 10);
  }
}
@media screen and (max-width: 450px) {
  .hero__content h1 {
    font-size: calc(100vw / 8);
  }
}
.hero__content h2 {
  display: block;
  font-size: 12px;
  margin-bottom: 1.5em;
  position: relative;
}
.hero__content h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 550px) {
  .hero__content {
    padding: 0 3vw;
  }
}
.hero--small {
  height: 60vh;
}
.hero--small .hero__content h1 {
  width: 20ch;
  margin-bottom: 0;
}
.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.values {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .values {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.values .value {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  place-items: center;
  gap: 20px;
  flex-basis: 33%;
}
.values .value span {
  font-size: 2.5rem;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1270px) {
  .values .value span {
    font-size: 2rem;
  }
}
.values__description {
  padding-left: 20%;
  padding-right: 20%;
}
@media screen and (max-width: 991px) {
  .values__description {
    padding-left: 0;
    padding-right: 0;
  }
}
.values__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 20vh;
}
.values__wrapper p {
  font-size: 1.2rem;
  line-height: 1.39em;
}
@media screen and (max-width: 1336px) {
  .values__wrapper p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .values__wrapper p {
    font-size: 1.2rem;
  }
}
.infographic {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20vh;
}
.infographic__wrapper {
  width: 100%;
  margin-bottom: 10vh;
}
@media screen and (max-width: 810px) {
  .infographic__wrapper {
    margin-bottom: 5vh;
  }
}
.benefit {
  padding: 180px 0 120px;
  background-color: #f5f3f6;
  text-align: center;
}
.benefit svg {
  width: clamp(220px,18.228vw,350px);
  margin-bottom: min(4.1664vw,80px);
}
.benefit a {
  display: block;
  margin-top: 50px;
}
.benefit a img {
  display: block;
  margin: 0 auto;
  width: clamp(350px,20.832vw,400px);
}
.catalog {
  display: flex;
}
.catalog__sidebar {
  flex: 0 0 300px;
  padding: 0 2.5vw;
}
.catalog__main {
  flex-grow: 1;
  padding: 0 2.5vw;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2.5vw;
}
.product > div {
  margin-top: 50px;
}
.product > div:first-child {
  margin: 0;
}
.product-preview {
  display: block;
  color: #000000;
}
.product-preview__content {
  margin-top: 20px;
}
.category-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.category-menu a {
  color: #000000;
}
.category-menu li {
  margin-bottom: .6em;
}
.category-menu li.active > a {
  font-weight: bold;
}
.category-menu ul {
  list-style-type: none;
  margin: 0;
  padding: .6em 0 0 1em;
}
.news-preview {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2.5vw;
  align-items: center;
  margin-bottom: 80px;
}
.news-preview:last-child {
  margin: 0;
}
.news-preview__content__date {
  margin-bottom: 10px;
  display: block;
}
.news-preview__content__cta {
  margin-top: 40px;
  display: inline-block;
}
.news > div {
  margin-top: 50px;
}
.news > div:first-child {
  margin: 0;
}
.post-preview {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2.5vw;
  align-items: center;
  margin-bottom: 80px;
}
.post-preview:last-child {
  margin: 0;
}
.post-preview__content__date {
  margin-bottom: 10px;
  display: block;
}
.post-preview__content__cta {
  margin-top: 40px;
  display: inline-block;
}
.post__section {
  margin-top: 50px;
}
.post__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.service-preview__container {
  display: block;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.1664vw;
}
@media screen and (max-width: 991px) {
  .service-preview__container {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    gap: 30px 5%;
  }
}
@media screen and (max-width: 765px) {
  .service-preview {
    padding: 0 3vw;
  }
}
.service-preview__title {
  display: flex;
  align-items: center;
  gap: 0.8em;
  cursor: pointer;
  font-size: 4.67rem;
  line-height: 1.07em;
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  flex-grow: 1;
  padding-right: 55px;
}
@media screen and (max-width: 1660px) {
  .service-preview__title {
    font-size: 4rem;
    font-size: clamp(2rem,3.6456vw,70px);
  }
}
@media screen and (max-width: 991px) {
  .service-preview__title {
    font-size: 2rem;
  }
}
.service-preview__toggler {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .service-preview__toggler {
    right: 10px;
  }
}
.service-preview__image {
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .service-preview__image {
    width: 100%;
  }
}
.service-preview__item {
  display: flex;
  align-items: center;
  gap: 3.6456vw;
  margin-bottom: 5vh;
  padding-bottom: 2em;
  border-bottom: 1px solid #707070;
}
.service-preview__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .service-preview__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service__top {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.service__top-image {
  position: relative;
  width: 100%;
  height: 100vh;
}
.service__top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__top-image::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  background: linear-gradient(180deg,#212322 0%,rgba(0,0,0,0) 100%);
  z-index: 2;
}
.service__top-content {
  position: absolute;
  left: 13.02vw;
  top: calc(145px + 8vh);
  z-index: 3;
  width: 100%;
  max-width: 1920px;
  padding-right: 60%;
  color: white;
}
.service__top-content h1 {
  font-size: 4.67rem;
  line-height: 1.07em;
  text-transform: uppercase;
}
@media screen and (max-width: 1660px) {
  .service__top-content h1 {
    font-size: 4rem;
    font-size: clamp(2rem,3.6456vw,70px);
  }
}
.service__top-content p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.39em;
}
@media screen and (max-width: 1336px) {
  .service__top-content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .service__top-content p {
    font-size: 1.2rem;
  }
}
.service__body {
  display: block;
  padding: 10vh 13.02vw;
}
.service__block {
  max-width: 1150px;
  margin-bottom: 55px;
}
.service__block:last-child {
  margin-bottom: 0;
}
.service__block-label {
  color: #6667A3;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.17em;
}
@media screen and (max-width: 1900px) {
  .service__block-label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1336px) {
  .service__block-label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {
  .service__block-label {
    font-size: 1.6rem;
  }
}
.service__next {
  padding-left: 4.4268vw;
  padding-right: 4.4268vw;
  margin-bottom: 55px;
}
.service__next-top {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 25px;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
.service__next-inner {
  padding-left: 8%;
  padding-right: 8%;
}
.service__next-inner .service-preview__item {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .service__top-content,
  .service__body {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .service__top {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .service__top-image {
    height: 60vh;
  }
  .service__top-content {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    color: #000000;
  }
}
.contatti .header__logo svg path {
  fill: black;
}
.contatti .header__menu li a {
  color: black;
}
@media screen and (max-width: 1270px) {
  .contatti .header__menu li a {
    color: white;
  }
}
.contatti .header .hamburger span {
  background-color: black;
}
.contacts {
  width: 100vw;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contacts__wrapper {
  display: flex;
  gap: 8.3328vw;
  justify-content: center;
}
@media screen and (max-height: 750px) and (max-width: 1536px) {
  .contacts {
    padding-top: 8vh;
  }
}
@media screen and (max-width: 991px) {
  .contacts {
    height: auto;
    min-height: 100vh;
    padding: 15vh 3vw 5vh;
  }
  .contacts__wrapper {
    flex-direction: column;
  }
}
.contacts::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #edbe56;
  background: linear-gradient(90deg,#edbe56 0%,#6667a3 100%);
  z-index: -1;
  opacity: 0.2;
}
.contacts__title {
  color: #6667A3;
  font-size: calc(100vw / 15);
  line-height: 0.93em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 991px) {
  .contacts__title {
    font-size: calc(100vw / 10);
  }
}
@media screen and (max-width: 450px) {
  .contacts__title {
    font-size: calc(100vw / 8);
  }
}
.contacts__intro {
  font-size: 1.2rem;
  color: #6667A3;
}
.contacts__cta {
  display: flex;
  flex-direction: column;
}
.contacts__cta a {
  margin-bottom: 15px;
}
.policies {
  display: block;
  margin: 0 auto;
  padding-top: 10vh;
  max-width: 60vw;
}
@media screen and (max-width: 991px) {
  .policies {
    max-width: 90vw;
  }
}
.policies .article__title {
  margin-bottom: 55px;
}
.policies .article__text {
  font-size: 1rem;
  color: black;
  margin-bottom: 40px;
}
.policies .article__text p,
.policies .article__text li {
  font-size: 16px !important;
}
.policies .article__text strong {
  font-size: 19px;
  color: black;
  margin-bottom: 15px;
  text-transform: uppercase;
}