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

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

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

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

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

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

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

.f3tMqI0Gsg--b {
  display: none;
}

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

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

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

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

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

header nav .menu_WU18Xu ul.x1Wy2IjXVs_top.wrapper--3VuWTFSc.wrapped {
  border-radius: 28px;
}

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

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

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

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

header nav .ZokuyzLcHb .V3dmR_J8G2fyo {
  margin: 0 44px 0 0;
}

header nav .menu_WU18Xu .V3dmR_J8G2fyo {
  display: none;
}

header nav .ZokuyzLcHb .buttonh8zuNHVyI {
  display: flex;
  align-items: center;
}

header nav .ZokuyzLcHb .button--bd2h1TPC.btnAa0egR {
  margin: 0 16px 0 0;
}

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

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

.dQEZpEOpkKX35 .cardJzSfale4A {
  display: flex;
  justify-content: space-between;
}

.dQEZpEOpkKX35 .wSnbipb {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.dQEZpEOpkKX35 .wSnbipb.error {
  width: 100%;
}
.dQEZpEOpkKX35 .wSnbipb.error h1,
.dQEZpEOpkKX35 .wSnbipb.error p,
.dQEZpEOpkKX35 .wSnbipb.error .button--bd2h1TPC {
  align-self: center;
}

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

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

.dQEZpEOpkKX35 .wSnbipb .button--bd2h1TPC {
  align-self: flex-start;
}

.dQEZpEOpkKX35 .beGHKLX18_5i4D9t {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.dQEZpEOpkKX35 .beGHKLX18_5i4D9t img {
  width: 100%;
  height: 100%;
}

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

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

.dQEZpEOpkKX35 .blogs2Wxb5 span:last-child {
  margin: 0;
}

.dQEZpEOpkKX35 .blogs2Wxb5 span:hover {
  background: var(--primary);
}

.dQEZpEOpkKX35 .blogs2Wxb5 span.active {
  width: 20px;
  background: var(--primary);
}

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

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

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

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

.content .Svcl8b02pfG {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

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

.content .post-cRQYE7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 16px;
  background: var(--white-10);
  background: var(--surface);
  border-radius: 24px;
}

.content .Svcl8b02pfG .Imcaz--vNIYtF .Rkqja3--pidujk3RZ {
  border: none;
}

.content .CXOsIH__OP8o .post-cRQYE7 {
  flex-direction: column;
  width: 32.5%;
}

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

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

.content .CXOsIH__OP8o .BUpyTt3-l {
  flex-direction: row;
  align-items: center;
}

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

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

.content .SjnlMG-KOnM2H .DAc9TU0LrdTOp5W img {
  width: 100%;
  height: 100%;
}

.content .CXOsIH__OP8o .J57eZKCt_log {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

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

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

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

.content .Svcl8b02pfG .Imcaz--vNIYtF .vFaqcwbuL_top,
.content .Svcl8b02pfG .Imcaz--vNIYtF .log_9m3L8f {
  flex-direction: column;
}

.content .Svcl8b02pfG .Imcaz--vNIYtF .b98QoZp__ePwixB,
.content .Svcl8b02pfG .Imcaz--vNIYtF .cD8Y2h5__log,
.content .Svcl8b02pfG .Imcaz--vNIYtF .showcase-info-row,
.content .Svcl8b02pfG .Imcaz--vNIYtF .vGWdcI9--log {
  align-self: flex-start;
}

.content .log_9m3L8f {
  display: none;
}

.content .log_9m3L8f .btnm1lhM2ib,
.content .log_9m3L8f span {
  display: none;
}

.content .b98QoZp__ePwixB,
.content .cD8Y2h5__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;
}

.content .b98QoZp__ePwixB:hover,
.content .cD8Y2h5__log:hover {
  color: var(--primary);
}

.content .CXOsIH__OP8o .b98QoZp__ePwixB,
.content .CXOsIH__OP8o .cD8Y2h5__log {
  margin: 0;
  text-align: left;
}

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

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

.content .CXOsIH__OP8o .showcase-info-rating,
.content .CXOsIH__OP8o .brandBS2hIRW6K {
  margin: 0 5px 0 0;
}

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

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

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

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

.content .eJ1CNpl__y64F {
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  max-width: 100%;
  color: var(--green);
  text-decoration: none;
  transition: 0.3s all linear;
}

.content .eJ1CNpl__y64F:hover {
  color: var(--secondary);
}

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

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

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

.content .Svcl8b02pfG .Imcaz--vNIYtF .o6xXbInbutton {
  justify-content: flex-end;
  width: 30%;
}

.content .CXOsIH__OP8o .o6xXbInbutton {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

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

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

.content .CXOsIH__OP8o .button-WLdXwU {
  margin: 0;
  align-self: flex-start;
}

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

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

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

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

.content .b--A5LsXB {
  display: flex;
  flex-direction: column;
}

.content .CXOsIH__OP8o .b--A5LsXB {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

.content .b--A5LsXB .button--bd2h1TPC {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.content .CXOsIH__OP8o .b--A5LsXB .button--bd2h1TPC.texted__3tLlINdYn {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.content .CXOsIH__OP8o .b--A5LsXB .button--bd2h1TPC.btnAa0egR {
  width: 35%;
  min-width: auto;
}

.content .b--A5LsXB .button--bd2h1TPC:last-child {
  margin: 0;
}

.content .CXOsIH__OP8o .MFDm7c3J__button {
  display: flex;
  margin: 19px 0 0 0;
  justify-content: center;
  align-items: center;
}

.content .CXOsIH__OP8o .MFDm7c3J__button img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

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

.content .p--h98tgXs2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0 0;
  padding: 8px 8px 8px 12px;
  border: 1px solid var(--green);
  border-radius: 60px;
  background: var(--primary);
  align-self: self-start;
}

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

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

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

.content .c7sYIpu5-wraper img {
  width: 24px;
  height: 24px;
}

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

.content td {
  font-weight: 500;
}

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

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

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

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

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

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

.content .articles-lnH978EB {
  padding: 20px;
  border: 1px solid var(--surface);
  border-radius: 24px;
  background: var(--surface);
  width: 49.5%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.content .y1elY9_primary {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

.content .y1elY9_primary.prim__MIDpdQ82 {
  color: var(--green);
}

.content .y1elY9_primary.uDZs0Fyx-container {
  color: var(--red);
}

.content .pVos2BTt .prim_ANGP0D {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.content .pVos2BTt .prim_ANGP0D p {
  margin: 0;
}

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

.content .pVos2BTt .prim_ANGP0D p {
  max-width: 100%;
}

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

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

.content .table-responsive thead,
.content figure.table_QLb6gU thead {
  background: var(--white-40);
}

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

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

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

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

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

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

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

.content .table-responsive .tbl--aRZUcQ,
.content figure.table_QLb6gU .tbl--aRZUcQ {
  display: flex;
}

.content .table-responsive .tbl--aRZUcQ img,
.content figure.table_QLb6gU .tbl--aRZUcQ img {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .table-responsive .TnpIkgqv-mqSk,
.content figure.table_QLb6gU .TnpIkgqv-mqSk {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .table-responsive .TnpIkgqv-mqSk img,
.content figure.table_QLb6gU .TnpIkgqv-mqSk img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .table-responsive .TnpIkgqv-mqSk .button--bd2h1TPC,
.content figure.table_QLb6gU .TnpIkgqv-mqSk .button--bd2h1TPC {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

.content .SjnlMG-KOnM2H .fEB8ODys1article {
  display: flex;
  flex-direction: column;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid var(--white);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

.content .SjnlMG-KOnM2H .DAc9TU0LrdTOp5W {
  display: flex;
  width: 100%;
  height: 229px;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s all linear;
}

.content .SjnlMG-KOnM2H .DAc9TU0LrdTOp5W img {
  width: 100%;
  height: 100%;
}

.content .SjnlMG-KOnM2H .DAc9TU0LrdTOp5W:hover {
  filter: brightness(70%);
}

.content .SjnlMG-KOnM2H .post--tIUJQGY {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0 0;
}

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

.content .SjnlMG-KOnM2H .N3f7HvC-post:hover {
  color: var(--primary);
}

.content .SjnlMG-KOnM2H .article--NcMGkVlqw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .SjnlMG-KOnM2H .article--NcMGkVlqw img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

.content .SjnlMG-KOnM2H .item-vWtT03HU {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
}

.content .SjnlMG-KOnM2H .Z2sfMr--post {
  display: flex;
  flex-wrap: wrap;
}

.content .SjnlMG-KOnM2H .article0OhXtUGY7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 8px 0 0;
  padding: 5px 16px 5px 5px;
  border-radius: 60px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--white);
}

.content .SjnlMG-KOnM2H .article0OhXtUGY7 img {
  margin: 0 3px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .SjnlMG-KOnM2H .fEB8ODys1article .button--bd2h1TPC {
  margin: 16px 0 0 0;
}

.content .SjnlMG-KOnM2H .fEB8ODys1article .button--bd2h1TPC.btnAa0egR {
  margin-right: 15px;
}

.content .SjnlMG-KOnM2H .button8UR5j3M6 {
  display: flex;
  justify-content: space-between;
}

.content .SjnlMG-KOnM2H .button8UR5j3M6 .button--bd2h1TPC:last-child {
  width: 70%;
}

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

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

.content .OIqoHXd__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 12px 16px;
  width: 100%;
  border: 1px solid var(--green);
  border-radius: 60px;
  background: var(--white);
  cursor: pointer;
}

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

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

.content .spoiler {
  margin: 0 0 20px 0;
  padding: 16px;
  width: 100%;
  align-self: center;
  border: 1px solid var(--surface);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
  max-height: 65px;
  overflow: hidden;
  transition: 0.4s max-height linear;
}

.content .spoiler.sitemappageevkcW6 {
  margin: 15px 0 0 0;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: visible;
}

.content .spoiler.active {
  max-height: 100%;
  overflow: visible;
}

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

.content .cG5xiWgfm--h .fruTUS4Q-btn {
  width: 30px;
  height: 30px;
  transition: 0.4s all linear;
  transform: rotate(180deg);
}

.content .spoiler.active .cG5xiWgfm--h .fruTUS4Q-btn {
  transform: rotate(360deg);
}

.content .cG5xiWgfm--h .fruTUS4Q-btn path {
  fill: var(--black);
}

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

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

.content .spoiler ol li {
  position: relative;
  display: flex;
  margin: 0 0 8px 0;
  padding: 0 0 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
  counter-increment: sitem;
  transition: 0.4s all linear;
  text-align: left;
  border-radius: 60px;
  background: var(--white);
}

.content .spoiler ol li::before {
  content: counter(sitem) ".";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--black);
  opacity: 0.9;
}

.content .spoiler ol li:hover,
.content .spoiler ol li.active {
  color: var(--primary);
}

.content .spoiler ol li:last-child {
  margin: 0;
}

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

.lgUsuq--4NvW6SY {
  display: flex;
  width: 250px;
  height: 250px;
}

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

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

.lgUsuq--4NvW6SY img {
  width: inherit;
  height: inherit;
  border-radius: 24px;
}

.cont--Kr2v9T .table-responsive {
  width: auto;
}

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

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

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

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

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

.tGEBoc7rD-b .P1yOtRpD5_hero {
  display: flex;
  flex-direction: column;
  width: 45%;
}

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

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

.tGEBoc7rD-b .P1yOtRpD5_hero .button--bd2h1TPC {
  margin: 32px 0 0 0;
  background: var(--white);
  color: var(--black);
  border: none;
  align-self: flex-start;
  transition: 0.4s all linear;
}

.tGEBoc7rD-b .P1yOtRpD5_hero .button--bd2h1TPC:hover {
  background: var(--black);
  color: var(--white);
}

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

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

.tGEBoc7rD-b .mPcsYqd--ban .v4WMxh_hero {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.tGEBoc7rD-b .v4WMxh_hero .foot-BRn7Dm {
  width: 100%;
  height: 100%;
}

.v4WMxh_hero .foot-BRn7Dm {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

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

.v4WMxh_hero.is-flipped .k9wzIRQWF--f {
  transform: rotateY(180deg);
}

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

.v4WMxh_hero .M1q3dZf.frm--qiFsXA {
  background: var(--white);
}

.v4WMxh_hero .M1q3dZf.b-zjOEP9La1 {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.r0XKbMLJi8__sitemappage {
  width: 19%;
}

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

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

.EyPSNb_row .RHyarE-card {
  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);
}

.EyPSNb_row .RHyarE-card img {
  width: 24px;
  height: 24px;
}

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

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

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

.content .MSxeo4__item {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
  width: 100%;
  padding: 16px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

.content .top-9ESVxYau {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content .Qu5MiIXrf--4auMOw {
  display: flex;
  align-items: center;
}

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

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

.content .qIeYNmZTDWbv {
  margin: 0 0 2px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  flex: 1;
  color: var(--black);
  max-width: 100%;
}

.content .O7rbYg--kt1zxly {
  display: flex;
  align-items: center;
  margin: 0;
}

.content .O7rbYg--kt1zxly svg {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content .btn--uIeEDUvQ img {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
}

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

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

.content .SCNjBEnrxu7OH {
  display: none;
}

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

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

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

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

.c37xRGt__frm {
  display: flex;
}

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

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

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

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

.content .fr-JckphgBKr .footer--zAHTEc {
  margin: 21px 0 0 0;
}

.content .fr-JckphgBKr .FEYvWm0__logo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

.content .fr-JckphgBKr .PMCn__NI4FxWVYG .weVaLYv_bottom {
  width: 39%;
}

.content .fr-JckphgBKr .button--bd2h1TPC {
  width: 18%;
}

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

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

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

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

.ntR86UK__item.Rg61AJS_gzHSFj {
  border-radius: 24px;
}

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

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

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

.ntR86UK__item.Rg61AJS_gzHSFj svg {
  transform: rotate(360deg);
}

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

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

.ntR86UK__item.Rg61AJS_gzHSFj .V45VXHAgO__bottom::after {
  transform: rotate(180deg);
  opacity: 1;
}

.fbPC3KU_signin {
  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__KjzC6Ld {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

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

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

.signin-kNJohY {
  display: flex;
  flex-direction: column;
}

.content .YVlzuoZXe-auth {
  margin: 0 0 6px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: var(--black);
  max-width: 100%;
  flex: 1;
}

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

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

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

.fbPC3KU_signin .V3dmR_J8G2fyo a:last-child,
footer .V3dmR_J8G2fyo a:last-child {
  margin: 0;
}

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

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

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

.yuYWq7JE__item .btn_yTK4tSwoP img {
  width: inherit;
  height: inherit;
}

.yuYWq7JE__item .d9jFtD5_button {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.yuYWq7JE__item .Wx6Q4OFz-btn:hover {
  color: var(--primary);
}

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

.yuYWq7JE__item .xBANiur-cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 24px 0 0 0;
}

.yuYWq7JE__item .xBANiur-cards .button--bd2h1TPC {
  width: 35%;
}

.yuYWq7JE__item .xBANiur-cards .ntR86UK__item {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.yuYWq7JE__item .xBANiur-cards .V45VXHAgO__bottom {
  padding: 16px;
  transition: 0.4s all linear;
}

.yuYWq7JE__item .xBANiur-cards .ntR86UK__item.Rg61AJS_gzHSFj .V45VXHAgO__bottom span {
  color: var(--primary);
}

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

.ei3BcUyH__wrapper .cards__spAwEkZtS {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

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

.ei3BcUyH__wrapper .cards__spAwEkZtS svg path {
  fill: var(--black);
}

.ei3BcUyH__wrapper .action_owTEtDvRg {
  display: flex;
  flex-direction: column;
}

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

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

.ei3BcUyH__wrapper .button--bd2h1TPC {
  white-space: nowrap;
}

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

.LTcfpO4_main .main__4jYpqAWL {
  display: flex;
  flex-direction: column;
}

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

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

.LTcfpO4_main .hero--gkAN926 {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
  width: 489px;
}

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

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

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

.LTcfpO4_main .OIqoHXd__wrap {
  width: 49%;
  align-items: center;
}

.LTcfpO4_main .OIqoHXd__wrap img {
  position: static;
  margin: 0 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .v4WMxh_hero .k9wzIRQWF--f {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .dcqUnom0__c {
    padding: 0 20px;
  }
  .dQEZpEOpkKX35 {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .dcqUnom0__c {
    padding: 0 20px;
  }
  header nav .ZokuyzLcHb {
    flex-direction: column-reverse;
  }
  header nav .ZokuyzLcHb .buttonh8zuNHVyI {
    margin: 0 0 20px 0;
  }
  header nav .ZokuyzLcHb .V3dmR_J8G2fyo {
    margin: 0;
  }
  .content .o6xXbInbutton {
    flex-direction: column;
  }
  .content .b--A5LsXB {
    margin: 16px 0 0 0;
  }
  .content .SjnlMG-KOnM2H .DAc9TU0LrdTOp5W {
    height: 150px;
  }
  .content .SjnlMG-KOnM2H .N3f7HvC-post {
    font-size: 20px;
  }
  .tGEBoc7rD-b .hr6yutTWRZ {
    font-size: 36px;
    line-height: 36px;
  }
  .tGEBoc7rD-b .hr8GVwReM {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .table-responsive.U56GjEs__0cL1wbSj5 > table {
    min-width: 205%;
  }
  .LTcfpO4_main .hero--gkAN926 {
    width: 640px;
  }
  footer .footer-lKWr7nCD {
    flex-direction: column;
  }
  footer .botzJS3Eb4F,
  footer .GsPfUjXk__f {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .f3tMqI0Gsg--b {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .f3tMqI0Gsg--b svg {
    width: 40px;
    height: 40px;
  }
  .f3tMqI0Gsg--b svg rect {
    fill: var(--surface);
  }
  .f3tMqI0Gsg--b svg path {
    stroke: var(--primary);
  }
  .f3tMqI0Gsg--b svg.zVKIPRbutton {
    display: none;
  }
  header.active .f3tMqI0Gsg--b svg.zVKIPRbutton {
    display: block;
  }
  header.active .f3tMqI0Gsg--b svg.bHB62CYx--action {
    display: none;
  }
  header nav .menu_WU18Xu {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .menu_WU18Xu {
    display: flex;
  }
  header nav .menu_WU18Xu ul,
  footer nav .menu_WU18Xu ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .menu_WU18Xu ul li,
  footer nav .menu_WU18Xu ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .menu_WU18Xu ul li.active,
  header nav .menu_WU18Xu ul li:hover,
  footer nav .menu_WU18Xu ul li.active,
  footer nav .menu_WU18Xu ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .menu_WU18Xu ul li a,
  footer nav .menu_WU18Xu ul li a {
    padding: 0;
  }
  header nav .ZokuyzLcHb {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .ZokuyzLcHb .V3dmR_J8G2fyo {
    display: none;
  }
  header nav .ZokuyzLcHb .buttonh8zuNHVyI {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .ZokuyzLcHb .button--bd2h1TPC {
    margin: 0;
    width: 49%;
  }
  header nav .ZokuyzLcHb .button--bd2h1TPC.btnAa0egR {
    margin: 0;
  }
  header nav .menu_WU18Xu .V3dmR_J8G2fyo {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .dQEZpEOpkKX35 {
    padding: 105px 0 0 0;
  }
  .dQEZpEOpkKX35 .cardJzSfale4A {
    flex-direction: column-reverse;
  }
  .dQEZpEOpkKX35 .wSnbipb {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .dQEZpEOpkKX35 .beGHKLX18_5i4D9t {
    width: 100%;
    height: 400px;
  }
  .dQEZpEOpkKX35 .wSnbipb p {
    margin: 0 0 30px 0;
  }
  .dQEZpEOpkKX35 .wSnbipb .button--bd2h1TPC {
    width: 100%;
  }
  .content .CXOsIH__OP8o {
    flex-wrap: wrap;
  }
  .content .b98QoZp__ePwixB {
    font-size: 20px;
    line-height: 26px;
  }
  .content .cD8Y2h5__log {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .content .post-cRQYE7 {
    flex-wrap: wrap;
  }
  .content .CXOsIH__OP8o .post-cRQYE7 {
    width: 49%;
  }
  .content .o6xXbInbutton {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .content .Rkqja3--pidujk3RZ {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .content .vFaqcwbuL_top {
    display: none;
  }
  .content .log_9m3L8f {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .content .BUpyTt3-l {
    flex-direction: row;
    width: 100%;
  }
  .content .p--h98tgXs2 {
    align-self: center;
  }
  .content .Svcl8b02pfG .Imcaz--vNIYtF .Rkqja3--pidujk3RZ {
    display: none;
    border: none;
  }
  .content .Svcl8b02pfG .Imcaz--vNIYtF .o6xXbInbutton {
    margin: 0;
    width: 100%;
  }
  .content .Svcl8b02pfG .Imcaz--vNIYtF .b--A5LsXB {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .content .Svcl8b02pfG .Imcaz--vNIYtF .b--A5LsXB .button--bd2h1TPC {
    margin: 0;
    width: 49%;
  }
  .content .Svcl8b02pfG .Imcaz--vNIYtF.post-cRQYE7 {
    width: 100%;
  }
  .content .SjnlMG-KOnM2H {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .SjnlMG-KOnM2H .DAc9TU0LrdTOp5W {
    height: 190px;
  }
  .HhgR0TmS__yild {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .HhgR0TmS__yild img {
    border-radius: 12px;
  }
  .lgUsuq--4NvW6SY {
    width: 200px;
    height: 200px;
  }
  .lgUsuq--4NvW6SY img {
    border-radius: 12px;
  }
  .tGEBoc7rD-b {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .tGEBoc7rD-b .P1yOtRpD5_hero {
    width: 100%;
  }
  .tGEBoc7rD-b .hr6yutTWRZ {
    font-size: 36px;
    line-height: 36px;
  }
  .tGEBoc7rD-b .hr8GVwReM {
    font-size: 16px;
    line-height: 24px;
  }
  .tGEBoc7rD-b .P1yOtRpD5_hero .button--bd2h1TPC {
    margin: 20px 0 0 0;
  }
  .tGEBoc7rD-b .mPcsYqd--ban {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .tGEBoc7rD-b .v4WMxh_hero {
    border-radius: 24px;
  }
  .blocks-4xTh7mI {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .MSxeo4__item {
    border-radius: 16px;
  }
  .content .SCNjBEnrxu7OH {
    display: flex;
    align-self: flex-end;
  }
  .content .SCNjBEnrxu7OH.invert-I3Kkl7T {
    margin: 10px 0 0 0;
  }
  .content .Z0T63GRtop {
    display: none;
  }
  .content .contrast__dynL5ZIt.SCNjBEnrxu7OH {
    margin: 0;
    align-self: center;
  }
  .content .fr-JckphgBKr {
    width: 100%;
  }
  .content .fr-JckphgBKr .PMCn__NI4FxWVYG {
    flex-direction: column;
  }
  .content .fr-JckphgBKr .PMCn__NI4FxWVYG .weVaLYv_bottom {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .content .fr-JckphgBKr .button--bd2h1TPC {
    width: 100%;
  }
  .TCeXJb_bottom {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .content .OIqoHXd__wrap span {
    font-size: 16px;
  }
  .yuYWq7JE__item {
    flex-direction: column;
  }
  .yuYWq7JE__item .btn_yTK4tSwoP {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .yuYWq7JE__item .d9jFtD5_button {
    margin: 0;
    width: 100%;
  }
  .yuYWq7JE__item .xBANiur-cards {
    margin: 0;
    flex-direction: column;
  }
  .yuYWq7JE__item .xBANiur-cards .ntR86UK__item,
  .yuYWq7JE__item .xBANiur-cards .button--bd2h1TPC {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .ei3BcUyH__wrapper .cards__spAwEkZtS {
    max-width: 55%;
  }
  .LTcfpO4_main {
    flex-direction: column;
  }
  .LTcfpO4_main .hSPyQw6main {
    font-size: 20px;
  }
  .LTcfpO4_main .hero--gkAN926 {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .logkprHafMB {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .V3dmR_J8G2fyo {
    order: 1;
  }
  footer nav .menu_WU18Xu {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .menu_WU18Xu ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .menu_WU18Xu ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .menu_WU18Xu .V3dmR_J8G2fyo {
    margin: 20px 0 0 0;
  }
  .dQEZpEOpkKX35 {
    padding: 85px 0 0 0;
  }
  .dQEZpEOpkKX35 .beGHKLX18_5i4D9t {
    height: 200px;
  }
  .dQEZpEOpkKX35 .blogs2Wxb5 {
    padding: 6px;
  }
  .dQEZpEOpkKX35 .blogs2Wxb5 span {
    width: 8px;
    height: 8px;
  }
  .dQEZpEOpkKX35 .blogs2Wxb5 span.active {
    width: 13px;
  }
  .dQEZpEOpkKX35 .wSnbipb h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .dQEZpEOpkKX35 .wSnbipb p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .content .CXOsIH__OP8o .post-cRQYE7 {
    width: 100%;
  }
  .content .BUpyTt3-l {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .content .J57eZKCt_log {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .content .log_9m3L8f {
    margin: 0;
    justify-content: flex-start;
  }
  .log_9m3L8f {
    display: flex;
    flex-direction: column;
  }
  .content .cD8Y2h5__log {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .content .brandBS2hIRW6K {
    margin: 0;
  }
  .content .Rkqja3--pidujk3RZ {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .content .b98QoZp__ePwixB {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .content .contrast__HxfyFQ {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .content .p--h98tgXs2 {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .content .primary_kcmAuwgz8 {
    display: none;
  }
  .content .c7sYIpu5-wraper {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .content .c7sYIpu5-wraper p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .content .o6xXbInbutton {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .content .CXOsIH__OP8o .o6xXbInbutton {
    margin: 8px 0 0 0;
  }
  .content .b--A5LsXB {
    flex-direction: row-reverse;
    width: 100%;
  }
  .content .b--A5LsXB .button--bd2h1TPC {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .content .b--A5LsXB .button--bd2h1TPC.texted__3tLlINdYn {
    width: 60%;
  }
  .content .b--A5LsXB .button--bd2h1TPC.btnAa0egR {
    width: 40%;
  }
  .content .button-WLdXwU {
    margin: 0;
    width: 100%;
  }
  .content .CXOsIH__OP8o .b--A5LsXB {
    margin: 0;
    order: 0;
  }
  .content .CXOsIH__OP8o .button-WLdXwU {
    margin: 19px 0 0 0;
    order: 1;
  }
  .content .CXOsIH__OP8o .MFDm7c3J__button {
    order: 2;
  }
  .content h2 {
    margin: 15px 0;
    font-size: 24px;
  }
  .content h3 {
    margin: 15px 0;
    font-size: 22px;
  }
  .content h4 {
    margin: 15px 0;
    font-size: 20px;
  }
  .content .post-cRQYE7 {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .content .log_9m3L8f .btnm1lhM2ib,
  .content .log_9m3L8f span {
    display: flex;
  }
  .content .showcase-info-row,
  .content .vGWdcI9--log {
    margin: 0 0 10px 0;
  }
  .content .log_9m3L8f span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .content .log_9m3L8f .btnm1lhM2ib {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .content .y0X85oWvn__l {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .content .eJ1CNpl__y64F {
    font-size: 18px;
    max-width: 100%;
  }
  .content .a0r98JeVay--b {
    display: none;
  }
  .content .pVos2BTt {
    flex-wrap: wrap;
  }
  .content .articles-lnH978EB {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .content .articles-lnH978EB:last-child {
    margin: 0;
  }
  .content .y1elY9_primary {
    font-size: 14px;
    line-height: 16px;
  }
  .content .SjnlMG-KOnM2H {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content .SjnlMG-KOnM2H .DI6s8N4_posts {
    font-size: 14px;
  }
  .content .spoiler span {
    font-size: 20px;
  }
  .lgUsuq--4NvW6SY {
    width: 200px;
    height: 200px;
  }
  .EyPSNb_row {
    display: block;
    overflow-x: auto;
  }
  .blocks-4xTh7mI {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .EyPSNb_row .RHyarE-card {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .EyPSNb_row .RHyarE-card img {
    width: 18px;
    height: 18px;
  }
  .yuYWq7JE__item .btn_yTK4tSwoP {
    height: 190px;
  }
  .ei3BcUyH__wrapper {
    flex-direction: column;
  }
  .ei3BcUyH__wrapper .cards__spAwEkZtS {
    width: 100%;
    max-width: 100%;
  }
  .ei3BcUyH__wrapper .button--bd2h1TPC {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .ei3BcUyH__wrapper .cards__spAwEkZtS svg {
    width: 35px;
    height: 35px;
  }
  .LTcfpO4_main .hero--gkAN926 {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .LTcfpO4_main .W34h1Z--hr span {
    font-size: 24px;
    line-height: 24px;
  }
  .LTcfpO4_main .ayQveG--main {
    flex-direction: column;
  }
  .LTcfpO4_main .OIqoHXd__wrap {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .LTcfpO4_main .button--bd2h1TPC {
    width: 100%;
  }
  .NTg1nUJtbanner {
    margin: 5px 0;
  }
  .LTcfpO4_main .hSPyQw6main {
    margin: 5px 0;
  }
  footer .footer-lKWr7nCD {
    width: 100%;
  }
  footer .bot__XwnKdNgHM {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .botzJS3Eb4F {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .bot__XwnKdNgHM img,
  footer .botzJS3Eb4F img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .EyPSNb_row .RHyarE-card {
    width: 245px;
  }
}
