@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "NyghtSerif";
  src: url("../../fonts/nyght/NyghtSerif-Light.woff2") format("woff2"), url("../../fonts/nyght/NyghtSerif-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("../../fonts/nyght/NyghtSerif-LightItalic.woff2") format("woff2"), url("../../fonts/nyght/NyghtSerif-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("../../fonts/nyght/NyghtSerif-Regular.woff2") format("woff2"), url("../../fonts/nyght/NyghtSerif-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("../../fonts/nyght/NyghtSerif-RegularItalic.woff2") format("woff2"), url("../../fonts/nyght/NyghtSerif-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("../../fonts/nyght/NyghtSerif-Medium.woff2") format("woff2"), url("../../fonts/nyght/NyghtSerif-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("../../fonts/nyght/NyghtSerif-MediumItalic.woff2") format("woff2"), url("../../fonts/nyght/NyghtSerif-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("../../fonts/nyght/NyghtSerif-Bold.woff2") format("woff2"), url("../../fonts/nyght/NyghtSerif-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("../../fonts/nyght/NyghtSerif-BoldItalic.woff2") format("woff2"), url("../../fonts/nyght/NyghtSerif-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("../../fonts/nyght/NyghtSerif-Dark.woff2") format("woff2"), url("../../fonts/nyght/NyghtSerif-Dark.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("../../fonts/nyght/NyghtSerif-DarkItalic.woff2") format("woff2"), url("../../fonts/nyght/NyghtSerif-DarkItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: var(--c-text);
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
  background-color: rgb(255, 255, 255);
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
body.page-template-page-article .site-header {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

#wrapper {
  overflow-x: hidden;
}

.admin-bar header {
  top: 32px;
}

main {
  display: block;
}

img {
  border-style: none;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  height: auto;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea, input, select {
  font-family: "Arial", sans-serif;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

.hidden, [hidden] {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.site {
  overflow: hidden;
}

.site, section {
  position: relative;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.grid-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-between-top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-between-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid {
  margin: 0 -8px -16px;
}
@media screen and (max-width: 768px) {
  .grid {
    margin: 0 -6px -12px;
  }
}
@media screen and (max-width: 576px) {
  .grid {
    margin: 0 0 -6px;
  }
}

.grid-item-2 {
  width: calc(50% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 768px) {
  .grid-item-2:not(.form-card) {
    margin: 0 0 12px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .grid-item-2:not(.form-card) {
    margin: 0 0 12px;
  }
}

.grid-item-3 {
  width: calc(33.3333333333% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 992px) {
  .grid-item-3 {
    width: calc(50% - 16px);
    margin: 0 8px 12px;
  }
}
@media screen and (max-width: 576px) {
  .grid-item-3 {
    width: 100%;
    margin: 0 0 12px;
  }
}

.grid-item-4 {
  width: calc(25% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 992px) {
  .grid-item-4 {
    margin: 0 8px 16px;
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 576px) {
  .grid-item-4 {
    margin: 0 6px 12px;
    width: calc(50% - 12px);
  }
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 576px) {
  section {
    padding: 30px 0;
  }
}

.section-first {
  padding: 140px 0 60px;
}
@media screen and (max-width: 768px) {
  .section-first {
    padding: 120px 0 60px;
  }
}

.container {
  max-width: 1344px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
}

.container-large {
  max-width: 956px;
}

.container-small {
  max-width: 800px;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  color: var(--c-text);
  margin: 0;
}

h1, .h1 {
  font-size: 64px;
  line-height: 104%;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 992px) {
  h1, .h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 576px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 48px;
  line-height: 118%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 134%;
  letter-spacing: -0.264px;
}
@media screen and (max-width: 576px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
}

h5, .h5 {
  font-size: 14px;
}

.small-text {
  font-size: 14px;
}

a {
  color: var(--c-color);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p, figure {
  margin: 0 0 16px;
}

.m-top {
  margin-top: 50px;
}
@media screen and (max-width: 576px) {
  .m-top {
    margin-top: 35px;
  }
}

.m-top-m {
  margin-top: 36px;
}
@media screen and (max-width: 576px) {
  .m-top-m {
    margin-top: 24px;
  }
}

.m-top-s {
  margin-top: 24px;
}
@media screen and (max-width: 576px) {
  .m-top-s {
    margin-top: 12px;
  }
}

ul, ol {
  padding-left: 25px;
}

.background {
  background-size: cover;
  background-position: center;
}

.button, input[type=submit] {
  padding: 17px 59px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--c-color);
  cursor: pointer;
  border-radius: 8px;
}

.button-primari {
  background-color: var(--c-color);
}
.button-primari:hover {
  background-color: var(--c-color);
  border-color: var(--c-color);
}

.no-margin {
  margin: 0 !important;
}

.medium {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .medium {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .no-medium {
    display: none !important;
  }
}

.small {
  display: none;
}
@media screen and (max-width: 576px) {
  .small {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .no-small {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .mobile {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .no-mobile {
    display: none;
  }
}

#shadow-host-companion {
  padding: 0;
}

.site-header {
  background: transparent;
  padding: 20px 0;
  color: #fff;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.site-header.scrolled {
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.site-header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .site-header .header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.site-header .header__logo .logo {
  display: block;
}
.site-header .header__logo .logo img {
  max-height: 40px;
  height: auto;
  width: 110px;
}
.site-header .header__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 768px) {
  .site-header .header__nav {
    display: none;
    opacity: 0;
  }
}
.site-header .header__nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .header__nav .menu li {
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
}
.site-header .header__nav .menu li::before {
  content: "[";
  position: absolute;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  left: 0;
}
.site-header .header__nav .menu li::after {
  content: "]";
  position: absolute;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  right: 0;
}
.site-header .header__nav .menu li a {
  font-family: "Inter", sans-serif;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.site-header .header__nav .menu li a.current-menu-item, .site-header .header__nav .menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.site-header .header__nav .menu li.active a {
  position: relative;
}
.site-header .header__nav .menu li.active a::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
}
.site-header .header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .site-header .header__socials {
    display: none;
    opacity: 0;
  }
}
.site-header .header__socials .social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .header__socials .social-link .social-icon {
  width: 24px;
  height: 24px;
}

.mobile-menu__header {
  padding: 16px;
  position: absolute;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-menu__header .mobile-menu__logo .logo-img {
  -webkit-filter: invert(1) brightness(0.15) contrast(1.2);
          filter: invert(1) brightness(0.15) contrast(1.2);
}

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3333 8H26.6667M5.33334 16H26.6667H9.33334M5.33334 24H18.6667' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #000;
  z-index: 1000;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  text-align: center;
}
.mobile-menu.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu .mobile-menu__inner {
  position: relative;
  padding-top: 60px;
  width: 100%;
  height: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-menu .mobile-menu__close {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.3334 25.3333L6.66674 6.66667' stroke='%232F2F2F' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M6.6665 25.3333L25.3332 6.66667' stroke='%232F2F2F' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  cursor: pointer;
}
.mobile-menu .mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.mobile-menu .mobile-menu__list li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.mobile-menu .mobile-menu__list li::before {
  content: "[";
  margin-right: 4px;
}
.mobile-menu .mobile-menu__list li::after {
  content: "]";
  margin-left: 4px;
}
.mobile-menu .mobile-menu__list li a {
  color: #000;
  text-decoration: none;
}
.mobile-menu .mobile-menu__list li a:hover {
  opacity: 0.6;
}
.mobile-menu .mobile-menu__socials {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.mobile-menu .mobile-menu__socials .social-link .social-icon {
  width: 24px;
  height: 24px;
}
.mobile-menu .mobile-menu__socials .social-link .social-icon path {
  fill: rgb(47, 47, 47);
}

.site-footer {
  padding-top: 100px;
}
@media (max-width: 568px) {
  .site-footer {
    padding-top: 60px;
  }
}
.site-footer .footer-row {
  max-width: 1045px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .site-footer .footer-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
  }
}
.site-footer .contact-row {
  max-width: 913px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .site-footer .contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
  }
  .site-footer .contact-row .footer-contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  .site-footer .contact-row .footer-contact-block .footer-contact_wrapper {
    min-width: 176px;
  }
}
@media (max-width: 568px) {
  .site-footer .contact-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 568px) {
  .site-footer .footer-column.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .footer-column.social-links .social-links__wrapper {
    min-width: 176px;
  }
}
.site-footer .footer-column .footer-logotype {
  width: 270px;
  height: 65px;
  -webkit-filter: invert(1) brightness(0.15) contrast(1.2);
          filter: invert(1) brightness(0.15) contrast(1.2);
}
@media (max-width: 568px) {
  .site-footer .footer-column .footer-logotype {
    width: 145px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.site-footer .footer-column .footer-heading {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgb(143, 143, 143);
  margin-bottom: 16px;
}
.site-footer .footer-column .footer-pages {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer .footer-column .footer-pages li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 6px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.site-footer .footer-column .footer-pages li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-column .footer-pages li a:hover {
  color: rgb(30, 77, 55);
}
@media (max-width: 568px) {
  .site-footer .footer-column .footer-pages li {
    font-size: 20px;
    line-height: 1.4;
  }
}
.site-footer .footer-column .footer-socials {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer .footer-column .footer-socials li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 6px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.site-footer .footer-column .footer-socials li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-column .footer-socials li a:hover {
  color: rgb(30, 77, 55);
}
@media (max-width: 568px) {
  .site-footer .footer-column .footer-socials li {
    font-size: 20px;
    line-height: 1.4;
  }
}
.site-footer .footer-column .footer-address {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: rgb(47, 47, 47);
}
@media (max-width: 568px) {
  .site-footer .footer-column .footer-address {
    font-size: 20px;
    line-height: 1.4;
  }
}
.site-footer .footer-column .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}
.site-footer .footer-column .footer-contact a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: rgb(47, 47, 47);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.site-footer .footer-column .footer-contact a:hover {
  color: rgb(30, 77, 55);
}
@media (max-width: 568px) {
  .site-footer .footer-column .footer-contact a {
    font-size: 20px;
    line-height: 1.4;
  }
}
.site-footer .footer_decor {
  width: 100%;
}
.site-footer .footer-bottom {
  padding-bottom: 24px;
}
.site-footer .footer-bottom .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .footer-bottom .footer-content .footer-copyright {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(47, 47, 47);
}
.site-footer .footer-bottom .footer-content .footer-offer a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(47, 47, 47);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.site-footer .footer-bottom .footer-content .footer-offer a:hover {
  color: rgb(30, 77, 55);
}

.error-404 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 750px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .error-404 {
    padding-bottom: 50px;
  }
}
.error-404 .left_decoration {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

@media (max-width: 1100px) {
  .error-404 .left_decoration {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .error-404 .left_decoration {
    width: 250px;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}
@media (max-width: 370px) {
  .error-404 .left_decoration {
    width: 165px;
  }
}
.error-404 .right_decoration {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

@media (max-width: 1100px) {
  .error-404 .right_decoration {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .error-404 .right_decoration {
    width: 250px;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}
@media (max-width: 370px) {
  .error-404 .right_decoration {
    width: 165px;
  }
}
.error-404__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 768px) {
  .error-404__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
  }
}
.error-404__title {
  font-family: "Nyght Serif", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 70px;
  line-height: 68px;
  color: rgb(47, 47, 47);
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .error-404__title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .error-404__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 380px) {
  .error-404__title {
    font-size: 30px;
    line-height: 32px;
  }
}
.error-404__subtitle {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgb(143, 143, 143);
  margin-bottom: 40px;
}

@media (max-width: 380px) {
  .error-404__subtitle {
    font-size: 14px;
    line-height: 16px;
  }
}
.mobile_decoration-element {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 85%);
  -ms-transform: translate(-50%, 85%);
  transform: translate(-50%, 85%);
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.9475 20.2188C27.1234 21.7297 28.2909 22.2218 28.9777 22.2791C30.0078 22.2791 30.5229 21.5923 30.5229 20.5621C30.5229 19.532 28.9777 18.3301 27.9475 20.2188Z' stroke='%23103D33'/%3E%3Cpath d='M23.6553 19.7038C22.8312 24.6485 26.5169 25.9992 28.4628 26.0564C30.6948 26.0564 32.7551 25.3696 34.1286 22.7942C35.5022 20.2188 34.3003 17.3 32.9268 16.4416C31.5532 15.5831 24.6855 13.5228 23.6553 19.7038Z' stroke='%23103D33'/%3E%3Cpath d='M16.444 32.0655C14.2463 34.2631 10.9498 31.6076 9.57625 30.0052C8.54609 34.2975 11.6366 37.5597 15.0704 37.0446C18.5043 36.5295 18.8477 33.9541 19.1911 32.0655C19.4658 30.5546 20.4501 30.1769 20.908 30.1769C19.1911 28.6316 19.1911 29.3184 16.444 32.0655Z' stroke='%23103D33'/%3E%3Cpath d='M43.3997 30.5203C45.5974 32.718 49.0656 31.7305 50.4392 30.1281C51.4693 34.4204 48.0354 37.5109 44.6016 36.9958C41.1677 36.4807 40.8243 33.9053 40.4809 32.0167C40.2062 30.5058 39.2219 30.1281 38.764 30.1281C40.4809 28.5828 40.6526 27.7732 43.3997 30.5203Z' stroke='%23103D33'/%3E%3Cpath d='M25.3721 27.945C26.3336 30.4173 28.6342 29.3185 29.6644 28.46C31.038 27.945 30.1795 27.945 34.6435 27.945C39.1075 27.945 36.7038 24.1677 37.0472 22.6225C37.3906 21.0772 40.4811 20.5622 37.9057 18.6735C35.3303 16.7849 37.5623 15.4114 36.7038 13.5227C35.8453 11.6341 33.0983 13.5227 31.3813 12.6643C29.6644 11.8058 30.3512 9.40211 28.2908 9.57381C26.2305 9.7455 26.2305 14.0378 24.3419 13.5227C22.4533 13.0077 20.5647 13.3511 20.0496 15.4114C19.5345 17.4717 22.2816 19.532 21.0797 20.5622C19.8779 21.5923 19.1911 22.9659 20.0496 24.8545C20.9081 26.7431 24.1702 24.8545 25.3721 27.945Z' stroke='%23103D33'/%3E%3Cpath d='M17.8175 42.3674C16.2151 43.512 12.7011 44.7024 11.4649 40.3071C9.91966 34.8129 28.8059 34.8129 28.8059 54.3859C28.8059 49.5785 30.5915 39.4829 37.7339 37.56C46.662 35.1563 48.0355 40.1354 47.6921 43.9126C47.3488 47.6899 44.43 47.8616 43.3998 46.8314C42.3697 45.8012 42.8847 43.9126 43.3998 43.9126' stroke='%23103D33'/%3E%3Cpath d='M28.8053 54.5574L29.5123 32.9241M29.6638 28.2884L29.5123 32.9241M29.5123 32.9241C28.7043 31.6078 26.8137 29.5589 25.7149 31.8939C24.616 34.229 26.1727 34.3549 27.0884 34.126M29.5123 32.9241C30.1351 31.8939 31.7585 30.0397 33.2694 30.8638C35.158 31.8939 34.1278 34.4693 32.0675 34.126' stroke='%23103D33'/%3E%3Cellipse cx='15.9291' cy='27.7736' rx='0.515079' ry='0.515079' fill='%23103D33'/%3E%3Ccircle cx='14.2114' cy='22.9661' r='0.515079' fill='%23103D33'/%3E%3Ccircle cx='14.8989' cy='18.1587' r='0.515079' fill='%23103D33'/%3E%3Cellipse cx='16.9584' cy='13.0078' rx='0.515079' ry='0.515079' fill='%23103D33'/%3E%3Cellipse cx='20.7358' cy='8.54383' rx='0.515079' ry='0.515079' fill='%23103D33'/%3E%3Cellipse cx='26.2299' cy='6.14008' rx='0.515079' ry='0.515079' fill='%23103D33'/%3E%3Cellipse cx='31.3813' cy='6.14008' rx='0.515079' ry='0.515079' fill='%23103D33'/%3E%3Cellipse cx='36.8754' cy='8.20032' rx='0.515079' ry='0.515079' fill='%23103D33'/%3E%3Cellipse cx='41.3393' cy='11.6345' rx='0.515079' ry='0.515079' fill='%23103D33'/%3E%3Ccircle cx='43.0561' cy='16.0985' r='0.515079' fill='%23103D33'/%3E%3Ccircle cx='43.0561' cy='20.5624' r='0.515079' fill='%23103D33'/%3E%3Ccircle cx='41.683' cy='24.3395' r='0.515079' fill='%23103D33'/%3E%3C/svg%3E%0A");
}

@media (max-width: 768px) {
  .mobile_decoration-element {
    display: block;
  }
}
@media (max-width: 370px) {
  .mobile_decoration-element {
    -webkit-transform: translate(-50%, 48%);
    -ms-transform: translate(-50%, 48%);
    transform: translate(-50%, 48%);
  }
}
.error-404__button {
  max-width: 280px;
  display: inline-block;
  background-color: #11322D;
  border: 1px solid #11322D;
  color: #fff;
  padding: 17px 24px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-transform: uppercase;
  margin: 0 auto;
}

.error-404__button:hover {
  background-color: #ffffff;
  color: #103D33;
}

article {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
article .entry-content p {
  position: relative;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: rgb(47, 47, 47);
  margin-bottom: 1.5rem;
}
article .entry-content a {
  position: relative;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: rgb(30, 77, 55);
  text-decoration: underline;
}
article .entry-content a:hover {
  color: rgb(20, 60, 45);
  text-decoration: none;
}
article .entry-content h1, article .entry-content h2, article .entry-content h3, article .entry-content h4, article .entry-content h5, article .entry-content h6 {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  color: #2f2f2f;
  margin: 2.5rem 0 1rem;
  line-height: 1.1;
}
article .entry-content h1 {
  font-size: 70px;
}
article .entry-content h2 {
  font-size: 56px;
}
article .entry-content h3 {
  font-size: 42px;
}
article .entry-content h4 {
  font-size: 32px;
}
article .entry-content h5 {
  font-size: 24px;
}
article .entry-content h6 {
  font-size: 20px;
}
article .entry-content ul, article .entry-content ol {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
article .entry-content ul li, article .entry-content ol li {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0.8rem;
  font-family: Helvetica, sans-serif;
  color: #2f2f2f;
}
article .entry-content ul {
  list-style-type: disc;
}
article .entry-content ol {
  list-style-type: decimal;
}
article .entry-content blockquote {
  margin: 2rem 0;
  padding-left: 1.5rem;
  border-left: 4px solid #ccc;
  font-style: italic;
  font-size: 22px;
  color: #555;
  line-height: 1.6;
  background: #f9f9f9;
}
article .entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  article {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  article .entry-content p,
  article .entry-content a {
    font-size: 20px;
    line-height: 28px;
  }
  article .entry-content h1 {
    font-size: 40px;
  }
  article .entry-content h2 {
    font-size: 32px;
  }
  article .entry-content h3 {
    font-size: 26px;
  }
  article .entry-content h4 {
    font-size: 22px;
  }
  article .entry-content h5 {
    font-size: 18px;
  }
  article .entry-content h6 {
    font-size: 16px;
  }
  article .entry-content ul, article .entry-content ol {
    padding-left: 1.5rem;
  }
  article .entry-content ul li, article .entry-content ol li {
    font-size: 18px;
    line-height: 26px;
  }
  article .entry-content blockquote {
    font-size: 18px;
    padding-left: 1rem;
  }
}