/*reset*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font-family: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
ol,
ul {
  list-style: none;
}
html {
  scroll-padding-top: 140px;
}
/*--base styles--*/
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter_18pt-Regular.ttf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter_18pt-SemiBold.ttf");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter_18pt-Bold.ttf");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter_18pt-ExtraBold.ttf");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter_18pt-Black.ttf");
  font-style: normal;
  font-weight: 900;
}
.flx {
  display: flex;
  align-items: center;
}
.container {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding-inline: 134px;
  margin-inline: auto;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 403px;
  min-height: 54px;
  padding: 14px 30px;
  border-radius: 100px;
  background: linear-gradient(110deg, #f2d98a 0%, #d4af37 55%, #a97f1c 100%);
  box-shadow: 0 16px 40px -14px rgba(212, 175, 55, 0.6);
  color: #0b1120;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.yellow-text {
  color: #f2d98a;
}
.tag-text {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6.5px 15.8px 6.5px 15.8px;
  margin-bottom: 22px;
  border-radius: 100px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background-color: rgba(212, 175, 55, 0.06);
  backdrop-filter: blur(5px);
  color: #f2d98a;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 160.261%;
  letter-spacing: 1.843px;
  text-transform: uppercase;
}
.tag-text::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4af37;
  box-shadow: 0 0 10px 0 #d4af37;
}
.tag-text.center {
  margin-inline: auto;
}
.title {
  font-family: Inter;
  color: #fff;
  font-style: normal;
  font-weight: 800;
}
.title.h1 {
  font-size: 48px;
  line-height: 67px;
  letter-spacing: -1.184px;
}
.title.h1 .yellow {
  background: linear-gradient(98deg, #f2d98a 0%, #d4af37 60%, #a97f1c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title.h1 .lg {
  font-size: 59px;
}
.title.h2 {
  font-size: 43px;
  line-height: 120%;
  letter-spacing: -0.864px;
}
.title.h2.center {
  text-align: center;
  max-width: 660px;
  margin-inline: auto;
}
.title.h2-sm {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.center-text {
  text-align: center;
}
.card {
  border-radius: 22px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: linear-gradient(
    152deg,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
  backdrop-filter: blur(9px);
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.6);
}
.grid-item__title {
  margin-bottom: 9px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.368px;
}
.grid-item__p {
  color: #a6b1c9;
  font-size: 14.7px;
  font-weight: 400;
  line-height: 160%;
}
.capnx {
  font-family: Inter, sans-serif;
  font-style: normal;
  line-height: 160%;
  background-color: #061224;
}
.capnx-logo {
  display: flex;
  align-items: center;
  gap: 11px;
}
.capnx-logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: linear-gradient(135deg, #f2d98a 0%, #a97f1c 100%);
  box-shadow: 0 8px 22px -6px rgba(212, 175, 55, 0.65);
  color: #0b1120;
  text-align: center;
  font-family: Inter;
  font-size: 20.8px;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: -0.208px;
}
.capnx-logo-text {
  color: #fff;
  font-family: Inter;
  font-size: 20.8px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: -0.208px;
}
/*--heder styles--*/
.capnx-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-block: 12px;
  border-bottom: 0.8px solid rgba(212, 175, 55, 0.16);
  background: rgba(6, 18, 36, 0.78);
}
.capnx-header .container {
  justify-content: space-between;
}
.capnx-header .header-logo {
  padding-left: 24px;
}
.capnx-header .header-nav {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 36px;
}

.capnx-header .header-nav-item {
  color: #a6b1c9;
  font-size: 14.7px;
  font-style: normal;
  font-weight: 600;
  line-height: 160.204%;
}
.capnx-header .header-nav-item:hover {
  color: #f2d98a;
}

.capnx-header .btn {
  text-transform: capitalize;
  width: auto;
}
/*--footer styles--*/
.capnx-footer {
  padding-top: 80px;
  padding-bottom: 150px;
  border-top: 0.8px solid rgba(212, 175, 55, 0.16);
}
.capnx-footer .footer-top {
  display: flex;
  padding-bottom: 50px;
}
.capnx-footer .footer-info {
  max-width: 263px;
}
.capnx-footer .footer-logo {
  margin-bottom: 15px;
}
.capnx-footer .footer-top .text {
  color: #a6b1c9;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.capnx-footer .footer-top a:hover {
  color: #fff;
}
.footer-nav-desc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 100%;
  margin-left: 24px;
}
.footer-nav-mobile {
  display: none;
  margin-left: auto;
  padding-left: 24px;
}
.footer-nav-mobile nav {
  gap: 36px;
}
.footer-nav-mobile nav .text {
  flex-shrink: 0;
  font-weight: 600;
}
.capnx-footer .colm h3 {
  margin-bottom: 20px;
  color: #f2d98a;
  font-size: 12.8px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.capnx-footer .colm ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.capnx-footer .footer-bottom {
  padding-top: 30px;
  border-top: 0.8px solid rgba(212, 175, 55, 0.16);
  color: #7683a0;
  font-size: 13px;
  font-weight: 400;
  line-height: 160.229%;
}
/*--main styles--*/
.capnx-main {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 150px;
  overflow: hidden;
}
.capnx-main .bg-1 {
  position: absolute;
  right: -160px;
  top: 86px;
  width: 460px;
  height: 460px;
  border-radius: 230px;
  opacity: 0.35;
  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    rgba(30, 70, 160, 0.55) 0%,
    rgba(30, 70, 160, 0) 70%
  );
  filter: blur(45px);
}
.capnx-main .bg-2 {
  position: absolute;
  left: -120px;
  top: -260px;
  width: 520px;
  height: 520px;
  border-radius: 260px;
  opacity: 0.35;
  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    rgba(212, 175, 55, 0.5) 0%,
    rgba(212, 175, 55, 0) 70%
  );
  filter: blur(45px);
}

