@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;
}

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

.HADNyhft_Nxp9P 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;
}

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

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

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

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

.b-iahyYzUbX {
  display: none;
}

.waFds82Ym__btn {
  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;
}
.waFds82Ym__btn.qoQ8CwdObbtn {
  border-color: var(--secondary);
  color: var(--black);
}
.waFds82Ym__btn.qoQ8CwdObbtn:hover {
  background: var(--secondary);
  color: var(--white);
}
.waFds82Ym__btn.cols_Zkx7Ns {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.waFds82Ym__btn.cols_Zkx7Ns svg {
  margin: 0 0 0 8px;
  width: 24px;
  height: 24px;
}
.waFds82Ym__btn.cols_Zkx7Ns svg path {
  fill: var(--white);
  transition: 0.3s all linear;
}
.waFds82Ym__btn.cols_Zkx7Ns:hover {
  background: transparent;
  color: var(--primary);
}
.waFds82Ym__btn.cols_Zkx7Ns:hover svg path {
  fill: var(--primary);
}
.waFds82Ym__btn::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%);
}
.waFds82Ym__btn.qoQ8CwdObbtn::before {
  background: var(--secondary);
}
.waFds82Ym__btn.cols_Zkx7Ns::before {
  background: var(--white);
}
.waFds82Ym__btn:hover::before {
  clip-path: polygon(-20% 0, 120% 0, 100% 100%, 0 100%);
}
.waFds82Ym__btn::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);
}
.waFds82Ym__btn:hover::after {
  transform: translateX(40%);
}
.waFds82Ym__btn:active {
  transform: translateY(1px);
}

@media (prefers-reduced-motion: reduce) {
  .waFds82Ym__btn, .waFds82Ym__btn::before, .waFds82Ym__btn::after {
    transition: none !important;
  }
}
.wrapper__4npkZj {
  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 .iZ284mNlogo,
footer nav .iZ284mNlogo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 44px 0 0;
  text-decoration: none;
  width: 139px;
}

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

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

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

header nav .f5SCIqoRls_menu ul.tXeFMCw-header.Hn9GKL_c.wrapped {
  border-radius: 28px;
}

header nav .f5SCIqoRls_menu ul li,
footer nav .f5SCIqoRls_menu 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 .f5SCIqoRls_menu ul li.active,
header nav .f5SCIqoRls_menu ul li:hover,
footer nav .f5SCIqoRls_menu ul li.active,
footer nav .f5SCIqoRls_menu ul li:hover {
  background: var(--black);
  color: var(--white);
}

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

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

header nav .btn__vS3JrWCg7 .HADNyhft_Nxp9P {
  margin: 0 44px 0 0;
}

header nav .f5SCIqoRls_menu .HADNyhft_Nxp9P {
  display: none;
}

header nav .btn__vS3JrWCg7 .btn--1evu9T0F {
  display: flex;
  align-items: center;
}

header nav .btn__vS3JrWCg7 .waFds82Ym__btn.qoQ8CwdObbtn {
  margin: 0 16px 0 0;
}

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

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

.qiIb1hDioJdT .XM1tgrHG-block {
  display: flex;
  justify-content: space-between;
}

