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

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

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

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

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

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

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

.gkmscdlXh--b {
  display: none;
}

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

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

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

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

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

header nav .juraHQ4nav ul.hjx5fuc.container_hGsKCta.wrapped {
  border-radius: 28px;
}

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

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

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

header nav .u1d2gCct7-button .vChk4bo__xYKhn {
  margin: 0 44px 0 0;
}

header nav .juraHQ4nav .vChk4bo__xYKhn {
  display: none;
}

header nav .u1d2gCct7-button .btn-2nsrzdWHi {
  display: flex;
  align-items: center;
}

header nav .u1d2gCct7-button .buttonXN2vSkKg5.kEOpWBb9S--action {
  margin: 0 16px 0 0;
}

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

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

.J32Sq_u9IJ6Ows5 .row--oJDMAqi {
  display: flex;
  justify-content: space-between;
}

.J32Sq_u9IJ6Ows5 .N7RWOXUowM__action {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.J32Sq_u9IJ6Ows5 .N7RWOXUowM__action.error {
  width: 100%;
}
.J32Sq_u9IJ6Ows5 .N7RWOXUowM__action.error h1,
.J32Sq_u9IJ6Ows5 .N7RWOXUowM__action.error p,
.J32Sq_u9IJ6Ows5 .N7RWOXUowM__action.error .buttonXN2vSkKg5 {
  align-self: center;
}

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

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

.J32Sq_u9IJ6Ows5 .N7RWOXUowM__action .buttonXN2vSkKg5 {
  align-self: flex-start;
}

.J32Sq_u9IJ6Ows5 .YpDiab9sJsZfO {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.J32Sq_u9IJ6Ows5 .YpDiab9sJsZfO img {
  width: 100%;
  height: 100%;
}

.J32Sq_u9IJ6Ows5 .articles-Z60KTxiFk {
  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;
}

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

.J32Sq_u9IJ6Ows5 .articles-Z60KTxiFk span:last-child {
  margin: 0;
}

.J32Sq_u9IJ6Ows5 .articles-Z60KTxiFk span:hover {
  background: var(--primary);
}

.J32Sq_u9IJ6Ows5 .articles-Z60KTxiFk span.active {
  width: 20px;
  background: var(--primary);
}

.rLdQAsZCm__content {
  padding: 80px 0 0 0;
}

.rLdQAsZCm__content h2 {
  margin: 40px 0 10px 0;
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
}

.rLdQAsZCm__content h3 {
  margin: 20px 0 15px 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
}

.rLdQAsZCm__content h4 {
  margin: 10px 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
}

.rLdQAsZCm__content .Hld9D6TF__IvbsH {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.rLdQAsZCm__content .showcase-min {
  flex-direction: row;
  justify-content: space-between;
}

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

.rLdQAsZCm__content .Hld9D6TF__IvbsH .ElcAz9JhYXf .U5ev0x-ZcXDn0 {
  border: none;
}

.rLdQAsZCm__content .showcase-min .posts_b4u35Qs {
  flex-direction: column;
  width: 32.5%;
}

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

.rLdQAsZCm__content .n2DYTdz1B--log {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: var(--white);
}

.rLdQAsZCm__content .showcase-min .l__wARDEq {
  flex-direction: row;
  align-items: center;
}

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

.rLdQAsZCm__content .mFWitry__log:hover {
  filter: brightness(70%);
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .Vp2ZHvRrzoVv img {
  width: 100%;
  height: 100%;
}

.rLdQAsZCm__content .showcase-min .mFWitry__log {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

.rLdQAsZCm__content .mFWitry__log img {
  width: inherit;
  height: inherit;
}

a.rLdQAsZCm__content .mFWitry__log {
  display: flex;
  text-decoration: none;
}

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

.rLdQAsZCm__content .Hld9D6TF__IvbsH .ElcAz9JhYXf .top__xWnZqGRrD,
.rLdQAsZCm__content .Hld9D6TF__IvbsH .ElcAz9JhYXf .logo__yB7Db14p {
  flex-direction: column;
}

.rLdQAsZCm__content .Hld9D6TF__IvbsH .ElcAz9JhYXf .showcase-info-title,
.rLdQAsZCm__content .Hld9D6TF__IvbsH .ElcAz9JhYXf .Q3TldY__log,
.rLdQAsZCm__content .Hld9D6TF__IvbsH .ElcAz9JhYXf .showcase-info-row,
.rLdQAsZCm__content .Hld9D6TF__IvbsH .ElcAz9JhYXf .I5P6lpe-l {
  align-self: flex-start;
}

.rLdQAsZCm__content .logo__yB7Db14p {
  display: none;
}

.rLdQAsZCm__content .logo__yB7Db14p .actionp8VnbEtRX,
.rLdQAsZCm__content .logo__yB7Db14p span {
  display: none;
}

.rLdQAsZCm__content .showcase-info-title,
.rLdQAsZCm__content .Q3TldY__log {
  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;
}

.rLdQAsZCm__content .showcase-info-title:hover,
.rLdQAsZCm__content .Q3TldY__log:hover {
  color: var(--primary);
}

.rLdQAsZCm__content .showcase-min .showcase-info-title,
.rLdQAsZCm__content .showcase-min .Q3TldY__log {
  margin: 0;
  text-align: left;
}

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

.rLdQAsZCm__content .showcase-info-rating,
.rLdQAsZCm__content .IOl4Hgrq_brand {
  display: flex;
  align-items: center;
}

.rLdQAsZCm__content .showcase-min .showcase-info-rating,
.rLdQAsZCm__content .showcase-min .IOl4Hgrq_brand {
  margin: 0 5px 0 0;
}

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

.rLdQAsZCm__content .showcase-info-rating img:last-child,
.rLdQAsZCm__content .IOl4Hgrq_brand img:last-child {
  margin: 0;
}

.rLdQAsZCm__content .showcase-info-rate,
.rLdQAsZCm__content .VqAHZd_l {
  margin: 0 0 0 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: right;
  color: var(--black);
  max-width: 100%;
}

.rLdQAsZCm__content .U5ev0x-ZcXDn0 {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin: 0 15px 0 0;
  padding: 0 16px 0 0;
  border-right: 1px solid var(--grey-200);
}

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

.rLdQAsZCm__content .zpoKZ_ekStcX78s:hover {
  color: var(--secondary);
}

.rLdQAsZCm__content .contrast_LiEuJF {
  max-width: 100%;
}

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

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

.rLdQAsZCm__content .Hld9D6TF__IvbsH .ElcAz9JhYXf .action--Pz8uqUCE {
  justify-content: flex-end;
  width: 30%;
}

.rLdQAsZCm__content .showcase-min .action--Pz8uqUCE {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

.rLdQAsZCm__content .nfOaWAeLy__action {
  display: flex;
  flex-direction: column;
  margin: 0 16px 0 0;
}

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

.rLdQAsZCm__content .showcase-min .nfOaWAeLy__action {
  margin: 0;
  align-self: flex-start;
}

.rLdQAsZCm__content .actionp8VnbEtRX {
  display: flex;
  margin: 0 0 13px 0;
}

.rLdQAsZCm__content .actionp8VnbEtRX:last-child {
  margin: 0;
}

.rLdQAsZCm__content .actionp8VnbEtRX img {
  margin: 0 12px 0 0;
  width: 20px;
  height: 20px;
}

.rLdQAsZCm__content .actionp8VnbEtRX p {
  margin: 0;
  max-width: 100%;
}

.rLdQAsZCm__content .b-9lbirz {
  display: flex;
  flex-direction: column;
}

.rLdQAsZCm__content .showcase-min .b-9lbirz {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

.rLdQAsZCm__content .b-9lbirz .buttonXN2vSkKg5 {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.rLdQAsZCm__content .showcase-min .b-9lbirz .buttonXN2vSkKg5.column_JSUHN3I0e {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.rLdQAsZCm__content .showcase-min .b-9lbirz .buttonXN2vSkKg5.kEOpWBb9S--action {
  width: 35%;
  min-width: auto;
}

.rLdQAsZCm__content .b-9lbirz .buttonXN2vSkKg5:last-child {
  margin: 0;
}

.rLdQAsZCm__content .showcase-min .showcase-action-payments {
  display: flex;
  margin: 19px 0 0 0;
  justify-content: center;
  align-items: center;
}

.rLdQAsZCm__content .showcase-min .showcase-action-payments img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

.rLdQAsZCm__content .showcase-min .showcase-action-payments span {
  margin: 0 8.5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--white);
}

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

.rLdQAsZCm__content .p__fSUGOx0Iy {
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  color: var(--white);
}

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

.rLdQAsZCm__content .OCjNxnG__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%;
}

.rLdQAsZCm__content .OCjNxnG__container img {
  width: 24px;
  height: 24px;
}

.rLdQAsZCm__content p,
.rLdQAsZCm__content ul li,
.rLdQAsZCm__content ol li,
.rLdQAsZCm__content td,
.rLdQAsZCm__content th {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: var(--black);
}

.rLdQAsZCm__content td {
  font-weight: 500;
}

.rLdQAsZCm__content thead td {
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  color: var(--grey-300);
  text-transform: uppercase;
  font-weight: 700;
}

.rLdQAsZCm__content p {
  margin: 0 0 15px 0;
}

.rLdQAsZCm__content ul li,
.rLdQAsZCm__content ol li {
  max-width: 100%;
}

.rLdQAsZCm__content ul,
.rLdQAsZCm__content ol {
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
  max-width: 70%;
}

.rLdQAsZCm__content p:not(:where([class], [id])) {
  margin: 0 0 16px 0;
}

.rLdQAsZCm__content .pSJFq2nA9g {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

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

.rLdQAsZCm__content .primary--qRcOgMvIJ {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

.rLdQAsZCm__content .primary--qRcOgMvIJ.vQ5JLO_primary {
  color: var(--green);
}

.rLdQAsZCm__content .primary--qRcOgMvIJ.container__8KqBnmOF {
  color: var(--red);
}

.rLdQAsZCm__content .pSJFq2nA9g .LGO16xm_primary {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.rLdQAsZCm__content .pSJFq2nA9g .LGO16xm_primary p {
  margin: 0;
}

.rLdQAsZCm__content .pSJFq2nA9g img {
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
}

.rLdQAsZCm__content .pSJFq2nA9g .LGO16xm_primary p {
  max-width: 100%;
}

.rLdQAsZCm__content .tbl_xNp3y9Sa8,
.rLdQAsZCm__content figure.table {
  margin: 0 0 15px 0;
  width: 100%;
  overflow-x: auto;
}

.tbl_xNp3y9Sa8 table,
.rLdQAsZCm__content figure.table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.rLdQAsZCm__content .tbl_xNp3y9Sa8 thead,
.rLdQAsZCm__content figure.table thead {
  background: var(--white-40);
}

.rLdQAsZCm__content .tbl_xNp3y9Sa8 th,
.rLdQAsZCm__content .tbl_xNp3y9Sa8 td,
.rLdQAsZCm__content figure.table th,
.rLdQAsZCm__content figure.table td {
  padding: 12px 16px;
  text-align: left;
  background: var(--surface);
  border: 1px solid var(--surface);
}

.rLdQAsZCm__content .tbl_xNp3y9Sa8 th:first-child,
.rLdQAsZCm__content .tbl_xNp3y9Sa8 td:first-child,
.rLdQAsZCm__content figure.table th:first-child,
.rLdQAsZCm__content figure.table td:first-child {
  border-radius: 24px 0px 0px 24px;
}

.rLdQAsZCm__content .tbl_xNp3y9Sa8 th:last-child,
.rLdQAsZCm__content .tbl_xNp3y9Sa8 td:last-child,
.rLdQAsZCm__content figure.table th:last-child,
.rLdQAsZCm__content figure.table td:last-child {
  border-radius: 0px 24px 24px 0px;
}

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

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

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

.rLdQAsZCm__content .tbl_xNp3y9Sa8 th,
.rLdQAsZCm__content figure.table th {
  font-weight: 600;
}

.rLdQAsZCm__content .tbl_xNp3y9Sa8 .tbl-teRr18,
.rLdQAsZCm__content figure.table .tbl-teRr18 {
  display: flex;
}

.rLdQAsZCm__content .tbl_xNp3y9Sa8 .tbl-teRr18 img,
.rLdQAsZCm__content figure.table .tbl-teRr18 img {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.rLdQAsZCm__content .tbl_xNp3y9Sa8 .tbl-teRr18 span,
.rLdQAsZCm__content figure.table .tbl-teRr18 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--green);
}

.rLdQAsZCm__content .tbl_xNp3y9Sa8 .HBXz--0l1zChwry,
.rLdQAsZCm__content figure.table .HBXz--0l1zChwry {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.rLdQAsZCm__content .tbl_xNp3y9Sa8 .HBXz--0l1zChwry img,
.rLdQAsZCm__content figure.table .HBXz--0l1zChwry img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

.rLdQAsZCm__content .tbl_xNp3y9Sa8 .HBXz--0l1zChwry span,
.rLdQAsZCm__content figure.table .HBXz--0l1zChwry span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
  flex: 1;
}

.rLdQAsZCm__content .tbl_xNp3y9Sa8 .HBXz--0l1zChwry .buttonXN2vSkKg5,
.rLdQAsZCm__content figure.table .HBXz--0l1zChwry .buttonXN2vSkKg5 {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

.rLdQAsZCm__content .H2C3pWO__n4Mod .postsPH9mpO5 {
  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);
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .Vp2ZHvRrzoVv {
  display: flex;
  width: 100%;
  height: 229px;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s all linear;
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .Vp2ZHvRrzoVv img {
  width: 100%;
  height: 100%;
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .Vp2ZHvRrzoVv:hover {
  filter: brightness(70%);
}

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

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

.rLdQAsZCm__content .H2C3pWO__n4Mod .G9bUN1vs--blog:hover {
  color: var(--primary);
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .JaqgBmW__post {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .JaqgBmW__post img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .article__jAWUEFP {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .cqMwjfarticles {
  display: flex;
  flex-wrap: wrap;
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .blog-FZp5bPi {
  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);
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .blog-FZp5bPi img {
  margin: 0 3px 0 0;
  width: 24px;
  height: 24px;
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .Yj7DhN-post {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .postsPH9mpO5 .buttonXN2vSkKg5 {
  margin: 16px 0 0 0;
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .postsPH9mpO5 .buttonXN2vSkKg5.kEOpWBb9S--action {
  margin-right: 15px;
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .HFG3Mm__b {
  display: flex;
  justify-content: space-between;
}

.rLdQAsZCm__content .H2C3pWO__n4Mod .HFG3Mm__b .buttonXN2vSkKg5:last-child {
  width: 70%;
}

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

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

.rLdQAsZCm__content .J90XVU-wr {
  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;
}

.rLdQAsZCm__content .J90XVU-wr span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: var(--black);
}

.rLdQAsZCm__content .J90XVU-wr img {
  position: absolute;
  top: 12px;
  right: 19px;
  width: 18px;
  height: 18px;
  z-index: 2;
}

.rLdQAsZCm__content .J71Cuel--ZRHpc9 {
  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;
}

.rLdQAsZCm__content .J71Cuel--ZRHpc9.smMf0yJbpGK {
  margin: 15px 0 0 0;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: visible;
}

.rLdQAsZCm__content .J71Cuel--ZRHpc9.active {
  max-height: 100%;
  overflow: visible;
}

.rLdQAsZCm__content .spoiler-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}

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

.rLdQAsZCm__content .J71Cuel--ZRHpc9.active .spoiler-top .spoiler-btn {
  transform: rotate(360deg);
}

.rLdQAsZCm__content .spoiler-top .spoiler-btn path {
  fill: var(--black);
}

.rLdQAsZCm__content .J71Cuel--ZRHpc9 span {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: var(--black);
}

.rLdQAsZCm__content .J71Cuel--ZRHpc9 ol {
  margin: 16px 0 0 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
  counter-reset: sitem;
}

.rLdQAsZCm__content .J71Cuel--ZRHpc9 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);
}

.rLdQAsZCm__content .J71Cuel--ZRHpc9 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;
}

.rLdQAsZCm__content .J71Cuel--ZRHpc9 ol li:hover,
.rLdQAsZCm__content .J71Cuel--ZRHpc9 ol li.active {
  color: var(--primary);
}

.rLdQAsZCm__content .J71Cuel--ZRHpc9 ol li:last-child {
  margin: 0;
}

.rLdQAsZCm__content .J71Cuel--ZRHpc9 ol li a {
  padding: 14px 16px;
  width: 100%;
  text-decoration: none;
  color: inherit;
  flex: 1 1 auto;
}

.hXTUA-0j9CpHk {
  display: flex;
  width: 250px;
  height: 250px;
}

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

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

.hXTUA-0j9CpHk img {
  width: inherit;
  height: inherit;
  border-radius: 24px;
}

.qVubfjcNc .tbl_xNp3y9Sa8 {
  width: auto;
}

.d5pqkXfF--9pF7 {
  display: flex;
  width: 48%;
  height: auto;
}

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

.Av23rgC-log {
  float: left;
  margin: 0 20px 10px 0;
}

.QuXz6f-uKZeTCo {
  float: right;
  margin: 0 0 10px 20px;
}

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

.vLb4iI3l--banner .L5cuJqO__banner {
  display: flex;
  flex-direction: column;
  width: 45%;
}

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

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

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

.vLb4iI3l--banner .L5cuJqO__banner .buttonXN2vSkKg5:hover {
  background: var(--black);
  color: var(--white);
}

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

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

.vLb4iI3l--banner .b__XfqNUzMY .hero_IORC1zHr {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.vLb4iI3l--banner .hero_IORC1zHr .hFTnsV--bot {
  width: 100%;
  height: 100%;
}

.hero_IORC1zHr .hFTnsV--bot {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

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

.hero_IORC1zHr.is-flipped .f_ER7U8D0 {
  transform: rotateY(180deg);
}

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

.hero_IORC1zHr .uzsGCt2bI--f.frm_qFY3vS {
  background: var(--white);
}

.hero_IORC1zHr .uzsGCt2bI--f.lR35cFCbtn {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.guRj81-sm {
  width: 19%;
}

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

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

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

.Gcn41Kcards .Z0C2Axrows img {
  width: 24px;
  height: 24px;
}

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

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

content .DPUYx3--hEcWka {
  margin: 0 0 20px 0;
}

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

.rLdQAsZCm__content .RG34qboQ-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rLdQAsZCm__content .hkD9_gYTy0M1 {
  display: flex;
  align-items: center;
}

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

.rLdQAsZCm__content .nxAZv1Rzm--blocks {
  display: flex;
  flex-direction: column;
}

.rLdQAsZCm__content .WEsZx_Hz5N206 {
  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%;
}

.rLdQAsZCm__content .W9FiX076D__D8AH {
  display: flex;
  align-items: center;
  margin: 0;
}

.rLdQAsZCm__content .W9FiX076D__D8AH svg {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.rLdQAsZCm__content .W9FiX076D__D8AH svg path {
  stroke: var(--black);
}

.rLdQAsZCm__content .W9FiX076D__D8AH svg rect {
  fill: var(--black);
}

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

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

.rLdQAsZCm__content .darkgQfOGRKVF {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
}

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

.rLdQAsZCm__content .CR0yrV-inv {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}

.rLdQAsZCm__content .CR0yrV-inv img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

.rLdQAsZCm__content .CR0yrV-inv img:last-child {
  margin: 0;
}

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

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

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

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

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

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

.rLdQAsZCm__content .q5DCtNIbtn img {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
}

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

.rLdQAsZCm__content .q5DCtNIbtn:last-child span {
  color: var(--red);
}

.rLdQAsZCm__content .O3JGW5VwfpiIBe {
  display: none;
}

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

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

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

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

.d6aH3Vup-fr {
  display: flex;
}

.d6aH3Vup-fr svg {
  margin: 0 0 0 7px;
  width: 20px;
  width: 19px;
  cursor: pointer;
}

.d6aH3Vup-fr svg:focus,
.d6aH3Vup-fr svg path:focus {
  outline: none;
}

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

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

.rLdQAsZCm__content .form_rFcSkgsy3 .f5UZekMli {
  margin: 21px 0 0 0;
}

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

.rLdQAsZCm__content .form_rFcSkgsy3 textarea,
.rLdQAsZCm__content .form_rFcSkgsy3 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);
}

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

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

.rLdQAsZCm__content .form_rFcSkgsy3 textarea {
  min-height: 140px;
  padding: 18px 18px;
  resize: vertical;
}

.rLdQAsZCm__content .form_rFcSkgsy3 input {
  height: 54px;
  padding: 0 18px;
}

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

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

.rLdQAsZCm__content .form_rFcSkgsy3 .h_bysDUHZRu {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.rLdQAsZCm__content .form_rFcSkgsy3 .containerthWY7Aed {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.rLdQAsZCm__content .form_rFcSkgsy3 .oqFiGpZW-6ldn {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  width: 100%;
}

.rLdQAsZCm__content .form_rFcSkgsy3 .oqFiGpZW-6ldn .bottom--hjX7LbynM {
  width: 39%;
}

.rLdQAsZCm__content .form_rFcSkgsy3 .buttonXN2vSkKg5 {
  width: 18%;
}

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

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

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

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

.articles__6029or7.open {
  border-radius: 24px;
}

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

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

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

.articles__6029or7.open svg {
  transform: rotate(360deg);
}

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

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

.articles__6029or7.open .botQ0Iug4rw6::after {
  transform: rotate(180deg);
  opacity: 1;
}

.login--j2drCiEHT {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  padding: 16px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

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

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

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

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

.rLdQAsZCm__content .MsLFbjfN-sign {
  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;
}

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

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

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

.login--j2drCiEHT .vChk4bo__xYKhn a:last-child,
footer .vChk4bo__xYKhn a:last-child {
  margin: 0;
}

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

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

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

.posts__Qe9aOm .b__7qf1INGEo img {
  width: inherit;
  height: inherit;
}

.posts__Qe9aOm .Q8bCUtwTA-b {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.posts__Qe9aOm .buttonAPZjvOz:hover {
  color: var(--primary);
}

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

.posts__Qe9aOm .blocks-jmL3UMzS {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 24px 0 0 0;
}

.posts__Qe9aOm .blocks-jmL3UMzS .buttonXN2vSkKg5 {
  width: 35%;
}

.posts__Qe9aOm .blocks-jmL3UMzS .articles__6029or7 {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.posts__Qe9aOm .blocks-jmL3UMzS .botQ0Iug4rw6 {
  padding: 16px;
  transition: 0.4s all linear;
}

.posts__Qe9aOm .blocks-jmL3UMzS .articles__6029or7.open .botQ0Iug4rw6 span {
  color: var(--primary);
}

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

.mGUWOi-wrap .blockslALBwM {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

.mGUWOi-wrap .blockslALBwM svg {
  margin: 0 14px 0 0;
  width: 43.91px;
  height: 43.91px;
  flex: 1 0 auto;
}

.mGUWOi-wrap .blockslALBwM svg path {
  fill: var(--black);
}

.mGUWOi-wrap .C8wzA6eBm3b {
  display: flex;
  flex-direction: column;
}

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

.mGUWOi-wrap .YAWIFH--txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
}

.mGUWOi-wrap .buttonXN2vSkKg5 {
  white-space: nowrap;
}

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

.ban__buHiz4O3 .hero_AMYIkHdKZ {
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

.ban__buHiz4O3 .main-3fFVTszyq {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.ban__buHiz4O3 .J90XVU-wr {
  width: 49%;
  align-items: center;
}

.ban__buHiz4O3 .J90XVU-wr img {
  position: static;
  margin: 0 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .hero_IORC1zHr .f_ER7U8D0 {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .Ns760Kn--wrapper {
    padding: 0 20px;
  }
  .J32Sq_u9IJ6Ows5 {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .Ns760Kn--wrapper {
    padding: 0 20px;
  }
  header nav .u1d2gCct7-button {
    flex-direction: column-reverse;
  }
  header nav .u1d2gCct7-button .btn-2nsrzdWHi {
    margin: 0 0 20px 0;
  }
  header nav .u1d2gCct7-button .vChk4bo__xYKhn {
    margin: 0;
  }
  .rLdQAsZCm__content .action--Pz8uqUCE {
    flex-direction: column;
  }
  .rLdQAsZCm__content .b-9lbirz {
    margin: 16px 0 0 0;
  }
  .rLdQAsZCm__content .H2C3pWO__n4Mod .Vp2ZHvRrzoVv {
    height: 150px;
  }
  .rLdQAsZCm__content .H2C3pWO__n4Mod .G9bUN1vs--blog {
    font-size: 20px;
  }
  .vLb4iI3l--banner .ban-flWmC4Auj {
    font-size: 36px;
    line-height: 36px;
  }
  .vLb4iI3l--banner .hr_HEAhgIRuZ {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .tbl_xNp3y9Sa8.wide > table {
    min-width: 205%;
  }
  .ban__buHiz4O3 .g48CfaEobhero {
    width: 640px;
  }
  footer .dnFbxGz9footer {
    flex-direction: column;
  }
  footer .q3wpjt7foot,
  footer .uwNVCL--foot {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .gkmscdlXh--b {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .gkmscdlXh--b svg {
    width: 40px;
    height: 40px;
  }
  .gkmscdlXh--b svg rect {
    fill: var(--surface);
  }
  .gkmscdlXh--b svg path {
    stroke: var(--primary);
  }
  .gkmscdlXh--b svg.btn_3dpRI9YTe {
    display: none;
  }
  header.active .gkmscdlXh--b svg.btn_3dpRI9YTe {
    display: block;
  }
  header.active .gkmscdlXh--b svg.actionGksB4J {
    display: none;
  }
  header nav .juraHQ4nav {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .juraHQ4nav {
    display: flex;
  }
  header nav .juraHQ4nav ul,
  footer nav .juraHQ4nav ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .juraHQ4nav ul li,
  footer nav .juraHQ4nav ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .juraHQ4nav ul li.active,
  header nav .juraHQ4nav ul li:hover,
  footer nav .juraHQ4nav ul li.active,
  footer nav .juraHQ4nav ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .juraHQ4nav ul li a,
  footer nav .juraHQ4nav ul li a {
    padding: 0;
  }
  header nav .u1d2gCct7-button {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .u1d2gCct7-button .vChk4bo__xYKhn {
    display: none;
  }
  header nav .u1d2gCct7-button .btn-2nsrzdWHi {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .u1d2gCct7-button .buttonXN2vSkKg5 {
    margin: 0;
    width: 49%;
  }
  header nav .u1d2gCct7-button .buttonXN2vSkKg5.kEOpWBb9S--action {
    margin: 0;
  }
  header nav .juraHQ4nav .vChk4bo__xYKhn {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .J32Sq_u9IJ6Ows5 {
    padding: 105px 0 0 0;
  }
  .J32Sq_u9IJ6Ows5 .row--oJDMAqi {
    flex-direction: column-reverse;
  }
  .J32Sq_u9IJ6Ows5 .N7RWOXUowM__action {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .J32Sq_u9IJ6Ows5 .YpDiab9sJsZfO {
    width: 100%;
    height: 400px;
  }
  .J32Sq_u9IJ6Ows5 .N7RWOXUowM__action p {
    margin: 0 0 30px 0;
  }
  .J32Sq_u9IJ6Ows5 .N7RWOXUowM__action .buttonXN2vSkKg5 {
    width: 100%;
  }
  .rLdQAsZCm__content .showcase-min {
    flex-wrap: wrap;
  }
  .rLdQAsZCm__content .showcase-info-title {
    font-size: 20px;
    line-height: 26px;
  }
  .rLdQAsZCm__content .Q3TldY__log {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .rLdQAsZCm__content .posts_b4u35Qs {
    flex-wrap: wrap;
  }
  .rLdQAsZCm__content .showcase-min .posts_b4u35Qs {
    width: 49%;
  }
  .rLdQAsZCm__content .action--Pz8uqUCE {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .rLdQAsZCm__content .U5ev0x-ZcXDn0 {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .rLdQAsZCm__content .top__xWnZqGRrD {
    display: none;
  }
  .rLdQAsZCm__content .logo__yB7Db14p {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .rLdQAsZCm__content .l__wARDEq {
    flex-direction: row;
    width: 100%;
  }
  .rLdQAsZCm__content .ppTGN6M {
    align-self: center;
  }
  .rLdQAsZCm__content .Hld9D6TF__IvbsH .ElcAz9JhYXf .U5ev0x-ZcXDn0 {
    display: none;
    border: none;
  }
  .rLdQAsZCm__content .Hld9D6TF__IvbsH .ElcAz9JhYXf .action--Pz8uqUCE {
    margin: 0;
    width: 100%;
  }
  .rLdQAsZCm__content .Hld9D6TF__IvbsH .ElcAz9JhYXf .b-9lbirz {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .rLdQAsZCm__content .Hld9D6TF__IvbsH .ElcAz9JhYXf .b-9lbirz .buttonXN2vSkKg5 {
    margin: 0;
    width: 49%;
  }
  .rLdQAsZCm__content .Hld9D6TF__IvbsH .ElcAz9JhYXf.posts_b4u35Qs {
    width: 100%;
  }
  .rLdQAsZCm__content .H2C3pWO__n4Mod {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rLdQAsZCm__content .H2C3pWO__n4Mod .Vp2ZHvRrzoVv {
    height: 190px;
  }
  .d5pqkXfF--9pF7 {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .d5pqkXfF--9pF7 img {
    border-radius: 12px;
  }
  .hXTUA-0j9CpHk {
    width: 200px;
    height: 200px;
  }
  .hXTUA-0j9CpHk img {
    border-radius: 12px;
  }
  .vLb4iI3l--banner {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .vLb4iI3l--banner .L5cuJqO__banner {
    width: 100%;
  }
  .vLb4iI3l--banner .ban-flWmC4Auj {
    font-size: 36px;
    line-height: 36px;
  }
  .vLb4iI3l--banner .hr_HEAhgIRuZ {
    font-size: 16px;
    line-height: 24px;
  }
  .vLb4iI3l--banner .L5cuJqO__banner .buttonXN2vSkKg5 {
    margin: 20px 0 0 0;
  }
  .vLb4iI3l--banner .b__XfqNUzMY {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .vLb4iI3l--banner .hero_IORC1zHr {
    border-radius: 24px;
  }
  .cards_fsK3Uxmvn {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rLdQAsZCm__content .blog__416eW7 {
    border-radius: 16px;
  }
  .rLdQAsZCm__content .O3JGW5VwfpiIBe {
    display: flex;
    align-self: flex-end;
  }
  .rLdQAsZCm__content .O3JGW5VwfpiIBe.dark_jZmeQs {
    margin: 10px 0 0 0;
  }
  .rLdQAsZCm__content .h-BPpKWD {
    display: none;
  }
  .rLdQAsZCm__content .darkgQfOGRKVF.O3JGW5VwfpiIBe {
    margin: 0;
    align-self: center;
  }
  .rLdQAsZCm__content .form_rFcSkgsy3 {
    width: 100%;
  }
  .rLdQAsZCm__content .form_rFcSkgsy3 .oqFiGpZW-6ldn {
    flex-direction: column;
  }
  .rLdQAsZCm__content .form_rFcSkgsy3 .oqFiGpZW-6ldn .bottom--hjX7LbynM {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .rLdQAsZCm__content .form_rFcSkgsy3 .buttonXN2vSkKg5 {
    width: 100%;
  }
  .footer--DtiJzBC {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .rLdQAsZCm__content .J90XVU-wr span {
    font-size: 16px;
  }
  .posts__Qe9aOm {
    flex-direction: column;
  }
  .posts__Qe9aOm .b__7qf1INGEo {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .posts__Qe9aOm .Q8bCUtwTA-b {
    margin: 0;
    width: 100%;
  }
  .posts__Qe9aOm .blocks-jmL3UMzS {
    margin: 0;
    flex-direction: column;
  }
  .posts__Qe9aOm .blocks-jmL3UMzS .articles__6029or7,
  .posts__Qe9aOm .blocks-jmL3UMzS .buttonXN2vSkKg5 {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .mGUWOi-wrap .blockslALBwM {
    max-width: 55%;
  }
  .ban__buHiz4O3 {
    flex-direction: column;
  }
  .ban__buHiz4O3 .bannerRMrTJuXh {
    font-size: 20px;
  }
  .ban__buHiz4O3 .g48CfaEobhero {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .y0oYq7_l {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .vChk4bo__xYKhn {
    order: 1;
  }
  footer nav .juraHQ4nav {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .juraHQ4nav ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .juraHQ4nav ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .juraHQ4nav .vChk4bo__xYKhn {
    margin: 20px 0 0 0;
  }
  .J32Sq_u9IJ6Ows5 {
    padding: 85px 0 0 0;
  }
  .J32Sq_u9IJ6Ows5 .YpDiab9sJsZfO {
    height: 200px;
  }
  .J32Sq_u9IJ6Ows5 .articles-Z60KTxiFk {
    padding: 6px;
  }
  .J32Sq_u9IJ6Ows5 .articles-Z60KTxiFk span {
    width: 8px;
    height: 8px;
  }
  .J32Sq_u9IJ6Ows5 .articles-Z60KTxiFk span.active {
    width: 13px;
  }
  .J32Sq_u9IJ6Ows5 .N7RWOXUowM__action h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .J32Sq_u9IJ6Ows5 .N7RWOXUowM__action p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .rLdQAsZCm__content .showcase-min .posts_b4u35Qs {
    width: 100%;
  }
  .rLdQAsZCm__content .l__wARDEq {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .rLdQAsZCm__content .mFWitry__log {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .rLdQAsZCm__content .logo__yB7Db14p {
    margin: 0;
    justify-content: flex-start;
  }
  .logo__yB7Db14p {
    display: flex;
    flex-direction: column;
  }
  .rLdQAsZCm__content .Q3TldY__log {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .rLdQAsZCm__content .IOl4Hgrq_brand {
    margin: 0;
  }
  .rLdQAsZCm__content .U5ev0x-ZcXDn0 {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .rLdQAsZCm__content .showcase-info-title {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .rLdQAsZCm__content .contrast_LiEuJF {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .rLdQAsZCm__content .ppTGN6M {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .rLdQAsZCm__content .p__fSUGOx0Iy {
    display: none;
  }
  .rLdQAsZCm__content .OCjNxnG__container {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .rLdQAsZCm__content .OCjNxnG__container p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .rLdQAsZCm__content .action--Pz8uqUCE {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .rLdQAsZCm__content .showcase-min .action--Pz8uqUCE {
    margin: 8px 0 0 0;
  }
  .rLdQAsZCm__content .b-9lbirz {
    flex-direction: row-reverse;
    width: 100%;
  }
  .rLdQAsZCm__content .b-9lbirz .buttonXN2vSkKg5 {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .rLdQAsZCm__content .b-9lbirz .buttonXN2vSkKg5.column_JSUHN3I0e {
    width: 60%;
  }
  .rLdQAsZCm__content .b-9lbirz .buttonXN2vSkKg5.kEOpWBb9S--action {
    width: 40%;
  }
  .rLdQAsZCm__content .nfOaWAeLy__action {
    margin: 0;
    width: 100%;
  }
  .rLdQAsZCm__content .showcase-min .b-9lbirz {
    margin: 0;
    order: 0;
  }
  .rLdQAsZCm__content .showcase-min .nfOaWAeLy__action {
    margin: 19px 0 0 0;
    order: 1;
  }
  .rLdQAsZCm__content .showcase-min .showcase-action-payments {
    order: 2;
  }
  .rLdQAsZCm__content h2 {
    margin: 15px 0;
    font-size: 24px;
  }
  .rLdQAsZCm__content h3 {
    margin: 15px 0;
    font-size: 22px;
  }
  .rLdQAsZCm__content h4 {
    margin: 15px 0;
    font-size: 20px;
  }
  .rLdQAsZCm__content .posts_b4u35Qs {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .rLdQAsZCm__content .logo__yB7Db14p .actionp8VnbEtRX,
  .rLdQAsZCm__content .logo__yB7Db14p span {
    display: flex;
  }
  .rLdQAsZCm__content .showcase-info-row,
  .rLdQAsZCm__content .I5P6lpe-l {
    margin: 0 0 10px 0;
  }
  .rLdQAsZCm__content .logo__yB7Db14p span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .rLdQAsZCm__content .logo__yB7Db14p .actionp8VnbEtRX {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .rLdQAsZCm__content .n2DYTdz1B--log {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .rLdQAsZCm__content .zpoKZ_ekStcX78s {
    font-size: 18px;
    max-width: 100%;
  }
  .rLdQAsZCm__content .btn-LkaDMhpq {
    display: none;
  }
  .rLdQAsZCm__content .pSJFq2nA9g {
    flex-wrap: wrap;
  }
  .rLdQAsZCm__content .FaNOv2--posts {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .rLdQAsZCm__content .FaNOv2--posts:last-child {
    margin: 0;
  }
  .rLdQAsZCm__content .primary--qRcOgMvIJ {
    font-size: 14px;
    line-height: 16px;
  }
  .rLdQAsZCm__content .H2C3pWO__n4Mod {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .rLdQAsZCm__content .H2C3pWO__n4Mod .Yj7DhN-post {
    font-size: 14px;
  }
  .rLdQAsZCm__content .J71Cuel--ZRHpc9 span {
    font-size: 20px;
  }
  .hXTUA-0j9CpHk {
    width: 200px;
    height: 200px;
  }
  .Gcn41Kcards {
    display: block;
    overflow-x: auto;
  }
  .cards_fsK3Uxmvn {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .Gcn41Kcards .Z0C2Axrows {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .Gcn41Kcards .Z0C2Axrows img {
    width: 18px;
    height: 18px;
  }
  .posts__Qe9aOm .b__7qf1INGEo {
    height: 190px;
  }
  .mGUWOi-wrap {
    flex-direction: column;
  }
  .mGUWOi-wrap .blockslALBwM {
    width: 100%;
    max-width: 100%;
  }
  .mGUWOi-wrap .buttonXN2vSkKg5 {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .mGUWOi-wrap .blockslALBwM svg {
    width: 35px;
    height: 35px;
  }
  .ban__buHiz4O3 .g48CfaEobhero {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .ban__buHiz4O3 .ban--SDcaph span {
    font-size: 24px;
    line-height: 24px;
  }
  .ban__buHiz4O3 .main-3fFVTszyq {
    flex-direction: column;
  }
  .ban__buHiz4O3 .J90XVU-wr {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .ban__buHiz4O3 .buttonXN2vSkKg5 {
    width: 100%;
  }
  .bannerP4tAcg {
    margin: 5px 0;
  }
  .ban__buHiz4O3 .bannerRMrTJuXh {
    margin: 5px 0;
  }
  footer .dnFbxGz9footer {
    width: 100%;
  }
  footer .A8oRNDEUe_f {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .q3wpjt7foot {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .A8oRNDEUe_f img,
  footer .q3wpjt7foot img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .Gcn41Kcards .Z0C2Axrows {
    width: 245px;
  }
}
