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

.cardsOoC3yc0{align-items:center;background:linear-gradient(90deg,#2390fe 0%,#1607b7 100%);border-radius:16px;display:flex;gap:30px;justify-content:space-between;margin:0 0 20px;overflow:hidden;padding:20px;position:relative;width:100%}.cardsOoC3yc0:after{background:url("/assets/default/images/priz.svg") center/contain no-repeat;content:"";height:258px;opacity:.55;pointer-events:none;position:absolute;right:205px;top:50%;transform:translateY(-35%) rotate(-15deg);width:258px}.qRvD9gnoU__text{color:#fff;display:flex;flex:1 1 auto;flex-direction:column;font-family:"Jura",sans-serif;font-weight:700;gap:8px;min-width:0;position:relative;z-index:1}.content .card-60HnuLSA{color:#fff;font-family:"Jura",sans-serif;font-size:16px;font-weight:700;line-height:22px;margin:0;max-width:100%;text-transform:uppercase}.content .card--aIWXCBrD{color:#fff;font-family:"Jura",sans-serif;font-size:32px;font-weight:700;line-height:31px;margin:0;max-width:100%}.row__72sQNWLSn{backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border:1px solid #69d2a2;border-radius:14px;display:flex;flex:0 0 395px;flex-direction:column;gap:10px;padding:8px 8px 8px 12px;position:relative;z-index:1}.blocksPq9SAVf,.H0gpYJ8frblock{align-items:center;border:0;border-radius:12px;color:#fff;display:flex;font-family:"Jura",sans-serif;font-size:16px;font-weight:600;justify-content:center;line-height:22px;min-height:40px;padding:8px;position:relative;text-decoration:none;width:100%}.blocksPq9SAVf{backdrop-filter:blur(10px);background:rgba(255,255,255,.1);cursor:pointer;gap:8px;padding-left:16px}.blocksPq9SAVf img{height:24px;width:24px}.blocks_3bK1SB2{flex:1 1 auto;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.blocks_3bK1SB2.RFpDBng-wrap{color:#69d2a2}.H0gpYJ8frblock{background:#69d2a2}@media screen and (max-width:768px){.cardsOoC3yc0{align-items:stretch;flex-direction:column;gap:15px;padding:10px}.cardsOoC3yc0:after{height:289px;right:-115px;top:88px;width:289px}.content .card-60HnuLSA{font-size:12px;line-height:17px}.content .card--aIWXCBrD{font-size:16px;line-height:19px}.row__72sQNWLSn{flex:0 1 auto;padding:8px;width:100%}.blocksPq9SAVf,.H0gpYJ8frblock{border-radius:10px;font-size:12px;font-weight:700;line-height:17px;min-height:32px}.blocksPq9SAVf img{height:18px;width:18px}}

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;
}
.wrapper_Ot4IEz1BS {
  margin: 0 auto;
  max-width: 1360px;
}
@media screen and (max-width: 1440px) {
  .wrapper_Ot4IEz1BS {
    max-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper_Ot4IEz1BS {
    max-width: 100%;
    padding: 15px;
  }
}

.Z2s9vR5A_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .Z2s9vR5A_btn {
    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) {
  .Z2s9vR5A_btn {
    height: 32px;
    width: 32px;
  }
}

.ka8glf_button {
  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) {
  .ka8glf_button {
    border-radius: 10px;
    font-size: 14px;
    padding: 7.5px;
  }
}

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

.ka8glf_button.btn_owqiV4e:hover {
  background: rgb(224, 179, 218);
}

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

.ka8glf_button.color: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 .wAsXi3l__logo {
  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 .wAsXi3l__logo {
    position: relative;
    width: auto;
    z-index: 2;
  }
}

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

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

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

header .X6vGDgdUBpA .top-msNhkXIjW {
  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 .X6vGDgdUBpA .top-msNhkXIjW {
    flex-direction: column;
  }
}

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

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

.SaP8FpFfgswY a:last-child, .X6vGDgdUBpA .ieV4qWsbtn .h0Ls3__2fKPDjV5:first-child, .content .spoiler ol li:last-child, .content .J7DhyoKOzqbrand img:last-child, .content .b--yShiDuPK:last-child, .content .c7aOwI5kDl-action .ka8glf_button:last-child, .bot--6A19sdZU ul li:last-child, .sign--dXtVyJO1 .SaP8FpFfgswY a:last-child, footer .SaP8FpFfgswY a:last-child, .content .darked__Pb7fKO img:last-child {
  margin: 0;
}

.SaP8FpFfgswY a img, .content .WtXxdzOiYcontainer img {
  height: 24px;
  width: 24px;
}

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

.X6vGDgdUBpA .ieV4qWsbtn .h0Ls3__2fKPDjV5 {
  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) {
  .X6vGDgdUBpA .ieV4qWsbtn .h0Ls3__2fKPDjV5 {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .X6vGDgdUBpA .ieV4qWsbtn .h0Ls3__2fKPDjV5 {
    display: none;
  }
}

.X6vGDgdUBpA .ieV4qWsbtn .h0Ls3__2fKPDjV5 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;
}

.X6vGDgdUBpA .ieV4qWsbtn .h0Ls3__2fKPDjV5 img {
  height: 24px;
  margin: 0 12px 0 0;
  width: 24px;
}

.X6vGDgdUBpA .ieV4qWsbtn .ka8glf_button.btn_owqiV4e {
  margin: 0 32px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .X6vGDgdUBpA .ieV4qWsbtn .ka8glf_button.btn_owqiV4e {
    margin: 0 8px 0 0;
  }
}

.X6vGDgdUBpA .ieV4qWsbtn .ka8glf_button.btn_owqiV4e::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) {
  .X6vGDgdUBpA .ieV4qWsbtn .ka8glf_button.btn_owqiV4e::after {
    display: none;
  }
}

.X6vGDgdUBpA .n__OEkfPHJvs .SaP8FpFfgswY {
  display: none;
}
@media screen and (max-width: 1024px) {
  .X6vGDgdUBpA .n__OEkfPHJvs .SaP8FpFfgswY {
    display: flex;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .X6vGDgdUBpA .n__OEkfPHJvs .SaP8FpFfgswY {
    padding: 16px 0 0 0;
  }
}
@media screen and (max-width: 620px) {
  .X6vGDgdUBpA .n__OEkfPHJvs .SaP8FpFfgswY {
    padding: 10px 0 0 0;
  }
}

.X6vGDgdUBpA 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) {
  .X6vGDgdUBpA ul {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
}

.X6vGDgdUBpA 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) {
  .X6vGDgdUBpA ul li {
    border-radius: 60px;
    font-size: 16px;
    margin: 0 0 18px 0;
  }
}
@media screen and (max-width: 620px) {
  .X6vGDgdUBpA ul li {
    font-size: 14px;
    line-height: 16px;
  }
}

.X6vGDgdUBpA ul li a.active, .X6vGDgdUBpA ul li:hover, .footer--zbxS6A81 li a.active, .footer--zbxS6A81 li:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.X6vGDgdUBpA ul li a {
  color: inherit;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: inherit;
}
@media screen and (max-width: 768px) {
  .X6vGDgdUBpA 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;
}

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

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

.tqMw-dBTGX1Cl 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) {
  .tqMw-dBTGX1Cl h1 {
    font-size: 45px;
    line-height: 47px;
    margin: 0 0 8px 0;
  }
}
@media screen and (max-width: 620px) {
  .tqMw-dBTGX1Cl h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 8px 0;
  }
}

