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

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

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

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

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

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

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

.T3NAd4m7K__action {
  display: none;
}

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

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

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

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

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

header nav .menu__t5EUDcx ul.flENL0header.V9hVozJ--wraper.wrapped {
  border-radius: 28px;
}

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

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

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

header nav .b__BV0XHQON .f3np9_RiWhqYA27 {
  margin: 0 44px 0 0;
}

header nav .menu__t5EUDcx .f3np9_RiWhqYA27 {
  display: none;
}

header nav .b__BV0XHQON .fUpRWN__action {
  display: flex;
  align-items: center;
}

header nav .b__BV0XHQON .S19kSt24uN-b.btn__AK7NZDHs {
  margin: 0 16px 0 0;
}

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

.zuge8J-Cn37 {
  padding: 70px 0 0 0;
}

.zuge8J-Cn37 .blocks__2aWYBCh5 {
  display: flex;
  justify-content: space-between;
}

.zuge8J-Cn37 .button__Pzfox0 {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.zuge8J-Cn37 .button__Pzfox0.error {
  width: 100%;
}
.zuge8J-Cn37 .button__Pzfox0.error h1,
.zuge8J-Cn37 .button__Pzfox0.error p,
.zuge8J-Cn37 .button__Pzfox0.error .S19kSt24uN-b {
  align-self: center;
}

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

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

.zuge8J-Cn37 .button__Pzfox0 .S19kSt24uN-b {
  align-self: flex-start;
}

.zuge8J-Cn37 .opFs4G_kjdmQA {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.zuge8J-Cn37 .opFs4G_kjdmQA img {
  width: 100%;
  height: 100%;
}

.zuge8J-Cn37 .d8GPSWw5pT-article {
  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;
}

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

.zuge8J-Cn37 .d8GPSWw5pT-article span:last-child {
  margin: 0;
}

.zuge8J-Cn37 .d8GPSWw5pT-article span:hover {
  background: var(--primary);
}

.zuge8J-Cn37 .d8GPSWw5pT-article 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 .v3IrqKG4-8m07id {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

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

.content .V2OWmZGj__item {
  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 .v3IrqKG4-8m07id .Ltzi_rLj5IxZOS .OhZTEQXbP__BXsdFg {
  border: none;
}

.content .r42TP--oKgUBV .V2OWmZGj__item {
  flex-direction: column;
  width: 32.5%;
}

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

.content .logo_o8ZhAspJ4 {
  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 .r42TP--oKgUBV .logo--npSAqkdj {
  flex-direction: row;
  align-items: center;
}

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

.content .logo--DZ2Sy4rX:hover {
  filter: brightness(70%);
}

.content .zOIr_LfMeWhEO5 .Y3JC4o--vAJXDhG img {
  width: 100%;
  height: 100%;
}

.content .r42TP--oKgUBV .logo--DZ2Sy4rX {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

.content .logo--DZ2Sy4rX img {
  width: inherit;
  height: inherit;
}

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

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

.content .v3IrqKG4-8m07id .Ltzi_rLj5IxZOS .PRbENyoUK-top,
.content .v3IrqKG4-8m07id .Ltzi_rLj5IxZOS .SNBFjqI__l {
  flex-direction: column;
}

.content .v3IrqKG4-8m07id .Ltzi_rLj5IxZOS .Pbn9_IDN1owMUe,
.content .v3IrqKG4-8m07id .Ltzi_rLj5IxZOS .brandcaFyz2N4,
.content .v3IrqKG4-8m07id .Ltzi_rLj5IxZOS .showcase-info-row,
.content .v3IrqKG4-8m07id .Ltzi_rLj5IxZOS .Hq0YL8t--l {
  align-self: flex-start;
}

.content .SNBFjqI__l {
  display: none;
}

.content .SNBFjqI__l .b_IA0N94,
.content .SNBFjqI__l span {
  display: none;
}

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

.content .r42TP--oKgUBV .Pbn9_IDN1owMUe,
.content .r42TP--oKgUBV .brandcaFyz2N4 {
  margin: 0;
  text-align: left;
}

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

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

.content .r42TP--oKgUBV .showcase-info-rating,
.content .r42TP--oKgUBV .log5n9ioVuGp {
  margin: 0 5px 0 0;
}

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

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

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

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

.content .tfs6nDIG--inv {
  max-width: 100%;
}

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

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

.content .v3IrqKG4-8m07id .Ltzi_rLj5IxZOS .button_71sYkjqD {
  justify-content: flex-end;
  width: 30%;
}

.content .r42TP--oKgUBV .button_71sYkjqD {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

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

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

.content .r42TP--oKgUBV .btnYe03LC {
  margin: 0;
  align-self: flex-start;
}

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

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

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

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

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

.content .r42TP--oKgUBV .s5zjEStMwdb {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

.content .s5zjEStMwdb .S19kSt24uN-b {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.content .r42TP--oKgUBV .s5zjEStMwdb .S19kSt24uN-b.y6yRgjuQtexted {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.content .r42TP--oKgUBV .s5zjEStMwdb .S19kSt24uN-b.btn__AK7NZDHs {
  width: 35%;
  min-width: auto;
}

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

.content .r42TP--oKgUBV .p5z2N7uaF-b {
  display: flex;
  margin: 19px 0 0 0;
  justify-content: center;
  align-items: center;
}

.content .r42TP--oKgUBV .p5z2N7uaF-b img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

.content .r42TP--oKgUBV .p5z2N7uaF-b span {
  margin: 0 8.5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--white);
}

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

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

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

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

.content .p_jsmbZwXP.Q5Z2sXj_p {
  color: var(--green);
}

.content .p_jsmbZwXP.QtuKwI32o--wrapper {
  color: var(--red);
}

.content .prim__TXYoPjGF .primary__DacmhF {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.content .prim__TXYoPjGF .primary__DacmhF p {
  margin: 0;
}

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

.content .prim__TXYoPjGF .primary__DacmhF p {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.content .table-responsive .I5u09Sb--tb,
.content figure.tb--AM1iSPH .I5u09Sb--tb {
  display: flex;
}

.content .table-responsive .I5u09Sb--tb img,
.content figure.tb--AM1iSPH .I5u09Sb--tb img {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .table-responsive .Jd3gZ-8ZPnF6,
.content figure.tb--AM1iSPH .Jd3gZ-8ZPnF6 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .table-responsive .Jd3gZ-8ZPnF6 img,
.content figure.tb--AM1iSPH .Jd3gZ-8ZPnF6 img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .table-responsive .Jd3gZ-8ZPnF6 .S19kSt24uN-b,
.content figure.tb--AM1iSPH .Jd3gZ-8ZPnF6 .S19kSt24uN-b {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

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

.content .zOIr_LfMeWhEO5 .Y3JC4o--vAJXDhG img {
  width: 100%;
  height: 100%;
}

.content .zOIr_LfMeWhEO5 .Y3JC4o--vAJXDhG:hover {
  filter: brightness(70%);
}

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

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

.content .zOIr_LfMeWhEO5 .item__AkI3Mz4al:hover {
  color: var(--primary);
}

.content .zOIr_LfMeWhEO5 .posts__Wjl3hwvO2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .zOIr_LfMeWhEO5 .posts__Wjl3hwvO2 img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

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

.content .zOIr_LfMeWhEO5 .yzaRJBTGM--articles {
  display: flex;
  flex-wrap: wrap;
}

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

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

.content .zOIr_LfMeWhEO5 .mMSCgLF__blog .S19kSt24uN-b {
  margin: 16px 0 0 0;
}

.content .zOIr_LfMeWhEO5 .mMSCgLF__blog .S19kSt24uN-b.btn__AK7NZDHs {
  margin-right: 15px;
}

.content .zOIr_LfMeWhEO5 .xHygnjcbutton {
  display: flex;
  justify-content: space-between;
}

.content .zOIr_LfMeWhEO5 .xHygnjcbutton .S19kSt24uN-b:last-child {
  width: 70%;
}

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

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

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

.content .PJn02VI__container 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.sitemap--ECUsQx {
  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 .p2qjtuOC6-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}

.content .p2qjtuOC6-head .button-lQ6ZeV2a {
  width: 30px;
  height: 30px;
  transition: 0.4s all linear;
  transform: rotate(180deg);
}

.content .spoiler.active .p2qjtuOC6-head .button-lQ6ZeV2a {
  transform: rotate(360deg);
}

.content .p2qjtuOC6-head .button-lQ6ZeV2a 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;
}

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

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

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

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

.wrap-yB50CNXR .table-responsive {
  width: auto;
}

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

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

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

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

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

.tfZXax__b .GrmTB7-hero {
  display: flex;
  flex-direction: column;
  width: 45%;
}

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

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

.tfZXax__b .GrmTB7-hero .S19kSt24uN-b {
  margin: 32px 0 0 0;
  background: var(--white);
  color: var(--black);
  border: none;
  align-self: flex-start;
  transition: 0.4s all linear;
}

.tfZXax__b .GrmTB7-hero .S19kSt24uN-b:hover {
  background: var(--black);
  color: var(--white);
}

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

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

.tfZXax__b .heroAiKgHB .ZWtxeS0ban {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.tfZXax__b .ZWtxeS0ban .footer--9rSO2U {
  width: 100%;
  height: 100%;
}

.ZWtxeS0ban .footer--9rSO2U {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

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

.ZWtxeS0ban.is-flipped .LQpdEWrA-bottom {
  transform: rotateY(180deg);
}

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

.ZWtxeS0ban .foot_QZwHB1.n1QcmdLCRa-frm {
  background: var(--white);
}

.ZWtxeS0ban .foot_QZwHB1.action__aCFMBf {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.zbFMVsw1-sm {
  width: 19%;
}

.row__W0exRFrUY {
  margin: 0 0 20px 0;
}

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

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

.row__W0exRFrUY .V1UWoaOu_rows img {
  width: 24px;
  height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content .button-ZJh1tU5Po img {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
}

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

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

.content .LDcOmg2MPspo {
  display: none;
}

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

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

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

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

.O7dYZVb_frm {
  display: flex;
}

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

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

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

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

.content .d0kPxqB-form .F5qx3yBS_bottom {
  margin: 21px 0 0 0;
}

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

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

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

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

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

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

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

.content .d0kPxqB-form .h5bH8E9--5u8UvlPoi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 4px 0;
}

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

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

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

.content .d0kPxqB-form .I9LgE_vVgz20sc .bottom-eyIzhwvS {
  width: 39%;
}

.content .d0kPxqB-form .S19kSt24uN-b {
  width: 18%;
}

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

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

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

.blog-6dkP9Ij {
  -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-6dkP9Ij.iVIu6J9mZQV86J {
  border-radius: 24px;
}

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

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

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

.blog-6dkP9Ij.iVIu6J9mZQV86J svg {
  transform: rotate(360deg);
}

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

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

.blog-6dkP9Ij.iVIu6J9mZQV86J .foot7NFsSw::after {
  transform: rotate(180deg);
  opacity: 1;
}

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

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

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

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

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

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

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

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

.authtXRgbmE4 .f3np9_RiWhqYA27 a:last-child,
footer .f3np9_RiWhqYA27 a:last-child {
  margin: 0;
}

.article_v1tgya {
  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_v1tgya .action-10m47nI {
  display: flex;
  text-decoration: none;
  width: 430px;
  height: 200px;
  border-radius: 16px;
  transition: 0.4s all linear;
}

.article_v1tgya .action-10m47nI:hover {
  filter: brightness(70%);
  border-radius: 16px;
}

.article_v1tgya .action-10m47nI img {
  width: inherit;
  height: inherit;
}

.article_v1tgya .button_NXaFTcmAw {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.article_v1tgya .action-QvK1FE9:hover {
  color: var(--primary);
}

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

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

.article_v1tgya .block_3ASiIB4oK .S19kSt24uN-b {
  width: 35%;
}

.article_v1tgya .block_3ASiIB4oK .blog-6dkP9Ij {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.article_v1tgya .block_3ASiIB4oK .foot7NFsSw {
  padding: 16px;
  transition: 0.4s all linear;
}

.article_v1tgya .block_3ASiIB4oK .blog-6dkP9Ij.iVIu6J9mZQV86J .foot7NFsSw span {
  color: var(--primary);
}

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

.XUEdMVRPBcont .O1JMWSPH__block {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

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

.XUEdMVRPBcont .O1JMWSPH__block svg path {
  fill: var(--black);
}

.XUEdMVRPBcont .buttoncPwyusU {
  display: flex;
  flex-direction: column;
}

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

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

.XUEdMVRPBcont .S19kSt24uN-b {
  white-space: nowrap;
}

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

.Ii5BKLDw1-hr .main--CIueaK6gs {
  display: flex;
  flex-direction: column;
}

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

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

.Ii5BKLDw1-hr .b__faLBxjmb {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
  width: 489px;
}

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

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

.Ii5BKLDw1-hr .banner-duhn4lXW3 {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.Ii5BKLDw1-hr .PJn02VI__container {
  width: 49%;
  align-items: center;
}

.Ii5BKLDw1-hr .PJn02VI__container img {
  position: static;
  margin: 0 0 0 15px;
}

.Ii5BKLDw1-hr .S19kSt24uN-b {
  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 .bot-oFviDCe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

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

footer .c8XcTLzQs--footer img {
  margin: 0 19px 0 0;
}

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

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

footer .bot--2x3LS0BMQ img {
  margin: 0 19px 0 0;
  width: 32px;
  height: 32px;
}

footer .bot--2x3LS0BMQ a:last-child {
  display: flex;
  margin: 0;
}

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .ZWtxeS0ban .LQpdEWrA-bottom {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .P39LVcphs--wr {
    padding: 0 20px;
  }
  .zuge8J-Cn37 {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .P39LVcphs--wr {
    padding: 0 20px;
  }
  header nav .b__BV0XHQON {
    flex-direction: column-reverse;
  }
  header nav .b__BV0XHQON .fUpRWN__action {
    margin: 0 0 20px 0;
  }
  header nav .b__BV0XHQON .f3np9_RiWhqYA27 {
    margin: 0;
  }
  .content .button_71sYkjqD {
    flex-direction: column;
  }
  .content .s5zjEStMwdb {
    margin: 16px 0 0 0;
  }
  .content .zOIr_LfMeWhEO5 .Y3JC4o--vAJXDhG {
    height: 150px;
  }
  .content .zOIr_LfMeWhEO5 .item__AkI3Mz4al {
    font-size: 20px;
  }
  .tfZXax__b .hrQoLOWw5C {
    font-size: 36px;
    line-height: 36px;
  }
  .tfZXax__b .hraIlRU0Kn {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .table-responsive.A9EU7h5__Ku7IMjCR > table {
    min-width: 205%;
  }
  .Ii5BKLDw1-hr .b__faLBxjmb {
    width: 640px;
  }
  footer .bot-oFviDCe {
    flex-direction: column;
  }
  footer .bot--2x3LS0BMQ,
  footer .footerf2v7Z9KDE {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .T3NAd4m7K__action {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .T3NAd4m7K__action svg {
    width: 40px;
    height: 40px;
  }
  .T3NAd4m7K__action svg rect {
    fill: var(--surface);
  }
  .T3NAd4m7K__action svg path {
    stroke: var(--primary);
  }
  .T3NAd4m7K__action svg.btn__idMxCO7m6 {
    display: none;
  }
  header.active .T3NAd4m7K__action svg.btn__idMxCO7m6 {
    display: block;
  }
  header.active .T3NAd4m7K__action svg.R7muegb {
    display: none;
  }
  header nav .menu__t5EUDcx {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .menu__t5EUDcx {
    display: flex;
  }
  header nav .menu__t5EUDcx ul,
  footer nav .menu__t5EUDcx ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .menu__t5EUDcx ul li,
  footer nav .menu__t5EUDcx ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .menu__t5EUDcx ul li.active,
  header nav .menu__t5EUDcx ul li:hover,
  footer nav .menu__t5EUDcx ul li.active,
  footer nav .menu__t5EUDcx ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .menu__t5EUDcx ul li a,
  footer nav .menu__t5EUDcx ul li a {
    padding: 0;
  }
  header nav .b__BV0XHQON {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .b__BV0XHQON .f3np9_RiWhqYA27 {
    display: none;
  }
  header nav .b__BV0XHQON .fUpRWN__action {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .b__BV0XHQON .S19kSt24uN-b {
    margin: 0;
    width: 49%;
  }
  header nav .b__BV0XHQON .S19kSt24uN-b.btn__AK7NZDHs {
    margin: 0;
  }
  header nav .menu__t5EUDcx .f3np9_RiWhqYA27 {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .zuge8J-Cn37 {
    padding: 105px 0 0 0;
  }
  .zuge8J-Cn37 .blocks__2aWYBCh5 {
    flex-direction: column-reverse;
  }
  .zuge8J-Cn37 .button__Pzfox0 {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .zuge8J-Cn37 .opFs4G_kjdmQA {
    width: 100%;
    height: 400px;
  }
  .zuge8J-Cn37 .button__Pzfox0 p {
    margin: 0 0 30px 0;
  }
  .zuge8J-Cn37 .button__Pzfox0 .S19kSt24uN-b {
    width: 100%;
  }
  .content .r42TP--oKgUBV {
    flex-wrap: wrap;
  }
  .content .Pbn9_IDN1owMUe {
    font-size: 20px;
    line-height: 26px;
  }
  .content .brandcaFyz2N4 {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .content .V2OWmZGj__item {
    flex-wrap: wrap;
  }
  .content .r42TP--oKgUBV .V2OWmZGj__item {
    width: 49%;
  }
  .content .button_71sYkjqD {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .content .OhZTEQXbP__BXsdFg {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .content .PRbENyoUK-top {
    display: none;
  }
  .content .SNBFjqI__l {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .content .logo--npSAqkdj {
    flex-direction: row;
    width: 100%;
  }
  .content .primary-28YHmR1o {
    align-self: center;
  }
  .content .v3IrqKG4-8m07id .Ltzi_rLj5IxZOS .OhZTEQXbP__BXsdFg {
    display: none;
    border: none;
  }
  .content .v3IrqKG4-8m07id .Ltzi_rLj5IxZOS .button_71sYkjqD {
    margin: 0;
    width: 100%;
  }
  .content .v3IrqKG4-8m07id .Ltzi_rLj5IxZOS .s5zjEStMwdb {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .content .v3IrqKG4-8m07id .Ltzi_rLj5IxZOS .s5zjEStMwdb .S19kSt24uN-b {
    margin: 0;
    width: 49%;
  }
  .content .v3IrqKG4-8m07id .Ltzi_rLj5IxZOS.V2OWmZGj__item {
    width: 100%;
  }
  .content .zOIr_LfMeWhEO5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .zOIr_LfMeWhEO5 .Y3JC4o--vAJXDhG {
    height: 190px;
  }
  .rSGf8B__vTFegRW {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .rSGf8B__vTFegRW img {
    border-radius: 12px;
  }
  .k8wGs_kAUPClr1 {
    width: 200px;
    height: 200px;
  }
  .k8wGs_kAUPClr1 img {
    border-radius: 12px;
  }
  .tfZXax__b {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .tfZXax__b .GrmTB7-hero {
    width: 100%;
  }
  .tfZXax__b .hrQoLOWw5C {
    font-size: 36px;
    line-height: 36px;
  }
  .tfZXax__b .hraIlRU0Kn {
    font-size: 16px;
    line-height: 24px;
  }
  .tfZXax__b .GrmTB7-hero .S19kSt24uN-b {
    margin: 20px 0 0 0;
  }
  .tfZXax__b .heroAiKgHB {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .tfZXax__b .ZWtxeS0ban {
    border-radius: 24px;
  }
  .row_kApz4oCY {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .posts--SgMnjP {
    border-radius: 16px;
  }
  .content .LDcOmg2MPspo {
    display: flex;
    align-self: flex-end;
  }
  .content .LDcOmg2MPspo.dark5GTrNEFP {
    margin: 10px 0 0 0;
  }
  .content .hMHJzbPaDS {
    display: none;
  }
  .content .fl8Z15q__darked.LDcOmg2MPspo {
    margin: 0;
    align-self: center;
  }
  .content .d0kPxqB-form {
    width: 100%;
  }
  .content .d0kPxqB-form .I9LgE_vVgz20sc {
    flex-direction: column;
  }
  .content .d0kPxqB-form .I9LgE_vVgz20sc .bottom-eyIzhwvS {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .content .d0kPxqB-form .S19kSt24uN-b {
    width: 100%;
  }
  .foot-sgr58z {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .content .PJn02VI__container span {
    font-size: 16px;
  }
  .article_v1tgya {
    flex-direction: column;
  }
  .article_v1tgya .action-10m47nI {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .article_v1tgya .button_NXaFTcmAw {
    margin: 0;
    width: 100%;
  }
  .article_v1tgya .block_3ASiIB4oK {
    margin: 0;
    flex-direction: column;
  }
  .article_v1tgya .block_3ASiIB4oK .blog-6dkP9Ij,
  .article_v1tgya .block_3ASiIB4oK .S19kSt24uN-b {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .XUEdMVRPBcont .O1JMWSPH__block {
    max-width: 55%;
  }
  .Ii5BKLDw1-hr {
    flex-direction: column;
  }
  .Ii5BKLDw1-hr .banner10O937qe {
    font-size: 20px;
  }
  .Ii5BKLDw1-hr .b__faLBxjmb {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .Ct1EqK0y__l {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .f3np9_RiWhqYA27 {
    order: 1;
  }
  footer nav .menu__t5EUDcx {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .menu__t5EUDcx ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .menu__t5EUDcx ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .menu__t5EUDcx .f3np9_RiWhqYA27 {
    margin: 20px 0 0 0;
  }
  .zuge8J-Cn37 {
    padding: 85px 0 0 0;
  }
  .zuge8J-Cn37 .opFs4G_kjdmQA {
    height: 200px;
  }
  .zuge8J-Cn37 .d8GPSWw5pT-article {
    padding: 6px;
  }
  .zuge8J-Cn37 .d8GPSWw5pT-article span {
    width: 8px;
    height: 8px;
  }
  .zuge8J-Cn37 .d8GPSWw5pT-article span.active {
    width: 13px;
  }
  .zuge8J-Cn37 .button__Pzfox0 h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .zuge8J-Cn37 .button__Pzfox0 p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .content .r42TP--oKgUBV .V2OWmZGj__item {
    width: 100%;
  }
  .content .logo--npSAqkdj {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .content .logo--DZ2Sy4rX {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .content .SNBFjqI__l {
    margin: 0;
    justify-content: flex-start;
  }
  .SNBFjqI__l {
    display: flex;
    flex-direction: column;
  }
  .content .brandcaFyz2N4 {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .content .log5n9ioVuGp {
    margin: 0;
  }
  .content .OhZTEQXbP__BXsdFg {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .content .Pbn9_IDN1owMUe {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .content .tfs6nDIG--inv {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .content .primary-28YHmR1o {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .content .CWPveozQJp {
    display: none;
  }
  .content .tULPVB--wraper {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .content .tULPVB--wraper p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .content .button_71sYkjqD {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .content .r42TP--oKgUBV .button_71sYkjqD {
    margin: 8px 0 0 0;
  }
  .content .s5zjEStMwdb {
    flex-direction: row-reverse;
    width: 100%;
  }
  .content .s5zjEStMwdb .S19kSt24uN-b {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .content .s5zjEStMwdb .S19kSt24uN-b.y6yRgjuQtexted {
    width: 60%;
  }
  .content .s5zjEStMwdb .S19kSt24uN-b.btn__AK7NZDHs {
    width: 40%;
  }
  .content .btnYe03LC {
    margin: 0;
    width: 100%;
  }
  .content .r42TP--oKgUBV .s5zjEStMwdb {
    margin: 0;
    order: 0;
  }
  .content .r42TP--oKgUBV .btnYe03LC {
    margin: 19px 0 0 0;
    order: 1;
  }
  .content .r42TP--oKgUBV .p5z2N7uaF-b {
    order: 2;
  }
  .content h2 {
    margin: 15px 0;
    font-size: 24px;
  }
  .content h3 {
    margin: 15px 0;
    font-size: 22px;
  }
  .content h4 {
    margin: 15px 0;
    font-size: 20px;
  }
  .content .V2OWmZGj__item {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .content .SNBFjqI__l .b_IA0N94,
  .content .SNBFjqI__l span {
    display: flex;
  }
  .content .showcase-info-row,
  .content .Hq0YL8t--l {
    margin: 0 0 10px 0;
  }
  .content .SNBFjqI__l span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .content .SNBFjqI__l .b_IA0N94 {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .content .logo_o8ZhAspJ4 {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .content .a0pv3RZqVSdZTf {
    font-size: 18px;
    max-width: 100%;
  }
  .content .action--MCEhQ6 {
    display: none;
  }
  .content .prim__TXYoPjGF {
    flex-wrap: wrap;
  }
  .content .post__TOlSsG0x {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .content .post__TOlSsG0x:last-child {
    margin: 0;
  }
  .content .p_jsmbZwXP {
    font-size: 14px;
    line-height: 16px;
  }
  .content .zOIr_LfMeWhEO5 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content .zOIr_LfMeWhEO5 .by04Y2__articles {
    font-size: 14px;
  }
  .content .spoiler span {
    font-size: 20px;
  }
  .k8wGs_kAUPClr1 {
    width: 200px;
    height: 200px;
  }
  .row__W0exRFrUY {
    display: block;
    overflow-x: auto;
  }
  .row_kApz4oCY {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .row__W0exRFrUY .V1UWoaOu_rows {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .row__W0exRFrUY .V1UWoaOu_rows img {
    width: 18px;
    height: 18px;
  }
  .article_v1tgya .action-10m47nI {
    height: 190px;
  }
  .XUEdMVRPBcont {
    flex-direction: column;
  }
  .XUEdMVRPBcont .O1JMWSPH__block {
    width: 100%;
    max-width: 100%;
  }
  .XUEdMVRPBcont .S19kSt24uN-b {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .XUEdMVRPBcont .O1JMWSPH__block svg {
    width: 35px;
    height: 35px;
  }
  .Ii5BKLDw1-hr .b__faLBxjmb {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .Ii5BKLDw1-hr .main__KsNhcLj span {
    font-size: 24px;
    line-height: 24px;
  }
  .Ii5BKLDw1-hr .banner-duhn4lXW3 {
    flex-direction: column;
  }
  .Ii5BKLDw1-hr .PJn02VI__container {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .Ii5BKLDw1-hr .S19kSt24uN-b {
    width: 100%;
  }
  .bannerzucqBi {
    margin: 5px 0;
  }
  .Ii5BKLDw1-hr .banner10O937qe {
    margin: 5px 0;
  }
  footer .bot-oFviDCe {
    width: 100%;
  }
  footer .c8XcTLzQs--footer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .bot--2x3LS0BMQ {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .c8XcTLzQs--footer img,
  footer .bot--2x3LS0BMQ img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .row__W0exRFrUY .V1UWoaOu_rows {
    width: 245px;
  }
}
