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

.PUsmD6-jZAS {
  display: flex;
  justify-content: center;
}

.PUsmD6-jZAS 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;
}

.PUsmD6-jZAS a svg {
  transition: 0.4s all linear;
}

.PUsmD6-jZAS a:hover svg {
  transform: scale(1.4);
}

.PUsmD6-jZAS a:last-child {
  margin: 0;
}

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

.bis26lFLy {
  display: none;
}

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

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

header nav .uqXVzyJD-logo img,
footer nav .uqXVzyJD-logo img {
  width: inherit;
  height: 50px;
}

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

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

header nav .S6pROoqXFB-nav ul.UxRSJa__head.L3XHKrBsq--wraper.wrapped {
  border-radius: 28px;
}

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

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

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

header nav .IuUWfMD-button .PUsmD6-jZAS {
  margin: 0 44px 0 0;
}

header nav .S6pROoqXFB-nav .PUsmD6-jZAS {
  display: none;
}

header nav .IuUWfMD-button .T2uIpcaction {
  display: flex;
  align-items: center;
}

header nav .IuUWfMD-button .L4GtskSU--btn.action__p9FG6z {
  margin: 0 16px 0 0;
}

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

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

.MOCT__2LFEam .rows_crbKzj0 {
  display: flex;
  justify-content: space-between;
}

