* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 40px 0;
  background-color: #0F0B27;
  color: rgb(255, 255, 255);
  position: relative;
  overflow-x: hidden;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Jura", sans-serif;
  src: url("/assets/default/fonts/Jura-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Jura", sans-serif;
  src: url("/assets/default/fonts/Jura-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Nunito", sans-serif;
  src: url("/assets/default/fonts/Nunito-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Nunito", sans-serif;
  src: url("/assets/default/fonts/Nunito-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/default/fonts/Rubik-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
.KgGYOQIDv-wraper {
  margin: 0 auto;
  max-width: 1360px;
}
@media screen and (max-width: 1440px) {
  .KgGYOQIDv-wraper {
    max-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .KgGYOQIDv-wraper {
    max-width: 100%;
    padding: 15px;
  }
}

.Rl4OvhW_button {
  display: none;
}
@media screen and (max-width: 768px) {
  .Rl4OvhW_button {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 0 0 0 8px;
    position: relative;
    width: 40px;
  }
}
@media screen and (max-width: 620px) {
  .Rl4OvhW_button {
    height: 32px;
    width: 32px;
  }
}

.buttonbVDvBzfy {
  align-items: center;
  border-radius: 12px;
  color: rgb(255, 255, 255);
  display: flex;
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: normal;
  padding: 11px 16px;
  text-decoration: none;
  transition: 0.3s all linear;
}
@media screen and (max-width: 620px) {
  .buttonbVDvBzfy {
    border-radius: 10px;
    font-size: 14px;
    padding: 7.5px;
  }
}

.buttonbVDvBzfy.bSJO7UlfFx {
  border: 1px solid rgb(224, 179, 218);
}

.buttonbVDvBzfy.bSJO7UlfFx:hover {
  background: rgb(224, 179, 218);
}

.buttonbVDvBzfy.E761gJFjK__texted {
  background: linear-gradient(90deg, rgb(209.8845977783, 68.2124633789, 202.8009796143), rgb(146.0803527832, 24.9633789063, 252.0576934814) 100%);
}

.buttonbVDvBzfy.E761gJFjK__texted:hover {
  filter: brightness(70%);
}

header {
  left: 0;
  margin: 40px 0 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  header {
    margin: 0;
  }
}

header nav {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(6, 5, 12, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  position: relative;
}
@media screen and (max-width: 620px) {
  header nav {
    padding: 8px;
  }
}

header nav::after {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

header nav .brand-ziq0jxn {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  padding: 13px;
  text-decoration: none;
  width: 170px;
}
@media screen and (max-width: 768px) {
  header nav .brand-ziq0jxn {
    position: relative;
    width: auto;
    z-index: 2;
  }
}

footer nav .brand-ziq0jxn {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 13px;
  text-decoration: none;
  width: 170px;
}
@media screen and (max-width: 768px) {
  footer nav .brand-ziq0jxn {
    order: 0;
    width: auto;
  }
}

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

header .i78gT-u6gx9ICl {
  display: flex;
  flex: 1;
  flex-direction: column;
}

header .i78gT-u6gx9ICl .topGnyj0o {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  header .i78gT-u6gx9ICl .topGnyj0o {
    flex-direction: column;
  }
}

.aJLw9rm--q1AH {
  display: flex;
  justify-content: center;
}

.aJLw9rm--q1AH a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  display: flex;
  height: 44px;
  justify-content: center;
  margin: 0 8px 0 0;
  text-decoration: none;
  width: 44px;
}

.aJLw9rm--q1AH a:last-child, .i78gT-u6gx9ICl .action-60tUQ9 .qEIy0Dsi--8VE2dv:first-child, .content .spoiler ol li:last-child, .content .pUYKRs--log img:last-child, .content .q0zLj1pRn_b:last-child, .content .action__pA016Qqx .buttonbVDvBzfy:last-child, .fMBsOT9y-bot ul li:last-child, .p4XT7o8qrsignin .aJLw9rm--q1AH a:last-child, footer .aJLw9rm--q1AH a:last-child, .content .cgtA27QS--inv img:last-child {
  margin: 0;
}

.aJLw9rm--q1AH a img, .content .c4l3zk0--wraper img {
  height: 24px;
  width: 24px;
}

.i78gT-u6gx9ICl .action-60tUQ9 {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .i78gT-u6gx9ICl .action-60tUQ9 {
    justify-content: flex-end;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .i78gT-u6gx9ICl .action-60tUQ9 {
    position: relative;
    z-index: 2;
  }
}

.i78gT-u6gx9ICl .action-60tUQ9 .qEIy0Dsi--8VE2dv {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  margin: 0 12px 0 8px;
  padding: 10px 8px;
  text-decoration: none;
  width: 225px;
}
@media screen and (max-width: 1440px) {
  .i78gT-u6gx9ICl .action-60tUQ9 .qEIy0Dsi--8VE2dv {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .i78gT-u6gx9ICl .action-60tUQ9 .qEIy0Dsi--8VE2dv {
    display: none;
  }
}

.i78gT-u6gx9ICl .action-60tUQ9 .qEIy0Dsi--8VE2dv p {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.i78gT-u6gx9ICl .action-60tUQ9 .qEIy0Dsi--8VE2dv img {
  height: 24px;
  margin: 0 12px 0 0;
  width: 24px;
}

.i78gT-u6gx9ICl .action-60tUQ9 .buttonbVDvBzfy.bSJO7UlfFx {
  margin: 0 32px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .i78gT-u6gx9ICl .action-60tUQ9 .buttonbVDvBzfy.bSJO7UlfFx {
    margin: 0 8px 0 0;
  }
}

.i78gT-u6gx9ICl .action-60tUQ9 .buttonbVDvBzfy.bSJO7UlfFx::after {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 30px;
  position: absolute;
  right: -16.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media screen and (max-width: 768px) {
  .i78gT-u6gx9ICl .action-60tUQ9 .buttonbVDvBzfy.bSJO7UlfFx::after {
    display: none;
  }
}

.i78gT-u6gx9ICl .menu_3GlaAgh .aJLw9rm--q1AH {
  display: none;
}
@media screen and (max-width: 1024px) {
  .i78gT-u6gx9ICl .menu_3GlaAgh .aJLw9rm--q1AH {
    display: flex;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .i78gT-u6gx9ICl .menu_3GlaAgh .aJLw9rm--q1AH {
    padding: 16px 0 0 0;
  }
}
@media screen and (max-width: 620px) {
  .i78gT-u6gx9ICl .menu_3GlaAgh .aJLw9rm--q1AH {
    padding: 10px 0 0 0;
  }
}

.i78gT-u6gx9ICl ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 8px 16px 0 16px;
}
@media screen and (max-width: 768px) {
  .i78gT-u6gx9ICl ul {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
}

.i78gT-u6gx9ICl ul li {
  border: 1px solid transparent;
  border-radius: 60px;
  color: rgb(255, 255, 255);
  display: flex;
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0 12px 8px 12px;
  transition: 0.3s border linear;
}
@media screen and (max-width: 768px) {
  .i78gT-u6gx9ICl ul li {
    border-radius: 60px;
    font-size: 16px;
    margin: 0 0 18px 0;
  }
}
@media screen and (max-width: 620px) {
  .i78gT-u6gx9ICl ul li {
    font-size: 14px;
    line-height: 16px;
  }
}

.i78gT-u6gx9ICl ul li a.active, .i78gT-u6gx9ICl ul li:hover, .PhMf0Qc9p--foot li a.active, .PhMf0Qc9p--foot li:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.i78gT-u6gx9ICl ul li a {
  color: inherit;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: inherit;
}
@media screen and (max-width: 768px) {
  .i78gT-u6gx9ICl ul li a {
    padding: 5px 9px;
  }
}

main {
  position: relative;
  width: 100%;
}

main::before {
  content: "";
  height: 75vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.f7Kc9rG__2o7RQ {
  align-items: flex-end;
  display: flex;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .f7Kc9rG__2o7RQ {
    padding: 0 0 100px 0;
  }
}

.f7Kc9rG__2o7RQ .card__kTIP2aun {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .f7Kc9rG__2o7RQ .card__kTIP2aun {
    width: 100%;
  }
}

.f7Kc9rG__2o7RQ h1 {
  align-self: center;
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
  margin: 0 0 24px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .f7Kc9rG__2o7RQ h1 {
    font-size: 45px;
    line-height: 47px;
    margin: 0 0 8px 0;
  }
}
@media screen and (max-width: 620px) {
  .f7Kc9rG__2o7RQ h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 8px 0;
  }
}

.f7Kc9rG__2o7RQ p {
  align-self: center;
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .f7Kc9rG__2o7RQ p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 620px) {
  .f7Kc9rG__2o7RQ p {
    font-size: 14px;
    line-height: 16px;
  }
}

.f7Kc9rG__2o7RQ .buttonbVDvBzfy {
  align-self: center;
  margin: 32px auto 0 auto;
  padding: 16px 44px;
}
@media screen and (max-width: 768px) {
  .f7Kc9rG__2o7RQ .buttonbVDvBzfy {
    margin: 20px auto 0 auto;
    min-width: 150px;
    padding: 12px;
  }
}
@media screen and (max-width: 620px) {
  .f7Kc9rG__2o7RQ .buttonbVDvBzfy {
    margin: 12px auto 0 auto;
    min-width: 150px;
    padding: 7.5px;
  }
}

.btn__OGJIvRxy9 img {
  border-radius: 12px;
}
.btn__OGJIvRxy9 .u0fPqXaVEb {
  margin-top: 10px;
  margin-bottom: 0;
}

.l-806iLUIe {
  display: flex;
}
@media (max-width: 750px) {
  .l-806iLUIe {
    flex-direction: column;
  }
}
.l-806iLUIe .a6r4cAkC_wNYKP {
  margin-right: 20px;
  min-width: 380px;
}
@media (max-width: 750px) {
  .l-806iLUIe .a6r4cAkC_wNYKP {
    width: 100%;
    margin-bottom: 10px;
    min-width: 100%;
  }
}
.l-806iLUIe .a6r4cAkC_wNYKP .u0fPqXaVEb {
  max-width: 390px;
  height: auto;
}
@media (max-width: 750px) {
  .l-806iLUIe .a6r4cAkC_wNYKP .u0fPqXaVEb {
    width: 100%;
  }
}

.content {
  display: flex;
  flex-direction: column;
  padding: 111px 0 0 0;
}

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

.content h2 {
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 80px 0 40px 0;
  padding: 16px 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 25px 0;
    padding: 12px 24px;
  }
}
@media screen and (max-width: 620px) {
  .content h2 {
    font-size: 16px;
    line-height: 19px;
    margin: 20px 0 20px 0;
    padding: 8px 16px;
  }
}

.content .spoiler {
  align-self: center;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  margin: 0 auto 20px auto;
  padding: 8px;
  width: 850px;
}
@media screen and (max-width: 1024px) {
  .content .spoiler {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .content .spoiler {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .content .spoiler {
    margin: 0 0 10px 0;
  }
}

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

.content .spoiler ol li {
  background: transparent;
  border-radius: 58px;
  color: rgb(255, 255, 255);
  counter-increment: sitem;
  display: flex;
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 8px 0;
  padding: 0 0 0 24px;
  position: relative;
  text-align: left;
  transition: 0.4s all linear;
}
@media screen and (max-width: 620px) {
  .content .spoiler ol li {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 2px 0;
  }
}

.content .spoiler ol li::before {
  color: rgb(255, 255, 255);
  content: counter(sitem) ".";
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  left: 16px;
  line-height: 1;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 620px) {
  .content .spoiler ol li::before {
    font-size: 14px;
    line-height: 18px;
  }
}

.content .spoiler ol li:hover, .content .spoiler ol li.active {
  background: rgba(255, 255, 255, 0.1);
}

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

.content h3 {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 12px 0;
  max-width: 70%;
}
@media screen and (max-width: 620px) {
  .content h3 {
    font-size: 15px;
    line-height: 22px;
    max-width: 100%;
  }
}

.content h4 {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 6px 0;
  max-width: 70%;
}
@media screen and (max-width: 620px) {
  .content h4 {
    font-size: 14px;
    line-height: 16px;
    max-width: 100%;
  }
}

.content p {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 15px 0;
  max-width: 70%;
}
@media screen and (max-width: 620px) {
  .content p {
    margin: 0 0 12px 0;
  }
}

.content ul li, .content ol li {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 100%;
}

.content td, .content th {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 70%;
}

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

.content .table-responsive {
  margin: 0 0 15px 0;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .content .table-responsive {
    margin: 0 0 12px 0;
  }
}

.table-responsive table {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-collapse: separate;
  border-radius: 16px;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}

.content .table-responsive thead {
  background: rgba(255, 255, 255, 0.4);
}

.content .table-responsive th {
  font-weight: 600;
  padding: 12px 16px;
  text-align: left;
}

.content .table-responsive td {
  padding: 12px 16px;
  text-align: left;
}

.content .p28zA5_tbl tbody tr > *:nth-child(1) {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}

.content .p28zA5_tbl tbody tr > *:nth-child(2) {
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.content .p28zA5_tbl tbody tr > * {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.content .u0fPqXaVEb {
  height: auto;
  margin: 0 0 15px 0;
  max-width: 70%;
  width: auto;
}
@media screen and (max-width: 620px) {
  .content .u0fPqXaVEb {
    max-width: 100%;
  }
}

.content .heading-img {
  align-self: center;
  height: 200px;
  margin: 0 0 15px 0;
  width: 200px;
}

.content .heading-img img, .content .brand_raZCpuec9 img {
  height: inherit;
  width: inherit;
}

.content .HOJ7ijS_uJBc {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .content .HOJ7ijS_uJBc {
    margin: 0 0 20px 0;
  }
}

.content .Rv1xzU__vXylFGP {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .content .Rv1xzU__vXylFGP {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 620px) {
  .content .Rv1xzU__vXylFGP {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.content .blog__I3rb4hy {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .content .blog__I3rb4hy {
    flex-wrap: wrap;
  }
}

.content .Rv1xzU__vXylFGP .blog__I3rb4hy {
  flex-direction: column;
  width: auto;
}

.content .log_10mRhQv {
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
  width: 150px;
}
@media screen and (max-width: 620px) {
  .content .log_10mRhQv {
    align-items: center;
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
}

.content .Rv1xzU__vXylFGP .log_10mRhQv {
  align-items: center;
  flex-direction: row;
}

.content .brand_raZCpuec9 {
  border-radius: 12px;
  height: 150px;
  width: 150px;
}
@media screen and (max-width: 620px) {
  .content .brand_raZCpuec9 {
    border-radius: 10px;
    height: 90px;
    margin: 0 16px 0 0;
    width: 90px;
  }
}

.content .Rv1xzU__vXylFGP .brand_raZCpuec9 {
  height: 90px;
  margin: 0 16px 0 0;
  width: 90px;
}

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

.content .C9rA7gwBJ_l {
  align-self: center;
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 16px 0 0 0;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 620px) {
  .content .C9rA7gwBJ_l {
    align-self: flex-start;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .content .C9rA7gwBJ_l {
    font-size: 20px;
    line-height: 26px;
  }
}

.content .Rv1xzU__vXylFGP .C9rA7gwBJ_l {
  margin: 0;
  text-align: left;
}

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

.content .pUYKRs--log {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 620px) {
  .content .pUYKRs--log {
    margin: 0 11.5px 0 0;
  }
}

.content .Rv1xzU__vXylFGP .pUYKRs--log {
  margin: 0 5px 0 0;
}

.content .pUYKRs--log img, .content .cgtA27QS--inv img {
  height: 15.83px;
  margin: 0 5px 0 0;
  width: 16.67px;
}

.content .FDb4rvtK2--log {
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0;
  max-width: 100%;
  text-align: right;
}

.content .dWqBL72yh_u1OLW {
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .content .dWqBL72yh_u1OLW {
    margin: 0;
    width: 70%;
  }
}
@media screen and (max-width: 620px) {
  .content .dWqBL72yh_u1OLW {
    margin: 8px 0 0 0;
    width: 100%;
  }
}

.content .GZVpR--zrnSMfHKt {
  color: rgb(105, 210, 162);
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 10px 0;
  max-width: 100%;
  text-align: left;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .content .GZVpR--zrnSMfHKt {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 620px) {
  .content .GZVpR--zrnSMfHKt {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 6px 0;
  }
}

.content .dark_s34QcxH {
  color: rgba(255, 255, 255, 0.4);
  flex: 1;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .content .dark_s34QcxH {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
}

.content .prim_V3qabi2m {
  align-items: center;
  align-self: self-start;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgb(105, 210, 162);
  border-radius: 60px;
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 8px 12px;
}
@media screen and (max-width: 620px) {
  .content .prim_V3qabi2m {
    border-radius: 16px;
    flex-direction: column;
    margin: 16px 0 0 0;
    padding: 8px;
    width: 100%;
  }
}

.content .firstQtM67yF2 {
  color: rgb(105, 210, 162);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0 10px 0 0;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .content .firstQtM67yF2 {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 4px 0;
  }
}

.content .c4l3zk0--wraper {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 8px 16px;
}
@media screen and (max-width: 620px) {
  .content .c4l3zk0--wraper {
    border-radius: 19px;
    flex-direction: row;
    padding: 4.5px 8px;
    width: 100%;
  }
}

.content .c4l3zk0--wraper p {
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0 8px 0 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .content .c4l3zk0--wraper p {
    flex: 1;
    text-align: center;
    width: 90%;
  }
}

.content .b_ZWlca4 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .content .b_ZWlca4 {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .content .b_ZWlca4 {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .content .b_ZWlca4 {
    flex-direction: column-reverse;
    margin: 16px 0 0 0;
  }
}

.content .Rv1xzU__vXylFGP .b_ZWlca4 {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .content .Rv1xzU__vXylFGP .b_ZWlca4 {
    margin: 8px 0 0 0;
  }
}

.content .HSmXKzd-b {
  display: flex;
  flex-direction: column;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 1024px) {
  .content .HSmXKzd-b {
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 620px) {
  .content .HSmXKzd-b {
    margin: 19px 0 0 0;
    width: 100%;
  }
}

.content .Rv1xzU__vXylFGP .HSmXKzd-b {
  align-self: flex-start;
  margin: 0;
}
@media screen and (max-width: 620px) {
  .content .Rv1xzU__vXylFGP .HSmXKzd-b {
    margin: 19px 0 0 0;
    order: 1;
  }
}

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

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

.content .q0zLj1pRn_b p, .botqEjoQ2 h3 {
  margin: 0;
  max-width: 100%;
}

.content .action__pA016Qqx {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 620px) {
  .content .action__pA016Qqx {
    flex-direction: row-reverse;
    width: 100%;
  }
}

.content .Rv1xzU__vXylFGP .action__pA016Qqx {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .content .Rv1xzU__vXylFGP .action__pA016Qqx {
    margin: 0;
    order: 0;
  }
}

.content .action__pA016Qqx .buttonbVDvBzfy {
  margin: 0 0 8px 0;
  min-width: 185px;
  padding: 17px 5px;
}
@media screen and (max-width: 620px) {
  .content .action__pA016Qqx .buttonbVDvBzfy {
    margin: 0 0 0 8px;
    min-width: 90px;
    padding: 10.5px 5px;
  }
}

.content .Rv1xzU__vXylFGP .action__pA016Qqx .buttonbVDvBzfy.E761gJFjK__texted {
  margin: 0 0 0 8px;
  min-width: auto;
  width: 65%;
}

.content .Rv1xzU__vXylFGP .action__pA016Qqx .buttonbVDvBzfy.bSJO7UlfFx {
  min-width: auto;
  width: 35%;
}

.content .Rv1xzU__vXylFGP .b--fIt7bWHkC {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 19px 0 0 0;
}
@media screen and (max-width: 620px) {
  .content .Rv1xzU__vXylFGP .b--fIt7bWHkC {
    order: 2;
  }
}

.content .Rv1xzU__vXylFGP .b--fIt7bWHkC img {
  height: 17.3px;
  margin: 0 8.5px;
  width: 17.3px;
}

.content .Rv1xzU__vXylFGP .b--fIt7bWHkC span {
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin: 0 8.5px;
}

.content .prim_hYpAQdB {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .content .prim_hYpAQdB {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 620px) {
  .content .prim_hYpAQdB {
    flex-wrap: wrap;
  }
}

.content .Fx1cqjpost {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px;
  width: 49.5%;
}
@media screen and (max-width: 620px) {
  .content .Fx1cqjpost {
    margin: 0 0 20px 0;
    padding: 10px;
    width: 100%;
  }
}

.content .p14iIyZ {
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}
@media screen and (max-width: 620px) {
  .content .p14iIyZ {
    font-size: 14px;
    line-height: 16px;
  }
}

.content .p14iIyZ.HD8gAykOp {
  color: rgb(105, 210, 162);
}

.content .p14iIyZ.c_9sQWp0Paz {
  color: rgb(240, 79, 86);
}

.content .prim_hYpAQdB .primary--Y1OvQM {
  display: flex;
  flex-direction: row;
  margin: 16px 0 0 0;
}

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

.content .prim_hYpAQdB .primary--Y1OvQM p {
  max-width: 100%;
}

.footer-j5LOxYk {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .footer-j5LOxYk {
    -moz-column-count: 1;
         column-count: 1;
    margin: 0 0 20px 0;
  }
}

.articles2lRP5DC6G {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: 0 0 8px 0;
  overflow: hidden;
}

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

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

.KIuBw5N--content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}
@media (prefers-reduced-motion: reduce) {
  .KIuBw5N--content {
    transition: none;
  }
}

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

.articles2lRP5DC6G.open .botqEjoQ2::after {
  opacity: 1;
  transform: rotate(180deg);
}

footer {
  padding: 100px 0 40px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0 15px 0;
  }
}

footer nav {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(6, 5, 12, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.f-aTK4e3 {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 12px 13px;
}
@media screen and (max-width: 768px) {
  .f-aTK4e3 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.hPAZNR__bottom {
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding: 0 0 15px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

.PhMf0Qc9p--foot {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .PhMf0Qc9p--foot {
    justify-content: center;
    order: 2;
    width: 100%;
  }
}

.PhMf0Qc9p--foot li {
  border: 1px solid transparent;
  border-radius: 60px;
  color: rgb(255, 255, 255);
  display: flex;
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0 12px 8px 12px;
  transition: 0.3s border linear;
}
@media screen and (max-width: 620px) {
  .PhMf0Qc9p--foot li {
    border-radius: 16px;
    font-size: 14px;
    margin: 0 5.5px 5px 5.5px;
  }
}

.PhMf0Qc9p--foot li a {
  color: inherit;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: inherit;
}
@media screen and (max-width: 768px) {
  .PhMf0Qc9p--foot li a {
    padding: 5px 9px;
  }
}

.fMBsOT9y-bot {
  align-items: center;
  display: flex;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .fMBsOT9y-bot {
    flex-direction: column;
  }
}
@media screen and (max-width: 620px) {
  .fMBsOT9y-bot {
    flex-direction: column-reverse;
  }
}

.fMBsOT9y-bot ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 620px) {
  .fMBsOT9y-bot ul {
    justify-content: center;
    margin: 0;
  }
}

.fMBsOT9y-bot ul li {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Jura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 24px 0 0;
  text-align: left;
  transition: 0.4s all linear;
}

.fMBsOT9y-bot ul li:hover {
  color: rgb(255, 255, 255);
}

.fMBsOT9y-bot ul li a {
  color: inherit;
  text-decoration: none;
}

.fMBsOT9y-bot .f_rWsUhgen {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .fMBsOT9y-bot .f_rWsUhgen {
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 620px) {
  .fMBsOT9y-bot .f_rWsUhgen {
    justify-content: center;
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.fMBsOT9y-bot .f_rWsUhgen img {
  margin: 0 16px 0 0;
}
@media screen and (max-width: 620px) {
  .fMBsOT9y-bot .f_rWsUhgen img {
    height: 13px;
    margin: 0 5px;
    width: auto;
  }
}
@media screen and (max-width: 340px) {
  .fMBsOT9y-bot .f_rWsUhgen img {
    height: 10px;
    margin: 0 2.5px;
  }
}

.f_rWsUhgen .invert-zL8NZdg {
  height: 26px;
}

.f_rWsUhgen .pH2Slh--YrGUFX {
  height: 22.5px;
}

.f_rWsUhgen .E1BkxI_VqOC90 {
  height: 15.3px;
}

.f_rWsUhgen .MKqmjwAI__l {
  height: 40px;
}

.f_rWsUhgen .IpNus3Hf__zfdN {
  height: 22.5px;
}

.p4XT7o8qrsignin {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  padding: 16px;
}
@media screen and (max-width: 620px) {
  .p4XT7o8qrsignin {
    padding: 10px;
  }
}

.QeGRig__login {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 620px) {
  .QeGRig__login {
    margin: 0 0 8px 0;
  }
}

.signin-WlCdyo, .content .sog21mTZPxVfH {
  align-items: center;
  display: flex;
}

.signin__Rp9AuT {
  border-radius: 12px;
  height: 52.68px;
  margin: 0 16px 0 0;
  width: 52.68px;
}
@media screen and (max-width: 620px) {
  .signin__Rp9AuT {
    border-radius: 8px;
    height: 40px;
    margin: 0 12px 0 0;
    width: 40px;
  }
}

.npbIqmA0Z-sign, .content .IRUWKb_row {
  display: flex;
  flex-direction: column;
}

.content .GyatDYe-auth {
  color: rgb(255, 255, 255);
  flex: 1;
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 6px 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .content .GyatDYe-auth {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 6px 0;
  }
}

.content .odZtuN-login {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .content .odZtuN-login {
    font-size: 14px;
    line-height: 16px;
  }
}

.content .authTzs5r8Y {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 8px 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .content .authTzs5r8Y {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 6px 0;
  }
}

.content .E1eE6VTp--login {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 16px 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .content .E1eE6VTp--login {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
  }
}

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

.content .d68ozRslq_article {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
  padding: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content .d68ozRslq_article {
    margin: 0 0 10px 0;
    padding: 10px;
  }
}

.content .h__HD6YO7 {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .content .h__HD6YO7 {
    flex-direction: column-reverse;
  }
}

.content .lJ5nYAXyK19x4PQ {
  border-radius: 12px;
  height: 52.68px;
  margin: 0 16px 0 0;
  width: 52.68px;
}
@media screen and (max-width: 768px) {
  .content .lJ5nYAXyK19x4PQ {
    border-radius: 6px;
    height: 40px;
    margin: 0 10px 0 0;
    width: 40px;
  }
}

.content .iN1PKA_LNkX {
  color: rgb(255, 255, 255);
  flex: 1;
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 2px 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .content .iN1PKA_LNkX {
    font-size: 16px;
    line-height: 19px;
  }
}

.content .pJ3GoPU9VTus15 {
  align-items: center;
  display: flex;
  margin: 0;
  max-width: 100%;
}

.content .pJ3GoPU9VTus15 img {
  height: 24px;
  margin: 0 8px 0 0;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .content .pJ3GoPU9VTus15 img {
    height: 13px;
    width: 13px;
  }
}

.content .pJ3GoPU9VTus15 span {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .content .pJ3GoPU9VTus15 span {
    font-size: 14px;
    line-height: 16px;
  }
}

.content .JnvaBz97darked {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 0 10px;
  max-width: 100%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .content .JnvaBz97darked {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 16px;
    align-self: flex-end;
  }
}

.content .darked--VBuo9wk8 {
  align-items: center;
  display: flex;
  margin: 16px 0 0 0;
}
@media screen and (max-width: 768px) {
  .content .darked--VBuo9wk8 {
    margin: 10px 0 0 0;
  }
}

.content .inv-mxZFbpW4J {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 25px 0 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .content .inv-mxZFbpW4J {
    display: none;
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px 0 0;
  }
}

.content .cgtA27QS--inv {
  align-items: center;
  display: flex;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .content .cgtA27QS--inv {
    margin: 0 10px 0 0;
  }
}

.content .invert--1KeUYDc {
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0;
  text-align: right;
}

.content .bRYQ8WHsitext {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 16px 0 0 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .content .bRYQ8WHsitext {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 0 0;
  }
}

.content .d-obVEuACm {
  color: rgb(224, 179, 218);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
}

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

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

.content .EDHGMhtNR-b img {
  height: 24px;
  margin: 0 5px 0 0;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .content .EDHGMhtNR-b img {
    height: 20px;
    width: 20px;
  }
}

.content .EDHGMhtNR-b span {
  color: rgb(105, 210, 162);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}

.content .EDHGMhtNR-b:last-child span {
  color: rgba(255, 255, 255, 0.4);
}

.wrapper__fEAO6PBW {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  background: rgba(6, 5, 12, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .wrapper__fEAO6PBW {
    flex-direction: column;
  }
}
.wrapper__fEAO6PBW .ywSVU3B--block {
  display: flex;
  align-items: center;
}
.wrapper__fEAO6PBW .ywSVU3B--block img {
  height: 44px;
  width: auto;
  margin: 13px 14px 13px 80px;
}
@media (max-width: 750px) {
  .wrapper__fEAO6PBW .ywSVU3B--block img {
    margin-left: 10px;
  }
}
.wrapper__fEAO6PBW .ywSVU3B--block .cardsB9Lmv2F5C .cookies-heading {
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 6px;
}
.wrapper__fEAO6PBW .ywSVU3B--block .cardsB9Lmv2F5C .eTkOZL__text {
  line-height: 20px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.wrapper__fEAO6PBW .log__dhGxFVnQu {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .wrapper__fEAO6PBW .log__dhGxFVnQu {
    margin-bottom: 13px;
    white-space: unset;
  }
}
.wrapper__fEAO6PBW .log__dhGxFVnQu .primary_ps4NMi {
  margin-right: 10px;
}
.wrapper__fEAO6PBW .log__dhGxFVnQu .C1EtKHveaction {
  cursor: pointer;
  margin-right: 80px;
}
@media (max-width: 750px) {
  .wrapper__fEAO6PBW .log__dhGxFVnQu .C1EtKHveaction {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  header .card__kTIP2aun .brand-ziq0jxn {
    height: auto;
    width: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .i78gT-u6gx9ICl .aJLw9rm--q1AH {
    display: none;
    justify-content: flex-start;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  header .i78gT-u6gx9ICl .topGnyj0o, header nav .brand-ziq0jxn {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  header .i78gT-u6gx9ICl .topGnyj0o .aJLw9rm--q1AH {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .i78gT-u6gx9ICl .menu_3GlaAgh {
    background: #0F0B27;
    display: none;
    flex-direction: column;
    left: calc(50% - 50vw);
    padding: 125px 15px 15px 15px;
    position: absolute;
    top: -16px;
    transition: 0.4s linear;
    width: 100vw;
  }
}
@media screen and (max-width: 620px) {
  .i78gT-u6gx9ICl .menu_3GlaAgh {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .i78gT-u6gx9ICl .menu_3GlaAgh.active {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  header nav .brand-ziq0jxn img, footer nav .brand-ziq0jxn img {
    height: 32px;
    width: auto;
  }
}

.prim-R28qZF {
  transition: all 0.2s ease;
}

.content .c4l3zk0--wraper p.xpGMT8D--wraper {
  color: rgb(105, 210, 162);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .Rl4OvhW_button span {
    background: url("/assets/default/images/logos/burger-open.svg") center/cover no-repeat;
    height: inherit;
    transition: 0.3s all linear;
    width: inherit;
  }
}

@media screen and (max-width: 768px) {
  .Rl4OvhW_button.active span {
    background: url("/assets/default/images/logos/burger-close.svg") center/cover no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .content p, .content ul, .content ol, .content td, .content th {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .aJLw9rm--q1AH {
    order: 1;
  }
}
@media screen and (max-width: 340px) {
  footer .aJLw9rm--q1AH {
    margin: 0 0 10px 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .content .d-obVEuACm, .content .EDHGMhtNR-b span {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 620px) {
  header nav .brand-ziq0jxn, header .i78gT-u6gx9ICl .topGnyj0o {
    padding: 0;
  }
}

@media screen and (max-width: 620px) {
  .content p, .content ul li, .content ol li, .content td, .content th {
    font-size: 14px;
    line-height: 16px;
    max-width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .content ul, .content ol {
    margin: 0 0 12px 0;
    max-width: 100%;
    padding: 0 0 0 12px;
  }
}

@media screen and (max-width: 620px) {
  .BNcmHfE_l {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 620px) {
  .content .action__pA016Qqx .buttonbVDvBzfy.E761gJFjK__texted {
    width: 60%;
  }
}

@media screen and (max-width: 620px) {
  .content .action__pA016Qqx .buttonbVDvBzfy.bSJO7UlfFx {
    width: 40%;
  }
}

@media screen and (max-width: 620px) {
  .content .p28zA5_tbl {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 620px) {
  .content .Fx1cqjpost:last-child {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .botqEjoQ2::after {
    transition: none;
  }
}

.XltCpWsJaction {
  margin: 0 0 20px 10px;
}
@media screen and (max-width: 768px) {
  .XltCpWsJaction {
    margin: 0 0 10px 5px;
  }
}
.XltCpWsJaction ul {
  display: flex;
  align-items: center;
}
.XltCpWsJaction ul li {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (max-width: 620px) {
  .XltCpWsJaction ul li {
    font-size: 14px;
    line-height: 16px;
  }
}
.XltCpWsJaction ul a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
}