.qiIb1hDioJdT .CQfZIV2m_b {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.qiIb1hDioJdT .CQfZIV2m_b.error {
  width: 100%;
}
.qiIb1hDioJdT .CQfZIV2m_b.error h1,
.qiIb1hDioJdT .CQfZIV2m_b.error p,
.qiIb1hDioJdT .CQfZIV2m_b.error .waFds82Ym__btn {
  align-self: center;
}

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

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

.qiIb1hDioJdT .CQfZIV2m_b .waFds82Ym__btn {
  align-self: flex-start;
}

.qiIb1hDioJdT .TWjf__LfXBE4S {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.qiIb1hDioJdT .TWjf__LfXBE4S img {
  width: 100%;
  height: 100%;
}

.qiIb1hDioJdT .r0AQkKpxposts {
  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;
}

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

.qiIb1hDioJdT .r0AQkKpxposts span:last-child {
  margin: 0;
}

.qiIb1hDioJdT .r0AQkKpxposts span:hover {
  background: var(--primary);
}

.qiIb1hDioJdT .r0AQkKpxposts 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 .YKwWroDuIE {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.content .vQqK-BCFPIENip {
  flex-direction: row;
  justify-content: space-between;
}

.content .WIK8gvdjposts {
  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 .YKwWroDuIE .TA2C__ru8ona .Kalwm__rq6VL1923 {
  border: none;
}

.content .vQqK-BCFPIENip .WIK8gvdjposts {
  flex-direction: column;
  width: 32.5%;
}

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

.content .mOtZMx_l {
  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 .vQqK-BCFPIENip .XwVxRP_log {
  flex-direction: row;
  align-items: center;
}

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

.content .l--d3ZNHcz:hover {
  filter: brightness(70%);
}

.content .G1hXcCotLjQ5b4 .FDNV2G_odyg0UNvE img {
  width: 100%;
  height: 100%;
}

.content .vQqK-BCFPIENip .l--d3ZNHcz {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

.content .l--d3ZNHcz img {
  width: inherit;
  height: inherit;
}

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

.content .SJdwmOKl--top,
.content .brand__qxmignS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.content .YKwWroDuIE .TA2C__ru8ona .SJdwmOKl--top,
.content .YKwWroDuIE .TA2C__ru8ona .brand__qxmignS {
  flex-direction: column;
}

.content .YKwWroDuIE .TA2C__ru8ona .tdwfnk--Il1Ss0b,
.content .YKwWroDuIE .TA2C__ru8ona .Wxptl3dl,
.content .YKwWroDuIE .TA2C__ru8ona .showcase-info-row,
.content .YKwWroDuIE .TA2C__ru8ona .ImShqtxj_brand {
  align-self: flex-start;
}

.content .brand__qxmignS {
  display: none;
}

.content .brand__qxmignS .b-hOjUIl,
.content .brand__qxmignS span {
  display: none;
}

.content .tdwfnk--Il1Ss0b,
.content .Wxptl3dl {
  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 .tdwfnk--Il1Ss0b:hover,
.content .Wxptl3dl:hover {
  color: var(--primary);
}

.content .vQqK-BCFPIENip .tdwfnk--Il1Ss0b,
.content .vQqK-BCFPIENip .Wxptl3dl {
  margin: 0;
  text-align: left;
}

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

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

.content .vQqK-BCFPIENip .showcase-info-rating,
.content .vQqK-BCFPIENip .mkO1UsDql {
  margin: 0 5px 0 0;
}

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

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

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

.content .Kalwm__rq6VL1923 {
  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 .G8sqDFeMbE9WI {
  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 .G8sqDFeMbE9WI:hover {
  color: var(--secondary);
}

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

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

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

.content .YKwWroDuIE .TA2C__ru8ona .button-tDWX3u4x {
  justify-content: flex-end;
  width: 30%;
}

.content .vQqK-BCFPIENip .button-tDWX3u4x {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

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

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

.content .vQqK-BCFPIENip .mHBd4JkZ__btn {
  margin: 0;
  align-self: flex-start;
}

.content .b-hOjUIl {
  display: flex;
  margin: 0 0 13px 0;
}

.content .b-hOjUIl:last-child {
  margin: 0;
}

.content .b-hOjUIl img {
  margin: 0 12px 0 0;
  width: 20px;
  height: 20px;
}

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

.content .button-YrPxhyEG5 {
  display: flex;
  flex-direction: column;
}

.content .vQqK-BCFPIENip .button-YrPxhyEG5 {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

.content .button-YrPxhyEG5 .waFds82Ym__btn {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.content .vQqK-BCFPIENip .button-YrPxhyEG5 .waFds82Ym__btn.cols_Zkx7Ns {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.content .vQqK-BCFPIENip .button-YrPxhyEG5 .waFds82Ym__btn.qoQ8CwdObbtn {
  width: 35%;
  min-width: auto;
}

.content .button-YrPxhyEG5 .waFds82Ym__btn:last-child {
  margin: 0;
}

.content .vQqK-BCFPIENip .b_EAvWaSRz {
  display: flex;
  margin: 19px 0 0 0;
  justify-content: center;
  align-items: center;
}

.content .vQqK-BCFPIENip .b_EAvWaSRz img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

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

.content .prim-PHoulpeA1 {
  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 .p-NzsgRfDQ {
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  color: var(--white);
}

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

.content .gROAfU_c 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 .gROAfU_c 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 .aRxylST-p {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.content .articles-HDIY13 {
  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 .p--PQa9dGW0 {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

.content .p--PQa9dGW0.prim-g51MOqi {
  color: var(--green);
}

.content .p--PQa9dGW0.container_ULQqAPrx {
  color: var(--red);
}

.content .aRxylST-p .QvkiZc--p {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.content .aRxylST-p .QvkiZc--p p {
  margin: 0;
}

.content .aRxylST-p img {
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
}

.content .aRxylST-p .QvkiZc--p p {
  max-width: 100%;
}

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

.table-responsive table,
.content figure.table--bFLgER 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.table--bFLgER thead {
  background: var(--white-40);
}

.content .table-responsive th,
.content .table-responsive td,
.content figure.table--bFLgER th,
.content figure.table--bFLgER 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.table--bFLgER th:first-child,
.content figure.table--bFLgER td:first-child {
  border-radius: 24px 0px 0px 24px;
}

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

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

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

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

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

.content .table-responsive .P9NM3fu1a_table,
.content figure.table--bFLgER .P9NM3fu1a_table {
  display: flex;
}

.content .table-responsive .P9NM3fu1a_table img,
.content figure.table--bFLgER .P9NM3fu1a_table img {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .table-responsive .IL26Md-MtY4qT,
.content figure.table--bFLgER .IL26Md-MtY4qT {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .table-responsive .IL26Md-MtY4qT img,
.content figure.table--bFLgER .IL26Md-MtY4qT img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .table-responsive .IL26Md-MtY4qT .waFds82Ym__btn,
.content figure.table--bFLgER .IL26Md-MtY4qT .waFds82Ym__btn {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

.content .G1hXcCotLjQ5b4 .AGqk1oHO8-posts {
  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 .G1hXcCotLjQ5b4 .FDNV2G_odyg0UNvE {
  display: flex;
  width: 100%;
  height: 229px;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s all linear;
}

.content .G1hXcCotLjQ5b4 .FDNV2G_odyg0UNvE img {
  width: 100%;
  height: 100%;
}

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

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

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

.content .G1hXcCotLjQ5b4 .item--jzX34hk:hover {
  color: var(--primary);
}

.content .G1hXcCotLjQ5b4 .AyVjdlr--blog {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .G1hXcCotLjQ5b4 .AyVjdlr--blog img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

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

.content .G1hXcCotLjQ5b4 .g3XM5Seo--blog {
  display: flex;
  flex-wrap: wrap;
}

.content .G1hXcCotLjQ5b4 .gd7yzk-item {
  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 .G1hXcCotLjQ5b4 .gd7yzk-item img {
  margin: 0 3px 0 0;
  width: 24px;
  height: 24px;
}

.content .G1hXcCotLjQ5b4 .Mz168FV-posts {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.content .G1hXcCotLjQ5b4 .AGqk1oHO8-posts .waFds82Ym__btn {
  margin: 16px 0 0 0;
}

.content .G1hXcCotLjQ5b4 .AGqk1oHO8-posts .waFds82Ym__btn.qoQ8CwdObbtn {
  margin-right: 15px;
}

.content .G1hXcCotLjQ5b4 .ThwQOBfW6btn {
  display: flex;
  justify-content: space-between;
}

.content .G1hXcCotLjQ5b4 .ThwQOBfW6btn .waFds82Ym__btn:last-child {
  width: 70%;
}

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

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

.content .cont_ZEFdOA {
  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 .cont_ZEFdOA span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: var(--black);
}

.content .cont_ZEFdOA 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.tPZRmTW87sm {
  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 .top--x5NLrEPu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}

.content .top--x5NLrEPu .btn--SQJlbIix {
  width: 30px;
  height: 30px;
  transition: 0.4s all linear;
  transform: rotate(180deg);
}

.content .spoiler.active .top--x5NLrEPu .btn--SQJlbIix {
  transform: rotate(360deg);
}

.content .top--x5NLrEPu .btn--SQJlbIix 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;
}

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

.brand--piq98y {
  float: left;
  margin: 0 10px 10px 0;
}

.pgP5M04M60 {
  float: right;
  margin: 0 0 10px 10px;
}

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

.pvlT0Pa3__cont .table-responsive {
  width: auto;
}

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

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

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

.c7ULHRW__n9zRj {
  float: right;
  margin: 0 0 10px 20px;
}

.ban-8CRWmPtDv {
  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);
}

.ban-8CRWmPtDv .banner__JNH6ATO {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.ban-8CRWmPtDv .ban--EfRJUSh {
  font-size: 64px;
  font-weight: 700;
  line-height: 67px;
  text-align: left;
  color: var(--white);
}

.ban-8CRWmPtDv .b__cOhm7I {
  margin: 24px 0 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: var(--white);
  width: 60%;
}

.ban-8CRWmPtDv .banner__JNH6ATO .waFds82Ym__btn {
  margin: 32px 0 0 0;
  background: var(--white);
  color: var(--black);
  border: none;
  align-self: flex-start;
  transition: 0.4s all linear;
}

.ban-8CRWmPtDv .banner__JNH6ATO .waFds82Ym__btn:hover {
  background: var(--black);
  color: var(--white);
}

.ban-8CRWmPtDv .pOu46c-ban {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 50%;
}

.ban-8CRWmPtDv .hero--AoRtLG7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 16px;
}

.ban-8CRWmPtDv .pOu46c-ban .hero--AoRtLG7 {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.ban-8CRWmPtDv .hero--AoRtLG7 .bottom__HWoBCN {
  width: 100%;
  height: 100%;
}

.hero--AoRtLG7 .bottom__HWoBCN {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

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

.hero--AoRtLG7.is-flipped .FRPeodgUh_footer {
  transform: rotateY(180deg);
}

.hero--AoRtLG7 .bottom_2vRqzl {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  border-radius: inherit;
}

.hero--AoRtLG7 .bottom_2vRqzl.frmrp9Y7tcB {
  background: var(--white);
}

.hero--AoRtLG7 .bottom_2vRqzl.XJmSkO4yb {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.sitemappage-EXq5JZ8y {
  width: 19%;
}

.cards--nTshbB {
  margin: 0 0 20px 0;
}

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

.cards--nTshbB .RPZDjd__blocks {
  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);
}

.cards--nTshbB .RPZDjd__blocks img {
  width: 24px;
  height: 24px;
}

.cards--nTshbB .cards--mSZXvq {
  margin: 16px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.cards--nTshbB .QG10TDrcards {
  margin: 8px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
}

content .h4UwLZDf--RFjqv {
  margin: 0 0 20px 0;
}

.content .VvuoEsK3articles {
  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 .o0T5z8vEhead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

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

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

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

.content .En5uVwZ-WyU4 {
  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 .JLCg21__jVs0bnyzG {
  display: flex;
  align-items: center;
  margin: 0;
}

.content .JLCg21__jVs0bnyzG svg {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

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

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

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

.content .inv-Feg5Q7 {
  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 .nOpW86__inv {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
}

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

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

.content .f1hi8zoSqx-invert img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

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

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

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

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

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

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

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

.content .b--Tbv89e img {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
}

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

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

.content .PJMl_SU8vyhbl {
  display: none;
}

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

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

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

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

.DEknIU_form {
  display: flex;
}

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

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

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

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

.content .fr_orvOQd5 .ocGyqKQzu_footer {
  margin: 21px 0 0 0;
}

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

.content .fr_orvOQd5 textarea,
.content .fr_orvOQd5 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 .fr_orvOQd5 textarea::-moz-placeholder, .content .fr_orvOQd5 input::-moz-placeholder {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

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

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

.content .fr_orvOQd5 input {
  height: 54px;
  padding: 0 18px;
}

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

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

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

.content .fr_orvOQd5 .wr--edxImM {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.content .fr_orvOQd5 .MhpPO_0BYksdI {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  width: 100%;
}

.content .fr_orvOQd5 .MhpPO_0BYksdI .footer_jntZV5 {
  width: 39%;
}

.content .fr_orvOQd5 .waFds82Ym__btn {
  width: 18%;
}

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

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

.NKix7vZ4X-footer {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.item_HpYhZFv {
  -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;
}

.item_HpYhZFv.rQJR4T_w2RAruOi {
  border-radius: 24px;
}

.f-Ae0CF8smH {
  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;
}

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

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

.item_HpYhZFv.rQJR4T_w2RAruOi svg {
  transform: rotate(360deg);
}

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

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

.item_HpYhZFv.rQJR4T_w2RAruOi .f-Ae0CF8smH::after {
  transform: rotate(180deg);
  opacity: 1;
}

.sign_NGuChQ8Le {
  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--GgJVm6k3v {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.signinqzKfiy {
  display: flex;
  align-items: center;
}

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

.cew0yv--auth {
  display: flex;
  flex-direction: column;
}

.content .auth-UqrQdS {
  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 .login-zV1WoHEgO {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  max-width: 100%;
  color: var(--black);
}

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

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

.sign_NGuChQ8Le .HADNyhft_Nxp9P a:last-child,
footer .HADNyhft_Nxp9P a:last-child {
  margin: 0;
}

.iNQjrpW--article {
  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);
}

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

.iNQjrpW--article .EL0XmfH_btn:hover {
  filter: brightness(70%);
  border-radius: 16px;
}

.iNQjrpW--article .EL0XmfH_btn img {
  width: inherit;
  height: inherit;
}

.iNQjrpW--article .b__MSLRxZ {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.iNQjrpW--article .Sj5FAg7hl--b:hover {
  color: var(--primary);
}

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

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

.iNQjrpW--article .jvPeomCWT__block .waFds82Ym__btn {
  width: 35%;
}

.iNQjrpW--article .jvPeomCWT__block .item_HpYhZFv {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.iNQjrpW--article .jvPeomCWT__block .f-Ae0CF8smH {
  padding: 16px;
  transition: 0.4s all linear;
}

.iNQjrpW--article .jvPeomCWT__block .item_HpYhZFv.rQJR4T_w2RAruOi .f-Ae0CF8smH span {
  color: var(--primary);
}

.container_QjBKC4 {
  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;
}

.container_QjBKC4 .blocks_g6OdjvRqN {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

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

.container_QjBKC4 .blocks_g6OdjvRqN svg path {
  fill: var(--black);
}

.container_QjBKC4 .muCL8Q__button {
  display: flex;
  flex-direction: column;
}

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

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

.container_QjBKC4 .waFds82Ym__btn {
  white-space: nowrap;
}

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

.sAJLIl_ban .H0gaEXr__hero {
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

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

.sAJLIl_ban .cont_ZEFdOA {
  width: 49%;
  align-items: center;
}

.sAJLIl_ban .cont_ZEFdOA img {
  position: static;
  margin: 0 0 0 15px;
}

.sAJLIl_ban .waFds82Ym__btn {
  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 .q4Hp9ZaxN-f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .hero--AoRtLG7 .FRPeodgUh_footer {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .wrapper__4npkZj {
    padding: 0 20px;
  }
  .qiIb1hDioJdT {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .wrapper__4npkZj {
    padding: 0 20px;
  }
  header nav .btn__vS3JrWCg7 {
    flex-direction: column-reverse;
  }
  header nav .btn__vS3JrWCg7 .btn--1evu9T0F {
    margin: 0 0 20px 0;
  }
  header nav .btn__vS3JrWCg7 .HADNyhft_Nxp9P {
    margin: 0;
  }
  .content .button-tDWX3u4x {
    flex-direction: column;
  }
  .content .button-YrPxhyEG5 {
    margin: 16px 0 0 0;
  }
  .content .G1hXcCotLjQ5b4 .FDNV2G_odyg0UNvE {
    height: 150px;
  }
  .content .G1hXcCotLjQ5b4 .item--jzX34hk {
    font-size: 20px;
  }
  .ban-8CRWmPtDv .ban--EfRJUSh {
    font-size: 36px;
    line-height: 36px;
  }
  .ban-8CRWmPtDv .b__cOhm7I {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .table-responsive.oe6nBFA1loPwv7C > table {
    min-width: 205%;
  }
  .sAJLIl_ban .J1fi6BrYR_b {
    width: 640px;
  }
  footer .q4Hp9ZaxN-f {
    flex-direction: column;
  }
  footer .Z7uckHT5--footer,
  footer .foot_KBQ3JiwDO {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .b-iahyYzUbX {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .b-iahyYzUbX svg {
    width: 40px;
    height: 40px;
  }
  .b-iahyYzUbX svg rect {
    fill: var(--surface);
  }
  .b-iahyYzUbX svg path {
    stroke: var(--primary);
  }
  .b-iahyYzUbX svg.E9DHufaction {
    display: none;
  }
  header.active .b-iahyYzUbX svg.E9DHufaction {
    display: block;
  }
  header.active .b-iahyYzUbX svg.X2orILwBRaction {
    display: none;
  }
  header nav .f5SCIqoRls_menu {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .f5SCIqoRls_menu {
    display: flex;
  }
  header nav .f5SCIqoRls_menu ul,
  footer nav .f5SCIqoRls_menu ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .f5SCIqoRls_menu ul li,
  footer nav .f5SCIqoRls_menu ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .f5SCIqoRls_menu ul li.active,
  header nav .f5SCIqoRls_menu ul li:hover,
  footer nav .f5SCIqoRls_menu ul li.active,
  footer nav .f5SCIqoRls_menu ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .f5SCIqoRls_menu ul li a,
  footer nav .f5SCIqoRls_menu ul li a {
    padding: 0;
  }
  header nav .btn__vS3JrWCg7 {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .btn__vS3JrWCg7 .HADNyhft_Nxp9P {
    display: none;
  }
  header nav .btn__vS3JrWCg7 .btn--1evu9T0F {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .btn__vS3JrWCg7 .waFds82Ym__btn {
    margin: 0;
    width: 49%;
  }
  header nav .btn__vS3JrWCg7 .waFds82Ym__btn.qoQ8CwdObbtn {
    margin: 0;
  }
  header nav .f5SCIqoRls_menu .HADNyhft_Nxp9P {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .qiIb1hDioJdT {
    padding: 105px 0 0 0;
  }
  .qiIb1hDioJdT .XM1tgrHG-block {
    flex-direction: column-reverse;
  }
  .qiIb1hDioJdT .CQfZIV2m_b {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .qiIb1hDioJdT .TWjf__LfXBE4S {
    width: 100%;
    height: 400px;
  }
  .qiIb1hDioJdT .CQfZIV2m_b p {
    margin: 0 0 30px 0;
  }
  .qiIb1hDioJdT .CQfZIV2m_b .waFds82Ym__btn {
    width: 100%;
  }
  .content .vQqK-BCFPIENip {
    flex-wrap: wrap;
  }
  .content .tdwfnk--Il1Ss0b {
    font-size: 20px;
    line-height: 26px;
  }
  .content .Wxptl3dl {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .content .WIK8gvdjposts {
    flex-wrap: wrap;
  }
  .content .vQqK-BCFPIENip .WIK8gvdjposts {
    width: 49%;
  }
  .content .button-tDWX3u4x {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .content .Kalwm__rq6VL1923 {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .content .SJdwmOKl--top {
    display: none;
  }
  .content .brand__qxmignS {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .content .XwVxRP_log {
    flex-direction: row;
    width: 100%;
  }
  .content .prim-PHoulpeA1 {
    align-self: center;
  }
  .content .YKwWroDuIE .TA2C__ru8ona .Kalwm__rq6VL1923 {
    display: none;
    border: none;
  }
  .content .YKwWroDuIE .TA2C__ru8ona .button-tDWX3u4x {
    margin: 0;
    width: 100%;
  }
  .content .YKwWroDuIE .TA2C__ru8ona .button-YrPxhyEG5 {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .content .YKwWroDuIE .TA2C__ru8ona .button-YrPxhyEG5 .waFds82Ym__btn {
    margin: 0;
    width: 49%;
  }
  .content .YKwWroDuIE .TA2C__ru8ona.WIK8gvdjposts {
    width: 100%;
  }
  .content .G1hXcCotLjQ5b4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .G1hXcCotLjQ5b4 .FDNV2G_odyg0UNvE {
    height: 190px;
  }
  .tNqSBJkisHIG {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .tNqSBJkisHIG img {
    border-radius: 12px;
  }
  .Z5Nb_V72F0Clnt {
    width: 200px;
    height: 200px;
  }
  .Z5Nb_V72F0Clnt img {
    border-radius: 12px;
  }
  .ban-8CRWmPtDv {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .ban-8CRWmPtDv .banner__JNH6ATO {
    width: 100%;
  }
  .ban-8CRWmPtDv .ban--EfRJUSh {
    font-size: 36px;
    line-height: 36px;
  }
  .ban-8CRWmPtDv .b__cOhm7I {
    font-size: 16px;
    line-height: 24px;
  }
  .ban-8CRWmPtDv .banner__JNH6ATO .waFds82Ym__btn {
    margin: 20px 0 0 0;
  }
  .ban-8CRWmPtDv .pOu46c-ban {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .ban-8CRWmPtDv .hero--AoRtLG7 {
    border-radius: 24px;
  }
  .rows--cgypKdOLi {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .VvuoEsK3articles {
    border-radius: 16px;
  }
  .content .PJMl_SU8vyhbl {
    display: flex;
    align-self: flex-end;
  }
  .content .PJMl_SU8vyhbl.inv-Feg5Q7 {
    margin: 10px 0 0 0;
  }
  .content .h-liIZBv {
    display: none;
  }
  .content .nOpW86__inv.PJMl_SU8vyhbl {
    margin: 0;
    align-self: center;
  }
  .content .fr_orvOQd5 {
    width: 100%;
  }
  .content .fr_orvOQd5 .MhpPO_0BYksdI {
    flex-direction: column;
  }
  .content .fr_orvOQd5 .MhpPO_0BYksdI .footer_jntZV5 {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .content .fr_orvOQd5 .waFds82Ym__btn {
    width: 100%;
  }
  .NKix7vZ4X-footer {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .content .cont_ZEFdOA span {
    font-size: 16px;
  }
  .iNQjrpW--article {
    flex-direction: column;
  }
  .iNQjrpW--article .EL0XmfH_btn {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .iNQjrpW--article .b__MSLRxZ {
    margin: 0;
    width: 100%;
  }
  .iNQjrpW--article .jvPeomCWT__block {
    margin: 0;
    flex-direction: column;
  }
  .iNQjrpW--article .jvPeomCWT__block .item_HpYhZFv,
  .iNQjrpW--article .jvPeomCWT__block .waFds82Ym__btn {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .container_QjBKC4 .blocks_g6OdjvRqN {
    max-width: 55%;
  }
  .sAJLIl_ban {
    flex-direction: column;
  }
  .sAJLIl_ban .banner_gS3FRKO {
    font-size: 20px;
  }
  .sAJLIl_ban .J1fi6BrYR_b {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .iZ284mNlogo {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .HADNyhft_Nxp9P {
    order: 1;
  }
  footer nav .f5SCIqoRls_menu {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .f5SCIqoRls_menu ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .f5SCIqoRls_menu ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .f5SCIqoRls_menu .HADNyhft_Nxp9P {
    margin: 20px 0 0 0;
  }
  .qiIb1hDioJdT {
    padding: 85px 0 0 0;
  }
  .qiIb1hDioJdT .TWjf__LfXBE4S {
    height: 200px;
  }
  .qiIb1hDioJdT .r0AQkKpxposts {
    padding: 6px;
  }
  .qiIb1hDioJdT .r0AQkKpxposts span {
    width: 8px;
    height: 8px;
  }
  .qiIb1hDioJdT .r0AQkKpxposts span.active {
    width: 13px;
  }
  .qiIb1hDioJdT .CQfZIV2m_b h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .qiIb1hDioJdT .CQfZIV2m_b p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .content .vQqK-BCFPIENip .WIK8gvdjposts {
    width: 100%;
  }
  .content .XwVxRP_log {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .content .l--d3ZNHcz {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .content .brand__qxmignS {
    margin: 0;
    justify-content: flex-start;
  }
  .brand__qxmignS {
    display: flex;
    flex-direction: column;
  }
  .content .Wxptl3dl {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .content .mkO1UsDql {
    margin: 0;
  }
  .content .Kalwm__rq6VL1923 {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .content .tdwfnk--Il1Ss0b {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .content .darked__GjbuVK {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .content .prim-PHoulpeA1 {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .content .p-NzsgRfDQ {
    display: none;
  }
  .content .gROAfU_c {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .content .gROAfU_c p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .content .button-tDWX3u4x {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .content .vQqK-BCFPIENip .button-tDWX3u4x {
    margin: 8px 0 0 0;
  }
  .content .button-YrPxhyEG5 {
    flex-direction: row-reverse;
    width: 100%;
  }
  .content .button-YrPxhyEG5 .waFds82Ym__btn {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .content .button-YrPxhyEG5 .waFds82Ym__btn.cols_Zkx7Ns {
    width: 60%;
  }
  .content .button-YrPxhyEG5 .waFds82Ym__btn.qoQ8CwdObbtn {
    width: 40%;
  }
  .content .mHBd4JkZ__btn {
    margin: 0;
    width: 100%;
  }
  .content .vQqK-BCFPIENip .button-YrPxhyEG5 {
    margin: 0;
    order: 0;
  }
  .content .vQqK-BCFPIENip .mHBd4JkZ__btn {
    margin: 19px 0 0 0;
    order: 1;
  }
  .content .vQqK-BCFPIENip .b_EAvWaSRz {
    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 .WIK8gvdjposts {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .content .brand__qxmignS .b-hOjUIl,
  .content .brand__qxmignS span {
    display: flex;
  }
  .content .showcase-info-row,
  .content .ImShqtxj_brand {
    margin: 0 0 10px 0;
  }
  .content .brand__qxmignS span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .content .brand__qxmignS .b-hOjUIl {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .content .mOtZMx_l {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .content .G8sqDFeMbE9WI {
    font-size: 18px;
    max-width: 100%;
  }
  .content .action__ahsgi8 {
    display: none;
  }
  .content .aRxylST-p {
    flex-wrap: wrap;
  }
  .content .articles-HDIY13 {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .content .articles-HDIY13:last-child {
    margin: 0;
  }
  .content .p--PQa9dGW0 {
    font-size: 14px;
    line-height: 16px;
  }
  .content .G1hXcCotLjQ5b4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content .G1hXcCotLjQ5b4 .Mz168FV-posts {
    font-size: 14px;
  }
  .content .spoiler span {
    font-size: 20px;
  }
  .Z5Nb_V72F0Clnt {
    width: 200px;
    height: 200px;
  }
  .cards--nTshbB {
    display: block;
    overflow-x: auto;
  }
  .rows--cgypKdOLi {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .cards--nTshbB .RPZDjd__blocks {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .cards--nTshbB .RPZDjd__blocks img {
    width: 18px;
    height: 18px;
  }
  .iNQjrpW--article .EL0XmfH_btn {
    height: 190px;
  }
  .container_QjBKC4 {
    flex-direction: column;
  }
  .container_QjBKC4 .blocks_g6OdjvRqN {
    width: 100%;
    max-width: 100%;
  }
  .container_QjBKC4 .waFds82Ym__btn {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .container_QjBKC4 .blocks_g6OdjvRqN svg {
    width: 35px;
    height: 35px;
  }
  .sAJLIl_ban .J1fi6BrYR_b {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .sAJLIl_ban .bzM0FEZ-hero span {
    font-size: 24px;
    line-height: 24px;
  }
  .sAJLIl_ban .P1ArvscVL_hr {
    flex-direction: column;
  }
  .sAJLIl_ban .cont_ZEFdOA {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .sAJLIl_ban .waFds82Ym__btn {
    width: 100%;
  }
  .b--3GETOAo {
    margin: 5px 0;
  }
  .sAJLIl_ban .banner_gS3FRKO {
    margin: 5px 0;
  }
  footer .q4Hp9ZaxN-f {
    width: 100%;
  }
  footer .foot_SUJqQmwF {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .Z7uckHT5--footer {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .foot_SUJqQmwF img,
  footer .Z7uckHT5--footer img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .cards--nTshbB .RPZDjd__blocks {
    width: 245px;
  }
}