.section-hero {
  padding-top: 66px;
}
.section-hero .container {
  display: flex;
  gap: 26px;
}
.section-hero__left {
  max-width: 622px;
}
.section-hero__left .p {
  color: #a6b1c9;
  font-size: 17.6px;
  font-weight: 400;
  line-height: 160%;
}
.section-hero__left .p:first-of-type {
  margin-bottom: 20px;
  margin-top: 22px;
}
.section-hero__left .bottom-info {
  display: flex;
  gap: 16px;
  margin-top: 46px;
  line-height: 160%;
}
.section-hero__left .bottom-info-title {
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: inherit;
}
.section-hero__left .bottom-info-subtitle {
  color: #7683a0;
  font-size: 12.8px;
  font-weight: 400;
  line-height: inherit;
}
.section-hero__left .bottom-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #061224;
  color: #0b1120;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
}
.section-hero__left .bottom-info-icon:not(:first-child) {
  margin-left: -10px;
}
.section-hero__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* flex-shrink: 0; */
  width: 100%;
  min-width: 46%;
  max-width: 488px;
}
.reg-form-wrapp {
  width: 100%;
  max-width: 488px;
  padding: 43px 40px;
  border-radius: 16px;
  border: 1px solid #333631;
  background: #131e2f;
}
.section-numbers {
}
.section-numbers-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 52px 39px;
  border-radius: 22px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
  backdrop-filter: blur(9px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}
