* {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: "Instrument Sans", sans-serif;
  letter-spacing: 0.5px;
  text-decoration: none;
  outline: none;
  scroll-behavior: smooth;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  * {
    font-size: 9px;
  }
}
@media screen and (max-width: 1024px) {
  * {
    font-size: 7px;
  }
}

b, strong, i, em, u, s, mark, small, kbd, abbr {
  font-size: inherit;
  line-height: inherit;
}

html {
  background: var(--main-bg);
}

body {
  display: grid;
  grid-auto-rows: minmax(min-content, max-content);
  gap: 3.2rem;
}

.js-g-block-scroll {
  overflow: hidden;
  touch-action: none;
}

.js-g-hidden {
  display: none !important;
}

._6c1GKZQN {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1360px) {
  ._6c1GKZQN {
    width: calc(100% - 4rem);
    margin: 0 2rem;
  }
}

._wkEbEEIl {
  margin-top: 0.8rem;
  overflow-x: auto;
}

._YjNqx9_D {
  font-size: 3.4rem;
  line-height: 120%;
  font-weight: 700;
  color: var(--text-main);
}
@media screen and (max-width: 768px) {
  ._YjNqx9_D {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  ._YjNqx9_D {
    font-size: 5.64vw;
    text-align: center;
  }
}

._YjNqx9_D._2XyqeQH5 {
  color: var(--text-accent);
}

._sRZ69pXd {
  margin-top: 2.4rem;
  font-size: 2.4rem;
  line-height: 140%;
  font-weight: 500;
  color: var(--text-secondary);
}
@media screen and (max-width: 560px) {
  ._sRZ69pXd {
    font-size: 5.13vw;
  }
}

._nfQkOxbG {
  display: inline-block;
  padding: 0.7rem 2rem;
  border: none;
  border-radius: 0.8rem;
  border: solid 1px var(--button-primary-stroke);
  background: var(--button-primary-bg);
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 600;
  color: var(--button-primary-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: filter 0.2s;
}
@media screen and (max-width: 560px) {
  ._nfQkOxbG {
    padding: 3.08vw 6.16vw;
    font-size: 4.62vw;
  }
}
._nfQkOxbG:not([disabled]):hover {
  filter: var(--hover);
  cursor: pointer;
}
._nfQkOxbG:not([disabled]):active {
  filter: var(--active);
  cursor: pointer;
}

._nfQkOxbG._MU7H2x3y {
  border: solid 1px var(--button-secondary-stroke);
  background: var(--button-secondary-bg);
  color: var(--button-secondary-color);
}

._7i6iarKV {
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 500;
  border: solid 1px transparent;
  border-radius: 0.8rem;
  color: var(--text-nav);
  transition: all 0.2s;
  cursor: pointer;
}
._7i6iarKV:hover {
  filter: var(--hover);
  border-color: var(--text-nav);
}
._7i6iarKV:active {
  color: var(--text-accent);
}

._7i6iarKV._u33C2rpa {
  color: var(--text-accent);
}

.js-lang-dropdown {
  position: relative;
  cursor: pointer;
}
.js-lang-dropdown:hover .js-current ._ESU93JuM {
  text-decoration: underline;
}
.js-lang-dropdown .js-current {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem;
}
.js-lang-dropdown .js-current ._xMnWk2mk {
  flex-shrink: 0;
  display: block;
  width: 1.4rem;
  height: auto;
}
.js-lang-dropdown .js-current ._ESU93JuM {
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 500;
  color: var(--text-nav);
}
.js-lang-dropdown .js-current ._N7msmZZV {
  flex-shrink: 0;
  display: block;
  width: 2rem;
  height: auto;
  transition: transform 0.2s;
}
.js-lang-dropdown ._MloT_Yvd {
  position: absolute;
  left: 50%;
  min-width: 100%;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border: solid 1px var(--stroke-main);
  border-radius: 2rem;
  background: var(--tabs-bg);
  transform: translate(-50%, 0);
}
.js-lang-dropdown ._MloT_Yvd ._GttZU-nr {
  display: block;
  padding: 0.5rem;
  font-size: 1.8rem;
  line-height: 140%;
  font-weight: 500;
  color: var(--text-main);
  white-space: nowrap;
}
.js-lang-dropdown ._MloT_Yvd ._GttZU-nr:hover {
  text-decoration: underline;
}
.js-lang-dropdown ._MloT_Yvd ._GttZU-nr._u33C2rpa {
  color: var(--text-accent);
}

.js-lang-dropdown.js-open ._MloT_Yvd {
  display: block;
}
.js-lang-dropdown.js-open ._N7msmZZV {
  transform: rotate(180deg);
}

._vlPljvJs {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
._vlPljvJs ._GttZU-nr {
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  color: var(--text-nav);
  text-transform: uppercase;
  opacity: 0.5;
}
._vlPljvJs ._GttZU-nr._u33C2rpa {
  text-decoration: underline;
  opacity: 1;
}

._KoEipilt {
  width: 100%;
  height: 1px;
  border: none;
  background: var(--stroke-main);
}

._Gtg7Do1G {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

._yaHmqMnd {
  position: fixed;
  left: 0;
  right: 0;
  background: var(--nav-bg);
  border-bottom: solid 1px var(--stroke-main);
  transition: background 0.4s, opacity 0.4s, transform 0.4s;
  z-index: 100;
}
._yaHmqMnd ._FnteZo83 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  padding: 1rem 1.2rem;
}
@media screen and (max-width: 767px) {
  ._yaHmqMnd ._FnteZo83 {
    width: 100%;
    padding: 15px 20px;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
  }
}
._yaHmqMnd ._FnteZo83 ._rqp8RbYa {
  display: flex;
  width: auto;
  height: 4.5rem;
  margin-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  ._yaHmqMnd ._FnteZo83 ._rqp8RbYa {
    margin-left: 0;
  }
}
._yaHmqMnd ._FnteZo83 ._rqp8RbYa ._syZqUWc0 {
  display: block;
  width: auto;
  height: auto;
  max-height: 4.5rem;
}
._yaHmqMnd ._FnteZo83 ._m4TRpeaP {
  display: none;
}
@media screen and (max-width: 767px) {
  ._yaHmqMnd ._FnteZo83 ._m4TRpeaP {
    display: block;
  }
}
._yaHmqMnd ._FnteZo83 ._bUPth3lD {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  ._yaHmqMnd ._FnteZo83 ._bUPth3lD {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translate(0, -300%);
    transition: transform 0.4s, opacity 0.4s;
  }
}
._yaHmqMnd ._FnteZo83 ._bUPth3lD ._gXGE-acM {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  ._yaHmqMnd ._FnteZo83 ._bUPth3lD ._gXGE-acM {
    display: block;
    margin: 80px 20px 20px;
    padding: 2rem;
    border: solid 1px var(--stroke-main);
    border-radius: 2rem;
    background: var(--tabs-bg);
  }
}
._yaHmqMnd ._FnteZo83 ._bUPth3lD ._gXGE-acM ._LPXts7qp {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1280px) {
  ._yaHmqMnd ._FnteZo83 ._bUPth3lD ._gXGE-acM ._LPXts7qp {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  ._yaHmqMnd ._FnteZo83 ._bUPth3lD ._gXGE-acM ._LPXts7qp {
    flex-direction: column;
    gap: 0.5rem;
  }
}
._yaHmqMnd ._FnteZo83 ._bUPth3lD ._gXGE-acM ._LPXts7qp ._7i6iarKV {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  ._yaHmqMnd ._FnteZo83 ._bUPth3lD ._gXGE-acM ._LPXts7qp ._7i6iarKV {
    font-size: 18px;
    color: var(--text-main);
  }
}
._yaHmqMnd ._FnteZo83 ._bUPth3lD ._gXGE-acM ._uQiC8y1z {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  ._yaHmqMnd ._FnteZo83 ._bUPth3lD ._gXGE-acM ._uQiC8y1z {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.6rem;
  }
  ._yaHmqMnd ._FnteZo83 ._bUPth3lD ._gXGE-acM ._uQiC8y1z .js-lang-dropdown {
    display: none;
  }
}
._yaHmqMnd ._FnteZo83 ._bUPth3lD ._gXGE-acM ._uQiC8y1z ._vlPljvJs {
  display: none;
}
@media screen and (max-width: 767px) {
  ._yaHmqMnd ._FnteZo83 ._bUPth3lD ._gXGE-acM ._uQiC8y1z ._vlPljvJs {
    display: flex;
    margin: 2.5rem auto;
  }
  ._yaHmqMnd ._FnteZo83 ._bUPth3lD ._gXGE-acM ._uQiC8y1z ._vlPljvJs ._GttZU-nr {
    color: var(--text-main);
  }
}
@media screen and (max-width: 767px) {
  ._yaHmqMnd ._FnteZo83 ._bUPth3lD ._gXGE-acM ._uQiC8y1z ._nfQkOxbG {
    width: 100%;
    font-size: 18px;
  }
}
._yaHmqMnd ._bUPth3lD.js-show {
  opacity: 1;
  transform: none;
}
._yaHmqMnd.js-hidden {
  opacity: 0;
  transform: translate(0, -100%);
  overflow: hidden;
}

._QhZAmJJC {
  height: 60px;
}

._Ou92ma1_ {
  border-radius: 1.6rem;
}
._Ou92ma1_ ._mgzsPTG3 {
  aspect-ratio: 3.2/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  text-align: center;
}
._Ou92ma1_ ._mgzsPTG3 ._RGKKYlbk {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.8rem;
  background: color-mix(in srgb, var(--tabs-bg), transparent 10%);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 120%;
  color: var(--text-secondary);
}
@media screen and (max-width: 560px) {
  ._Ou92ma1_ ._mgzsPTG3 ._RGKKYlbk {
    font-size: 4.27vw;
  }
}
._Ou92ma1_ ._mgzsPTG3 ._oalFsNwk {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.8rem;
  background: color-mix(in srgb, var(--tabs-bg), transparent 10%);
  font-size: 6rem;
  font-weight: 700;
  line-height: 120%;
  color: var(--text-main);
}
@media screen and (max-width: 560px) {
  ._Ou92ma1_ ._mgzsPTG3 ._oalFsNwk {
    font-size: 6.4vw;
  }
}
._Ou92ma1_ ._mgzsPTG3 ._oalFsNwk._2XyqeQH5 {
  margin-top: 2rem;
  color: var(--text-accent);
}
._Ou92ma1_ ._mgzsPTG3 ._nfQkOxbG {
  margin-top: 4rem;
  padding: 1.4rem 4.8rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 560px) {
  ._Ou92ma1_ ._mgzsPTG3 ._nfQkOxbG {
    margin-top: 2rem;
    padding: 3.73vw 7.56vw;
    font-size: 4.27vw;
  }
}

._fdZGk5HK {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
._fdZGk5HK ._qvQEgX6d {
  display: flex;
  gap: 1rem;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}
@media screen and (max-width: 560px) {
  ._fdZGk5HK ._qvQEgX6d {
    gap: 2.67vw;
  }
}
._fdZGk5HK ._qvQEgX6d ._5O_89GeI {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.6rem;
  border-radius: 2rem;
  background: var(--tabs-bg);
  color: var(--text-secondary);
}
@media screen and (max-width: 560px) {
  ._fdZGk5HK ._qvQEgX6d ._5O_89GeI {
    gap: 1.33vw;
    padding: 2.13vw 4.27vw;
  }
}
._fdZGk5HK ._qvQEgX6d ._5O_89GeI ._DdUOXGy6 {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 560px) {
  ._fdZGk5HK ._qvQEgX6d ._5O_89GeI ._DdUOXGy6 {
    width: 4.27vw;
    height: 4.27vw;
  }
}
._fdZGk5HK ._qvQEgX6d ._5O_89GeI ._ESU93JuM {
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 560px) {
  ._fdZGk5HK ._qvQEgX6d ._5O_89GeI ._ESU93JuM {
    font-size: 3.73vw;
  }
}

._ddZHST8x ._Cglhb-d3 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  ._ddZHST8x ._Cglhb-d3 {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
._ddZHST8x ._Cglhb-d3 ._csUF0ZGG {
  min-width: 0;
  border-radius: 1.2rem;
  background: var(--tabs-bg);
  overflow: hidden;
  transition: transform 0.2s;
}
._ddZHST8x ._Cglhb-d3 ._csUF0ZGG:hover {
  transform: scale(1.02);
}
._ddZHST8x ._Cglhb-d3 ._csUF0ZGG:hover ._VxnJd6jw ._3AMqR9BT {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  ._ddZHST8x ._Cglhb-d3 ._csUF0ZGG:hover ._VxnJd6jw ._3AMqR9BT {
    opacity: 0;
  }
}
._ddZHST8x ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw {
  position: relative;
  aspect-ratio: 3/4;
  min-width: 0;
}
._ddZHST8x ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._z_xXH6fV {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
._ddZHST8x ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._qYMK83Xo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.2rem 0.8rem;
  border-radius: 0.4rem;
  background: #ef4444;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
  outline: solid 2px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
@media screen and (max-width: 560px) {
  ._ddZHST8x ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._qYMK83Xo {
    top: 2.67vw;
    left: 2.67vw;
    padding: 0.53vw 2.13vw;
    border-radius: 1.07vw;
    font-size: 3.2vw;
  }
}
._ddZHST8x ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._3AMqR9BT {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  border: solid 1px var(--stroke-main);
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  background: color-mix(in srgb, var(--tabs-bg), transparent 10%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
._ddZHST8x ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._3AMqR9BT ._nfQkOxbG {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  min-width: 75%;
  padding: 0.6rem 1.6rem;
  pointer-events: all;
}
._ddZHST8x ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._3AMqR9BT ._nfQkOxbG ._DdUOXGy6 {
  width: 1.6rem;
  height: 1.6rem;
}
._ddZHST8x ._Cglhb-d3 ._csUF0ZGG ._2liar7fp {
  padding: 1.2rem;
}
._ddZHST8x ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._lneRt9oB {
  font-size: 1.4rem;
  line-height: 140%;
  color: var(--text-main);
}
@media screen and (max-width: 560px) {
  ._ddZHST8x ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._lneRt9oB {
    font-size: 3.2vw;
  }
}
._ddZHST8x ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._l-p9F5oT {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  color: var(--text-secondary);
}
@media screen and (max-width: 560px) {
  ._ddZHST8x ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._l-p9F5oT {
    font-size: 2.67vw;
  }
}
._ddZHST8x ._psONASSb {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}
._ddZHST8x ._psONASSb ._nfQkOxbG {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20rem;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
}
._ddZHST8x ._psONASSb ._nfQkOxbG .js-icon {
  width: 2.2rem;
  height: 2.2rem;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

._tMdld9t8 {
  min-width: 0;
}
._tMdld9t8 ._tMeb5ONL {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  color: #ef4444;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._tMeb5ONL {
    gap: 2.67vw;
    font-size: 3.73vw;
  }
}
._tMdld9t8 ._tMeb5ONL ._PEiaxrzu {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: #ef4444;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._tMeb5ONL ._PEiaxrzu {
    width: 3.2vw;
    height: 3.2vw;
  }
}
._tMdld9t8 ._ojM_MwLR {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.6rem;
}
._tMdld9t8 ._ojM_MwLR ._lneRt9oB {
  font-size: 3rem;
  font-weight: 600;
  line-height: 160%;
  color: var(--text-main);
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._ojM_MwLR ._lneRt9oB {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._ojM_MwLR ._-3q8t8Zw {
    display: none;
  }
}
._tMdld9t8 ._Cglhb-d3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  min-width: 0;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  ._tMdld9t8 ._Cglhb-d3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._Cglhb-d3 {
    grid-template-columns: 1fr;
    gap: 4.27vw;
    margin-top: 4.27vw;
  }
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG {
  min-width: 0;
  border-radius: 1.2rem;
  background: var(--tabs-bg);
  overflow: hidden;
  transition: transform 0.2s;
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG {
    border-radius: 3.2vw;
  }
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG:hover {
  transform: scale(1.02);
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG:hover ._VxnJd6jw ._3AMqR9BT {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  ._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG:hover ._VxnJd6jw ._3AMqR9BT {
    opacity: 0;
  }
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw {
  position: relative;
  aspect-ratio: 1/1;
  min-width: 0;
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._z_xXH6fV {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._qYMK83Xo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.2rem 0.8rem;
  border-radius: 0.4rem;
  background: #ef4444;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
  outline: solid 2px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._qYMK83Xo {
    top: 2.67vw;
    left: 2.67vw;
    padding: 0.53vw 2.13vw;
    border-radius: 1.07vw;
    font-size: 3.2vw;
  }
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._qYMK83Xo ._PEiaxrzu {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #fff;
  animation: pulse 2s infinite;
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._qYMK83Xo ._PEiaxrzu {
    width: 2.13vw;
    height: 2.13vw;
  }
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._3AMqR9BT {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: solid 1px var(--stroke-main);
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  background: color-mix(in srgb, var(--tabs-bg), transparent 10%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._3AMqR9BT {
    gap: 2.67vw;
    border-top-left-radius: 3.2vw;
    border-top-right-radius: 3.2vw;
  }
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._3AMqR9BT ._nfQkOxbG {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.6rem;
  pointer-events: all;
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._3AMqR9BT ._nfQkOxbG {
    gap: 1.6vw;
    padding: 1.6vw 4.27vw;
  }
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._VxnJd6jw ._3AMqR9BT ._nfQkOxbG ._DdUOXGy6 {
  width: 1.6rem;
  height: 1.6rem;
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp {
  padding: 1.2rem;
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp {
    padding: 3.2vw;
  }
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._lneRt9oB {
  font-size: 1.2rem;
  line-height: 140%;
  color: var(--text-accent);
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._lneRt9oB {
    font-size: 3.2vw;
  }
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._l-p9F5oT {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 140%;
  color: var(--text-main);
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._l-p9F5oT {
    font-size: 4.8vw;
  }
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._FnteZo83 {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._FnteZo83 {
    font-size: 3.2vw;
  }
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._FnteZo83 ._PvCKymG3 {
  display: flex;
  align-items: center;
  font-size: inherit;
  color: var(--text-secondary);
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._FnteZo83 ._PvCKymG3 ._DdUOXGy6 {
  width: 1.2rem;
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._FnteZo83 ._PvCKymG3 ._DdUOXGy6 {
    width: 3.2vw;
  }
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._FnteZo83 ._PvCKymG3 ._2XyqeQH5 {
  font-size: inherit;
  color: var(--text-main);
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._FnteZo83 ._Y9NOOvvl {
  font-size: inherit;
  color: var(--text-secondary);
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._FnteZo83 ._Y9NOOvvl ._2XyqeQH5 {
  font-size: inherit;
  color: var(--text-main);
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._w7-Irgs5 {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-secondary);
}
@media screen and (max-width: 560px) {
  ._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._w7-Irgs5 {
    font-size: 3.2vw;
  }
}
._tMdld9t8 ._Cglhb-d3 ._csUF0ZGG ._2liar7fp ._w7-Irgs5 ._2XyqeQH5 {
  font-size: inherit;
  color: var(--text-main);
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

._CjXiR9oi {
  overflow: hidden;
}
._CjXiR9oi ._mgzsPTG3 {
  position: relative;
  max-height: 40rem;
  padding: 2.4rem;
  border: solid 1px var(--stroke-main);
  border-radius: 2.4rem;
  background: var(--tabs-bg);
  transition: max-height 0.2s;
  overflow: hidden;
}
._CjXiR9oi ._mgzsPTG3 h1, ._CjXiR9oi ._mgzsPTG3 h2, ._CjXiR9oi ._mgzsPTG3 h3, ._CjXiR9oi ._mgzsPTG3 h4, ._CjXiR9oi ._mgzsPTG3 h5, ._CjXiR9oi ._mgzsPTG3 h6 {
  margin-top: 2.4rem;
  font-size: 2rem;
  line-height: 140%;
  font-weight: 600;
  color: var(--text-main);
}
@media screen and (max-width: 767px) {
  ._CjXiR9oi ._mgzsPTG3 h1, ._CjXiR9oi ._mgzsPTG3 h2, ._CjXiR9oi ._mgzsPTG3 h3, ._CjXiR9oi ._mgzsPTG3 h4, ._CjXiR9oi ._mgzsPTG3 h5, ._CjXiR9oi ._mgzsPTG3 h6 {
    font-size: 4.27vw;
  }
}
._CjXiR9oi ._mgzsPTG3 h1:first-child, ._CjXiR9oi ._mgzsPTG3 h2:first-child, ._CjXiR9oi ._mgzsPTG3 h3:first-child, ._CjXiR9oi ._mgzsPTG3 h4:first-child, ._CjXiR9oi ._mgzsPTG3 h5:first-child, ._CjXiR9oi ._mgzsPTG3 h6:first-child {
  margin: 0;
}
._CjXiR9oi ._mgzsPTG3 h1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  ._CjXiR9oi ._mgzsPTG3 h1 {
    font-size: 4.8vw;
  }
}
._CjXiR9oi ._mgzsPTG3 h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  ._CjXiR9oi ._mgzsPTG3 h2 {
    font-size: 4.4vw;
  }
}
._CjXiR9oi ._mgzsPTG3 h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  ._CjXiR9oi ._mgzsPTG3 h3 {
    font-size: 4vw;
  }
}
._CjXiR9oi ._mgzsPTG3 ol {
  padding-left: 2rem;
  list-style-position: inside;
}
._CjXiR9oi ._mgzsPTG3 ul {
  padding-left: 2rem;
  list-style: square;
  list-style-position: inside;
}
._CjXiR9oi ._mgzsPTG3 ul li::marker {
  margin-right: 1.5rem;
}
._CjXiR9oi ._mgzsPTG3 p, ._CjXiR9oi ._mgzsPTG3 li, ._CjXiR9oi ._mgzsPTG3 a {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 400;
  color: var(--text-secondary);
}
@media screen and (max-width: 767px) {
  ._CjXiR9oi ._mgzsPTG3 p, ._CjXiR9oi ._mgzsPTG3 li, ._CjXiR9oi ._mgzsPTG3 a {
    margin-top: 2.05vw;
    font-size: 3.73vw;
  }
}
._CjXiR9oi ._mgzsPTG3 a {
  color: var(--text-accent);
}
._CjXiR9oi ._mgzsPTG3 a:hover {
  text-decoration: underline;
}
._CjXiR9oi ._mgzsPTG3 a[x-apple-data-detectors] {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-decoration: inherit !important;
}
._CjXiR9oi ._mgzsPTG3 table {
  table-layout: fixed;
  border: solid 1px var(--stroke-main);
  border-radius: 8px;
  border-collapse: collapse;
}
._CjXiR9oi ._mgzsPTG3 table th, ._CjXiR9oi ._mgzsPTG3 table td {
  padding: 0.5rem 1rem;
  border: solid 1px var(--stroke-main);
  font-size: 2rem;
  line-height: 140%;
  font-weight: 500;
  color: var(--text-secondary);
}
@media screen and (max-width: 560px) {
  ._CjXiR9oi ._mgzsPTG3 table th, ._CjXiR9oi ._mgzsPTG3 table td {
    font-size: 4.62vw;
  }
}
._CjXiR9oi ._mgzsPTG3 table th {
  color: var(--text-main);
}
._CjXiR9oi ._mgzsPTG3 ._E2lFBikv {
  position: absolute;
  left: 2.4rem;
  bottom: 0;
  right: 2.4rem;
  height: 12rem;
  padding-top: 6rem;
  border: none;
  background: linear-gradient(to top, var(--tabs-bg) 40%, rgba(255, 255, 255, 0) 100%);
  font-size: 2rem;
  line-height: 140%;
  font-weight: 500;
  color: var(--text-accent);
  text-decoration: underline;
  cursor: pointer;
}
._CjXiR9oi ._mgzsPTG3 ._E2lFBikv:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  ._CjXiR9oi ._mgzsPTG3 ._E2lFBikv {
    font-size: 3.59vw;
  }
}

._HeFLfs6l {
  background: var(--nav-bg);
}
._HeFLfs6l ._Zc1Je7yk {
  padding: 3.2rem 0;
  text-align: center;
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._Zc1Je7yk {
    padding: 8.53vw 0;
  }
}
._HeFLfs6l ._Zc1Je7yk ._ESU93JuM {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-secondary);
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._Zc1Je7yk ._ESU93JuM {
    font-size: 3.73vw;
  }
}
._HeFLfs6l ._Zc1Je7yk ._qvQEgX6d {
  display: grid;
  grid-template-columns: repeat(auto-fill, 12rem);
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  list-style: none;
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._Zc1Je7yk ._qvQEgX6d {
    grid-template-columns: repeat(auto-fill, 28vw);
    gap: 4vw;
    margin-top: 5.33vw;
  }
}
._HeFLfs6l ._Zc1Je7yk ._qvQEgX6d ._5O_89GeI {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 3/1;
  padding: 0.5rem 1rem;
  border-radius: 0.8rem;
  background: #1a1228;
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._Zc1Je7yk ._qvQEgX6d ._5O_89GeI {
    padding: 1vw 2vw;
    border-radius: 2.13vw;
    font-size: 3.2vw;
  }
}
._HeFLfs6l ._Zc1Je7yk ._qvQEgX6d ._5O_89GeI img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
._HeFLfs6l ._-tzvFVhB {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  padding: 2.4rem 0;
  list-style: none;
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._-tzvFVhB {
    grid-template-columns: 1fr 1fr;
    gap: 5.33vw;
    padding: 6.4vw 0;
  }
}
._HeFLfs6l ._-tzvFVhB ._5O_89GeI {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._-tzvFVhB ._5O_89GeI {
    justify-content: flex-start;
    gap: 2.67vw;
  }
}
._HeFLfs6l ._-tzvFVhB ._5O_89GeI ._DdUOXGy6 {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  color: var(--text-accent);
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._-tzvFVhB ._5O_89GeI ._DdUOXGy6 {
    width: 5.33vw;
    height: 5.33vw;
  }
}
._HeFLfs6l ._-tzvFVhB ._5O_89GeI ._ESU93JuM {
  font-size: 1.4rem;
  color: var(--text-nav);
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._-tzvFVhB ._5O_89GeI ._ESU93JuM {
    font-size: 3.73vw;
  }
}
._HeFLfs6l ._gVG9DgZ7 {
  display: grid;
  grid-template-columns: 3fr 4fr 4fr;
  align-items: flex-start;
  gap: 3rem;
  padding: 4.8rem 0;
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._gVG9DgZ7 {
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
  }
  ._HeFLfs6l ._gVG9DgZ7 ._lPM8AAlL {
    grid-column: span 2;
  }
}
._HeFLfs6l ._gVG9DgZ7 ._rqp8RbYa {
  display: flex;
}
._HeFLfs6l ._gVG9DgZ7 ._rqp8RbYa ._syZqUWc0 {
  display: block;
  width: auto;
  max-height: 5rem;
}
._HeFLfs6l ._gVG9DgZ7 ._lneRt9oB {
  align-self: center;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 600;
  color: var(--text-main);
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._gVG9DgZ7 ._lneRt9oB {
    font-size: 3.73vw;
  }
}
._HeFLfs6l ._gVG9DgZ7 ._o7YBtCdg {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 400;
  color: var(--text-secondary);
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._gVG9DgZ7 ._o7YBtCdg {
    margin-top: 3.2vw;
    font-size: 3.73vw;
  }
}
._HeFLfs6l ._gVG9DgZ7 ._zGbyj9jc {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 400;
  color: var(--text-nav);
  transition: color 0.2s;
}
._HeFLfs6l ._gVG9DgZ7 ._zGbyj9jc:hover {
  color: var(--text-main);
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._gVG9DgZ7 ._zGbyj9jc {
    margin-top: 3.2vw;
    font-size: 3.73vw;
  }
}
._HeFLfs6l ._Ilnb0rUb {
  padding: 3.2rem 0;
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._Ilnb0rUb {
    padding: 8.53vw 0;
  }
}
._HeFLfs6l ._Ilnb0rUb ._XVbI_zai {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._Ilnb0rUb ._XVbI_zai {
    gap: 5.33vw;
  }
}
._HeFLfs6l ._Ilnb0rUb ._XVbI_zai ._5O_89GeI {
  display: block;
  min-width: 8rem;
  height: 4.5rem;
  padding: 1rem;
  border-radius: 0.8rem;
  background: #1a1228;
  text-align: center;
}
._HeFLfs6l ._Ilnb0rUb ._XVbI_zai ._5O_89GeI img {
  display: block;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._Ilnb0rUb ._XVbI_zai ._5O_89GeI {
    min-width: 20vw;
    height: 12vw;
    padding: 2.67vw;
    border-radius: 2.13vw;
    font-size: 3.2vw;
  }
}
._HeFLfs6l ._Ilnb0rUb ._L3o-r1Zv {
  margin-top: 3.2rem;
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 400;
  color: var(--text-secondary);
  text-align: center;
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._Ilnb0rUb ._L3o-r1Zv {
    margin-top: 8.53vw;
    font-size: 3.2vw;
  }
}
._HeFLfs6l ._Ilnb0rUb ._0kJXSdWZ {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 400;
  color: var(--text-secondary);
  text-align: center;
}
@media screen and (max-width: 560px) {
  ._HeFLfs6l ._Ilnb0rUb ._0kJXSdWZ {
    margin-top: 4.27vw;
    font-size: 3.2vw;
  }
}