.tqMw-dBTGX1Cl 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) {
  .tqMw-dBTGX1Cl p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 620px) {
  .tqMw-dBTGX1Cl p {
    font-size: 14px;
    line-height: 16px;
  }
}

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

.b1y6erkn53 img {
  border-radius: 12px;
}
.b1y6erkn53 .C9Z5xet-D5Zh {
  margin-top: 10px;
  margin-bottom: 0;
}

.J0gPGO7UE__brand {
  display: flex;
}
@media (max-width: 750px) {
  .J0gPGO7UE__brand {
    flex-direction: column;
  }
}
.J0gPGO7UE__brand .HFCgQ8XP3sejD {
  margin-right: 20px;
  min-width: 380px;
}
@media (max-width: 750px) {
  .J0gPGO7UE__brand .HFCgQ8XP3sejD {
    width: 100%;
    margin-bottom: 10px;
    min-width: 100%;
  }
}
.J0gPGO7UE__brand .HFCgQ8XP3sejD .C9Z5xet-D5Zh {
  max-width: 390px;
  height: auto;
}
@media (max-width: 750px) {
  .J0gPGO7UE__brand .HFCgQ8XP3sejD .C9Z5xet-D5Zh {
    width: 100%;
  }
}

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

.content .b1y6erkn53 {
  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 .DQGKOP_table tbody tr > *:nth-child(1) {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}

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

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

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

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

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

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

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

.content .oMCDbgUblog {
  -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 .oMCDbgUblog {
    flex-wrap: wrap;
  }
}

.content .XthkmS-FOAG .oMCDbgUblog {
  flex-direction: column;
  width: auto;
}

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

.content .XthkmS-FOAG .S9AJvO3log {
  align-items: center;
  flex-direction: row;
}

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

.content .XthkmS-FOAG .L5Ft3dTLlogo {
  height: 90px;
  margin: 0 16px 0 0;
  width: 90px;
}

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

.content .logoVMkNTcJ {
  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 .logoVMkNTcJ {
    align-self: flex-start;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .content .logoVMkNTcJ {
    font-size: 20px;
    line-height: 26px;
  }
}

.content .XthkmS-FOAG .logoVMkNTcJ {
  margin: 0;
  text-align: left;
}

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

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

.content .XthkmS-FOAG .J7DhyoKOzqbrand {
  margin: 0 5px 0 0;
}

.content .J7DhyoKOzqbrand img, .content .darked__Pb7fKO img {
  height: 15.83px;
  margin: 0 5px 0 0;
  width: 16.67px;
}

.content .YLqPi1--logo {
  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 .F04N8WVK--Pfv3y {
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .content .F04N8WVK--Pfv3y {
    margin: 0;
    width: 70%;
  }
}
@media screen and (max-width: 620px) {
  .content .F04N8WVK--Pfv3y {
    margin: 8px 0 0 0;
    width: 100%;
  }
}

.content .z3P8Ceri2qy {
  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 .z3P8Ceri2qy {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 620px) {
  .content .z3P8Ceri2qy {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 6px 0;
  }
}

.content .eTLKUVO-darked {
  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 .eTLKUVO-darked {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
}

.content .prim--T8cDqB9X {
  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--T8cDqB9X {
    border-radius: 16px;
    flex-direction: column;
    margin: 16px 0 0 0;
    padding: 8px;
    width: 100%;
  }
}

.content .first__hfBmxWYe {
  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 .first__hfBmxWYe {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 4px 0;
  }
}

.content .WtXxdzOiYcontainer {
  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 .WtXxdzOiYcontainer {
    border-radius: 19px;
    flex-direction: row;
    padding: 4.5px 8px;
    width: 100%;
  }
}

.content .WtXxdzOiYcontainer 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 .WtXxdzOiYcontainer p {
    flex: 1;
    text-align: center;
    width: 90%;
  }
}

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

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

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

.content .XthkmS-FOAG .cRK6GSf--action {
  align-self: flex-start;
  margin: 0;
}
@media screen and (max-width: 620px) {
  .content .XthkmS-FOAG .cRK6GSf--action {
    margin: 19px 0 0 0;
    order: 1;
  }
}

.content .b--yShiDuPK {
  display: flex;
  margin: 0 0 13px 0;
}

.content .b--yShiDuPK img {
  height: 20px;
  margin: 0 12px 0 0;
  width: 20px;
}

.content .b--yShiDuPK p, .ZyA6wWgbot h3 {
  margin: 0;
  max-width: 100%;
}

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

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

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

.content .XthkmS-FOAG .c7aOwI5kDl-action .ka8glf_button.color {
  margin: 0 0 0 8px;
  min-width: auto;
  width: 65%;
}

.content .XthkmS-FOAG .c7aOwI5kDl-action .ka8glf_button.btn_owqiV4e {
  min-width: auto;
  width: 35%;
}

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

.content .XthkmS-FOAG .xE0huWNOaction img {
  height: 17.3px;
  margin: 0 8.5px;
  width: 17.3px;
}

.content .XthkmS-FOAG .xE0huWNOaction 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 .firstxDVaKU6go {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .content .firstxDVaKU6go {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 620px) {
  .content .firstxDVaKU6go {
    flex-wrap: wrap;
  }
}

.content .KSIj2ZQ_blog {
  -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 .KSIj2ZQ_blog {
    margin: 0 0 20px 0;
    padding: 10px;
    width: 100%;
  }
}

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

.content .p--uqUplIKo.prim_TAGmno0Oz {
  color: rgb(105, 210, 162);
}

.content .p--uqUplIKo.container_Nn8wWj {
  color: rgb(240, 79, 86);
}

.content .firstxDVaKU6go .YSPKnMxHprimary {
  display: flex;
  flex-direction: row;
  margin: 16px 0 0 0;
}

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

.content .firstxDVaKU6go .YSPKnMxHprimary p {
  max-width: 100%;
}

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

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

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

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

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

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

.article-NV0Abq8oB.open .ZyA6wWgbot::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;
}

.footerjf4qPw {
  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) {
  .footerjf4qPw {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

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

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

.footer--zbxS6A81 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) {
  .footer--zbxS6A81 li {
    border-radius: 16px;
    font-size: 14px;
    margin: 0 5.5px 5px 5.5px;
  }
}

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

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

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

.bot--6A19sdZU 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;
}

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

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

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

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

.M7bgjhyZ_foot .lgcPh5U_contrast {
  height: 26px;
}

.M7bgjhyZ_foot .epuCxJEJ5C34 {
  height: 22.5px;
}

.M7bgjhyZ_foot .DrH8x5Q-Z1aFci {
  height: 15.3px;
}

.M7bgjhyZ_foot .l__yolKYg {
  height: 40px;
}

.M7bgjhyZ_foot .p3ZCLSVq-RcJE {
  height: 22.5px;
}

.sign--dXtVyJO1 {
  -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) {
  .sign--dXtVyJO1 {
    padding: 10px;
  }
}

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

.author-info, .content .v0jBk-vu5827 {
  align-items: center;
  display: flex;
}

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

.author-info-row, .content .ZIjrTiPd__rows {
  display: flex;
  flex-direction: column;
}

.content .gK4T5I-signin {
  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 .gK4T5I-signin {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 6px 0;
  }
}

.content .sign-o0ihng {
  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 .sign-o0ihng {
    font-size: 14px;
    line-height: 16px;
  }
}

.content .signFE3hRWTO {
  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 .signFE3hRWTO {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 6px 0;
  }
}

.content .signin--MQa7b39 {
  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 .signin--MQa7b39 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
  }
}

.content .xuzhUJTQ-ih3bVO {
  margin: 0 0 20px 0;
}

.content .q8a5xoI_post {
  -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 .q8a5xoI_post {
    margin: 0 0 10px 0;
    padding: 10px;
  }
}

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

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

.content .KvLj-wMfexzVRi {
  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 .KvLj-wMfexzVRi {
    font-size: 16px;
    line-height: 19px;
  }
}

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

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

.content .KpiGtV0BpNBij9 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 .KpiGtV0BpNBij9 span {
    font-size: 14px;
    line-height: 16px;
  }
}

.content .d-Ke4PUIj {
  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 .d-Ke4PUIj {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 16px;
    align-self: flex-end;
  }
}

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

.content .dark__sRn9AzD17 {
  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 .dark__sRn9AzD17 {
    display: none;
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px 0 0;
  }
}

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

.content .inv_Z8z7orD {
  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 .content-IWKt9Hf {
  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 .content-IWKt9Hf {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 0 0;
  }
}

.content .invert--y3EiKFAUR {
  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 .button__qlp7xdYc {
  align-items: center;
  display: flex;
  justify-content: center;
}

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

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

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

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

.wrapper__PbyZqICsJ {
  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__PbyZqICsJ {
    flex-direction: column;
  }
}
.wrapper__PbyZqICsJ .rows--9LlYsF7e {
  display: flex;
  align-items: center;
}
.wrapper__PbyZqICsJ .rows--9LlYsF7e img {
  height: 44px;
  width: auto;
  margin: 13px 14px 13px 80px;
}
@media (max-width: 750px) {
  .wrapper__PbyZqICsJ .rows--9LlYsF7e img {
    margin-left: 10px;
  }
}
.wrapper__PbyZqICsJ .rows--9LlYsF7e .DTGQexUJblock .cookies-heading {
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 6px;
}
.wrapper__PbyZqICsJ .rows--9LlYsF7e .DTGQexUJblock .txt-JRzNo0 {
  line-height: 20px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.wrapper__PbyZqICsJ .B6JpTrd__log {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .wrapper__PbyZqICsJ .B6JpTrd__log {
    margin-bottom: 13px;
    white-space: unset;
  }
}
.wrapper__PbyZqICsJ .B6JpTrd__log .ZMh6J2D7f--primary {
  margin-right: 10px;
}
.wrapper__PbyZqICsJ .B6JpTrd__log .JHv1IrQP--button {
  cursor: pointer;
  margin-right: 80px;
}
@media (max-width: 750px) {
  .wrapper__PbyZqICsJ .B6JpTrd__log .JHv1IrQP--button {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  header .block--TDBo3c .wAsXi3l__logo {
    height: auto;
    width: 100px;
  }
}

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

@media screen and (max-width: 768px) {
  header .X6vGDgdUBpA .top-msNhkXIjW, header nav .wAsXi3l__logo {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  header .X6vGDgdUBpA .top-msNhkXIjW .SaP8FpFfgswY {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .X6vGDgdUBpA .n__OEkfPHJvs {
    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) {
  .X6vGDgdUBpA .n__OEkfPHJvs {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .X6vGDgdUBpA .n__OEkfPHJvs.active {
    display: flex;
  }
}

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

.p-yjHzwJL {
  transition: all 0.2s ease;
}

.content .WtXxdzOiYcontainer p.RFpDBng-wrap {
  color: rgb(105, 210, 162);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .Z2s9vR5A_btn 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) {
  .Z2s9vR5A_btn.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 .SaP8FpFfgswY {
    order: 1;
  }
}
@media screen and (max-width: 340px) {
  footer .SaP8FpFfgswY {
    margin: 0 0 10px 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .content .invert--y3EiKFAUR, .content .b__YSXV4Gc5 span {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 620px) {
  header nav .wAsXi3l__logo, header .X6vGDgdUBpA .top-msNhkXIjW {
    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) {
  .ZoAwtRM5logo {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 620px) {
  .content .c7aOwI5kDl-action .ka8glf_button.color {
    width: 60%;
  }
}

@media screen and (max-width: 620px) {
  .content .c7aOwI5kDl-action .ka8glf_button.btn_owqiV4e {
    width: 40%;
  }
}

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

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

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

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