@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);
@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --grey-50: rgba(143, 143, 149, 1);
  --red: rgba(232, 67, 67, 1);
  --domain-primary: rgba(57, 89, 218, 1);
  --grey-200: rgba(230, 218, 207, 1);
  --grey-300: rgba(148, 134, 130, 1);
  --yellow: rgba(233, 175, 81, 1);
  --green: rgba(55, 196, 131, 1);
  --white: rgba(255, 255, 255, 1);
  --primary: rgba(255, 101, 56, 1);
  --secondary: rgba(76, 158, 234, 1);
  --grey-40: rgba(187, 187, 193, 1);
  --surface: rgba(251, 244, 242, 1);
  --white-10: rgba(255, 255, 255, 0.1);
  --white-40: rgba(255, 255, 255, 0.4);
  --black: rgba(49, 26, 19, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--white);
  font-family: "Manrope", sans-serif;
}

.S2Xuw_nurUFZv3K {
  display: flex;
  justify-content: center;
}

.S2Xuw_nurUFZv3K a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px 0 0;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border: 1px solid var(--grey-200);
  border-radius: 60px;
}

.S2Xuw_nurUFZv3K a svg {
  transition: 0.4s all linear;
}

.S2Xuw_nurUFZv3K a:hover svg {
  transform: scale(1.4);
}

.S2Xuw_nurUFZv3K a:last-child {
  margin: 0;
}

.S2Xuw_nurUFZv3K a svg path {
  fill: var(--black);
}

.actionPOhS0z {
  display: none;
}

.btn__0eF1wy {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  border: 1px solid var(--grey-200);
  border-radius: 60px;
  text-decoration: none;
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s all linear;
  position: relative;
  overflow: hidden;
  z-index: 0;
  isolation: isolate;
  white-space: nowrap;
}
.btn__0eF1wy.btn-xSI8snkP {
  border-color: var(--secondary);
  color: var(--black);
}
.btn__0eF1wy.btn-xSI8snkP:hover {
  background: var(--secondary);
  color: var(--white);
}
.btn__0eF1wy.colSnODxuRi {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.btn__0eF1wy.colSnODxuRi svg {
  margin: 0 0 0 8px;
  width: 24px;
  height: 24px;
}
.btn__0eF1wy.colSnODxuRi svg path {
  fill: var(--white);
  transition: 0.3s all linear;
}
.btn__0eF1wy.colSnODxuRi:hover {
  background: transparent;
  color: var(--primary);
}
.btn__0eF1wy.colSnODxuRi:hover svg path {
  fill: var(--primary);
}
.btn__0eF1wy::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  transition: clip-path 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.btn__0eF1wy.btn-xSI8snkP::before {
  background: var(--secondary);
}
.btn__0eF1wy.colSnODxuRi::before {
  background: var(--white);
}
.btn__0eF1wy:hover::before {
  clip-path: polygon(-20% 0, 120% 0, 100% 100%, 0 100%);
}
.btn__0eF1wy::after {
  content: "";
  position: absolute;
  inset: -30% -60%;
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.3) 14%, rgba(255, 255, 255, 0.12) 22%, transparent 34%);
  transform: translateX(-130%);
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn__0eF1wy:hover::after {
  transform: translateX(40%);
}
.btn__0eF1wy:active {
  transform: translateY(1px);
}

@media (prefers-reduced-motion: reduce) {
  .btn__0eF1wy, .btn__0eF1wy::before, .btn__0eF1wy::after {
    transition: none !important;
  }
}
.wr_LMPN2m {
  margin: 0 auto;
  max-width: 1320px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 27px 0;
  z-index: 9;
  background: var(--white);
}

header nav,
footer nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav .K8kEm2xM_logo,
footer nav .K8kEm2xM_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 44px 0 0;
  text-decoration: none;
  width: 139px;
}

header nav .K8kEm2xM_logo img,
footer nav .K8kEm2xM_logo img {
  width: inherit;
  height: 50px;
}

header nav .OkZvCMtQ--n,
footer nav .OkZvCMtQ--n {
  display: flex;
  align-items: center;
}

header nav .OkZvCMtQ--n ul,
footer nav .OkZvCMtQ--n ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--surface);
  list-style: none;
  border-radius: 70px;
}

header nav .OkZvCMtQ--n ul.headerkSqBV3if2.H8YMz1Cf--c.wrapped {
  border-radius: 28px;
}

header nav .OkZvCMtQ--n ul li,
footer nav .OkZvCMtQ--n ul li {
  display: flex;
  margin: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  line-height: normal;
  background: var(--white);
  color: var(--black);
  border-radius: 60px;
  border: 1px solid transparent;
  transition: 0.4s all ease-in;
}

header nav .OkZvCMtQ--n ul li.active,
header nav .OkZvCMtQ--n ul li:hover,
footer nav .OkZvCMtQ--n ul li.active,
footer nav .OkZvCMtQ--n ul li:hover {
  background: var(--black);
  color: var(--white);
}

header nav .OkZvCMtQ--n ul li a,
footer nav .OkZvCMtQ--n ul li a {
  padding: 10px 16px;
  text-decoration: none;
  color: inherit;
}

header nav .vIWG0Md_btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 24px;
}

header nav .vIWG0Md_btn .S2Xuw_nurUFZv3K {
  margin: 0 44px 0 0;
}

header nav .OkZvCMtQ--n .S2Xuw_nurUFZv3K {
  display: none;
}

header nav .vIWG0Md_btn .iwVWLy-btn {
  display: flex;
  align-items: center;
}

header nav .vIWG0Md_btn .btn__0eF1wy.btn-xSI8snkP {
  margin: 0 16px 0 0;
}

main {
  position: relative;
  width: 100%;
  min-height: 77vh;
}

.v9mWGh0RU58rZ {
  padding: 70px 0 0 0;
}

.v9mWGh0RU58rZ .j0CgMfaDS--blocks {
  display: flex;
  justify-content: space-between;
}