.section-numbers-item {
  padding-inline: 10px;
  text-align: center;
}
.section-numbers-item:not(:last-child) {
  border-right: 0.8px solid rgba(212, 175, 55, 0.16);
}
.section-numbers-item .num {
  margin-bottom: 10px;
  color: #f2d98a;
  font-size: 40px;
  font-weight: 900;
  line-height: 160%;
}
.section-numbers-item .label {
  color: #a6b1c9;
  font-size: 13.8px;
  font-weight: 400;
  line-height: 160%;
}
.section-trading {
}
.section-trading .title {
  margin-bottom: 15px;
}
.section-trading .subtitle {
  margin-bottom: 49px;
  color: #a6b1c9;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.section-trading__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.section-trading__grid .grid-item {
  padding: 32px 28px;
}
.section-trading__grid .grid-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 21px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(212, 175, 55, 0.1);
}
.section-trading__grid .grid-item__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.section-two-colm {
  display: flex;
  gap: 72px;
}
.section-two-colm .title {
  margin-bottom: 22px;
}
.section-two-colm .p {
  margin-bottom: 18px;
  color: #a6b1c9;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.section-two-colm__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - 72px);
}
.section-two-colm__text .actions {
  margin-top: 30px;
}
.section-two-colm__graph {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.graph-card {
  position: relative;
  padding: 25px;
}
.graph-card__block {
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(255, 255, 255, 0.04);
}
.section-innovation {
  padding-top: 120px;
}
.section-innovation .graph-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  margin-bottom: 16px;
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(212, 175, 55, 0.07);
}
.section-innovation .graph-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(212, 175, 55, 0.15);
}
.section-innovation .graph-card__title {
  margin-bottom: 4px;
  color: #fff;
  font-size: 13.6px;
  font-weight: 700;
  line-height: 160%;
}
.section-innovation .graph-card__info {
  color: #7683a0;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
.section-innovation .graph-card__lines {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 18px;
}
.section-innovation .graph-card__line {
  display: grid;
  grid-template-columns: 120px 1fr 36px;
  gap: 12px;
  align-items: center;
}
.section-innovation .graph-card__line .label {
  color: #a6b1c9;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 160%;
}
.section-innovation .graph-card__line .progress {
  width: 100%;
  height: 8px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.06);
}
.section-innovation .graph-card__line .progress-line {
  height: inherit;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #a97f1c 0%, #f2d98a 100%);
}
.section-innovation .graph-card__line .percent {
  color: #f2d98a;
  text-align: right;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 160%;
}
.section-innovation .graph-card__blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.section-innovation .graph-card__blocks .graph-card__block {
  padding: 11px 11px 14px 11px;
  border-radius: 12px;
  text-align: center;
}
.section-innovation .graph-card__block .num {
  margin-bottom: 5px;
  color: #f2d98a;
  font-size: 17.6px;
  font-weight: 700;
  line-height: 160%;
}
.section-innovation .graph-card__block .label {
  color: #7683a0;
  font-size: 11px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.435px;
  text-transform: uppercase;
}
.section-reliable {
  padding-bottom: 120px;
}
.section-reliable .graph-card {
}
.section-reliable .graph-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.section-reliable .graph-card__header .dots {
  display: flex;
  gap: 6px;
}
.section-reliable .graph-card__header .dots span {
  display: block;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
}
.section-reliable .graph-card__header .h3 {
  color: #a6b1c9;
  font-size: 12.8px;
  font-weight: 600;
  line-height: 160%;
  text-align: center;
}
.section-reliable .graph-card__header .tag {
  padding: 5px 11px;
  border-radius: 100px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(212, 175, 55, 0.12);
  color: #f2d98a;
  font-size: 11px;
  font-weight: 700;
  line-height: 160%;
  white-space: nowrap;
}
.section-reliable .graph-card__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}
.section-reliable .graph-card__blocks .graph-card__block {
  padding: 15px;
}
.section-reliable .graph-card__blocks .label {
  margin-bottom: 8px;
  color: #7683a0;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.576px;
  text-transform: uppercase;
}
.section-reliable .graph-card__blocks .num {
  color: #fff;
  font-size: 20.8px;
  font-weight: 800;
  line-height: 160%;
}
.section-reliable .graph-card__blocks .num.yellow {
  color: #f2d98a;
}
.section-reliable .graph-card__blocks .num .sm {
  color: #7683a0;
  font-size: 12.8px;
  font-weight: 600;
  line-height: 160%;
}
.section-reliable .graph-card__data {
  padding: 21px 18px 18px;
  margin-bottom: 14px;
}
.section-reliable .data-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  color: #a6b1c9;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 160%;
}
.section-reliable .data-graph {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: flex-end;
  padding-top: 4px;
}
.section-reliable .data-graph .bar {
  width: 55px;
  border-radius: var(--item-spacing-6, 6px) var(--item-spacing-6, 6px) 0 0;
  background: linear-gradient(
    180deg,
    #f2d98a 0%,
    rgba(212, 175, 55, 0.25) 100%
  );
}
.section-reliable .graph-card__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
}
.section-reliable .graph-card__footer h3 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
.section-reliable .graph-card__footer p {
  color: #7683a0;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
.section-reliable .graph-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0b1c38;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 160%;
}

