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

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

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

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

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

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

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

.HiWbKB-btn {
  display: none;
}

.U9vkWA-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  border: 1px solid var(--grey-200);
  border-radius: 60px;
  text-decoration: none;
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s all linear;
  position: relative;
  overflow: hidden;
  z-index: 0;
  isolation: isolate;
  white-space: nowrap;
}
.U9vkWA-btn.btn_gsUuBbl {
  border-color: var(--secondary);
  color: var(--black);
}
.U9vkWA-btn.btn_gsUuBbl:hover {
  background: var(--secondary);
  color: var(--white);
}
.U9vkWA-btn.ziYoCkcol {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.U9vkWA-btn.ziYoCkcol svg {
  margin: 0 0 0 8px;
  width: 24px;
  height: 24px;
}
.U9vkWA-btn.ziYoCkcol svg path {
  fill: var(--white);
  transition: 0.3s all linear;
}
.U9vkWA-btn.ziYoCkcol:hover {
  background: transparent;
  color: var(--primary);
}
.U9vkWA-btn.ziYoCkcol:hover svg path {
  fill: var(--primary);
}
.U9vkWA-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  transition: clip-path 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.U9vkWA-btn.btn_gsUuBbl::before {
  background: var(--secondary);
}
.U9vkWA-btn.ziYoCkcol::before {
  background: var(--white);
}
.U9vkWA-btn:hover::before {
  clip-path: polygon(-20% 0, 120% 0, 100% 100%, 0 100%);
}
.U9vkWA-btn::after {
  content: "";
  position: absolute;
  inset: -30% -60%;
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.3) 14%, rgba(255, 255, 255, 0.12) 22%, transparent 34%);
  transform: translateX(-130%);
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.U9vkWA-btn:hover::after {
  transform: translateX(40%);
}
.U9vkWA-btn:active {
  transform: translateY(1px);
}

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

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

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

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

header nav .menuCIXZG8N ul.Jt2RGn--top.sHdozQ__wrap.wrapped {
  border-radius: 28px;
}

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

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

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

header nav .action-7dpeERP .A1Pa_PuOpwgr {
  margin: 0 44px 0 0;
}

header nav .menuCIXZG8N .A1Pa_PuOpwgr {
  display: none;
}

header nav .action-7dpeERP .action--rJxICfdN {
  display: flex;
  align-items: center;
}

header nav .action-7dpeERP .U9vkWA-btn.btn_gsUuBbl {
  margin: 0 16px 0 0;
}

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

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

.i8WPNVy2hq5s2u .w7kiKjQCcard {
  display: flex;
  justify-content: space-between;
}