.v9mWGh0RU58rZ .b_OiItcA {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.v9mWGh0RU58rZ .b_OiItcA.error {
  width: 100%;
}
.v9mWGh0RU58rZ .b_OiItcA.error h1,
.v9mWGh0RU58rZ .b_OiItcA.error p,
.v9mWGh0RU58rZ .b_OiItcA.error .btn__0eF1wy {
  align-self: center;
}

.v9mWGh0RU58rZ .b_OiItcA h1 {
  margin: 0 0 32px 0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: var(--black);
}

.v9mWGh0RU58rZ .b_OiItcA p {
  margin: 0 0 44px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}

.v9mWGh0RU58rZ .b_OiItcA .btn__0eF1wy {
  align-self: flex-start;
}

.v9mWGh0RU58rZ .jsK5VE-n7sDdaH {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.v9mWGh0RU58rZ .jsK5VE-n7sDdaH img {
  width: 100%;
  height: 100%;
}

.v9mWGh0RU58rZ .post-S18pxin {
  position: absolute;
  bottom: 12px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  align-items: center;
  border-radius: 77px;
  background: var(--white);
  z-index: 2;
}

.v9mWGh0RU58rZ .post-S18pxin span {
  margin: 0 6px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 56px;
  background: var(--grey-200);
  transition: 0.3s all ease-in;
}

.v9mWGh0RU58rZ .post-S18pxin span:last-child {
  margin: 0;
}

.v9mWGh0RU58rZ .post-S18pxin span:hover {
  background: var(--primary);
}

.v9mWGh0RU58rZ .post-S18pxin span.active {
  width: 20px;
  background: var(--primary);
}

.content {
  padding: 80px 0 0 0;
}

.content h2 {
  margin: 40px 0 10px 0;
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
}

.content h3 {
  margin: 20px 0 15px 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
}

.content h4 {
  margin: 10px 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
}

.content .zLjBk--gwAYfI9r {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.content .U0MbFXJHE1--rI7oMF {
  flex-direction: row;
  justify-content: space-between;
}

.content .posts-VBSJEu7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 16px;
  background: var(--white-10);
  background: var(--surface);
  border-radius: 24px;
}

.content .zLjBk--gwAYfI9r .jz9hX_rVFiT164 .HOxr-HGhzwq {
  border: none;
}

.content .U0MbFXJHE1--rI7oMF .posts-VBSJEu7 {
  flex-direction: column;
  width: 32.5%;
}

.content .E4MNVu791--log {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
  width: 220px;
}

.content .brand__OWE7mXrV {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: var(--white);
}

.content .U0MbFXJHE1--rI7oMF .E4MNVu791--log {
  flex-direction: row;
  align-items: center;
}

.content .logo9wz4bAqrY {
  width: 220px;
  height: 220px;
  border-radius: 22px;
  overflow: hidden;
  transition: 0.4s all linear;
}

.content .logo9wz4bAqrY:hover {
  filter: brightness(70%);
}

.content .Z4aGfc__q5nEjZDz .nHXdIa6_KONqML img {
  width: 100%;
  height: 100%;
}

.content .U0MbFXJHE1--rI7oMF .logo9wz4bAqrY {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

.content .logo9wz4bAqrY img {
  width: inherit;
  height: inherit;
}

a.content .logo9wz4bAqrY {
  display: flex;
  text-decoration: none;
}

.content .h--d5kfqy,
.content .qxBkaV-l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.content .zLjBk--gwAYfI9r .jz9hX_rVFiT164 .h--d5kfqy,
.content .zLjBk--gwAYfI9r .jz9hX_rVFiT164 .qxBkaV-l {
  flex-direction: column;
}

.content .zLjBk--gwAYfI9r .jz9hX_rVFiT164 .GvXqdblRh_sFBh4,
.content .zLjBk--gwAYfI9r .jz9hX_rVFiT164 .logo__ShpqTseBd,
.content .zLjBk--gwAYfI9r .jz9hX_rVFiT164 .showcase-info-row,
.content .zLjBk--gwAYfI9r .jz9hX_rVFiT164 .log__qOsx37W {
  align-self: flex-start;
}

.content .qxBkaV-l {
  display: none;
}

.content .qxBkaV-l .bd9UPq3_button,
.content .qxBkaV-l span {
  display: none;
}

.content .GvXqdblRh_sFBh4,
.content .logo__ShpqTseBd {
  font-size: 24px;
  font-weight: 700;
  align-self: center;
  text-align: center;
  color: var(--black);
  max-width: 100%;
  text-decoration: none;
  transition: 0.3s all linear;
}

.content .GvXqdblRh_sFBh4:hover,
.content .logo__ShpqTseBd:hover {
  color: var(--primary);
}

.content .U0MbFXJHE1--rI7oMF .GvXqdblRh_sFBh4,
.content .U0MbFXJHE1--rI7oMF .logo__ShpqTseBd {
  margin: 0;
  text-align: left;
}

.content .showcase-info-row,
.content .log__qOsx37W {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0 0;
}

.content .showcase-info-rating,
.content .J6uUsyqdV--logo {
  display: flex;
  align-items: center;
}

.content .U0MbFXJHE1--rI7oMF .showcase-info-rating,
.content .U0MbFXJHE1--rI7oMF .J6uUsyqdV--logo {
  margin: 0 5px 0 0;
}

.content .showcase-info-rating img,
.content .J6uUsyqdV--logo img {
  margin: 0 5px 0 0;
  width: 16.67px;
  height: 15.83px;
}

.content .showcase-info-rating img:last-child,
.content .J6uUsyqdV--logo img:last-child {
  margin: 0;
}

.content .DbJ0hNOZ-dq3N76,
.content .l_Upwjenamg {
  margin: 0 0 0 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: right;
  color: var(--black);
  max-width: 100%;
}

.content .HOxr-HGhzwq {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin: 0 15px 0 0;
  padding: 0 16px 0 0;
  border-right: 1px solid var(--grey-200);
}

.content .oKQpTC4_pvVh9z {
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  max-width: 100%;
  color: var(--green);
  text-decoration: none;
  transition: 0.3s all linear;
}

.content .oKQpTC4_pvVh9z:hover {
  color: var(--secondary);
}

.content .contrastq2TinCM {
  max-width: 100%;
}

.content .contrastq2TinCM {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: var(--grey-300);
  flex: 1;
}

.content .btntdRhf6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
}

.content .zLjBk--gwAYfI9r .jz9hX_rVFiT164 .btntdRhf6 {
  justify-content: flex-end;
  width: 30%;
}

.content .U0MbFXJHE1--rI7oMF .btntdRhf6 {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

.content .btn--anwVZOY {
  display: flex;
  flex-direction: column;
  margin: 0 16px 0 0;
}

.content .btn--anwVZOY span {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: var(--grey-300);
}

.content .U0MbFXJHE1--rI7oMF .btn--anwVZOY {
  margin: 0;
  align-self: flex-start;
}

.content .bd9UPq3_button {
  display: flex;
  margin: 0 0 13px 0;
}

.content .bd9UPq3_button:last-child {
  margin: 0;
}

.content .bd9UPq3_button img {
  margin: 0 12px 0 0;
  width: 20px;
  height: 20px;
}

.content .bd9UPq3_button p {
  margin: 0;
  max-width: 100%;
}

.content .EG43FJcaction {
  display: flex;
  flex-direction: column;
}

.content .U0MbFXJHE1--rI7oMF .EG43FJcaction {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

.content .EG43FJcaction .btn__0eF1wy {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.content .U0MbFXJHE1--rI7oMF .EG43FJcaction .btn__0eF1wy.colSnODxuRi {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.content .U0MbFXJHE1--rI7oMF .EG43FJcaction .btn__0eF1wy.btn-xSI8snkP {
  width: 35%;
  min-width: auto;
}

.content .EG43FJcaction .btn__0eF1wy:last-child {
  margin: 0;
}

.content .U0MbFXJHE1--rI7oMF .OqbHU9h__b {
  display: flex;
  margin: 19px 0 0 0;
  justify-content: center;
  align-items: center;
}

.content .U0MbFXJHE1--rI7oMF .OqbHU9h__b img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

.content .U0MbFXJHE1--rI7oMF .OqbHU9h__b span {
  margin: 0 8.5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--white);
}

.content .VgGTeY-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0 0;
  padding: 8px 8px 8px 12px;
  border: 1px solid var(--green);
  border-radius: 60px;
  background: var(--primary);
  align-self: self-start;
}

.content .primary--r30pSh {
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  color: var(--white);
}

.content .container--26MFE0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8px 8px 16px;
  border-radius: 40px;
  background: var(--white);
  cursor: pointer;
}

.content .container--26MFE0 p {
  margin: 0 8px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  color: var(--black);
  max-width: 100%;
}

.content .container--26MFE0 img {
  width: 24px;
  height: 24px;
}

.content p,
.content ul li,
.content ol li,
.content td,
.content th {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: var(--black);
}

.content td {
  font-weight: 500;
}

.content thead td {
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  color: var(--grey-300);
  text-transform: uppercase;
  font-weight: 700;
}

.content p {
  margin: 0 0 15px 0;
}

.content ul li,
.content ol li {
  max-width: 100%;
}

.content ul,
.content ol {
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
  max-width: 70%;
}

.content p:not(:where([class], [id])) {
  margin: 0 0 16px 0;
}

.content .sMWNCEk9_first {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.content .blog__P7q2zdnZ3 {
  padding: 20px;
  border: 1px solid var(--surface);
  border-radius: 24px;
  background: var(--surface);
  width: 49.5%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.content .fzE4UWC3L--first {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

.content .fzE4UWC3L--first.primary-ZEpiRD {
  color: var(--green);
}

.content .fzE4UWC3L--first.J7B0UQHI--wraper {
  color: var(--red);
}

.content .sMWNCEk9_first .primaryUjhGBsq {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.content .sMWNCEk9_first .primaryUjhGBsq p {
  margin: 0;
}

.content .sMWNCEk9_first img {
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
}

.content .sMWNCEk9_first .primaryUjhGBsq p {
  max-width: 100%;
}

.content .table-responsive,
.content figure.tbl-uBRsLd8kP {
  margin: 0 0 15px 0;
  width: 100%;
  overflow-x: auto;
}

.table-responsive table,
.content figure.tbl-uBRsLd8kP table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.content .table-responsive thead,
.content figure.tbl-uBRsLd8kP thead {
  background: var(--white-40);
}

.content .table-responsive th,
.content .table-responsive td,
.content figure.tbl-uBRsLd8kP th,
.content figure.tbl-uBRsLd8kP td {
  padding: 12px 16px;
  text-align: left;
  background: var(--surface);
  border: 1px solid var(--surface);
}

.content .table-responsive th:first-child,
.content .table-responsive td:first-child,
.content figure.tbl-uBRsLd8kP th:first-child,
.content figure.tbl-uBRsLd8kP td:first-child {
  border-radius: 24px 0px 0px 24px;
}

.content .table-responsive th:last-child,
.content .table-responsive td:last-child,
.content figure.tbl-uBRsLd8kP th:last-child,
.content figure.tbl-uBRsLd8kP td:last-child {
  border-radius: 0px 24px 24px 0px;
}

.content .tb__nXmva2 tbody tr > *:nth-child(1) {
  font-weight: 700;
  color: var(--white-40);
}

.content .tb__nXmva2 tbody tr > *:nth-child(2) {
  font-weight: 700;
  color: var(--white);
}

.content .tb__nXmva2 tbody tr > * {
  border-bottom: 1px solid var(--white-10);
}

.content .table-responsive th,
.content figure.tbl-uBRsLd8kP th {
  font-weight: 600;
}

.content .table-responsive .uH0mwAZ-tbl,
.content figure.tbl-uBRsLd8kP .uH0mwAZ-tbl {
  display: flex;
}

.content .table-responsive .uH0mwAZ-tbl img,
.content figure.tbl-uBRsLd8kP .uH0mwAZ-tbl img {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.content .table-responsive .uH0mwAZ-tbl span,
.content figure.tbl-uBRsLd8kP .uH0mwAZ-tbl span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--green);
}

.content .table-responsive .sCLEMa7g__EYxXjr,
.content figure.tbl-uBRsLd8kP .sCLEMa7g__EYxXjr {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .table-responsive .sCLEMa7g__EYxXjr img,
.content figure.tbl-uBRsLd8kP .sCLEMa7g__EYxXjr img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

.content .table-responsive .sCLEMa7g__EYxXjr span,
.content figure.tbl-uBRsLd8kP .sCLEMa7g__EYxXjr span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
  flex: 1;
}

.content .table-responsive .sCLEMa7g__EYxXjr .btn__0eF1wy,
.content figure.tbl-uBRsLd8kP .sCLEMa7g__EYxXjr .btn__0eF1wy {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

.content .Z4aGfc__q5nEjZDz {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.content .Z4aGfc__q5nEjZDz .article--i2wgGSU {
  display: flex;
  flex-direction: column;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid var(--white);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

.content .Z4aGfc__q5nEjZDz .nHXdIa6_KONqML {
  display: flex;
  width: 100%;
  height: 229px;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s all linear;
}

.content .Z4aGfc__q5nEjZDz .nHXdIa6_KONqML img {
  width: 100%;
  height: 100%;
}

.content .Z4aGfc__q5nEjZDz .nHXdIa6_KONqML:hover {
  filter: brightness(70%);
}

.content .Z4aGfc__q5nEjZDz .itemX93b4zJMj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0 0;
}

.content .Z4aGfc__q5nEjZDz .gjbs2Ho1l__item {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  text-decoration: none;
  color: var(--black);
  transition: 0.4s all linear;
}

.content .Z4aGfc__q5nEjZDz .gjbs2Ho1l__item:hover {
  color: var(--primary);
}

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

.content .Z4aGfc__q5nEjZDz .articleBrQCKtUy img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

.content .Z4aGfc__q5nEjZDz .item--S0XsGlR {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
}

.content .Z4aGfc__q5nEjZDz .itemn6mCTuPI {
  display: flex;
  flex-wrap: wrap;
}

.content .Z4aGfc__q5nEjZDz .AuIqKtTM-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 8px 0 0;
  padding: 5px 16px 5px 5px;
  border-radius: 60px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--white);
}

.content .Z4aGfc__q5nEjZDz .AuIqKtTM-post img {
  margin: 0 3px 0 0;
  width: 24px;
  height: 24px;
}

.content .Z4aGfc__q5nEjZDz .UIhHPo-blog {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.content .Z4aGfc__q5nEjZDz .article--i2wgGSU .btn__0eF1wy {
  margin: 16px 0 0 0;
}

.content .Z4aGfc__q5nEjZDz .article--i2wgGSU .btn__0eF1wy.btn-xSI8snkP {
  margin-right: 15px;
}

.content .Z4aGfc__q5nEjZDz .action--Asyqou {
  display: flex;
  justify-content: space-between;
}

.content .Z4aGfc__q5nEjZDz .action--Asyqou .btn__0eF1wy:last-child {
  width: 70%;
}

.content .primary__LHQ91ysq {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0 0;
  padding: 12px;
  border-radius: 16px;
  background: var(--white);
}

.content .XDTSbcFiprim {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: var(--green);
}

.content .hHDAnX--cont {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 12px 16px;
  width: 100%;
  border: 1px solid var(--green);
  border-radius: 60px;
  background: var(--white);
  cursor: pointer;
}

.content .hHDAnX--cont span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: var(--black);
}

.content .hHDAnX--cont img {
  position: absolute;
  top: 12px;
  right: 19px;
  width: 18px;
  height: 18px;
  z-index: 2;
}

.content .spoiler {
  margin: 0 0 20px 0;
  padding: 16px;
  width: 100%;
  align-self: center;
  border: 1px solid var(--surface);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
  max-height: 65px;
  overflow: hidden;
  transition: 0.4s max-height linear;
}

.content .spoiler.map_WxU8EM {
  margin: 15px 0 0 0;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: visible;
}

.content .spoiler.active {
  max-height: 100%;
  overflow: visible;
}

.content .headeryJ1jCP {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}

.content .headeryJ1jCP .ZrQdqk1-b {
  width: 30px;
  height: 30px;
  transition: 0.4s all linear;
  transform: rotate(180deg);
}

.content .spoiler.active .headeryJ1jCP .ZrQdqk1-b {
  transform: rotate(360deg);
}

.content .headeryJ1jCP .ZrQdqk1-b path {
  fill: var(--black);
}

.content .spoiler span {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: var(--black);
}

.content .spoiler ol {
  margin: 16px 0 0 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
  counter-reset: sitem;
}

.content .spoiler ol li {
  position: relative;
  display: flex;
  margin: 0 0 8px 0;
  padding: 0 0 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
  counter-increment: sitem;
  transition: 0.4s all linear;
  text-align: left;
  border-radius: 60px;
  background: var(--white);
}

.content .spoiler ol li::before {
  content: counter(sitem) ".";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--black);
  opacity: 0.9;
}

.content .spoiler ol li:hover,
.content .spoiler ol li.active {
  color: var(--primary);
}

.content .spoiler ol li:last-child {
  margin: 0;
}

.content .spoiler ol li a {
  padding: 14px 16px;
  width: 100%;
  text-decoration: none;
  color: inherit;
  flex: 1 1 auto;
}

.CJRyKRtuUL5Xpo {
  display: flex;
  width: 250px;
  height: 250px;
}

.logo_AerE8yP {
  float: left;
  margin: 0 10px 10px 0;
}

.LH49KJ10d-4WBFs {
  float: right;
  margin: 0 0 10px 10px;
}

.CJRyKRtuUL5Xpo img {
  width: inherit;
  height: inherit;
  border-radius: 24px;
}

.dY03MEXl--wr .table-responsive {
  width: auto;
}

.y4X8CUGV_bULlI {
  display: flex;
  width: 48%;
  height: auto;
}

.y4X8CUGV_bULlI img {
  width: 100%;
  height: inherit;
  border-radius: 24px;
}

.logo_CANLhRjVz {
  float: left;
  margin: 0 20px 10px 0;
}

.PjiCud4m-RE2o {
  float: right;
  margin: 0 0 10px 20px;
}

.hero--ImDz8S {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 24px 22px 24px 44px;
  border-radius: 24px;
  background: var(--primary);
}

.hero--ImDz8S .hero-6aUYkl3n {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.hero--ImDz8S .b_FT0wd2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 67px;
  text-align: left;
  color: var(--white);
}

.hero--ImDz8S .b_7gkKUuzQ8 {
  margin: 24px 0 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: var(--white);
  width: 60%;
}

.hero--ImDz8S .hero-6aUYkl3n .btn__0eF1wy {
  margin: 32px 0 0 0;
  background: var(--white);
  color: var(--black);
  border: none;
  align-self: flex-start;
  transition: 0.4s all linear;
}

.hero--ImDz8S .hero-6aUYkl3n .btn__0eF1wy:hover {
  background: var(--black);
  color: var(--white);
}

.hero--ImDz8S .ban_GTEkh5 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 50%;
}

.hero--ImDz8S .VZKv4Rd--main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 16px;
}

.hero--ImDz8S .ban_GTEkh5 .VZKv4Rd--main {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.hero--ImDz8S .VZKv4Rd--main .r4O3yfqX9C__bottom {
  width: 100%;
  height: 100%;
}

.VZKv4Rd--main .r4O3yfqX9C__bottom {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

.VZKv4Rd--main .bottom-N4YjlI {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  border-radius: inherit;
}

.VZKv4Rd--main.is-flipped .bottom-N4YjlI {
  transform: rotateY(180deg);
}

.VZKv4Rd--main .I7XbOUQAm__f {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  border-radius: inherit;
}

.VZKv4Rd--main .I7XbOUQAm__f.n6at713gP__form {
  background: var(--white);
}

.VZKv4Rd--main .I7XbOUQAm__f.KrELYVatC-action {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

.VZKv4Rd--main img {
  width: 56%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sitemappage-4o8uRNm0 {
  width: 19%;
}

.U3OqhZo-block {
  margin: 0 0 20px 0;
}

.J37StLwH6__card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.U3OqhZo-block .FymCIj_block {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid var(--surface);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

.U3OqhZo-block .FymCIj_block img {
  width: 24px;
  height: 24px;
}

.U3OqhZo-block .WUj6GM0J__block {
  margin: 16px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.U3OqhZo-block .O1oNaAE5Q_rows {
  margin: 8px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
}

content .z4iOqZt5gB {
  margin: 0 0 20px 0;
}

.content .i4Gpcnge--articles {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
  width: 100%;
  padding: 16px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

.content .headaJcPFG {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content .OYjS9D4kd4Xq {
  display: flex;
  align-items: center;
}

.content .TXjlGKND__ZC39 {
  margin: 0 16px 0 0;
  width: 52.68px;
  height: 52.68px;
  border-radius: 50%;
}

.content .QNcXM3w_block {
  display: flex;
  flex-direction: column;
}

.content .lq9mQkL_q09X {
  margin: 0 0 2px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  flex: 1;
  color: var(--black);
  max-width: 100%;
}

.content .urHhq-sg0vQiUNO {
  display: flex;
  align-items: center;
  margin: 0;
}

.content .urHhq-sg0vQiUNO svg {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.content .urHhq-sg0vQiUNO svg path {
  stroke: var(--black);
}

.content .urHhq-sg0vQiUNO svg rect {
  fill: var(--black);
}

.content .urHhq-sg0vQiUNO span {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  max-width: 100%;
  color: var(--black);
}

.content .inv_sNbmxqdO {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: right;
  max-width: 100%;
  color: var(--grey-300);
}

.content .inv__U7oOASs {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
}

.content .dBPeM91 {
  margin: 0 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  color: var(--black);
  max-width: 100%;
}

.content .invQXpY7lRMv {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}

.content .invQXpY7lRMv img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

.content .invQXpY7lRMv img:last-child {
  margin: 0;
}

.content .D1X0yaAFcontrast {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: right;
  color: var(--black);
}

.content .txt_7zUb6imP {
  margin: 16px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: var(--black);
  max-width: 100%;
}

.content .b__Oeu5Pk {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
  align-items: center;
}

.content .Z0ktPjUcontrast {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
  color: var(--primary);
}

.content .action__IJ6jOcl4w {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .btn_DZN963TF {
  display: flex;
  align-items: center;
  margin: 0 0 0 22.5px;
  text-decoration: none;
}

.content .btn_DZN963TF img {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
}

.content .btn_DZN963TF span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: var(--green);
}

.content .btn_DZN963TF:last-child span {
  color: var(--red);
}

.content .W2qsiF--uKeWmv51 {
  display: none;
}

.content .hEdxOGU-form {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  width: 70%;
}

.qIgCuNXform {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: var(--black);
  text-align: center;
}

.j1ZTNYCP_frm {
  display: flex;
  justify-content: center;
  align-items: center;
}

.j1ZTNYCP_frm span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.form_YeRVEM8by {
  display: flex;
}

.form_YeRVEM8by svg {
  margin: 0 0 0 7px;
  width: 20px;
  width: 19px;
  cursor: pointer;
}

.form_YeRVEM8by svg:focus,
.form_YeRVEM8by svg path:focus {
  outline: none;
}

.form_YeRVEM8by svg path {
  fill: var(--grey-200);
  transition: fill 0.2s linear;
}

.form_YeRVEM8by svg.active path {
  fill: var(--yellow);
}

.content .hEdxOGU-form .ta5Q8Ug__foot {
  margin: 21px 0 0 0;
}

.content .hEdxOGU-form .logD2ihsV {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.content .hEdxOGU-form textarea,
.content .hEdxOGU-form input {
  width: 100%;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  border: none;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

.content .hEdxOGU-form textarea::-moz-placeholder, .content .hEdxOGU-form input::-moz-placeholder {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.content .hEdxOGU-form textarea::placeholder,
.content .hEdxOGU-form input::placeholder,
.content .hEdxOGU-form textarea,
.content .hEdxOGU-form input {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.content .hEdxOGU-form textarea {
  min-height: 140px;
  padding: 18px 18px;
  resize: vertical;
}

.content .hEdxOGU-form input {
  height: 54px;
  padding: 0 18px;
}

.content .hEdxOGU-form textarea:focus,
.content .hEdxOGU-form input:focus {
  border-color: var(--field-bd-focus);
  box-shadow: var(--shadow);
}

.content .hEdxOGU-form .BqW2_QEMLW5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 4px 0;
}

.content .hEdxOGU-form .xuNsMI9n1top {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.content .hEdxOGU-form .wrap-XjV189lTq {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.content .hEdxOGU-form .iVDYdw_j59rUescP {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  width: 100%;
}

.content .hEdxOGU-form .iVDYdw_j59rUescP .JjUnQ5xDK__bot {
  width: 39%;
}

.content .hEdxOGU-form .btn__0eF1wy {
  width: 18%;
}

.btn__0eF1wy:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.is-invalid {
  border-color: red !important;
}

.f--oqVKJlA {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.articlesnDVij6P {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: 0 0 8px 0;
  background: var(--surface);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 70px;
  overflow: hidden;
  transition: 0.4s all linear;
}

.articlesnDVij6P.kPu4bvfE--pYFsu2 {
  border-radius: 24px;
}

.foot-PVE8fb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 16px;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}

.foot-PVE8fb span {
  margin: 0;
  max-width: 88%;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.foot-PVE8fb svg {
  margin: 0 0 0 5px;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: 0.4s all linear;
}

.articlesnDVij6P.kPu4bvfE--pYFsu2 svg {
  transform: rotate(360deg);
}

.nkuqVWRO-txt {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.nkuqVWRO-txt p {
  margin: 0;
  padding: 0 16px 16px 16px;
  max-width: 100%;
}

.articlesnDVij6P.kPu4bvfE--pYFsu2 .foot-PVE8fb::after {
  transform: rotate(180deg);
  opacity: 1;
}

.sign__OSZeWF5H {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  padding: 16px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

.signin__qt7ifVz4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.sign--xfbQah {
  display: flex;
  align-items: center;
}

.auth--StwUhWe6 {
  margin: 0 16px 0 0;
  width: 52.68px;
  height: 52.68px;
  border-radius: 50%;
}

.d5daZqr_signin {
  display: flex;
  flex-direction: column;
}

.content .L7QqXDbdL__auth {
  margin: 0 0 6px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: var(--black);
  max-width: 100%;
  flex: 1;
}

.content .yIr8ZKpmt-auth {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  max-width: 100%;
  color: var(--black);
}

.content .m2dehfpD3s-signin {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  max-width: 100%;
  color: var(--black);
}

.content .LVbYP34K--sign {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  max-width: 100%;
  color: var(--black);
}

.sign__OSZeWF5H .S2Xuw_nurUFZv3K a:last-child,
footer .S2Xuw_nurUFZv3K a:last-child {
  margin: 0;
}

.article--VpSPNOh {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 16px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

.article--VpSPNOh .button--WXapgUK {
  display: flex;
  text-decoration: none;
  width: 430px;
  height: 200px;
  border-radius: 16px;
  transition: 0.4s all linear;
}

.article--VpSPNOh .button--WXapgUK:hover {
  filter: brightness(70%);
  border-radius: 16px;
}

.article--VpSPNOh .button--WXapgUK img {
  width: inherit;
  height: inherit;
}

.article--VpSPNOh .ToUP8H__button {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

.article--VpSPNOh .ancqJS3Ys--b {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: var(--black);
  text-decoration: none;
  transition: 0.4s all linear;
}

.article--VpSPNOh .ancqJS3Ys--b:hover {
  color: var(--primary);
}

.article--VpSPNOh .ToUP8H__button p {
  margin: 8px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
}

.article--VpSPNOh .i0shkZlg-blocks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 24px 0 0 0;
}

.article--VpSPNOh .i0shkZlg-blocks .btn__0eF1wy {
  width: 35%;
}

.article--VpSPNOh .i0shkZlg-blocks .articlesnDVij6P {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.article--VpSPNOh .i0shkZlg-blocks .foot-PVE8fb {
  padding: 16px;
  transition: 0.4s all linear;
}

.article--VpSPNOh .i0shkZlg-blocks .articlesnDVij6P.kPu4bvfE--pYFsu2 .foot-PVE8fb span {
  color: var(--primary);
}

.wrAXEa9mW {
  position: fixed;
  bottom: 1%;
  left: 0.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 99%;
  padding: 16px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
  z-index: 9;
}

.wrAXEa9mW .DdCXLgktR__card {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

.wrAXEa9mW .DdCXLgktR__card svg {
  margin: 0 14px 0 0;
  width: 43.91px;
  height: 43.91px;
  flex: 1 0 auto;
}

.wrAXEa9mW .DdCXLgktR__card svg path {
  fill: var(--black);
}

.wrAXEa9mW .btn--MAeb3ni {
  display: flex;
  flex-direction: column;
}

.wrAXEa9mW .cZIuHjyCpM {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.wrAXEa9mW .s7q5RwTSE--txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
}

.wrAXEa9mW .btn__0eF1wy {
  white-space: nowrap;
}

.mainEJ4gLk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding: 20px;
  border-radius: 24px;
  background: var(--primary);
}

.mainEJ4gLk .hero__zlCv6bu5 {
  display: flex;
  flex-direction: column;
}

.mainEJ4gLk .bH2OW0mXmain {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--white);
}

.mainEJ4gLk .bblsDk8aT {
  margin: 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: var(--white);
}

.mainEJ4gLk .b__N9LPrYFe {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
  width: 489px;
}

.mainEJ4gLk .HdNsIw3y_b {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border: 2px solid var(--white);
  border-radius: 20px;
}

.mainEJ4gLk .HdNsIw3y_b span {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: var(--white);
}

.mainEJ4gLk .hr_NsylvX {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.mainEJ4gLk .hHDAnX--cont {
  width: 49%;
  align-items: center;
}

.mainEJ4gLk .hHDAnX--cont img {
  position: static;
  margin: 0 0 0 15px;
}

.mainEJ4gLk .btn__0eF1wy {
  width: 49%;
  background: var(--green);
}

footer {
  display: flex;
  flex-direction: column;
  margin: 24px 0;
  padding: 24px;
  border-radius: 24px;
  background: var(--surface);
}

footer nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .botmQuRXt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

footer .FMlPh4E1_f {
  display: flex;
  align-items: center;
}

footer .FMlPh4E1_f img {
  margin: 0 19px 0 0;
}

footer .botmQuRXt a:last-child {
  margin: 0;
}

footer .foot_HVCR528r {
  display: flex;
  align-items: center;
}

footer .foot_HVCR528r img {
  margin: 0 19px 0 0;
  width: 32px;
  height: 32px;
}

footer .foot_HVCR528r a:last-child {
  display: flex;
  margin: 0;
}

footer .nqsDMFv6__bottom {
  display: flex;
  align-items: center;
}

footer .nqsDMFv6__bottom img {
  width: 40px;
  height: 40px;
}

footer .I9smce4O1ATk {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
  align-self: center;
  list-style: none;
}

footer .I9smce4O1ATk li {
  margin: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: var(--grey-300);
  transition: 0.4s all linear;
}

footer .I9smce4O1ATk li:hover {
  color: var(--secondary);
}

footer .I9smce4O1ATk li a {
  text-decoration: none;
  color: inherit;
}

.vyAamczrs__b {
  margin: 0 0 20px 10px;
}
@media screen and (max-width: 1320px) {
  .vyAamczrs__b {
    margin: 0 0 10px 5px;
  }
}
.vyAamczrs__b ul {
  display: flex;
  align-items: center;
}
.vyAamczrs__b ul li {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--primary);
}
@media screen and (max-width: 620px) {
  .vyAamczrs__b ul li {
    font-size: 14px;
    line-height: 16px;
  }
}
.vyAamczrs__b ul li a {
  text-decoration: none;
  color: var(--black);
  font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
  .VZKv4Rd--main .bottom-N4YjlI {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .wr_LMPN2m {
    padding: 0 20px;
  }
  .v9mWGh0RU58rZ {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .wr_LMPN2m {
    padding: 0 20px;
  }
  header nav .vIWG0Md_btn {
    flex-direction: column-reverse;
  }
  header nav .vIWG0Md_btn .iwVWLy-btn {
    margin: 0 0 20px 0;
  }
  header nav .vIWG0Md_btn .S2Xuw_nurUFZv3K {
    margin: 0;
  }
  .content .btntdRhf6 {
    flex-direction: column;
  }
  .content .EG43FJcaction {
    margin: 16px 0 0 0;
  }
  .content .Z4aGfc__q5nEjZDz .nHXdIa6_KONqML {
    height: 150px;
  }
  .content .Z4aGfc__q5nEjZDz .gjbs2Ho1l__item {
    font-size: 20px;
  }
  .hero--ImDz8S .b_FT0wd2 {
    font-size: 36px;
    line-height: 36px;
  }
  .hero--ImDz8S .b_7gkKUuzQ8 {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .table-responsive.S6G7ORg0D--8IEP > table {
    min-width: 205%;
  }
  .mainEJ4gLk .b__N9LPrYFe {
    width: 640px;
  }
  footer .botmQuRXt {
    flex-direction: column;
  }
  footer .foot_HVCR528r,
  footer .nqsDMFv6__bottom {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .actionPOhS0z {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .actionPOhS0z svg {
    width: 40px;
    height: 40px;
  }
  .actionPOhS0z svg rect {
    fill: var(--surface);
  }
  .actionPOhS0z svg path {
    stroke: var(--primary);
  }
  .actionPOhS0z svg.buttonDqj09b6 {
    display: none;
  }
  header.active .actionPOhS0z svg.buttonDqj09b6 {
    display: block;
  }
  header.active .actionPOhS0z svg.zgeS8rJQWbutton {
    display: none;
  }
  header nav .OkZvCMtQ--n {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .OkZvCMtQ--n {
    display: flex;
  }
  header nav .OkZvCMtQ--n ul,
  footer nav .OkZvCMtQ--n ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .OkZvCMtQ--n ul li,
  footer nav .OkZvCMtQ--n ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .OkZvCMtQ--n ul li.active,
  header nav .OkZvCMtQ--n ul li:hover,
  footer nav .OkZvCMtQ--n ul li.active,
  footer nav .OkZvCMtQ--n ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .OkZvCMtQ--n ul li a,
  footer nav .OkZvCMtQ--n ul li a {
    padding: 0;
  }
  header nav .vIWG0Md_btn {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .vIWG0Md_btn .S2Xuw_nurUFZv3K {
    display: none;
  }
  header nav .vIWG0Md_btn .iwVWLy-btn {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .vIWG0Md_btn .btn__0eF1wy {
    margin: 0;
    width: 49%;
  }
  header nav .vIWG0Md_btn .btn__0eF1wy.btn-xSI8snkP {
    margin: 0;
  }
  header nav .OkZvCMtQ--n .S2Xuw_nurUFZv3K {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .v9mWGh0RU58rZ {
    padding: 105px 0 0 0;
  }
  .v9mWGh0RU58rZ .j0CgMfaDS--blocks {
    flex-direction: column-reverse;
  }
  .v9mWGh0RU58rZ .b_OiItcA {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .v9mWGh0RU58rZ .jsK5VE-n7sDdaH {
    width: 100%;
    height: 400px;
  }
  .v9mWGh0RU58rZ .b_OiItcA p {
    margin: 0 0 30px 0;
  }
  .v9mWGh0RU58rZ .b_OiItcA .btn__0eF1wy {
    width: 100%;
  }
  .content .U0MbFXJHE1--rI7oMF {
    flex-wrap: wrap;
  }
  .content .GvXqdblRh_sFBh4 {
    font-size: 20px;
    line-height: 26px;
  }
  .content .logo__ShpqTseBd {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .content .posts-VBSJEu7 {
    flex-wrap: wrap;
  }
  .content .U0MbFXJHE1--rI7oMF .posts-VBSJEu7 {
    width: 49%;
  }
  .content .btntdRhf6 {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .content .HOxr-HGhzwq {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .content .h--d5kfqy {
    display: none;
  }
  .content .qxBkaV-l {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .content .E4MNVu791--log {
    flex-direction: row;
    width: 100%;
  }
  .content .VgGTeY-p {
    align-self: center;
  }
  .content .zLjBk--gwAYfI9r .jz9hX_rVFiT164 .HOxr-HGhzwq {
    display: none;
    border: none;
  }
  .content .zLjBk--gwAYfI9r .jz9hX_rVFiT164 .btntdRhf6 {
    margin: 0;
    width: 100%;
  }
  .content .zLjBk--gwAYfI9r .jz9hX_rVFiT164 .EG43FJcaction {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .content .zLjBk--gwAYfI9r .jz9hX_rVFiT164 .EG43FJcaction .btn__0eF1wy {
    margin: 0;
    width: 49%;
  }
  .content .zLjBk--gwAYfI9r .jz9hX_rVFiT164.posts-VBSJEu7 {
    width: 100%;
  }
  .content .Z4aGfc__q5nEjZDz {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .Z4aGfc__q5nEjZDz .nHXdIa6_KONqML {
    height: 190px;
  }
  .y4X8CUGV_bULlI {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .y4X8CUGV_bULlI img {
    border-radius: 12px;
  }
  .CJRyKRtuUL5Xpo {
    width: 200px;
    height: 200px;
  }
  .CJRyKRtuUL5Xpo img {
    border-radius: 12px;
  }
  .hero--ImDz8S {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .hero--ImDz8S .hero-6aUYkl3n {
    width: 100%;
  }
  .hero--ImDz8S .b_FT0wd2 {
    font-size: 36px;
    line-height: 36px;
  }
  .hero--ImDz8S .b_7gkKUuzQ8 {
    font-size: 16px;
    line-height: 24px;
  }
  .hero--ImDz8S .hero-6aUYkl3n .btn__0eF1wy {
    margin: 20px 0 0 0;
  }
  .hero--ImDz8S .ban_GTEkh5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .hero--ImDz8S .VZKv4Rd--main {
    border-radius: 24px;
  }
  .J37StLwH6__card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .i4Gpcnge--articles {
    border-radius: 16px;
  }
  .content .W2qsiF--uKeWmv51 {
    display: flex;
    align-self: flex-end;
  }
  .content .W2qsiF--uKeWmv51.inv_sNbmxqdO {
    margin: 10px 0 0 0;
  }
  .content .h_OM5GiTo6 {
    display: none;
  }
  .content .inv__U7oOASs.W2qsiF--uKeWmv51 {
    margin: 0;
    align-self: center;
  }
  .content .hEdxOGU-form {
    width: 100%;
  }
  .content .hEdxOGU-form .iVDYdw_j59rUescP {
    flex-direction: column;
  }
  .content .hEdxOGU-form .iVDYdw_j59rUescP .JjUnQ5xDK__bot {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .content .hEdxOGU-form .btn__0eF1wy {
    width: 100%;
  }
  .f--oqVKJlA {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .content .hHDAnX--cont span {
    font-size: 16px;
  }
  .article--VpSPNOh {
    flex-direction: column;
  }
  .article--VpSPNOh .button--WXapgUK {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .article--VpSPNOh .ToUP8H__button {
    margin: 0;
    width: 100%;
  }
  .article--VpSPNOh .i0shkZlg-blocks {
    margin: 0;
    flex-direction: column;
  }
  .article--VpSPNOh .i0shkZlg-blocks .articlesnDVij6P,
  .article--VpSPNOh .i0shkZlg-blocks .btn__0eF1wy {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .wrAXEa9mW .DdCXLgktR__card {
    max-width: 55%;
  }
  .mainEJ4gLk {
    flex-direction: column;
  }
  .mainEJ4gLk .bblsDk8aT {
    font-size: 20px;
  }
  .mainEJ4gLk .b__N9LPrYFe {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .K8kEm2xM_logo {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .S2Xuw_nurUFZv3K {
    order: 1;
  }
  footer nav .OkZvCMtQ--n {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .OkZvCMtQ--n ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .OkZvCMtQ--n ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .OkZvCMtQ--n .S2Xuw_nurUFZv3K {
    margin: 20px 0 0 0;
  }
  .v9mWGh0RU58rZ {
    padding: 85px 0 0 0;
  }
  .v9mWGh0RU58rZ .jsK5VE-n7sDdaH {
    height: 200px;
  }
  .v9mWGh0RU58rZ .post-S18pxin {
    padding: 6px;
  }
  .v9mWGh0RU58rZ .post-S18pxin span {
    width: 8px;
    height: 8px;
  }
  .v9mWGh0RU58rZ .post-S18pxin span.active {
    width: 13px;
  }
  .v9mWGh0RU58rZ .b_OiItcA h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .v9mWGh0RU58rZ .b_OiItcA p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .content .U0MbFXJHE1--rI7oMF .posts-VBSJEu7 {
    width: 100%;
  }
  .content .E4MNVu791--log {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .content .logo9wz4bAqrY {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .content .qxBkaV-l {
    margin: 0;
    justify-content: flex-start;
  }
  .qxBkaV-l {
    display: flex;
    flex-direction: column;
  }
  .content .logo__ShpqTseBd {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .content .J6uUsyqdV--logo {
    margin: 0;
  }
  .content .HOxr-HGhzwq {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .content .GvXqdblRh_sFBh4 {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .content .contrastq2TinCM {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .content .VgGTeY-p {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .content .primary--r30pSh {
    display: none;
  }
  .content .container--26MFE0 {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .content .container--26MFE0 p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .content .btntdRhf6 {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .content .U0MbFXJHE1--rI7oMF .btntdRhf6 {
    margin: 8px 0 0 0;
  }
  .content .EG43FJcaction {
    flex-direction: row-reverse;
    width: 100%;
  }
  .content .EG43FJcaction .btn__0eF1wy {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .content .EG43FJcaction .btn__0eF1wy.colSnODxuRi {
    width: 60%;
  }
  .content .EG43FJcaction .btn__0eF1wy.btn-xSI8snkP {
    width: 40%;
  }
  .content .btn--anwVZOY {
    margin: 0;
    width: 100%;
  }
  .content .U0MbFXJHE1--rI7oMF .EG43FJcaction {
    margin: 0;
    order: 0;
  }
  .content .U0MbFXJHE1--rI7oMF .btn--anwVZOY {
    margin: 19px 0 0 0;
    order: 1;
  }
  .content .U0MbFXJHE1--rI7oMF .OqbHU9h__b {
    order: 2;
  }
  .content h2 {
    margin: 15px 0;
    font-size: 24px;
  }
  .content h3 {
    margin: 15px 0;
    font-size: 22px;
  }
  .content h4 {
    margin: 15px 0;
    font-size: 20px;
  }
  .content .posts-VBSJEu7 {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .content .qxBkaV-l .bd9UPq3_button,
  .content .qxBkaV-l span {
    display: flex;
  }
  .content .showcase-info-row,
  .content .log__qOsx37W {
    margin: 0 0 10px 0;
  }
  .content .qxBkaV-l span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .content .qxBkaV-l .bd9UPq3_button {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .content .brand__OWE7mXrV {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .content .oKQpTC4_pvVh9z {
    font-size: 18px;
    max-width: 100%;
  }
  .content .btn__FzctYW {
    display: none;
  }
  .content .sMWNCEk9_first {
    flex-wrap: wrap;
  }
  .content .blog__P7q2zdnZ3 {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .content .blog__P7q2zdnZ3:last-child {
    margin: 0;
  }
  .content .fzE4UWC3L--first {
    font-size: 14px;
    line-height: 16px;
  }
  .content .Z4aGfc__q5nEjZDz {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content .Z4aGfc__q5nEjZDz .UIhHPo-blog {
    font-size: 14px;
  }
  .content .spoiler span {
    font-size: 20px;
  }
  .CJRyKRtuUL5Xpo {
    width: 200px;
    height: 200px;
  }
  .U3OqhZo-block {
    display: block;
    overflow-x: auto;
  }
  .J37StLwH6__card {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .U3OqhZo-block .FymCIj_block {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .U3OqhZo-block .FymCIj_block img {
    width: 18px;
    height: 18px;
  }
  .article--VpSPNOh .button--WXapgUK {
    height: 190px;
  }
  .wrAXEa9mW {
    flex-direction: column;
  }
  .wrAXEa9mW .DdCXLgktR__card {
    width: 100%;
    max-width: 100%;
  }
  .wrAXEa9mW .btn__0eF1wy {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .wrAXEa9mW .DdCXLgktR__card svg {
    width: 35px;
    height: 35px;
  }
  .mainEJ4gLk .b__N9LPrYFe {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .mainEJ4gLk .HdNsIw3y_b span {
    font-size: 24px;
    line-height: 24px;
  }
  .mainEJ4gLk .hr_NsylvX {
    flex-direction: column;
  }
  .mainEJ4gLk .hHDAnX--cont {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .mainEJ4gLk .btn__0eF1wy {
    width: 100%;
  }
  .bH2OW0mXmain {
    margin: 5px 0;
  }
  .mainEJ4gLk .bblsDk8aT {
    margin: 5px 0;
  }
  footer .botmQuRXt {
    width: 100%;
  }
  footer .FMlPh4E1_f {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .foot_HVCR528r {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .FMlPh4E1_f img,
  footer .foot_HVCR528r img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .U3OqhZo-block .FymCIj_block {
    width: 245px;
  }
}