.section-f-choice {
}
.section-f-choice .title {
  margin-bottom: 70px;
}
.section-f-choice__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.section-f-choice__grid .grid-item {
  position: relative;
  padding: 29px 25px;
  overflow: hidden;
}
.section-f-choice__grid .grid-item::after {
  content: "";
  position: absolute;
  right: -39.2px;
  top: -39.2px;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: var(--item-spacing-60, 60px);
  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    var(--color-yellow-5225, rgba(212, 175, 55, 0.25)) 0%,
    var(--color-yellow-520, rgba(212, 175, 55, 0)) 70%
  );
}
.section-f-choice__grid .grid-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 17px;
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  color: #f2d98a;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 160%;
}
.section-understanding {
}
.section-understanding-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 70px 44px;
}
.section-understanding-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 192px;
  background-repeat: no-repeat;
  background-image: url("../img/bg-1.svg");
  background-size: contain;
}
.section-understanding-box .p {
  max-width: 560px;
  color: #a6b1c9;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.section-understanding-box .btn {
  margin-top: 14px;
  max-width: 259px;
}
.section-stories {
}
.section-stories .title {
  margin-bottom: 60px;
}
.section-stories__swiper {
  position: relative;
  padding-inline: 80px;
  padding-bottom: 120px;
  margin-bottom: -120px;
  margin-inline: -80px;
}
.section-stories__swiper::after,
.section-stories__swiper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 80px;
  height: 100%;
  background-color: #061224;
}
.section-stories__swiper::after {
  right: 0;
}
.section-stories__swiper::before {
  left: 0;
}
.section-stories__swiper .swiper-wrapper {
  align-items: stretch !important;
}
.section-stories__swiper .swiper-slide {
  height: unset;
}
.stories-btn-next,
.stories-btn-prev {
  z-index: 12;
  top: calc(50% - 60px);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f2d98a 0%, #a97f1c 100%);
}
.stories-btn-next::after,
.stories-btn-prev::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.stories-btn-next::after {
  background-image: url("../img/icon_arrow-r.svg");
}
.stories-btn-prev::after {
  background-image: url("../img/icon_arrow-l.svg");
}
.stories-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 28px 35px 28px;
}
.stories-card__stars {
  margin-bottom: 19px;
  color: #d4af37;
  font-family: "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 3px;
}
.stories-card__stars::before {
  content: "★★★★★";
}
.stories-card__p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 15.7px;
  font-weight: 400;
  line-height: 24.3px;
}
.stories-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.stories-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;

  color: #0b1120;
  font-size: 13.6px;
  font-weight: 800;
  line-height: 160%;
}
.stories-card__name {
  margin-bottom: 4px;
  color: #fff;
  font-size: 14.7px;
  font-weight: 700;
  line-height: 160%;
}
.stories-card__info {
  color: #7683a0;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.section-faq .title {
  margin-bottom: 60px;
}
.section-faq__list {
  padding: 8px 26px;
}
.accordion-item {
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  border-bottom: 0.8px solid rgba(212, 175, 55, 0.16);
}
.accordion-item input[type="checkbox"],
.accordion-item input[type="radio"] {
  width: 0;
  height: 0;
  display: none;
}
.accordion__label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 26px 32px 26px 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
.accordion__icon {
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  transform-origin: center;
  color: #d4af37;
  font-size: 24px;
  font-weight: 400;
}
.accordion__content {
  height: 0;
  overflow: hidden;
  border-width: 0;
  color: #a6b1c9;
  font-size: 14.7px;
  font-weight: 400;
  line-height: 23.55px;
  transition: all 0.3s ease-out;
}
.accordion-item.active .accordion__content,
.accordion-item input:checked ~ .accordion__content {
  height: auto;
  padding-bottom: 16px;
}
.accordion-item.active .accordion__icon,
.accordion-item input:checked ~ .accordion__label .accordion__icon {
  transform: rotate(45deg);
}
.section-bottom {
  padding-bottom: 150px;
}
.section-bottom .container {
  display: flex;
  gap: 26px;
}
.section-bottom .title {
  font-size: 36px;
  margin-bottom: 18px;
}
.section-bottom__left {
  max-width: 622px;
}
.section-bottom__left p {
  color: #a6b1c9;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.section-bottom__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 46%;
  max-width: 488px;
}
@media (min-width: 1171px) {
  .capnx-header .container {
    padding-inline: 110px;
  }
  .capnx-footer .container {
    padding-inline: 134px;
  }
}
@media (max-width: 1170px) {
  .container {
    padding-inline: 30px;
  }
  .capnx-footer {
    padding-bottom: 32px;
  }
  .footer-nav-desc {
    display: none;
  }
  .footer-nav-mobile {
    display: flex;
    align-items: center;
  }
  /*--main styles--*/
  .capnx-main {
    gap: 120px;
  }
  .section-hero .container {
    flex-direction: column;
    gap: 96px;
  }
  .section-hero__right {
    max-width: unset;
  }
  .section-numbers-box {
    display: flex;
    justify-content: space-between;
  }
  .section-numbers-item .num {
    font-size: 32px;
  }
  .section-trading__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-two-colm {
    flex-direction: column;
  }
  .section-two-colm__text {
    order: 1;
    width: 100%;
  }
  .section-two-colm__graph {
    order: 2;
    width: 100%;
  }
  .section-innovation {
    padding-top: 0;
  }
  .section-reliable {
    padding-bottom: 0;
  }
  .section-stories__swiper {
    padding-inline: 0;
    margin-inline: 0;
    margin-bottom: -40px;
  }
  .section-stories__swiper::after,
  .section-stories__swiper::before {
    content: none;
  }
  .stories-btn-next,
  .stories-btn-prev {
    top: unset;
    bottom: 40px;
  }
  .stories-btn-next {
    right: calc(50% - 48px - 17px);
  }
  .stories-btn-prev {
    left: calc(50% - 48px - 17px);
  }
  .section-bottom {
    padding-bottom: 120px;
  }
  .section-bottom .container {
    flex-direction: column;
    gap: 80px;
  }
  .section-bottom__left {
    max-width: unset;
  }
  .section-bottom__right {
    max-width: unset;
  }
}
@media (max-width: 900px) {
  .section-f-choice__grid {
    grid-template-columns: 1fr;
  }
  .section-understanding {
    display: none;
  }
}
@media (max-width: 700px) {
  .capnx-header .header-nav {
    display: none;
  }
  .section-numbers-box {
    flex-direction: column;
    gap: 14px;
    padding: 52px 30px;
  }
  .section-numbers-item {
    padding: 0;
  }
  .section-numbers-item:not(:last-child) {
    border-right: none;
  }
}
@media (max-width: 600px) {
  .container {
    padding-inline: 20px;
  }
  .title.h1 {
    font-size: 36px;
    line-height: 140%;
  }
  .title.h1 .lg {
    font-size: 36px;
  }
  .title.h2 {
    font-size: 24px;
    line-height: 216%;
  }
  .title.h2-sm {
    font-size: 24px;
    line-height: 200%;
  }
  .btn {
    font-size: 13px;
    padding: 14px;
  }
  .capnx-header .container {
    flex-direction: column;
    gap: 22px;
  }
  .capnx-header .header-actions {
    width: 100%;
  }
  .capnx-header .btn {
    width: 100%;
    margin-inline: auto;
  }
  .capnx-footer {
    padding-top: 32px;
  }
  .capnx-footer .footer-top {
    flex-direction: column;
    gap: 21px;
    padding-bottom: 18px;
  }
  .footer-nav-mobile {
    margin-left: 0;
    padding-left: 0;
  }
  .reg-form-wrapp {
    padding: 43px 20px;
  }
  .section-trading__grid {
    grid-template-columns: 1fr;
  }
  .graph-card {
    padding: 12px;
  }
  .section-innovation .graph-card__header {
    padding: 12px 8px;
  }
  .section-innovation .graph-card__line {
    grid-template-columns: 80px 1fr 36px;
  }
  .section-innovation .graph-card__blocks .graph-card__block {
    padding: 11px 6px;
  }
  .section-innovation .graph-card__block .label {
    font-size: 9px;
  }
}
