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

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

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

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

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

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

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

.nisvJDxX__b {
  display: none;
}

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

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

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

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

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

header nav .navigation--cENC62gw ul.rLn4aQ1S-head.wrapper__UVaNAs.wrapped {
  border-radius: 28px;
}

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

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

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

header nav .action_h7DCvn .RWLdkP_qw8Yfl2u {
  margin: 0 44px 0 0;
}

header nav .navigation--cENC62gw .RWLdkP_qw8Yfl2u {
  display: none;
}

header nav .action_h7DCvn .action--52Bsn8fuJ {
  display: flex;
  align-items: center;
}

header nav .action_h7DCvn .BQPaAN7Zj-action.dyiYNMnR-button {
  margin: 0 16px 0 0;
}

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

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

.uic0_qHA2mCjYs .row--uGLYws {
  display: flex;
  justify-content: space-between;
}

.uic0_qHA2mCjYs .btn__R86fLvX {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.uic0_qHA2mCjYs .btn__R86fLvX.error {
  width: 100%;
}
.uic0_qHA2mCjYs .btn__R86fLvX.error h1,
.uic0_qHA2mCjYs .btn__R86fLvX.error p,
.uic0_qHA2mCjYs .btn__R86fLvX.error .BQPaAN7Zj-action {
  align-self: center;
}

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

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

.uic0_qHA2mCjYs .btn__R86fLvX .BQPaAN7Zj-action {
  align-self: flex-start;
}

.uic0_qHA2mCjYs .QHIh9jD7__KR6p {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.uic0_qHA2mCjYs .QHIh9jD7__KR6p img {
  width: 100%;
  height: 100%;
}

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

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

.uic0_qHA2mCjYs .article__vGFk1DQol span:last-child {
  margin: 0;
}

.uic0_qHA2mCjYs .article__vGFk1DQol span:hover {
  background: var(--primary);
}

.uic0_qHA2mCjYs .article__vGFk1DQol 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 .Eh3RGa-TAvxDg {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

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

.content .postqTJi9E {
  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 .Eh3RGa-TAvxDg .KJrwvt--jbiYRd .AByDVhYq--aQn39u {
  border: none;
}

.content .f4nehzqw9GSY .postqTJi9E {
  flex-direction: column;
  width: 32.5%;
}

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

.content .l--YOs2dW {
  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 .f4nehzqw9GSY .brand--tDcRwaL {
  flex-direction: row;
  align-items: center;
}

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

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

.content .ncmRSpdxVB1uMn .g5maPy-FXYifcpJo img {
  width: 100%;
  height: 100%;
}

.content .f4nehzqw9GSY .logo__yjrqiYm {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

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

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

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

.content .Eh3RGa-TAvxDg .KJrwvt--jbiYRd .otPjzd__head,
.content .Eh3RGa-TAvxDg .KJrwvt--jbiYRd .Fgjpv2udU-l {
  flex-direction: column;
}

.content .Eh3RGa-TAvxDg .KJrwvt--jbiYRd .CLt2jB1vfJdYMK,
.content .Eh3RGa-TAvxDg .KJrwvt--jbiYRd .S6TRwh--logo,
.content .Eh3RGa-TAvxDg .KJrwvt--jbiYRd .showcase-info-row,
.content .Eh3RGa-TAvxDg .KJrwvt--jbiYRd .oxLUsjAe--brand {
  align-self: flex-start;
}

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

.content .Fgjpv2udU-l .action__92maHIX,
.content .Fgjpv2udU-l span {
  display: none;
}

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

.content .f4nehzqw9GSY .CLt2jB1vfJdYMK,
.content .f4nehzqw9GSY .S6TRwh--logo {
  margin: 0;
  text-align: left;
}

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

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

.content .f4nehzqw9GSY .showcase-info-rating,
.content .f4nehzqw9GSY .XSaVKBwDI_brand {
  margin: 0 5px 0 0;
}

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

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

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

.content .AByDVhYq--aQn39u {
  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 .KfCcwF--lYGIR {
  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 .KfCcwF--lYGIR:hover {
  color: var(--secondary);
}

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

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

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

.content .Eh3RGa-TAvxDg .KJrwvt--jbiYRd .pYSovP--button {
  justify-content: flex-end;
  width: 30%;
}

.content .f4nehzqw9GSY .pYSovP--button {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

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

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

.content .f4nehzqw9GSY .action_9sKcVa5 {
  margin: 0;
  align-self: flex-start;
}

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

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

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

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

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

.content .f4nehzqw9GSY .UWFoecpAh__b {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

.content .UWFoecpAh__b .BQPaAN7Zj-action {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.content .f4nehzqw9GSY .UWFoecpAh__b .BQPaAN7Zj-action.MSqwivHl_column {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.content .f4nehzqw9GSY .UWFoecpAh__b .BQPaAN7Zj-action.dyiYNMnR-button {
  width: 35%;
  min-width: auto;
}

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

.content .f4nehzqw9GSY .Iapkxs--button {
  display: flex;
  margin: 19px 0 0 0;
  justify-content: center;
  align-items: center;
}

.content .f4nehzqw9GSY .Iapkxs--button img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

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

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

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

.content .cont--B0P91CVa 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 .cont--B0P91CVa 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 .prim-uqsB7QE {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

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

.content .p--RG7T4fj.first--d9Uvan {
  color: var(--green);
}

.content .p--RG7T4fj.nAPO32-cont {
  color: var(--red);
}

.content .prim-uqsB7QE .primary-41DKeo {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.content .prim-uqsB7QE .primary-41DKeo p {
  margin: 0;
}

.content .prim-uqsB7QE img {
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
}

.content .prim-uqsB7QE .primary-41DKeo p {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.content .table-responsive .table--2EV6yh,
.content figure.tb__eON0KgDCE .table--2EV6yh {
  display: flex;
}

.content .table-responsive .table--2EV6yh img,
.content figure.tb__eON0KgDCE .table--2EV6yh img {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

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

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

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

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

.content .table-responsive .ieFb1K_CtD3wo .BQPaAN7Zj-action,
.content figure.tb__eON0KgDCE .ieFb1K_CtD3wo .BQPaAN7Zj-action {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

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

.content .ncmRSpdxVB1uMn .g5maPy-FXYifcpJo img {
  width: 100%;
  height: 100%;
}

.content .ncmRSpdxVB1uMn .g5maPy-FXYifcpJo:hover {
  filter: brightness(70%);
}

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

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

.content .ncmRSpdxVB1uMn .article--3OCRJZT:hover {
  color: var(--primary);
}

.content .ncmRSpdxVB1uMn .BIwclC-article {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .ncmRSpdxVB1uMn .BIwclC-article img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

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

.content .ncmRSpdxVB1uMn .article-Lzlf4MKgk {
  display: flex;
  flex-wrap: wrap;
}

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

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

.content .ncmRSpdxVB1uMn .article--CGxEWFp .BQPaAN7Zj-action {
  margin: 16px 0 0 0;
}

.content .ncmRSpdxVB1uMn .article--CGxEWFp .BQPaAN7Zj-action.dyiYNMnR-button {
  margin-right: 15px;
}

.content .ncmRSpdxVB1uMn .btnCJpBtc {
  display: flex;
  justify-content: space-between;
}

.content .ncmRSpdxVB1uMn .btnCJpBtc .BQPaAN7Zj-action:last-child {
  width: 70%;
}

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

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

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

.content .wrap--r7F32dl 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.sitemapaBNdvK {
  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 .head-FdIW3o8Qb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}

.content .head-FdIW3o8Qb .action--dlPmfA {
  width: 30px;
  height: 30px;
  transition: 0.4s all linear;
  transform: rotate(180deg);
}

.content .spoiler.active .head-FdIW3o8Qb .action--dlPmfA {
  transform: rotate(360deg);
}

.content .head-FdIW3o8Qb .action--dlPmfA 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;
}

.xVdaJb-6h1DsM {
  display: flex;
  width: 250px;
  height: 250px;
}

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

.WT2t8rHML-zbZ7Ho {
  float: right;
  margin: 0 0 10px 10px;
}

.xVdaJb-6h1DsM img {
  width: inherit;
  height: inherit;
  border-radius: 24px;
}

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

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

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

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

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

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

.b_pi3uRj .hrZ67lXS1 {
  display: flex;
  flex-direction: column;
  width: 45%;
}

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

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

.b_pi3uRj .hrZ67lXS1 .BQPaAN7Zj-action {
  margin: 32px 0 0 0;
  background: var(--white);
  color: var(--black);
  border: none;
  align-self: flex-start;
  transition: 0.4s all linear;
}

.b_pi3uRj .hrZ67lXS1 .BQPaAN7Zj-action:hover {
  background: var(--black);
  color: var(--white);
}

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

.b_pi3uRj .b-eYOJZR7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 16px;
}

.b_pi3uRj .main__a4Om6HPX .b-eYOJZR7 {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.b_pi3uRj .b-eYOJZR7 .footer_1V8jn7W35 {
  width: 100%;
  height: 100%;
}

.b-eYOJZR7 .footer_1V8jn7W35 {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

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

.b-eYOJZR7.is-flipped .f--XiLqSTcAe {
  transform: rotateY(180deg);
}

.b-eYOJZR7 .footertBoT1CQf7 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  border-radius: inherit;
}

.b-eYOJZR7 .footertBoT1CQf7.fr--zeYTH8 {
  background: var(--white);
}

.b-eYOJZR7 .footertBoT1CQf7.action--Q1ROGq {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.map--7YDaIT {
  width: 19%;
}

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

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

.block-zsbwOuYV .k7ogyEblocks {
  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);
}

.block-zsbwOuYV .k7ogyEblocks img {
  width: 24px;
  height: 24px;
}

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

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

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

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

.content .LpIU1-1QgaRP9 {
  display: flex;
  align-items: center;
}

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

.content .block--RWzS3yw {
  display: flex;
  flex-direction: column;
}

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

.content .qglUm4-y1x6 svg {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

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

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

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

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

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

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

.content .TvxK8Br-darked img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

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

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

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

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

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

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

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

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

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

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

.content .GuxieB9Dcs39M {
  display: none;
}

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

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

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

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

.j9p86VAWKfr {
  display: flex;
}

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

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

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

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

.content .fr__rWKFablS .bottom__yq8QIDhAb {
  margin: 21px 0 0 0;
}

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

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

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

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

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

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

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

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

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

.content .fr__rWKFablS .V9fy__JU1xtrvW .f--eu7RNsm {
  width: 39%;
}

.content .fr__rWKFablS .BQPaAN7Zj-action {
  width: 18%;
}

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

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

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

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

.blog-WpDYFkJ.Qp2PZU7Cx__RnWp {
  border-radius: 24px;
}

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

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

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

.blog-WpDYFkJ.Qp2PZU7Cx__RnWp svg {
  transform: rotate(360deg);
}

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

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

.blog-WpDYFkJ.Qp2PZU7Cx__RnWp .E3TNAfq-bot::after {
  transform: rotate(180deg);
  opacity: 1;
}

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

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

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

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

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

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

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

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

.VNLyue-sign .RWLdkP_qw8Yfl2u a:last-child,
footer .RWLdkP_qw8Yfl2u a:last-child {
  margin: 0;
}

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

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

.article_3l2Lcm .btn_VuDJY3BM:hover {
  filter: brightness(70%);
  border-radius: 16px;
}

.article_3l2Lcm .btn_VuDJY3BM img {
  width: inherit;
  height: inherit;
}

.article_3l2Lcm .oKJBsXD--btn {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.article_3l2Lcm .b-PucYwG:hover {
  color: var(--primary);
}

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

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

.article_3l2Lcm .Czyvwb__card .BQPaAN7Zj-action {
  width: 35%;
}

.article_3l2Lcm .Czyvwb__card .blog-WpDYFkJ {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.article_3l2Lcm .Czyvwb__card .E3TNAfq-bot {
  padding: 16px;
  transition: 0.4s all linear;
}

.article_3l2Lcm .Czyvwb__card .blog-WpDYFkJ.Qp2PZU7Cx__RnWp .E3TNAfq-bot span {
  color: var(--primary);
}

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

.EfPv07wTmwr .rB4aizlkMblock {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

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

.EfPv07wTmwr .rB4aizlkMblock svg path {
  fill: var(--black);
}

.EfPv07wTmwr .btn--mZ5tRVP6 {
  display: flex;
  flex-direction: column;
}

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

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

.EfPv07wTmwr .BQPaAN7Zj-action {
  white-space: nowrap;
}

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

.K5d8mbhero .main6z1jaL {
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

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

.K5d8mbhero .wrap--r7F32dl {
  width: 49%;
  align-items: center;
}

.K5d8mbhero .wrap--r7F32dl img {
  position: static;
  margin: 0 0 0 15px;
}

.K5d8mbhero .BQPaAN7Zj-action {
  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 .DN8yuP__f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

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

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

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

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

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

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

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

footer .bottom--jMquk7Ue img {
  width: 40px;
  height: 40px;
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .b-eYOJZR7 .f--XiLqSTcAe {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .K3tZkozMeF--wraper {
    padding: 0 20px;
  }
  .uic0_qHA2mCjYs {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .K3tZkozMeF--wraper {
    padding: 0 20px;
  }
  header nav .action_h7DCvn {
    flex-direction: column-reverse;
  }
  header nav .action_h7DCvn .action--52Bsn8fuJ {
    margin: 0 0 20px 0;
  }
  header nav .action_h7DCvn .RWLdkP_qw8Yfl2u {
    margin: 0;
  }
  .content .pYSovP--button {
    flex-direction: column;
  }
  .content .UWFoecpAh__b {
    margin: 16px 0 0 0;
  }
  .content .ncmRSpdxVB1uMn .g5maPy-FXYifcpJo {
    height: 150px;
  }
  .content .ncmRSpdxVB1uMn .article--3OCRJZT {
    font-size: 20px;
  }
  .b_pi3uRj .NKFEJl7WQ--ban {
    font-size: 36px;
    line-height: 36px;
  }
  .b_pi3uRj .banner_nI9dXhK6 {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .table-responsive.bzRfr8Wa--sd7Ha8 > table {
    min-width: 205%;
  }
  .K5d8mbhero .bORYockpJ0 {
    width: 640px;
  }
  footer .DN8yuP__f {
    flex-direction: column;
  }
  footer .baz3sF_foot,
  footer .bottom--jMquk7Ue {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .nisvJDxX__b {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .nisvJDxX__b svg {
    width: 40px;
    height: 40px;
  }
  .nisvJDxX__b svg rect {
    fill: var(--surface);
  }
  .nisvJDxX__b svg path {
    stroke: var(--primary);
  }
  .nisvJDxX__b svg.btn__9q2u7P {
    display: none;
  }
  header.active .nisvJDxX__b svg.btn__9q2u7P {
    display: block;
  }
  header.active .nisvJDxX__b svg.Z5LlIhsd-b {
    display: none;
  }
  header nav .navigation--cENC62gw {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .navigation--cENC62gw {
    display: flex;
  }
  header nav .navigation--cENC62gw ul,
  footer nav .navigation--cENC62gw ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .navigation--cENC62gw ul li,
  footer nav .navigation--cENC62gw ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .navigation--cENC62gw ul li.active,
  header nav .navigation--cENC62gw ul li:hover,
  footer nav .navigation--cENC62gw ul li.active,
  footer nav .navigation--cENC62gw ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .navigation--cENC62gw ul li a,
  footer nav .navigation--cENC62gw ul li a {
    padding: 0;
  }
  header nav .action_h7DCvn {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .action_h7DCvn .RWLdkP_qw8Yfl2u {
    display: none;
  }
  header nav .action_h7DCvn .action--52Bsn8fuJ {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .action_h7DCvn .BQPaAN7Zj-action {
    margin: 0;
    width: 49%;
  }
  header nav .action_h7DCvn .BQPaAN7Zj-action.dyiYNMnR-button {
    margin: 0;
  }
  header nav .navigation--cENC62gw .RWLdkP_qw8Yfl2u {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .uic0_qHA2mCjYs {
    padding: 105px 0 0 0;
  }
  .uic0_qHA2mCjYs .row--uGLYws {
    flex-direction: column-reverse;
  }
  .uic0_qHA2mCjYs .btn__R86fLvX {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .uic0_qHA2mCjYs .QHIh9jD7__KR6p {
    width: 100%;
    height: 400px;
  }
  .uic0_qHA2mCjYs .btn__R86fLvX p {
    margin: 0 0 30px 0;
  }
  .uic0_qHA2mCjYs .btn__R86fLvX .BQPaAN7Zj-action {
    width: 100%;
  }
  .content .f4nehzqw9GSY {
    flex-wrap: wrap;
  }
  .content .CLt2jB1vfJdYMK {
    font-size: 20px;
    line-height: 26px;
  }
  .content .S6TRwh--logo {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .content .postqTJi9E {
    flex-wrap: wrap;
  }
  .content .f4nehzqw9GSY .postqTJi9E {
    width: 49%;
  }
  .content .pYSovP--button {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .content .AByDVhYq--aQn39u {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .content .otPjzd__head {
    display: none;
  }
  .content .Fgjpv2udU-l {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .content .brand--tDcRwaL {
    flex-direction: row;
    width: 100%;
  }
  .content .gpcFCXb-first {
    align-self: center;
  }
  .content .Eh3RGa-TAvxDg .KJrwvt--jbiYRd .AByDVhYq--aQn39u {
    display: none;
    border: none;
  }
  .content .Eh3RGa-TAvxDg .KJrwvt--jbiYRd .pYSovP--button {
    margin: 0;
    width: 100%;
  }
  .content .Eh3RGa-TAvxDg .KJrwvt--jbiYRd .UWFoecpAh__b {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .content .Eh3RGa-TAvxDg .KJrwvt--jbiYRd .UWFoecpAh__b .BQPaAN7Zj-action {
    margin: 0;
    width: 49%;
  }
  .content .Eh3RGa-TAvxDg .KJrwvt--jbiYRd.postqTJi9E {
    width: 100%;
  }
  .content .ncmRSpdxVB1uMn {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .ncmRSpdxVB1uMn .g5maPy-FXYifcpJo {
    height: 190px;
  }
  .T2RMg__IaQczevn {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .T2RMg__IaQczevn img {
    border-radius: 12px;
  }
  .xVdaJb-6h1DsM {
    width: 200px;
    height: 200px;
  }
  .xVdaJb-6h1DsM img {
    border-radius: 12px;
  }
  .b_pi3uRj {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .b_pi3uRj .hrZ67lXS1 {
    width: 100%;
  }
  .b_pi3uRj .NKFEJl7WQ--ban {
    font-size: 36px;
    line-height: 36px;
  }
  .b_pi3uRj .banner_nI9dXhK6 {
    font-size: 16px;
    line-height: 24px;
  }
  .b_pi3uRj .hrZ67lXS1 .BQPaAN7Zj-action {
    margin: 20px 0 0 0;
  }
  .b_pi3uRj .main__a4Om6HPX {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .b_pi3uRj .b-eYOJZR7 {
    border-radius: 24px;
  }
  .M4yQR1jJ3_cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .article__9iKEDQ1Hx {
    border-radius: 16px;
  }
  .content .GuxieB9Dcs39M {
    display: flex;
    align-self: flex-end;
  }
  .content .GuxieB9Dcs39M.dark_RnZMsDL {
    margin: 10px 0 0 0;
  }
  .content .head_RhDXZ1 {
    display: none;
  }
  .content .dark__mSAw2WMIr.GuxieB9Dcs39M {
    margin: 0;
    align-self: center;
  }
  .content .fr__rWKFablS {
    width: 100%;
  }
  .content .fr__rWKFablS .V9fy__JU1xtrvW {
    flex-direction: column;
  }
  .content .fr__rWKFablS .V9fy__JU1xtrvW .f--eu7RNsm {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .content .fr__rWKFablS .BQPaAN7Zj-action {
    width: 100%;
  }
  .f_PCJmDXYfW {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .content .wrap--r7F32dl span {
    font-size: 16px;
  }
  .article_3l2Lcm {
    flex-direction: column;
  }
  .article_3l2Lcm .btn_VuDJY3BM {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .article_3l2Lcm .oKJBsXD--btn {
    margin: 0;
    width: 100%;
  }
  .article_3l2Lcm .Czyvwb__card {
    margin: 0;
    flex-direction: column;
  }
  .article_3l2Lcm .Czyvwb__card .blog-WpDYFkJ,
  .article_3l2Lcm .Czyvwb__card .BQPaAN7Zj-action {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .EfPv07wTmwr .rB4aizlkMblock {
    max-width: 55%;
  }
  .K5d8mbhero {
    flex-direction: column;
  }
  .K5d8mbhero .ban_J8Zznfm1 {
    font-size: 20px;
  }
  .K5d8mbhero .bORYockpJ0 {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .log__XUQpD0Hm {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .RWLdkP_qw8Yfl2u {
    order: 1;
  }
  footer nav .navigation--cENC62gw {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .navigation--cENC62gw ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .navigation--cENC62gw ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .navigation--cENC62gw .RWLdkP_qw8Yfl2u {
    margin: 20px 0 0 0;
  }
  .uic0_qHA2mCjYs {
    padding: 85px 0 0 0;
  }
  .uic0_qHA2mCjYs .QHIh9jD7__KR6p {
    height: 200px;
  }
  .uic0_qHA2mCjYs .article__vGFk1DQol {
    padding: 6px;
  }
  .uic0_qHA2mCjYs .article__vGFk1DQol span {
    width: 8px;
    height: 8px;
  }
  .uic0_qHA2mCjYs .article__vGFk1DQol span.active {
    width: 13px;
  }
  .uic0_qHA2mCjYs .btn__R86fLvX h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .uic0_qHA2mCjYs .btn__R86fLvX p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .content .f4nehzqw9GSY .postqTJi9E {
    width: 100%;
  }
  .content .brand--tDcRwaL {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .content .logo__yjrqiYm {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .content .Fgjpv2udU-l {
    margin: 0;
    justify-content: flex-start;
  }
  .Fgjpv2udU-l {
    display: flex;
    flex-direction: column;
  }
  .content .S6TRwh--logo {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .content .XSaVKBwDI_brand {
    margin: 0;
  }
  .content .AByDVhYq--aQn39u {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .content .CLt2jB1vfJdYMK {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .content .darkSty024Y61 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .content .gpcFCXb-first {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .content .primary__2vJaS4Ep6 {
    display: none;
  }
  .content .cont--B0P91CVa {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .content .cont--B0P91CVa p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .content .pYSovP--button {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .content .f4nehzqw9GSY .pYSovP--button {
    margin: 8px 0 0 0;
  }
  .content .UWFoecpAh__b {
    flex-direction: row-reverse;
    width: 100%;
  }
  .content .UWFoecpAh__b .BQPaAN7Zj-action {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .content .UWFoecpAh__b .BQPaAN7Zj-action.MSqwivHl_column {
    width: 60%;
  }
  .content .UWFoecpAh__b .BQPaAN7Zj-action.dyiYNMnR-button {
    width: 40%;
  }
  .content .action_9sKcVa5 {
    margin: 0;
    width: 100%;
  }
  .content .f4nehzqw9GSY .UWFoecpAh__b {
    margin: 0;
    order: 0;
  }
  .content .f4nehzqw9GSY .action_9sKcVa5 {
    margin: 19px 0 0 0;
    order: 1;
  }
  .content .f4nehzqw9GSY .Iapkxs--button {
    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 .postqTJi9E {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .content .Fgjpv2udU-l .action__92maHIX,
  .content .Fgjpv2udU-l span {
    display: flex;
  }
  .content .showcase-info-row,
  .content .oxLUsjAe--brand {
    margin: 0 0 10px 0;
  }
  .content .Fgjpv2udU-l span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .content .Fgjpv2udU-l .action__92maHIX {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .content .l--YOs2dW {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .content .KfCcwF--lYGIR {
    font-size: 18px;
    max-width: 100%;
  }
  .content .qUO7tZY-button {
    display: none;
  }
  .content .prim-uqsB7QE {
    flex-wrap: wrap;
  }
  .content .article_whvjci {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .content .article_whvjci:last-child {
    margin: 0;
  }
  .content .p--RG7T4fj {
    font-size: 14px;
    line-height: 16px;
  }
  .content .ncmRSpdxVB1uMn {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content .ncmRSpdxVB1uMn .iteme5VuvaP {
    font-size: 14px;
  }
  .content .spoiler span {
    font-size: 20px;
  }
  .xVdaJb-6h1DsM {
    width: 200px;
    height: 200px;
  }
  .block-zsbwOuYV {
    display: block;
    overflow-x: auto;
  }
  .M4yQR1jJ3_cards {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .block-zsbwOuYV .k7ogyEblocks {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .block-zsbwOuYV .k7ogyEblocks img {
    width: 18px;
    height: 18px;
  }
  .article_3l2Lcm .btn_VuDJY3BM {
    height: 190px;
  }
  .EfPv07wTmwr {
    flex-direction: column;
  }
  .EfPv07wTmwr .rB4aizlkMblock {
    width: 100%;
    max-width: 100%;
  }
  .EfPv07wTmwr .BQPaAN7Zj-action {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .EfPv07wTmwr .rB4aizlkMblock svg {
    width: 35px;
    height: 35px;
  }
  .K5d8mbhero .bORYockpJ0 {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .K5d8mbhero .hr__5dpunUhPr span {
    font-size: 24px;
    line-height: 24px;
  }
  .K5d8mbhero .LKylbdea__banner {
    flex-direction: column;
  }
  .K5d8mbhero .wrap--r7F32dl {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .K5d8mbhero .BQPaAN7Zj-action {
    width: 100%;
  }
  .hrg84rwMUk {
    margin: 5px 0;
  }
  .K5d8mbhero .ban_J8Zznfm1 {
    margin: 5px 0;
  }
  footer .DN8yuP__f {
    width: 100%;
  }
  footer .footM1HOjRb95 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .baz3sF_foot {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .footM1HOjRb95 img,
  footer .baz3sF_foot img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .block-zsbwOuYV .k7ogyEblocks {
    width: 245px;
  }
}