.i8WPNVy2hq5s2u .b_cQUiYTC6 {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.i8WPNVy2hq5s2u .b_cQUiYTC6.error {
  width: 100%;
}
.i8WPNVy2hq5s2u .b_cQUiYTC6.error h1,
.i8WPNVy2hq5s2u .b_cQUiYTC6.error p,
.i8WPNVy2hq5s2u .b_cQUiYTC6.error .U9vkWA-btn {
  align-self: center;
}

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

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

.i8WPNVy2hq5s2u .b_cQUiYTC6 .U9vkWA-btn {
  align-self: flex-start;
}

.i8WPNVy2hq5s2u .eKqUC0La__DzBu {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.i8WPNVy2hq5s2u .eKqUC0La__DzBu img {
  width: 100%;
  height: 100%;
}

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

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

.i8WPNVy2hq5s2u .blog-kvUulAP span:last-child {
  margin: 0;
}

.i8WPNVy2hq5s2u .blog-kvUulAP span:hover {
  background: var(--primary);
}

.i8WPNVy2hq5s2u .blog-kvUulAP span.active {
  width: 20px;
  background: var(--primary);
}

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

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

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

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

.txt_Dag2whi .eG7oqM--QwMET {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

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

.txt_Dag2whi .post-b9N4lnR {
  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;
}

.txt_Dag2whi .eG7oqM--QwMET .u5NA21HXCzSu .Gftgu2YSFEes {
  border: none;
}

.txt_Dag2whi .showcase-min .post-b9N4lnR {
  flex-direction: column;
  width: 32.5%;
}

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

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

.txt_Dag2whi .showcase-min .brand--ZDh634 {
  flex-direction: row;
  align-items: center;
}

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

.txt_Dag2whi .ucPs6qRzv--l:hover {
  filter: brightness(70%);
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .UXGzAiQ--rn3yl img {
  width: 100%;
  height: 100%;
}

.txt_Dag2whi .showcase-min .ucPs6qRzv--l {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

.txt_Dag2whi .ucPs6qRzv--l img {
  width: inherit;
  height: inherit;
}

a.txt_Dag2whi .ucPs6qRzv--l {
  display: flex;
  text-decoration: none;
}

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

.txt_Dag2whi .eG7oqM--QwMET .u5NA21HXCzSu .header_mjedgP1,
.txt_Dag2whi .eG7oqM--QwMET .u5NA21HXCzSu .l_ctjWGh {
  flex-direction: column;
}

.txt_Dag2whi .eG7oqM--QwMET .u5NA21HXCzSu .showcase-info-title,
.txt_Dag2whi .eG7oqM--QwMET .u5NA21HXCzSu .log__rFLbnpf,
.txt_Dag2whi .eG7oqM--QwMET .u5NA21HXCzSu .showcase-info-row,
.txt_Dag2whi .eG7oqM--QwMET .u5NA21HXCzSu .logo-2IoQiS {
  align-self: flex-start;
}

.txt_Dag2whi .l_ctjWGh {
  display: none;
}

.txt_Dag2whi .l_ctjWGh .L4kNU6bJs-button,
.txt_Dag2whi .l_ctjWGh span {
  display: none;
}

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

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

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

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

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

.txt_Dag2whi .showcase-min .showcase-info-rating,
.txt_Dag2whi .showcase-min .gFRIZw--brand {
  margin: 0 5px 0 0;
}

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

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

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

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

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

.txt_Dag2whi .BlzfWDkrj_kFRTU:hover {
  color: var(--secondary);
}

.txt_Dag2whi .contrast-IqLW4cNu {
  max-width: 100%;
}

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

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

.txt_Dag2whi .eG7oqM--QwMET .u5NA21HXCzSu .action__kSKgXBfs {
  justify-content: flex-end;
  width: 30%;
}

.txt_Dag2whi .showcase-min .action__kSKgXBfs {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

.txt_Dag2whi .action_fU6TQKHv {
  display: flex;
  flex-direction: column;
  margin: 0 16px 0 0;
}

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

.txt_Dag2whi .showcase-min .action_fU6TQKHv {
  margin: 0;
  align-self: flex-start;
}

.txt_Dag2whi .L4kNU6bJs-button {
  display: flex;
  margin: 0 0 13px 0;
}

.txt_Dag2whi .L4kNU6bJs-button:last-child {
  margin: 0;
}

.txt_Dag2whi .L4kNU6bJs-button img {
  margin: 0 12px 0 0;
  width: 20px;
  height: 20px;
}

.txt_Dag2whi .L4kNU6bJs-button p {
  margin: 0;
  max-width: 100%;
}

.txt_Dag2whi .action-kqSfovC3F {
  display: flex;
  flex-direction: column;
}

.txt_Dag2whi .showcase-min .action-kqSfovC3F {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

.txt_Dag2whi .action-kqSfovC3F .U9vkWA-btn {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.txt_Dag2whi .showcase-min .action-kqSfovC3F .U9vkWA-btn.ziYoCkcol {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.txt_Dag2whi .showcase-min .action-kqSfovC3F .U9vkWA-btn.btn_gsUuBbl {
  width: 35%;
  min-width: auto;
}

.txt_Dag2whi .action-kqSfovC3F .U9vkWA-btn:last-child {
  margin: 0;
}

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

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

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

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

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

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

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

.txt_Dag2whi .wrapper__nO82VEqK img {
  width: 24px;
  height: 24px;
}

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

.txt_Dag2whi td {
  font-weight: 500;
}

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

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

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

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

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

.txt_Dag2whi .HlvCWEI--prim {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

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

.txt_Dag2whi .fqOCWF--p {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

.txt_Dag2whi .fqOCWF--p.g7CT5LUo-first {
  color: var(--green);
}

.txt_Dag2whi .fqOCWF--p.lS9djx--c {
  color: var(--red);
}

.txt_Dag2whi .HlvCWEI--prim .prim__paqUvwn {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.txt_Dag2whi .HlvCWEI--prim .prim__paqUvwn p {
  margin: 0;
}

.txt_Dag2whi .HlvCWEI--prim img {
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
}

.txt_Dag2whi .HlvCWEI--prim .prim__paqUvwn p {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

.txt_Dag2whi .OUBYQftable th,
.txt_Dag2whi figure.table th {
  font-weight: 600;
}

.txt_Dag2whi .OUBYQftable .tb-dfRQP0FLJ,
.txt_Dag2whi figure.table .tb-dfRQP0FLJ {
  display: flex;
}

.txt_Dag2whi .OUBYQftable .tb-dfRQP0FLJ img,
.txt_Dag2whi figure.table .tb-dfRQP0FLJ img {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.txt_Dag2whi .OUBYQftable .tb-dfRQP0FLJ span,
.txt_Dag2whi figure.table .tb-dfRQP0FLJ span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--green);
}

.txt_Dag2whi .OUBYQftable .qdpkz_NIX80M,
.txt_Dag2whi figure.table .qdpkz_NIX80M {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.txt_Dag2whi .OUBYQftable .qdpkz_NIX80M img,
.txt_Dag2whi figure.table .qdpkz_NIX80M img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

.txt_Dag2whi .OUBYQftable .qdpkz_NIX80M span,
.txt_Dag2whi figure.table .qdpkz_NIX80M span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
  flex: 1;
}

.txt_Dag2whi .OUBYQftable .qdpkz_NIX80M .U9vkWA-btn,
.txt_Dag2whi figure.table .qdpkz_NIX80M .U9vkWA-btn {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

.txt_Dag2whi .wS4dH-rGaN8y3l0 .posts-5zZBcJ9 {
  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);
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .UXGzAiQ--rn3yl {
  display: flex;
  width: 100%;
  height: 229px;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s all linear;
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .UXGzAiQ--rn3yl img {
  width: 100%;
  height: 100%;
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .UXGzAiQ--rn3yl:hover {
  filter: brightness(70%);
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .posts--aGsEqF3B {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0 0;
}

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

.txt_Dag2whi .wS4dH-rGaN8y3l0 .postHfSC3jv6:hover {
  color: var(--primary);
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .post-rgjat4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .post-rgjat4 img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .articles_XFkZBel {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .post_RJ9utv {
  display: flex;
  flex-wrap: wrap;
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .HoLTGEhi-blog {
  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);
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .HoLTGEhi-blog img {
  margin: 0 3px 0 0;
  width: 24px;
  height: 24px;
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .blog--LphdcF {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .posts-5zZBcJ9 .U9vkWA-btn {
  margin: 16px 0 0 0;
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .posts-5zZBcJ9 .U9vkWA-btn.btn_gsUuBbl {
  margin-right: 15px;
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .T3oQSXnI_btn {
  display: flex;
  justify-content: space-between;
}

.txt_Dag2whi .wS4dH-rGaN8y3l0 .T3oQSXnI_btn .U9vkWA-btn:last-child {
  width: 70%;
}

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

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

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

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

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

.txt_Dag2whi .zxSLi--pJcg1LkA2 {
  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;
}

.txt_Dag2whi .zxSLi--pJcg1LkA2.UWb0Ms__sitemap {
  margin: 15px 0 0 0;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: visible;
}

.txt_Dag2whi .zxSLi--pJcg1LkA2.active {
  max-height: 100%;
  overflow: visible;
}

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

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

.txt_Dag2whi .zxSLi--pJcg1LkA2.active .spoiler-top .spoiler-btn {
  transform: rotate(360deg);
}

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

.txt_Dag2whi .zxSLi--pJcg1LkA2 span {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: var(--black);
}

.txt_Dag2whi .zxSLi--pJcg1LkA2 ol {
  margin: 16px 0 0 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
  counter-reset: sitem;
}

.txt_Dag2whi .zxSLi--pJcg1LkA2 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);
}

.txt_Dag2whi .zxSLi--pJcg1LkA2 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;
}

.txt_Dag2whi .zxSLi--pJcg1LkA2 ol li:hover,
.txt_Dag2whi .zxSLi--pJcg1LkA2 ol li.active {
  color: var(--primary);
}

.txt_Dag2whi .zxSLi--pJcg1LkA2 ol li:last-child {
  margin: 0;
}

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

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

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

.L8azJHT-3Fm74 {
  float: right;
  margin: 0 0 10px 10px;
}

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

.fxWjBzZX1-cont .OUBYQftable {
  width: auto;
}

.U9wn0RdG-XsJf {
  display: flex;
  width: 48%;
  height: auto;
}

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

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

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

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

.N1eIG4ksZ--b .bancGHbLSg {
  display: flex;
  flex-direction: column;
  width: 45%;
}

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

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

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

.N1eIG4ksZ--b .bancGHbLSg .U9vkWA-btn:hover {
  background: var(--black);
  color: var(--white);
}

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

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

.N1eIG4ksZ--b .aRxvuo-ban .IbaHTMEKZ_main {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.N1eIG4ksZ--b .IbaHTMEKZ_main .footer--OfmyIv {
  width: 100%;
  height: 100%;
}

.IbaHTMEKZ_main .footer--OfmyIv {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

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

.IbaHTMEKZ_main.is-flipped .jsGkbdfoot {
  transform: rotateY(180deg);
}

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

.IbaHTMEKZ_main .cQZojr1D-bot.fr--F701TXA {
  background: var(--white);
}

.IbaHTMEKZ_main .cQZojr1D-bot.btn-JCwBKF {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.sm_SJDPdL {
  width: 19%;
}

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

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

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

.IWQNL2__rows .SiGUzIgdrow img {
  width: 24px;
  height: 24px;
}

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

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

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

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

.txt_Dag2whi .FKlDqCj--h {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.txt_Dag2whi .x2LA9-eQ5kKW {
  display: flex;
  align-items: center;
}

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

.txt_Dag2whi .row--rmFt4Op2z {
  display: flex;
  flex-direction: column;
}

.txt_Dag2whi .S0Pcls--i4sU9SrZ {
  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%;
}

.txt_Dag2whi .M26plVm_oS5KfJr96 {
  display: flex;
  align-items: center;
  margin: 0;
}

.txt_Dag2whi .M26plVm_oS5KfJr96 svg {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.txt_Dag2whi .M26plVm_oS5KfJr96 svg path {
  stroke: var(--black);
}

.txt_Dag2whi .M26plVm_oS5KfJr96 svg rect {
  fill: var(--black);
}

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

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

.txt_Dag2whi .inv__sHLGbhq {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
}

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

.txt_Dag2whi .b3BHfNUot--invert {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}

.txt_Dag2whi .b3BHfNUot--invert img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

.txt_Dag2whi .b3BHfNUot--invert img:last-child {
  margin: 0;
}

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

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

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

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

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

.txt_Dag2whi .VxLHpPF-b {
  display: flex;
  align-items: center;
  margin: 0 0 0 22.5px;
  text-decoration: none;
}

.txt_Dag2whi .VxLHpPF-b img {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
}

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

.txt_Dag2whi .VxLHpPF-b:last-child span {
  color: var(--red);
}

.txt_Dag2whi .hj1p0rXk--5Ku79Z {
  display: none;
}

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

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

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

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

.frm__gMVo1vNuJ {
  display: flex;
}

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

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

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

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

.txt_Dag2whi .form__65Dg4EY8F .U6TbWk2--footer {
  margin: 21px 0 0 0;
}

.txt_Dag2whi .form__65Dg4EY8F .IBGlFuf8--log {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.txt_Dag2whi .form__65Dg4EY8F textarea,
.txt_Dag2whi .form__65Dg4EY8F 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);
}

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

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

.txt_Dag2whi .form__65Dg4EY8F textarea {
  min-height: 140px;
  padding: 18px 18px;
  resize: vertical;
}

.txt_Dag2whi .form__65Dg4EY8F input {
  height: 54px;
  padding: 0 18px;
}

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

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

.txt_Dag2whi .form__65Dg4EY8F .top__N0FCvH7 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.txt_Dag2whi .form__65Dg4EY8F .wrYgqPWe7Z2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.txt_Dag2whi .form__65Dg4EY8F .pDtmH6zqIt0jYP {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  width: 100%;
}

.txt_Dag2whi .form__65Dg4EY8F .pDtmH6zqIt0jYP .sc5W10o-bottom {
  width: 39%;
}

.txt_Dag2whi .form__65Dg4EY8F .U9vkWA-btn {
  width: 18%;
}

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

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

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

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

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

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

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

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

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

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

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

.U0WZGf__article.open .bottom--p4uLPm9::after {
  transform: rotate(180deg);
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

.vgTFHGY-auth .A1Pa_PuOpwgr a:last-child,
footer .A1Pa_PuOpwgr a:last-child {
  margin: 0;
}

.posts--rlJsqd {
  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--rlJsqd .WbiE7OF-button {
  display: flex;
  text-decoration: none;
  width: 430px;
  height: 200px;
  border-radius: 16px;
  transition: 0.4s all linear;
}

.posts--rlJsqd .WbiE7OF-button:hover {
  filter: brightness(70%);
  border-radius: 16px;
}

.posts--rlJsqd .WbiE7OF-button img {
  width: inherit;
  height: inherit;
}

.posts--rlJsqd .button__qMFVAGI {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.posts--rlJsqd .action--pFEXTA5r:hover {
  color: var(--primary);
}

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

.posts--rlJsqd .block-0TQ8cOuI {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 24px 0 0 0;
}

.posts--rlJsqd .block-0TQ8cOuI .U9vkWA-btn {
  width: 35%;
}

.posts--rlJsqd .block-0TQ8cOuI .U0WZGf__article {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.posts--rlJsqd .block-0TQ8cOuI .bottom--p4uLPm9 {
  padding: 16px;
  transition: 0.4s all linear;
}

.posts--rlJsqd .block-0TQ8cOuI .U0WZGf__article.open .bottom--p4uLPm9 span {
  color: var(--primary);
}

.container--VwMBoXRF {
  position: fixed;
  bottom: 1%;
  left: 0.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 99%;
  padding: 16px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
  z-index: 9;
}

.container--VwMBoXRF .BLtbgzSv_row {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

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

.container--VwMBoXRF .BLtbgzSv_row svg path {
  fill: var(--black);
}

.container--VwMBoXRF .RnG4p3-action {
  display: flex;
  flex-direction: column;
}

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

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

.container--VwMBoXRF .U9vkWA-btn {
  white-space: nowrap;
}

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

.rbLPuAy--main .b__IMk1LB {
  display: flex;
  flex-direction: column;
}

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

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

.rbLPuAy--main .MbSYOh_banner {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
  width: 489px;
}

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

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

.rbLPuAy--main .qQNadJY__b {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.rbLPuAy--main .AyZ14m_c {
  width: 49%;
  align-items: center;
}

.rbLPuAy--main .AyZ14m_c img {
  position: static;
  margin: 0 0 0 15px;
}

.rbLPuAy--main .U9vkWA-btn {
  width: 49%;
  background: var(--green);
}

footer {
  display: flex;
  flex-direction: column;
  margin: 24px 0;
  padding: 24px;
  border-radius: 24px;
  background: var(--surface);
}

footer nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer__yAvmcga7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .IbaHTMEKZ_main .jsGkbdfoot {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .wr__buntv712 {
    padding: 0 20px;
  }
  .i8WPNVy2hq5s2u {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .wr__buntv712 {
    padding: 0 20px;
  }
  header nav .action-7dpeERP {
    flex-direction: column-reverse;
  }
  header nav .action-7dpeERP .action--rJxICfdN {
    margin: 0 0 20px 0;
  }
  header nav .action-7dpeERP .A1Pa_PuOpwgr {
    margin: 0;
  }
  .txt_Dag2whi .action__kSKgXBfs {
    flex-direction: column;
  }
  .txt_Dag2whi .action-kqSfovC3F {
    margin: 16px 0 0 0;
  }
  .txt_Dag2whi .wS4dH-rGaN8y3l0 .UXGzAiQ--rn3yl {
    height: 150px;
  }
  .txt_Dag2whi .wS4dH-rGaN8y3l0 .postHfSC3jv6 {
    font-size: 20px;
  }
  .N1eIG4ksZ--b .O9cq5QIbanner {
    font-size: 36px;
    line-height: 36px;
  }
  .N1eIG4ksZ--b .b--mREQX5r {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .OUBYQftable.nRA52-zLDb8Htc > table {
    min-width: 205%;
  }
  .rbLPuAy--main .MbSYOh_banner {
    width: 640px;
  }
  footer .footer__yAvmcga7 {
    flex-direction: column;
  }
  footer .footer__G2ANpq,
  footer .ujHmeN8n__bot {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .HiWbKB-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .HiWbKB-btn svg {
    width: 40px;
    height: 40px;
  }
  .HiWbKB-btn svg rect {
    fill: var(--surface);
  }
  .HiWbKB-btn svg path {
    stroke: var(--primary);
  }
  .HiWbKB-btn svg.b_sQXokrALy {
    display: none;
  }
  header.active .HiWbKB-btn svg.b_sQXokrALy {
    display: block;
  }
  header.active .HiWbKB-btn svg.button__pPWAVM {
    display: none;
  }
  header nav .menuCIXZG8N {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .menuCIXZG8N {
    display: flex;
  }
  header nav .menuCIXZG8N ul,
  footer nav .menuCIXZG8N ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .menuCIXZG8N ul li,
  footer nav .menuCIXZG8N ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .menuCIXZG8N ul li.active,
  header nav .menuCIXZG8N ul li:hover,
  footer nav .menuCIXZG8N ul li.active,
  footer nav .menuCIXZG8N ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .menuCIXZG8N ul li a,
  footer nav .menuCIXZG8N ul li a {
    padding: 0;
  }
  header nav .action-7dpeERP {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .action-7dpeERP .A1Pa_PuOpwgr {
    display: none;
  }
  header nav .action-7dpeERP .action--rJxICfdN {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .action-7dpeERP .U9vkWA-btn {
    margin: 0;
    width: 49%;
  }
  header nav .action-7dpeERP .U9vkWA-btn.btn_gsUuBbl {
    margin: 0;
  }
  header nav .menuCIXZG8N .A1Pa_PuOpwgr {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .i8WPNVy2hq5s2u {
    padding: 105px 0 0 0;
  }
  .i8WPNVy2hq5s2u .w7kiKjQCcard {
    flex-direction: column-reverse;
  }
  .i8WPNVy2hq5s2u .b_cQUiYTC6 {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .i8WPNVy2hq5s2u .eKqUC0La__DzBu {
    width: 100%;
    height: 400px;
  }
  .i8WPNVy2hq5s2u .b_cQUiYTC6 p {
    margin: 0 0 30px 0;
  }
  .i8WPNVy2hq5s2u .b_cQUiYTC6 .U9vkWA-btn {
    width: 100%;
  }
  .txt_Dag2whi .showcase-min {
    flex-wrap: wrap;
  }
  .txt_Dag2whi .showcase-info-title {
    font-size: 20px;
    line-height: 26px;
  }
  .txt_Dag2whi .log__rFLbnpf {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .txt_Dag2whi .post-b9N4lnR {
    flex-wrap: wrap;
  }
  .txt_Dag2whi .showcase-min .post-b9N4lnR {
    width: 49%;
  }
  .txt_Dag2whi .action__kSKgXBfs {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .txt_Dag2whi .Gftgu2YSFEes {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .txt_Dag2whi .header_mjedgP1 {
    display: none;
  }
  .txt_Dag2whi .l_ctjWGh {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .txt_Dag2whi .brand--ZDh634 {
    flex-direction: row;
    width: 100%;
  }
  .txt_Dag2whi .prim_VCI7QZis {
    align-self: center;
  }
  .txt_Dag2whi .eG7oqM--QwMET .u5NA21HXCzSu .Gftgu2YSFEes {
    display: none;
    border: none;
  }
  .txt_Dag2whi .eG7oqM--QwMET .u5NA21HXCzSu .action__kSKgXBfs {
    margin: 0;
    width: 100%;
  }
  .txt_Dag2whi .eG7oqM--QwMET .u5NA21HXCzSu .action-kqSfovC3F {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .txt_Dag2whi .eG7oqM--QwMET .u5NA21HXCzSu .action-kqSfovC3F .U9vkWA-btn {
    margin: 0;
    width: 49%;
  }
  .txt_Dag2whi .eG7oqM--QwMET .u5NA21HXCzSu.post-b9N4lnR {
    width: 100%;
  }
  .txt_Dag2whi .wS4dH-rGaN8y3l0 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .txt_Dag2whi .wS4dH-rGaN8y3l0 .UXGzAiQ--rn3yl {
    height: 190px;
  }
  .U9wn0RdG-XsJf {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .U9wn0RdG-XsJf img {
    border-radius: 12px;
  }
  .EMKSPc_LKhQw {
    width: 200px;
    height: 200px;
  }
  .EMKSPc_LKhQw img {
    border-radius: 12px;
  }
  .N1eIG4ksZ--b {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .N1eIG4ksZ--b .bancGHbLSg {
    width: 100%;
  }
  .N1eIG4ksZ--b .O9cq5QIbanner {
    font-size: 36px;
    line-height: 36px;
  }
  .N1eIG4ksZ--b .b--mREQX5r {
    font-size: 16px;
    line-height: 24px;
  }
  .N1eIG4ksZ--b .bancGHbLSg .U9vkWA-btn {
    margin: 20px 0 0 0;
  }
  .N1eIG4ksZ--b .aRxvuo-ban {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .N1eIG4ksZ--b .IbaHTMEKZ_main {
    border-radius: 24px;
  }
  .rows__triM2w {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .txt_Dag2whi .tYKzZi--posts {
    border-radius: 16px;
  }
  .txt_Dag2whi .hj1p0rXk--5Ku79Z {
    display: flex;
    align-self: flex-end;
  }
  .txt_Dag2whi .hj1p0rXk--5Ku79Z.dark_KQThz9 {
    margin: 10px 0 0 0;
  }
  .txt_Dag2whi .header-0s7xzv {
    display: none;
  }
  .txt_Dag2whi .inv__sHLGbhq.hj1p0rXk--5Ku79Z {
    margin: 0;
    align-self: center;
  }
  .txt_Dag2whi .form__65Dg4EY8F {
    width: 100%;
  }
  .txt_Dag2whi .form__65Dg4EY8F .pDtmH6zqIt0jYP {
    flex-direction: column;
  }
  .txt_Dag2whi .form__65Dg4EY8F .pDtmH6zqIt0jYP .sc5W10o-bottom {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .txt_Dag2whi .form__65Dg4EY8F .U9vkWA-btn {
    width: 100%;
  }
  .PUIfie7_foot {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .txt_Dag2whi .AyZ14m_c span {
    font-size: 16px;
  }
  .posts--rlJsqd {
    flex-direction: column;
  }
  .posts--rlJsqd .WbiE7OF-button {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .posts--rlJsqd .button__qMFVAGI {
    margin: 0;
    width: 100%;
  }
  .posts--rlJsqd .block-0TQ8cOuI {
    margin: 0;
    flex-direction: column;
  }
  .posts--rlJsqd .block-0TQ8cOuI .U0WZGf__article,
  .posts--rlJsqd .block-0TQ8cOuI .U9vkWA-btn {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .container--VwMBoXRF .BLtbgzSv_row {
    max-width: 55%;
  }
  .rbLPuAy--main {
    flex-direction: column;
  }
  .rbLPuAy--main .BVXSRz2ub {
    font-size: 20px;
  }
  .rbLPuAy--main .MbSYOh_banner {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .CXi8s9--log {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .A1Pa_PuOpwgr {
    order: 1;
  }
  footer nav .menuCIXZG8N {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .menuCIXZG8N ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .menuCIXZG8N ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .menuCIXZG8N .A1Pa_PuOpwgr {
    margin: 20px 0 0 0;
  }
  .i8WPNVy2hq5s2u {
    padding: 85px 0 0 0;
  }
  .i8WPNVy2hq5s2u .eKqUC0La__DzBu {
    height: 200px;
  }
  .i8WPNVy2hq5s2u .blog-kvUulAP {
    padding: 6px;
  }
  .i8WPNVy2hq5s2u .blog-kvUulAP span {
    width: 8px;
    height: 8px;
  }
  .i8WPNVy2hq5s2u .blog-kvUulAP span.active {
    width: 13px;
  }
  .i8WPNVy2hq5s2u .b_cQUiYTC6 h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .i8WPNVy2hq5s2u .b_cQUiYTC6 p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .txt_Dag2whi .showcase-min .post-b9N4lnR {
    width: 100%;
  }
  .txt_Dag2whi .brand--ZDh634 {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .txt_Dag2whi .ucPs6qRzv--l {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .txt_Dag2whi .l_ctjWGh {
    margin: 0;
    justify-content: flex-start;
  }
  .l_ctjWGh {
    display: flex;
    flex-direction: column;
  }
  .txt_Dag2whi .log__rFLbnpf {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .txt_Dag2whi .gFRIZw--brand {
    margin: 0;
  }
  .txt_Dag2whi .Gftgu2YSFEes {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .txt_Dag2whi .showcase-info-title {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .txt_Dag2whi .contrast-IqLW4cNu {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .txt_Dag2whi .prim_VCI7QZis {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .txt_Dag2whi .p_uBVfZ6m3S {
    display: none;
  }
  .txt_Dag2whi .wrapper__nO82VEqK {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .txt_Dag2whi .wrapper__nO82VEqK p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .txt_Dag2whi .action__kSKgXBfs {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .txt_Dag2whi .showcase-min .action__kSKgXBfs {
    margin: 8px 0 0 0;
  }
  .txt_Dag2whi .action-kqSfovC3F {
    flex-direction: row-reverse;
    width: 100%;
  }
  .txt_Dag2whi .action-kqSfovC3F .U9vkWA-btn {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .txt_Dag2whi .action-kqSfovC3F .U9vkWA-btn.ziYoCkcol {
    width: 60%;
  }
  .txt_Dag2whi .action-kqSfovC3F .U9vkWA-btn.btn_gsUuBbl {
    width: 40%;
  }
  .txt_Dag2whi .action_fU6TQKHv {
    margin: 0;
    width: 100%;
  }
  .txt_Dag2whi .showcase-min .action-kqSfovC3F {
    margin: 0;
    order: 0;
  }
  .txt_Dag2whi .showcase-min .action_fU6TQKHv {
    margin: 19px 0 0 0;
    order: 1;
  }
  .txt_Dag2whi .showcase-min .showcase-action-payments {
    order: 2;
  }
  .txt_Dag2whi h2 {
    margin: 15px 0;
    font-size: 24px;
  }
  .txt_Dag2whi h3 {
    margin: 15px 0;
    font-size: 22px;
  }
  .txt_Dag2whi h4 {
    margin: 15px 0;
    font-size: 20px;
  }
  .txt_Dag2whi .post-b9N4lnR {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .txt_Dag2whi .l_ctjWGh .L4kNU6bJs-button,
  .txt_Dag2whi .l_ctjWGh span {
    display: flex;
  }
  .txt_Dag2whi .showcase-info-row,
  .txt_Dag2whi .logo-2IoQiS {
    margin: 0 0 10px 0;
  }
  .txt_Dag2whi .l_ctjWGh span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .txt_Dag2whi .l_ctjWGh .L4kNU6bJs-button {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .txt_Dag2whi .brand_GK0StImM {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .txt_Dag2whi .BlzfWDkrj_kFRTU {
    font-size: 18px;
    max-width: 100%;
  }
  .txt_Dag2whi .button_BbsAUJ {
    display: none;
  }
  .txt_Dag2whi .HlvCWEI--prim {
    flex-wrap: wrap;
  }
  .txt_Dag2whi .blog__N1uq5b {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .txt_Dag2whi .blog__N1uq5b:last-child {
    margin: 0;
  }
  .txt_Dag2whi .fqOCWF--p {
    font-size: 14px;
    line-height: 16px;
  }
  .txt_Dag2whi .wS4dH-rGaN8y3l0 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .txt_Dag2whi .wS4dH-rGaN8y3l0 .blog--LphdcF {
    font-size: 14px;
  }
  .txt_Dag2whi .zxSLi--pJcg1LkA2 span {
    font-size: 20px;
  }
  .EMKSPc_LKhQw {
    width: 200px;
    height: 200px;
  }
  .IWQNL2__rows {
    display: block;
    overflow-x: auto;
  }
  .rows__triM2w {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .IWQNL2__rows .SiGUzIgdrow {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .IWQNL2__rows .SiGUzIgdrow img {
    width: 18px;
    height: 18px;
  }
  .posts--rlJsqd .WbiE7OF-button {
    height: 190px;
  }
  .container--VwMBoXRF {
    flex-direction: column;
  }
  .container--VwMBoXRF .BLtbgzSv_row {
    width: 100%;
    max-width: 100%;
  }
  .container--VwMBoXRF .U9vkWA-btn {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .container--VwMBoXRF .BLtbgzSv_row svg {
    width: 35px;
    height: 35px;
  }
  .rbLPuAy--main .MbSYOh_banner {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .rbLPuAy--main .dgfjJsBT1__hr span {
    font-size: 24px;
    line-height: 24px;
  }
  .rbLPuAy--main .qQNadJY__b {
    flex-direction: column;
  }
  .rbLPuAy--main .AyZ14m_c {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .rbLPuAy--main .U9vkWA-btn {
    width: 100%;
  }
  .banner__pUd9B5 {
    margin: 5px 0;
  }
  .rbLPuAy--main .BVXSRz2ub {
    margin: 5px 0;
  }
  footer .footer__yAvmcga7 {
    width: 100%;
  }
  footer .foot--OAQC9M {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .footer__G2ANpq {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .foot--OAQC9M img,
  footer .footer__G2ANpq img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .IWQNL2__rows .SiGUzIgdrow {
    width: 245px;
  }
}