.MOCT__2LFEam .b-iJOR1M {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.MOCT__2LFEam .b-iJOR1M.error {
  width: 100%;
}
.MOCT__2LFEam .b-iJOR1M.error h1,
.MOCT__2LFEam .b-iJOR1M.error p,
.MOCT__2LFEam .b-iJOR1M.error .L4GtskSU--btn {
  align-self: center;
}

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

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

.MOCT__2LFEam .b-iJOR1M .L4GtskSU--btn {
  align-self: flex-start;
}

.MOCT__2LFEam .U0wBkt2__PO4x {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.MOCT__2LFEam .U0wBkt2__PO4x img {
  width: 100%;
  height: 100%;
}

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

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

.MOCT__2LFEam .q7POkBcf2_blog span:last-child {
  margin: 0;
}

.MOCT__2LFEam .q7POkBcf2_blog span:hover {
  background: var(--primary);
}

.MOCT__2LFEam .q7POkBcf2_blog 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 .q3pudS--8RzMs {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.content .g28OxnkPJ--faR8S6 {
  flex-direction: row;
  justify-content: space-between;
}

.content .x3hnkmjw_post {
  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 .q3pudS--8RzMs .cxomCBwH-jXIv .XT5Rj0zNF--fdvx5c {
  border: none;
}

.content .g28OxnkPJ--faR8S6 .x3hnkmjw_post {
  flex-direction: column;
  width: 32.5%;
}

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

.content .CUVsoi_log {
  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 .g28OxnkPJ--faR8S6 .logmsuVW1M {
  flex-direction: row;
  align-items: center;
}

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

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

.content .zuf2q4_y8rJRuTn .f8E5IGh3kilf img {
  width: 100%;
  height: 100%;
}

.content .g28OxnkPJ--faR8S6 .brand__Ixq3mTNLe {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

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

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

.content .XeI3nU--head,
.content .l_97V0g2DS4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.content .q3pudS--8RzMs .cxomCBwH-jXIv .XeI3nU--head,
.content .q3pudS--8RzMs .cxomCBwH-jXIv .l_97V0g2DS4 {
  flex-direction: column;
}

.content .q3pudS--8RzMs .cxomCBwH-jXIv .SslpA__KUgsL5Eb,
.content .q3pudS--8RzMs .cxomCBwH-jXIv .logo-uE5Kwr,
.content .q3pudS--8RzMs .cxomCBwH-jXIv .showcase-info-row,
.content .q3pudS--8RzMs .cxomCBwH-jXIv .W6wJDEI--brand {
  align-self: flex-start;
}

.content .l_97V0g2DS4 {
  display: none;
}

.content .l_97V0g2DS4 .action--Oswo2N,
.content .l_97V0g2DS4 span {
  display: none;
}

.content .SslpA__KUgsL5Eb,
.content .logo-uE5Kwr {
  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 .SslpA__KUgsL5Eb:hover,
.content .logo-uE5Kwr:hover {
  color: var(--primary);
}

.content .g28OxnkPJ--faR8S6 .SslpA__KUgsL5Eb,
.content .g28OxnkPJ--faR8S6 .logo-uE5Kwr {
  margin: 0;
  text-align: left;
}

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

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

.content .g28OxnkPJ--faR8S6 .showcase-info-rating,
.content .g28OxnkPJ--faR8S6 .brand--jYZIkXd8 {
  margin: 0 5px 0 0;
}

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

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

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

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

.content .invert--NSBia9cDg {
  max-width: 100%;
}

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

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

.content .q3pudS--8RzMs .cxomCBwH-jXIv .I08Nea-button {
  justify-content: flex-end;
  width: 30%;
}

.content .g28OxnkPJ--faR8S6 .I08Nea-button {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

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

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

.content .g28OxnkPJ--faR8S6 .btn-k7nSvCPf {
  margin: 0;
  align-self: flex-start;
}

.content .action--Oswo2N {
  display: flex;
  margin: 0 0 13px 0;
}

.content .action--Oswo2N:last-child {
  margin: 0;
}

.content .action--Oswo2N img {
  margin: 0 12px 0 0;
  width: 20px;
  height: 20px;
}

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

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

.content .g28OxnkPJ--faR8S6 .buttoneuljfiLR {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

.content .buttoneuljfiLR .L4GtskSU--btn {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.content .g28OxnkPJ--faR8S6 .buttoneuljfiLR .L4GtskSU--btn.w4N6dgFq-col {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.content .g28OxnkPJ--faR8S6 .buttoneuljfiLR .L4GtskSU--btn.action__p9FG6z {
  width: 35%;
  min-width: auto;
}

.content .buttoneuljfiLR .L4GtskSU--btn:last-child {
  margin: 0;
}

.content .g28OxnkPJ--faR8S6 .b__85Pn0c9I {
  display: flex;
  margin: 19px 0 0 0;
  justify-content: center;
  align-items: center;
}

.content .g28OxnkPJ--faR8S6 .b__85Pn0c9I img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

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

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

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

.content .i4Sg2LFK6_wraper 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 .i4Sg2LFK6_wraper 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 .primary-btlH1kFW {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

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

.content .suaDLoq-p.primaryBWN7HuY {
  color: var(--green);
}

.content .suaDLoq-p.contGlbxYWd {
  color: var(--red);
}

.content .primary-btlH1kFW .VbdA5GFuR_first {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.content .primary-btlH1kFW .VbdA5GFuR_first p {
  margin: 0;
}

.content .primary-btlH1kFW img {
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
}

.content .primary-btlH1kFW .VbdA5GFuR_first p {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.content .table-responsive .I2esfQgC_tbl,
.content figure.table-gk2tHj19R .I2esfQgC_tbl {
  display: flex;
}

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

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

.content .table-responsive .n2gwumZLQ__EuMsST,
.content figure.table-gk2tHj19R .n2gwumZLQ__EuMsST {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .table-responsive .n2gwumZLQ__EuMsST img,
.content figure.table-gk2tHj19R .n2gwumZLQ__EuMsST img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .table-responsive .n2gwumZLQ__EuMsST .L4GtskSU--btn,
.content figure.table-gk2tHj19R .n2gwumZLQ__EuMsST .L4GtskSU--btn {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

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

.content .zuf2q4_y8rJRuTn .f8E5IGh3kilf img {
  width: 100%;
  height: 100%;
}

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

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

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

.content .zuf2q4_y8rJRuTn .f2t9pyFNLZposts:hover {
  color: var(--primary);
}

.content .zuf2q4_y8rJRuTn .posts__DRsKyPcE1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .zuf2q4_y8rJRuTn .posts__DRsKyPcE1 img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

.content .zuf2q4_y8rJRuTn .posts--6GdXQj {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
}

.content .zuf2q4_y8rJRuTn .item_chC4G6 {
  display: flex;
  flex-wrap: wrap;
}

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

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

.content .zuf2q4_y8rJRuTn .post_8Vozhl .L4GtskSU--btn {
  margin: 16px 0 0 0;
}

.content .zuf2q4_y8rJRuTn .post_8Vozhl .L4GtskSU--btn.action__p9FG6z {
  margin-right: 15px;
}

.content .zuf2q4_y8rJRuTn .btn_doMvlz712 {
  display: flex;
  justify-content: space-between;
}

.content .zuf2q4_y8rJRuTn .btn_doMvlz712 .L4GtskSU--btn:last-child {
  width: 70%;
}

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

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

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

.content .Bda9IW3t-wrap 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.sm--UpFtjaI {
  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 .vKyEgQ7head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}

.content .vKyEgQ7head .action__NOGax9j {
  width: 30px;
  height: 30px;
  transition: 0.4s all linear;
  transform: rotate(180deg);
}

.content .spoiler.active .vKyEgQ7head .action__NOGax9j {
  transform: rotate(360deg);
}

.content .vKyEgQ7head .action__NOGax9j 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;
}

.n10C-LMTprKiD3 {
  display: flex;
  width: 250px;
  height: 250px;
}

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

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

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

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

.pHNEhy7--HPc2 {
  display: flex;
  width: 48%;
  height: auto;
}

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

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

.wTPm--20T31S {
  float: right;
  margin: 0 0 10px 20px;
}

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

.OI73wtZ_b .Tg7nD1vQ--b {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.OI73wtZ_b .pGhVY4-main {
  font-size: 64px;
  font-weight: 700;
  line-height: 67px;
  text-align: left;
  color: var(--white);
}

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

.OI73wtZ_b .Tg7nD1vQ--b .L4GtskSU--btn {
  margin: 32px 0 0 0;
  background: var(--white);
  color: var(--black);
  border: none;
  align-self: flex-start;
  transition: 0.4s all linear;
}

.OI73wtZ_b .Tg7nD1vQ--b .L4GtskSU--btn:hover {
  background: var(--black);
  color: var(--white);
}

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

.OI73wtZ_b .Je7UaC--banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 16px;
}

.OI73wtZ_b .paHXMzsPban .Je7UaC--banner {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.OI73wtZ_b .Je7UaC--banner .bKhYIErQ__foot {
  width: 100%;
  height: 100%;
}

.Je7UaC--banner .bKhYIErQ__foot {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

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

.Je7UaC--banner.is-flipped .sQNwExcSi-bot {
  transform: rotateY(180deg);
}

.Je7UaC--banner .foot-u3nTrIjX7 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  border-radius: inherit;
}

.Je7UaC--banner .foot-u3nTrIjX7.L6PDCEOYqform {
  background: var(--white);
}

.Je7UaC--banner .foot-u3nTrIjX7.gAORYn7NJ--b {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.IAOTlk4_sm {
  width: 19%;
}

.MGRngmrp--card {
  margin: 0 0 20px 0;
}

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

.MGRngmrp--card .wX04EVBH-cards {
  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);
}

.MGRngmrp--card .wX04EVBH-cards img {
  width: 24px;
  height: 24px;
}

.MGRngmrp--card .row__bljmBg5dM {
  margin: 16px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.MGRngmrp--card .E7X9ZlqG--blocks {
  margin: 8px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
}

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

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

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

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

.content .hfrZpbW2P-cards {
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

.content .invert__ZczGqVg {
  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 .invert-bl1XBO {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.content .LvW5_QKiMGcUJI {
  display: none;
}

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

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

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

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

.k5ue1maOPK_fr {
  display: flex;
}

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

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

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

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

.content .fr--nVpRGY2w .jhy0JO_footer {
  margin: 21px 0 0 0;
}

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

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

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

.content .fr--nVpRGY2w input {
  height: 54px;
  padding: 0 18px;
}

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

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

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

.content .fr--nVpRGY2w .shHFOU--container {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.content .fr--nVpRGY2w .J370ik__6jlL2py50 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  width: 100%;
}

.content .fr--nVpRGY2w .J370ik__6jlL2py50 .AMnGDuxY-bot {
  width: 39%;
}

.content .fr--nVpRGY2w .L4GtskSU--btn {
  width: 18%;
}

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

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

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

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

.P8c6uRDH_post.n0WDKN-q3kh4E {
  border-radius: 24px;
}

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

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

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

.P8c6uRDH_post.n0WDKN-q3kh4E svg {
  transform: rotate(360deg);
}

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

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

.P8c6uRDH_post.n0WDKN-q3kh4E .bottom--YuMaPs86::after {
  transform: rotate(180deg);
  opacity: 1;
}

.login-2IDMKgtQ {
  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);
}

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

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

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

.uReADa-signin {
  display: flex;
  flex-direction: column;
}

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

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

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

.login-2IDMKgtQ .PUsmD6-jZAS a:last-child,
footer .PUsmD6-jZAS a:last-child {
  margin: 0;
}

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

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

.o1Jvr6P_articles .QdtjX8PUp-button:hover {
  filter: brightness(70%);
  border-radius: 16px;
}

.o1Jvr6P_articles .QdtjX8PUp-button img {
  width: inherit;
  height: inherit;
}

.o1Jvr6P_articles .button__KlVEsTwv {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.o1Jvr6P_articles .kwplPVB8t__button:hover {
  color: var(--primary);
}

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

.o1Jvr6P_articles .cards_g94Iq1e5 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 24px 0 0 0;
}

.o1Jvr6P_articles .cards_g94Iq1e5 .L4GtskSU--btn {
  width: 35%;
}

.o1Jvr6P_articles .cards_g94Iq1e5 .P8c6uRDH_post {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.o1Jvr6P_articles .cards_g94Iq1e5 .bottom--YuMaPs86 {
  padding: 16px;
  transition: 0.4s all linear;
}

.o1Jvr6P_articles .cards_g94Iq1e5 .P8c6uRDH_post.n0WDKN-q3kh4E .bottom--YuMaPs86 span {
  color: var(--primary);
}

.container--DFnIjZJhP {
  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--DFnIjZJhP .blockgrsw8l {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

.container--DFnIjZJhP .blockgrsw8l svg {
  margin: 0 14px 0 0;
  width: 43.91px;
  height: 43.91px;
  flex: 1 0 auto;
}

.container--DFnIjZJhP .blockgrsw8l svg path {
  fill: var(--black);
}

.container--DFnIjZJhP .n0sxGvfb1button {
  display: flex;
  flex-direction: column;
}

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

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

.container--DFnIjZJhP .L4GtskSU--btn {
  white-space: nowrap;
}

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

.hero__EZjFfc60 .m3A6Twop_hr {
  display: flex;
  flex-direction: column;
}

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

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

.hero__EZjFfc60 .lFhdqZeDQ--hero {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
  width: 489px;
}

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

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

.hero__EZjFfc60 .pZj8KTA--banner {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.hero__EZjFfc60 .Bda9IW3t-wrap {
  width: 49%;
  align-items: center;
}

.hero__EZjFfc60 .Bda9IW3t-wrap img {
  position: static;
  margin: 0 0 0 15px;
}

.hero__EZjFfc60 .L4GtskSU--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 .U0PiwAg3-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

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

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

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

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

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

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

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

footer .bot--xIakufZ img {
  width: 40px;
  height: 40px;
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .Je7UaC--banner .sQNwExcSi-bot {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .wraper-ghaO5UI3x {
    padding: 0 20px;
  }
  .MOCT__2LFEam {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .wraper-ghaO5UI3x {
    padding: 0 20px;
  }
  header nav .IuUWfMD-button {
    flex-direction: column-reverse;
  }
  header nav .IuUWfMD-button .T2uIpcaction {
    margin: 0 0 20px 0;
  }
  header nav .IuUWfMD-button .PUsmD6-jZAS {
    margin: 0;
  }
  .content .I08Nea-button {
    flex-direction: column;
  }
  .content .buttoneuljfiLR {
    margin: 16px 0 0 0;
  }
  .content .zuf2q4_y8rJRuTn .f8E5IGh3kilf {
    height: 150px;
  }
  .content .zuf2q4_y8rJRuTn .f2t9pyFNLZposts {
    font-size: 20px;
  }
  .OI73wtZ_b .pGhVY4-main {
    font-size: 36px;
    line-height: 36px;
  }
  .OI73wtZ_b .tH5cIW_banner {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .table-responsive.oL68dFT4xNLUE0 > table {
    min-width: 205%;
  }
  .hero__EZjFfc60 .lFhdqZeDQ--hero {
    width: 640px;
  }
  footer .U0PiwAg3-foot {
    flex-direction: column;
  }
  footer .foot--KgQieCEqd,
  footer .bot--xIakufZ {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .bis26lFLy {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .bis26lFLy svg {
    width: 40px;
    height: 40px;
  }
  .bis26lFLy svg rect {
    fill: var(--surface);
  }
  .bis26lFLy svg path {
    stroke: var(--primary);
  }
  .bis26lFLy svg.b_evFSfwbc {
    display: none;
  }
  header.active .bis26lFLy svg.b_evFSfwbc {
    display: block;
  }
  header.active .bis26lFLy svg.q4syUmY-action {
    display: none;
  }
  header nav .S6pROoqXFB-nav {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .S6pROoqXFB-nav {
    display: flex;
  }
  header nav .S6pROoqXFB-nav ul,
  footer nav .S6pROoqXFB-nav ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .S6pROoqXFB-nav ul li,
  footer nav .S6pROoqXFB-nav ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .S6pROoqXFB-nav ul li.active,
  header nav .S6pROoqXFB-nav ul li:hover,
  footer nav .S6pROoqXFB-nav ul li.active,
  footer nav .S6pROoqXFB-nav ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .S6pROoqXFB-nav ul li a,
  footer nav .S6pROoqXFB-nav ul li a {
    padding: 0;
  }
  header nav .IuUWfMD-button {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .IuUWfMD-button .PUsmD6-jZAS {
    display: none;
  }
  header nav .IuUWfMD-button .T2uIpcaction {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .IuUWfMD-button .L4GtskSU--btn {
    margin: 0;
    width: 49%;
  }
  header nav .IuUWfMD-button .L4GtskSU--btn.action__p9FG6z {
    margin: 0;
  }
  header nav .S6pROoqXFB-nav .PUsmD6-jZAS {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .MOCT__2LFEam {
    padding: 105px 0 0 0;
  }
  .MOCT__2LFEam .rows_crbKzj0 {
    flex-direction: column-reverse;
  }
  .MOCT__2LFEam .b-iJOR1M {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .MOCT__2LFEam .U0wBkt2__PO4x {
    width: 100%;
    height: 400px;
  }
  .MOCT__2LFEam .b-iJOR1M p {
    margin: 0 0 30px 0;
  }
  .MOCT__2LFEam .b-iJOR1M .L4GtskSU--btn {
    width: 100%;
  }
  .content .g28OxnkPJ--faR8S6 {
    flex-wrap: wrap;
  }
  .content .SslpA__KUgsL5Eb {
    font-size: 20px;
    line-height: 26px;
  }
  .content .logo-uE5Kwr {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .content .x3hnkmjw_post {
    flex-wrap: wrap;
  }
  .content .g28OxnkPJ--faR8S6 .x3hnkmjw_post {
    width: 49%;
  }
  .content .I08Nea-button {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .content .XT5Rj0zNF--fdvx5c {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .content .XeI3nU--head {
    display: none;
  }
  .content .l_97V0g2DS4 {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .content .logmsuVW1M {
    flex-direction: row;
    width: 100%;
  }
  .content .prim__2CMc3T {
    align-self: center;
  }
  .content .q3pudS--8RzMs .cxomCBwH-jXIv .XT5Rj0zNF--fdvx5c {
    display: none;
    border: none;
  }
  .content .q3pudS--8RzMs .cxomCBwH-jXIv .I08Nea-button {
    margin: 0;
    width: 100%;
  }
  .content .q3pudS--8RzMs .cxomCBwH-jXIv .buttoneuljfiLR {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .content .q3pudS--8RzMs .cxomCBwH-jXIv .buttoneuljfiLR .L4GtskSU--btn {
    margin: 0;
    width: 49%;
  }
  .content .q3pudS--8RzMs .cxomCBwH-jXIv.x3hnkmjw_post {
    width: 100%;
  }
  .content .zuf2q4_y8rJRuTn {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .zuf2q4_y8rJRuTn .f8E5IGh3kilf {
    height: 190px;
  }
  .pHNEhy7--HPc2 {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .pHNEhy7--HPc2 img {
    border-radius: 12px;
  }
  .n10C-LMTprKiD3 {
    width: 200px;
    height: 200px;
  }
  .n10C-LMTprKiD3 img {
    border-radius: 12px;
  }
  .OI73wtZ_b {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .OI73wtZ_b .Tg7nD1vQ--b {
    width: 100%;
  }
  .OI73wtZ_b .pGhVY4-main {
    font-size: 36px;
    line-height: 36px;
  }
  .OI73wtZ_b .tH5cIW_banner {
    font-size: 16px;
    line-height: 24px;
  }
  .OI73wtZ_b .Tg7nD1vQ--b .L4GtskSU--btn {
    margin: 20px 0 0 0;
  }
  .OI73wtZ_b .paHXMzsPban {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .OI73wtZ_b .Je7UaC--banner {
    border-radius: 24px;
  }
  .TcJintu5__blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .SdsXmYarticle {
    border-radius: 16px;
  }
  .content .LvW5_QKiMGcUJI {
    display: flex;
    align-self: flex-end;
  }
  .content .LvW5_QKiMGcUJI.invert__ZczGqVg {
    margin: 10px 0 0 0;
  }
  .content .GlQO6hqt-header {
    display: none;
  }
  .content .invert-bl1XBO.LvW5_QKiMGcUJI {
    margin: 0;
    align-self: center;
  }
  .content .fr--nVpRGY2w {
    width: 100%;
  }
  .content .fr--nVpRGY2w .J370ik__6jlL2py50 {
    flex-direction: column;
  }
  .content .fr--nVpRGY2w .J370ik__6jlL2py50 .AMnGDuxY-bot {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .content .fr--nVpRGY2w .L4GtskSU--btn {
    width: 100%;
  }
  .oDCzSe__bot {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .content .Bda9IW3t-wrap span {
    font-size: 16px;
  }
  .o1Jvr6P_articles {
    flex-direction: column;
  }
  .o1Jvr6P_articles .QdtjX8PUp-button {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .o1Jvr6P_articles .button__KlVEsTwv {
    margin: 0;
    width: 100%;
  }
  .o1Jvr6P_articles .cards_g94Iq1e5 {
    margin: 0;
    flex-direction: column;
  }
  .o1Jvr6P_articles .cards_g94Iq1e5 .P8c6uRDH_post,
  .o1Jvr6P_articles .cards_g94Iq1e5 .L4GtskSU--btn {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .container--DFnIjZJhP .blockgrsw8l {
    max-width: 55%;
  }
  .hero__EZjFfc60 {
    flex-direction: column;
  }
  .hero__EZjFfc60 .main--JrYy1SC {
    font-size: 20px;
  }
  .hero__EZjFfc60 .lFhdqZeDQ--hero {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .uqXVzyJD-logo {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .PUsmD6-jZAS {
    order: 1;
  }
  footer nav .S6pROoqXFB-nav {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .S6pROoqXFB-nav ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .S6pROoqXFB-nav ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .S6pROoqXFB-nav .PUsmD6-jZAS {
    margin: 20px 0 0 0;
  }
  .MOCT__2LFEam {
    padding: 85px 0 0 0;
  }
  .MOCT__2LFEam .U0wBkt2__PO4x {
    height: 200px;
  }
  .MOCT__2LFEam .q7POkBcf2_blog {
    padding: 6px;
  }
  .MOCT__2LFEam .q7POkBcf2_blog span {
    width: 8px;
    height: 8px;
  }
  .MOCT__2LFEam .q7POkBcf2_blog span.active {
    width: 13px;
  }
  .MOCT__2LFEam .b-iJOR1M h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .MOCT__2LFEam .b-iJOR1M p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .content .g28OxnkPJ--faR8S6 .x3hnkmjw_post {
    width: 100%;
  }
  .content .logmsuVW1M {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .content .brand__Ixq3mTNLe {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .content .l_97V0g2DS4 {
    margin: 0;
    justify-content: flex-start;
  }
  .l_97V0g2DS4 {
    display: flex;
    flex-direction: column;
  }
  .content .logo-uE5Kwr {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .content .brand--jYZIkXd8 {
    margin: 0;
  }
  .content .XT5Rj0zNF--fdvx5c {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .content .SslpA__KUgsL5Eb {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .content .invert--NSBia9cDg {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .content .prim__2CMc3T {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .content .primary__hxuQJI3 {
    display: none;
  }
  .content .i4Sg2LFK6_wraper {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .content .i4Sg2LFK6_wraper p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .content .I08Nea-button {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .content .g28OxnkPJ--faR8S6 .I08Nea-button {
    margin: 8px 0 0 0;
  }
  .content .buttoneuljfiLR {
    flex-direction: row-reverse;
    width: 100%;
  }
  .content .buttoneuljfiLR .L4GtskSU--btn {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .content .buttoneuljfiLR .L4GtskSU--btn.w4N6dgFq-col {
    width: 60%;
  }
  .content .buttoneuljfiLR .L4GtskSU--btn.action__p9FG6z {
    width: 40%;
  }
  .content .btn-k7nSvCPf {
    margin: 0;
    width: 100%;
  }
  .content .g28OxnkPJ--faR8S6 .buttoneuljfiLR {
    margin: 0;
    order: 0;
  }
  .content .g28OxnkPJ--faR8S6 .btn-k7nSvCPf {
    margin: 19px 0 0 0;
    order: 1;
  }
  .content .g28OxnkPJ--faR8S6 .b__85Pn0c9I {
    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 .x3hnkmjw_post {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .content .l_97V0g2DS4 .action--Oswo2N,
  .content .l_97V0g2DS4 span {
    display: flex;
  }
  .content .showcase-info-row,
  .content .W6wJDEI--brand {
    margin: 0 0 10px 0;
  }
  .content .l_97V0g2DS4 span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .content .l_97V0g2DS4 .action--Oswo2N {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .content .CUVsoi_log {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .content .IcY2uW_wBrk1 {
    font-size: 18px;
    max-width: 100%;
  }
  .content .buttonO8zZ0Yh {
    display: none;
  }
  .content .primary-btlH1kFW {
    flex-wrap: wrap;
  }
  .content .article-aEiZfq1 {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .content .article-aEiZfq1:last-child {
    margin: 0;
  }
  .content .suaDLoq-p {
    font-size: 14px;
    line-height: 16px;
  }
  .content .zuf2q4_y8rJRuTn {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content .zuf2q4_y8rJRuTn .posts_yBEcST {
    font-size: 14px;
  }
  .content .spoiler span {
    font-size: 20px;
  }
  .n10C-LMTprKiD3 {
    width: 200px;
    height: 200px;
  }
  .MGRngmrp--card {
    display: block;
    overflow-x: auto;
  }
  .TcJintu5__blocks {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .MGRngmrp--card .wX04EVBH-cards {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .MGRngmrp--card .wX04EVBH-cards img {
    width: 18px;
    height: 18px;
  }
  .o1Jvr6P_articles .QdtjX8PUp-button {
    height: 190px;
  }
  .container--DFnIjZJhP {
    flex-direction: column;
  }
  .container--DFnIjZJhP .blockgrsw8l {
    width: 100%;
    max-width: 100%;
  }
  .container--DFnIjZJhP .L4GtskSU--btn {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .container--DFnIjZJhP .blockgrsw8l svg {
    width: 35px;
    height: 35px;
  }
  .hero__EZjFfc60 .lFhdqZeDQ--hero {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .hero__EZjFfc60 .eSlYtpF9ban span {
    font-size: 24px;
    line-height: 24px;
  }
  .hero__EZjFfc60 .pZj8KTA--banner {
    flex-direction: column;
  }
  .hero__EZjFfc60 .Bda9IW3t-wrap {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .hero__EZjFfc60 .L4GtskSU--btn {
    width: 100%;
  }
  .fmlb1eu--ban {
    margin: 5px 0;
  }
  .hero__EZjFfc60 .main--JrYy1SC {
    margin: 5px 0;
  }
  footer .U0PiwAg3-foot {
    width: 100%;
  }
  footer .f1ebWYJw__bot {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .foot--KgQieCEqd {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .f1ebWYJw__bot img,
  footer .foot--KgQieCEqd img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .MGRngmrp--card .wX04EVBH-cards {
    width: 245px;
  }
}
