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

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

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

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

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

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

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

.Tqs0okxb__b {
  display: none;
}

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

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

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

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

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

header nav .ukUWR8--nav ul.top--sh6a3nKW.wrapperErOnjiKz.wrapped {
  border-radius: 28px;
}

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

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

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

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

header nav .m4mdB6wWou_action .K7IJNo6__7M92gO {
  margin: 0 44px 0 0;
}

header nav .ukUWR8--nav .K7IJNo6__7M92gO {
  display: none;
}

header nav .m4mdB6wWou_action .action-aA2ZTe {
  display: flex;
  align-items: center;
}

header nav .m4mdB6wWou_action .wNyxlJaiPbutton.b_VovbPF {
  margin: 0 16px 0 0;
}

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

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

.CS2wpzCSkZiYx .PmIeS2nR--rows {
  display: flex;
  justify-content: space-between;
}

.CS2wpzCSkZiYx .body {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.CS2wpzCSkZiYx .body.error {
  width: 100%;
}
.CS2wpzCSkZiYx .body.error h1,
.CS2wpzCSkZiYx .body.error p,
.CS2wpzCSkZiYx .body.error .wNyxlJaiPbutton {
  align-self: center;
}

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

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

.CS2wpzCSkZiYx .body .wNyxlJaiPbutton {
  align-self: flex-start;
}

.CS2wpzCSkZiYx .poRu3vm2b-qRlgyt {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.CS2wpzCSkZiYx .poRu3vm2b-qRlgyt img {
  width: 100%;
  height: 100%;
}

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

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

.CS2wpzCSkZiYx .article__OvMlocfSd span:last-child {
  margin: 0;
}

.CS2wpzCSkZiYx .article__OvMlocfSd span:hover {
  background: var(--primary);
}

.CS2wpzCSkZiYx .article__OvMlocfSd 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 .KOYGgcL8--9Ak5j {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

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

.content .articlefHBCMoDS {
  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 .KOYGgcL8--9Ak5j .BnTeb_im7jG3Z .Ep4r0PqcxpljQ {
  border: none;
}

.content .aSsy6h5r1--FTVrX .articlefHBCMoDS {
  flex-direction: column;
  width: 32.5%;
}

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

.content .logo-HLyrnsto {
  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 .aSsy6h5r1--FTVrX .logo-0QKzAP {
  flex-direction: row;
  align-items: center;
}

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

.content .NL012mH-brand:hover {
  filter: brightness(70%);
}

.content .v0ZvpT_Asg3ItR .o90v6-TwQub1Ly img {
  width: 100%;
  height: 100%;
}

.content .aSsy6h5r1--FTVrX .NL012mH-brand {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

.content .NL012mH-brand img {
  width: inherit;
  height: inherit;
}

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

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

.content .KOYGgcL8--9Ak5j .BnTeb_im7jG3Z .dSHTUM7__header,
.content .KOYGgcL8--9Ak5j .BnTeb_im7jG3Z .ZvJWhj__brand {
  flex-direction: column;
}

.content .KOYGgcL8--9Ak5j .BnTeb_im7jG3Z .zjKGsXd_a3uJ5S,
.content .KOYGgcL8--9Ak5j .BnTeb_im7jG3Z .hsZCIWT4_l,
.content .KOYGgcL8--9Ak5j .BnTeb_im7jG3Z .showcase-info-row,
.content .KOYGgcL8--9Ak5j .BnTeb_im7jG3Z .b6E94MjN__logo {
  align-self: flex-start;
}

.content .ZvJWhj__brand {
  display: none;
}

.content .ZvJWhj__brand .btn-eqbWQd0hY,
.content .ZvJWhj__brand span {
  display: none;
}

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

.content .aSsy6h5r1--FTVrX .zjKGsXd_a3uJ5S,
.content .aSsy6h5r1--FTVrX .hsZCIWT4_l {
  margin: 0;
  text-align: left;
}

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

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

.content .aSsy6h5r1--FTVrX .showcase-info-rating,
.content .aSsy6h5r1--FTVrX .Z8ZusxyI2logo {
  margin: 0 5px 0 0;
}

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

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

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

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

.content .dark--bLVKMEdy {
  max-width: 100%;
}

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

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

.content .KOYGgcL8--9Ak5j .BnTeb_im7jG3Z .p7t3JMP9-action {
  justify-content: flex-end;
  width: 30%;
}

.content .aSsy6h5r1--FTVrX .p7t3JMP9-action {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

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

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

.content .aSsy6h5r1--FTVrX .action-MNLbdwPQH {
  margin: 0;
  align-self: flex-start;
}

.content .btn-eqbWQd0hY {
  display: flex;
  margin: 0 0 13px 0;
}

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

.content .btn-eqbWQd0hY img {
  margin: 0 12px 0 0;
  width: 20px;
  height: 20px;
}

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

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

.content .aSsy6h5r1--FTVrX .action2t4eQ5Tl {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

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

.content .aSsy6h5r1--FTVrX .action2t4eQ5Tl .wNyxlJaiPbutton.color {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.content .aSsy6h5r1--FTVrX .action2t4eQ5Tl .wNyxlJaiPbutton.b_VovbPF {
  width: 35%;
  min-width: auto;
}

.content .action2t4eQ5Tl .wNyxlJaiPbutton:last-child {
  margin: 0;
}

.content .aSsy6h5r1--FTVrX .Yg4B7FEU--btn {
  display: flex;
  margin: 19px 0 0 0;
  justify-content: center;
  align-items: center;
}

.content .aSsy6h5r1--FTVrX .Yg4B7FEU--btn img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

.content .aSsy6h5r1--FTVrX .Yg4B7FEU--btn span {
  margin: 0 8.5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--white);
}

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

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

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

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

.content .first-UkpK2eCx.vJElg36_p {
  color: var(--green);
}

.content .first-UkpK2eCx.lOE0QotpK__cont {
  color: var(--red);
}

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

.content .QluF8rZ_first .bcDKqL-primary p {
  margin: 0;
}

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

.content .QluF8rZ_first .bcDKqL-primary p {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.content .table-responsive .qOegnl6tbl,
.content figure.V2SHZK6Up__tbl .qOegnl6tbl {
  display: flex;
}

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

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

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

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

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

.content .table-responsive .SdV7s_XHbAt1R .wNyxlJaiPbutton,
.content figure.V2SHZK6Up__tbl .SdV7s_XHbAt1R .wNyxlJaiPbutton {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

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

.content .v0ZvpT_Asg3ItR .o90v6-TwQub1Ly img {
  width: 100%;
  height: 100%;
}

.content .v0ZvpT_Asg3ItR .o90v6-TwQub1Ly:hover {
  filter: brightness(70%);
}

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

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

.content .v0ZvpT_Asg3ItR .XAkKyO--article:hover {
  color: var(--primary);
}

.content .v0ZvpT_Asg3ItR .postsBYbvMZ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .v0ZvpT_Asg3ItR .postsBYbvMZ img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

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

.content .v0ZvpT_Asg3ItR .item--lvOEwp {
  display: flex;
  flex-wrap: wrap;
}

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

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

.content .v0ZvpT_Asg3ItR .f8jqtYJ__articles .wNyxlJaiPbutton {
  margin: 16px 0 0 0;
}

.content .v0ZvpT_Asg3ItR .f8jqtYJ__articles .wNyxlJaiPbutton.b_VovbPF {
  margin-right: 15px;
}

.content .v0ZvpT_Asg3ItR .action--v2lhKca {
  display: flex;
  justify-content: space-between;
}

.content .v0ZvpT_Asg3ItR .action--v2lhKca .wNyxlJaiPbutton:last-child {
  width: 70%;
}

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

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

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

.content .wrapper__z1PW4h 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.pV5ZR1Bt_sitemappage {
  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 .header--TxsZugEaR {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}

.content .header--TxsZugEaR .action_1Rcazs5Lh {
  width: 30px;
  height: 30px;
  transition: 0.4s all linear;
  transform: rotate(180deg);
}

.content .spoiler.active .header--TxsZugEaR .action_1Rcazs5Lh {
  transform: rotate(360deg);
}

.content .header--TxsZugEaR .action_1Rcazs5Lh 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;
}

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

.Q1L2GrEv--l {
  float: left;
  margin: 0 10px 10px 0;
}

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

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

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

.KI48nlag-pYj0s {
  display: flex;
  width: 48%;
  height: auto;
}

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

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

.tgVJ-AQ5sdOWv {
  float: right;
  margin: 0 0 10px 20px;
}

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

.HDGi5EIsuban .po7kZYec2_hr {
  display: flex;
  flex-direction: column;
  width: 45%;
}

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

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

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

.HDGi5EIsuban .po7kZYec2_hr .wNyxlJaiPbutton:hover {
  background: var(--black);
  color: var(--white);
}

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

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

.HDGi5EIsuban .R3dVu0vJhero .heroTLkcZzJOy {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.HDGi5EIsuban .heroTLkcZzJOy .JTDvhF__bot {
  width: 100%;
  height: 100%;
}

.heroTLkcZzJOy .JTDvhF__bot {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

.heroTLkcZzJOy .pVn92S5W--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;
}

.heroTLkcZzJOy.is-flipped .pVn92S5W--bottom {
  transform: rotateY(180deg);
}

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

.heroTLkcZzJOy .h0fzakP_footer.form-8nOSEh {
  background: var(--white);
}

.heroTLkcZzJOy .h0fzakP_footer.action-Fofq58E {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.jb5wsJ8N--sitemappage {
  width: 19%;
}

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

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

.B03GP7YVcB__card .block-hqlBFaG {
  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);
}

.B03GP7YVcB__card .block-hqlBFaG img {
  width: 24px;
  height: 24px;
}

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

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

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

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

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

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

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

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

.content .JToc-iRBy0T svg {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

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

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

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

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

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

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

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

.content .y6Qnklp-contrast img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

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

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

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

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

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

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

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

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

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

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

.content .pOAGuXgF_lfObk {
  display: none;
}

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

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

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

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

.form__VNj2zLO {
  display: flex;
}

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

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

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

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

.content .fr-vmqdZrUe2 .fLOrMUcx {
  margin: 21px 0 0 0;
}

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

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

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

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

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

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

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

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

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

.content .fr-vmqdZrUe2 .I3OTEzYC-sUSBG6 .qPbo61Atk-bot {
  width: 39%;
}

.content .fr-vmqdZrUe2 .wNyxlJaiPbutton {
  width: 18%;
}

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

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

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

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

.item__6IX2KlgJn.G05fwzj__DHTKyl263 {
  border-radius: 24px;
}

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

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

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

.item__6IX2KlgJn.G05fwzj__DHTKyl263 svg {
  transform: rotate(360deg);
}

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

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

.item__6IX2KlgJn.G05fwzj__DHTKyl263 .f--RVHIpo::after {
  transform: rotate(180deg);
  opacity: 1;
}

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

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

.A8rZz6pv-auth {
  display: flex;
  align-items: center;
}

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

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

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

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

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

.Ko3wNsPauth .K7IJNo6__7M92gO a:last-child,
footer .K7IJNo6__7M92gO a:last-child {
  margin: 0;
}

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

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

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

.postGchofg4 .SAdj1X__button img {
  width: inherit;
  height: inherit;
}

.postGchofg4 .btnLUcWt8Gi {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.postGchofg4 .FyEAuj6button:hover {
  color: var(--primary);
}

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

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

.postGchofg4 .cards4KfQoT8x .wNyxlJaiPbutton {
  width: 35%;
}

.postGchofg4 .cards4KfQoT8x .item__6IX2KlgJn {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.postGchofg4 .cards4KfQoT8x .f--RVHIpo {
  padding: 16px;
  transition: 0.4s all linear;
}

.postGchofg4 .cards4KfQoT8x .item__6IX2KlgJn.G05fwzj__DHTKyl263 .f--RVHIpo span {
  color: var(--primary);
}

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

.containerndImtg6eA .block--BtgpmA63h {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

.containerndImtg6eA .block--BtgpmA63h svg {
  margin: 0 14px 0 0;
  width: 43.91px;
  height: 43.91px;
  flex: 1 0 auto;
}

.containerndImtg6eA .block--BtgpmA63h svg path {
  fill: var(--black);
}

.containerndImtg6eA .b__moG17w0e {
  display: flex;
  flex-direction: column;
}

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

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

.containerndImtg6eA .wNyxlJaiPbutton {
  white-space: nowrap;
}

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

.Z0AnfucJN_banner .hr--SvsE9Ryk {
  display: flex;
  flex-direction: column;
}

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

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

.Z0AnfucJN_banner .ban-I8oFaxVcl {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
  width: 489px;
}

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

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

.Z0AnfucJN_banner .hr-BVIFAz {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.Z0AnfucJN_banner .wrapper__z1PW4h {
  width: 49%;
  align-items: center;
}

.Z0AnfucJN_banner .wrapper__z1PW4h img {
  position: static;
  margin: 0 0 0 15px;
}

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

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

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

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

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

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

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

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

footer .k3LrFtRsJ--foot img {
  width: 40px;
  height: 40px;
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .heroTLkcZzJOy .pVn92S5W--bottom {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .wraper-bDcw2WSQs {
    padding: 0 20px;
  }
  .CS2wpzCSkZiYx {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .wraper-bDcw2WSQs {
    padding: 0 20px;
  }
  header nav .m4mdB6wWou_action {
    flex-direction: column-reverse;
  }
  header nav .m4mdB6wWou_action .action-aA2ZTe {
    margin: 0 0 20px 0;
  }
  header nav .m4mdB6wWou_action .K7IJNo6__7M92gO {
    margin: 0;
  }
  .content .p7t3JMP9-action {
    flex-direction: column;
  }
  .content .action2t4eQ5Tl {
    margin: 16px 0 0 0;
  }
  .content .v0ZvpT_Asg3ItR .o90v6-TwQub1Ly {
    height: 150px;
  }
  .content .v0ZvpT_Asg3ItR .XAkKyO--article {
    font-size: 20px;
  }
  .HDGi5EIsuban .wMj4pDF-hero {
    font-size: 36px;
    line-height: 36px;
  }
  .HDGi5EIsuban .ban-xFElTA {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .table-responsive.fRxzU1-UwQh3nuiV > table {
    min-width: 205%;
  }
  .Z0AnfucJN_banner .ban-I8oFaxVcl {
    width: 640px;
  }
  footer .bot--MhYGWZ {
    flex-direction: column;
  }
  footer .uhp1lffooter,
  footer .k3LrFtRsJ--foot {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .Tqs0okxb__b {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .Tqs0okxb__b svg {
    width: 40px;
    height: 40px;
  }
  .Tqs0okxb__b svg rect {
    fill: var(--surface);
  }
  .Tqs0okxb__b svg path {
    stroke: var(--primary);
  }
  .Tqs0okxb__b svg.sfDIXQEG2__action {
    display: none;
  }
  header.active .Tqs0okxb__b svg.sfDIXQEG2__action {
    display: block;
  }
  header.active .Tqs0okxb__b svg.button_FZDLl6e9 {
    display: none;
  }
  header nav .ukUWR8--nav {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .ukUWR8--nav {
    display: flex;
  }
  header nav .ukUWR8--nav ul,
  footer nav .ukUWR8--nav ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .ukUWR8--nav ul li,
  footer nav .ukUWR8--nav ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .ukUWR8--nav ul li.active,
  header nav .ukUWR8--nav ul li:hover,
  footer nav .ukUWR8--nav ul li.active,
  footer nav .ukUWR8--nav ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .ukUWR8--nav ul li a,
  footer nav .ukUWR8--nav ul li a {
    padding: 0;
  }
  header nav .m4mdB6wWou_action {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .m4mdB6wWou_action .K7IJNo6__7M92gO {
    display: none;
  }
  header nav .m4mdB6wWou_action .action-aA2ZTe {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .m4mdB6wWou_action .wNyxlJaiPbutton {
    margin: 0;
    width: 49%;
  }
  header nav .m4mdB6wWou_action .wNyxlJaiPbutton.b_VovbPF {
    margin: 0;
  }
  header nav .ukUWR8--nav .K7IJNo6__7M92gO {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .CS2wpzCSkZiYx {
    padding: 105px 0 0 0;
  }
  .CS2wpzCSkZiYx .PmIeS2nR--rows {
    flex-direction: column-reverse;
  }
  .CS2wpzCSkZiYx .body {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .CS2wpzCSkZiYx .poRu3vm2b-qRlgyt {
    width: 100%;
    height: 400px;
  }
  .CS2wpzCSkZiYx .body p {
    margin: 0 0 30px 0;
  }
  .CS2wpzCSkZiYx .body .wNyxlJaiPbutton {
    width: 100%;
  }
  .content .aSsy6h5r1--FTVrX {
    flex-wrap: wrap;
  }
  .content .zjKGsXd_a3uJ5S {
    font-size: 20px;
    line-height: 26px;
  }
  .content .hsZCIWT4_l {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .content .articlefHBCMoDS {
    flex-wrap: wrap;
  }
  .content .aSsy6h5r1--FTVrX .articlefHBCMoDS {
    width: 49%;
  }
  .content .p7t3JMP9-action {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .content .Ep4r0PqcxpljQ {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .content .dSHTUM7__header {
    display: none;
  }
  .content .ZvJWhj__brand {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .content .logo-0QKzAP {
    flex-direction: row;
    width: 100%;
  }
  .content .qhlYmnW_prim {
    align-self: center;
  }
  .content .KOYGgcL8--9Ak5j .BnTeb_im7jG3Z .Ep4r0PqcxpljQ {
    display: none;
    border: none;
  }
  .content .KOYGgcL8--9Ak5j .BnTeb_im7jG3Z .p7t3JMP9-action {
    margin: 0;
    width: 100%;
  }
  .content .KOYGgcL8--9Ak5j .BnTeb_im7jG3Z .action2t4eQ5Tl {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .content .KOYGgcL8--9Ak5j .BnTeb_im7jG3Z .action2t4eQ5Tl .wNyxlJaiPbutton {
    margin: 0;
    width: 49%;
  }
  .content .KOYGgcL8--9Ak5j .BnTeb_im7jG3Z.articlefHBCMoDS {
    width: 100%;
  }
  .content .v0ZvpT_Asg3ItR {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .v0ZvpT_Asg3ItR .o90v6-TwQub1Ly {
    height: 190px;
  }
  .KI48nlag-pYj0s {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .KI48nlag-pYj0s img {
    border-radius: 12px;
  }
  .Kavf08OKYtpw {
    width: 200px;
    height: 200px;
  }
  .Kavf08OKYtpw img {
    border-radius: 12px;
  }
  .HDGi5EIsuban {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .HDGi5EIsuban .po7kZYec2_hr {
    width: 100%;
  }
  .HDGi5EIsuban .wMj4pDF-hero {
    font-size: 36px;
    line-height: 36px;
  }
  .HDGi5EIsuban .ban-xFElTA {
    font-size: 16px;
    line-height: 24px;
  }
  .HDGi5EIsuban .po7kZYec2_hr .wNyxlJaiPbutton {
    margin: 20px 0 0 0;
  }
  .HDGi5EIsuban .R3dVu0vJhero {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .HDGi5EIsuban .heroTLkcZzJOy {
    border-radius: 24px;
  }
  .row--dmiRZ870y {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .J6SX5oUq__posts {
    border-radius: 16px;
  }
  .content .pOAGuXgF_lfObk {
    display: flex;
    align-self: flex-end;
  }
  .content .pOAGuXgF_lfObk.DrUVdcJI_darked {
    margin: 10px 0 0 0;
  }
  .content .top_wtGTcQjkX {
    display: none;
  }
  .content .invert-Hgld1eAJG.pOAGuXgF_lfObk {
    margin: 0;
    align-self: center;
  }
  .content .fr-vmqdZrUe2 {
    width: 100%;
  }
  .content .fr-vmqdZrUe2 .I3OTEzYC-sUSBG6 {
    flex-direction: column;
  }
  .content .fr-vmqdZrUe2 .I3OTEzYC-sUSBG6 .qPbo61Atk-bot {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .content .fr-vmqdZrUe2 .wNyxlJaiPbutton {
    width: 100%;
  }
  .yhSjDzv--footer {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .content .wrapper__z1PW4h span {
    font-size: 16px;
  }
  .postGchofg4 {
    flex-direction: column;
  }
  .postGchofg4 .SAdj1X__button {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .postGchofg4 .btnLUcWt8Gi {
    margin: 0;
    width: 100%;
  }
  .postGchofg4 .cards4KfQoT8x {
    margin: 0;
    flex-direction: column;
  }
  .postGchofg4 .cards4KfQoT8x .item__6IX2KlgJn,
  .postGchofg4 .cards4KfQoT8x .wNyxlJaiPbutton {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .containerndImtg6eA .block--BtgpmA63h {
    max-width: 55%;
  }
  .Z0AnfucJN_banner {
    flex-direction: column;
  }
  .Z0AnfucJN_banner .INohnf6ghr {
    font-size: 20px;
  }
  .Z0AnfucJN_banner .ban-I8oFaxVcl {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .brand__J9X74f {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .K7IJNo6__7M92gO {
    order: 1;
  }
  footer nav .ukUWR8--nav {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .ukUWR8--nav ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .ukUWR8--nav ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .ukUWR8--nav .K7IJNo6__7M92gO {
    margin: 20px 0 0 0;
  }
  .CS2wpzCSkZiYx {
    padding: 85px 0 0 0;
  }
  .CS2wpzCSkZiYx .poRu3vm2b-qRlgyt {
    height: 200px;
  }
  .CS2wpzCSkZiYx .article__OvMlocfSd {
    padding: 6px;
  }
  .CS2wpzCSkZiYx .article__OvMlocfSd span {
    width: 8px;
    height: 8px;
  }
  .CS2wpzCSkZiYx .article__OvMlocfSd span.active {
    width: 13px;
  }
  .CS2wpzCSkZiYx .body h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .CS2wpzCSkZiYx .body p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .content .aSsy6h5r1--FTVrX .articlefHBCMoDS {
    width: 100%;
  }
  .content .logo-0QKzAP {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .content .NL012mH-brand {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .content .ZvJWhj__brand {
    margin: 0;
    justify-content: flex-start;
  }
  .ZvJWhj__brand {
    display: flex;
    flex-direction: column;
  }
  .content .hsZCIWT4_l {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .content .Z8ZusxyI2logo {
    margin: 0;
  }
  .content .Ep4r0PqcxpljQ {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .content .zjKGsXd_a3uJ5S {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .content .dark--bLVKMEdy {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .content .qhlYmnW_prim {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .content .prim_9BEa7kY {
    display: none;
  }
  .content .dDoLfOi--container {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .content .dDoLfOi--container p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .content .p7t3JMP9-action {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .content .aSsy6h5r1--FTVrX .p7t3JMP9-action {
    margin: 8px 0 0 0;
  }
  .content .action2t4eQ5Tl {
    flex-direction: row-reverse;
    width: 100%;
  }
  .content .action2t4eQ5Tl .wNyxlJaiPbutton {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .content .action2t4eQ5Tl .wNyxlJaiPbutton.color {
    width: 60%;
  }
  .content .action2t4eQ5Tl .wNyxlJaiPbutton.b_VovbPF {
    width: 40%;
  }
  .content .action-MNLbdwPQH {
    margin: 0;
    width: 100%;
  }
  .content .aSsy6h5r1--FTVrX .action2t4eQ5Tl {
    margin: 0;
    order: 0;
  }
  .content .aSsy6h5r1--FTVrX .action-MNLbdwPQH {
    margin: 19px 0 0 0;
    order: 1;
  }
  .content .aSsy6h5r1--FTVrX .Yg4B7FEU--btn {
    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 .articlefHBCMoDS {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .content .ZvJWhj__brand .btn-eqbWQd0hY,
  .content .ZvJWhj__brand span {
    display: flex;
  }
  .content .showcase-info-row,
  .content .b6E94MjN__logo {
    margin: 0 0 10px 0;
  }
  .content .ZvJWhj__brand span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .content .ZvJWhj__brand .btn-eqbWQd0hY {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .content .logo-HLyrnsto {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .content .hkzx5Z--wqCIS {
    font-size: 18px;
    max-width: 100%;
  }
  .content .action--x2t4Ou {
    display: none;
  }
  .content .QluF8rZ_first {
    flex-wrap: wrap;
  }
  .content .aOEoAbMn7__posts {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .content .aOEoAbMn7__posts:last-child {
    margin: 0;
  }
  .content .first-UkpK2eCx {
    font-size: 14px;
    line-height: 16px;
  }
  .content .v0ZvpT_Asg3ItR {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content .v0ZvpT_Asg3ItR .article_02gAJXU5 {
    font-size: 14px;
  }
  .content .spoiler span {
    font-size: 20px;
  }
  .Kavf08OKYtpw {
    width: 200px;
    height: 200px;
  }
  .B03GP7YVcB__card {
    display: block;
    overflow-x: auto;
  }
  .row--dmiRZ870y {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .B03GP7YVcB__card .block-hqlBFaG {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .B03GP7YVcB__card .block-hqlBFaG img {
    width: 18px;
    height: 18px;
  }
  .postGchofg4 .SAdj1X__button {
    height: 190px;
  }
  .containerndImtg6eA {
    flex-direction: column;
  }
  .containerndImtg6eA .block--BtgpmA63h {
    width: 100%;
    max-width: 100%;
  }
  .containerndImtg6eA .wNyxlJaiPbutton {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .containerndImtg6eA .block--BtgpmA63h svg {
    width: 35px;
    height: 35px;
  }
  .Z0AnfucJN_banner .ban-I8oFaxVcl {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .Z0AnfucJN_banner .o6DZWndIA__main span {
    font-size: 24px;
    line-height: 24px;
  }
  .Z0AnfucJN_banner .hr-BVIFAz {
    flex-direction: column;
  }
  .Z0AnfucJN_banner .wrapper__z1PW4h {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .Z0AnfucJN_banner .wNyxlJaiPbutton {
    width: 100%;
  }
  .banner--voMlHFA {
    margin: 5px 0;
  }
  .Z0AnfucJN_banner .INohnf6ghr {
    margin: 5px 0;
  }
  footer .bot--MhYGWZ {
    width: 100%;
  }
  footer .fpPqybIv {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .uhp1lffooter {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .fpPqybIv img,
  footer .uhp1lffooter img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .B03GP7YVcB__card .block-hqlBFaG {
    width: 245px;
  }
}
