/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./styles/pages/markets.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes revealLeft {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealRight {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
.ready {
  background: var(--ready-bg);
  background-size: cover;
  background-position: center;
}
.ready .ready__inner {
  border-radius: clamp(14px, 14px + 18 * (100vw - 320px) / 1600, 32px);
  padding: clamp(30px, 30px + 18 * (100vw - 320px) / 1600, 48px) clamp(30px, 30px + 30 * (100vw - 320px) / 1600, 60px) clamp(30px, 30px + 26 * (100vw - 320px) / 1600, 56px);
  max-width: clamp(900px, 900px + 90 * (100vw - 320px) / 1600, 990px);
  width: 100%;
  margin-inline: auto;
  background: var(--c-bg2);
  display: grid;
  grid-template-columns: 2.9fr 1fr;
  gap: clamp(30px, 30px + 50 * (100vw - 320px) / 1600, 80px);
  align-items: center;
}
@media (max-width: 768px) {
  .ready .ready__inner {
    grid-template-columns: unset;
    justify-content: center;
    text-align: center;
  }
}
.ready .ready__inner .ready__desc h3 {
  color: var(--c-heading2);
}
.ready .ready__inner .ready__desc p {
  margin-top: clamp(12px, 12px + 8 * (100vw - 320px) / 1600, 20px);
  color: var(--c-m-text2);
}
@media (max-width: 768px) {
  .ready .ready__inner a {
    margin-inline: auto;
  }
}

.markets-page h2,
.markets-page h4 {
  text-wrap: balance;
}
.markets-page img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.markets-page .banner {
  padding-bottom: clamp(30px, 30px + 70 * (100vw - 320px) / 1600, 100px);
}
.markets-page .banner .banner-row {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .markets-page .banner .banner-row {
    flex-direction: column-reverse;
  }
}
.markets-page .banner .banner-text {
  flex: 0 0 48%;
}
@media (max-width: 768px) {
  .markets-page .banner .banner-text {
    flex: 0 0 100%;
    text-align: center;
    margin-top: clamp(24px, 24px + 24 * (100vw - 320px) / 1600, 48px);
  }
}
.markets-page .banner .banner-picture {
  flex: 0 0 50%;
}
@media (max-width: 768px) {
  .markets-page .banner .banner-picture {
    flex: 0 0 100%;
  }
  .markets-page .banner .banner-picture img {
    max-width: 75%;
    margin: 0 auto;
  }
}
.markets-page .banner h2 {
  color: var(--c-heading1);
}
.markets-page .banner .text1 {
  color: var(--c-m-text1);
  margin-top: clamp(8px, 8px + 24 * (100vw - 320px) / 1600, 32px);
  margin-bottom: clamp(8px, 8px + 24 * (100vw - 320px) / 1600, 32px);
}
.markets-page .conditions {
  text-align: center;
}
.markets-page .conditions .conditions--center {
  width: 50%;
  margin-inline: auto;
}
.markets-page .conditions .conditions--center h3 {
  color: var(--c-heading1);
}
.markets-page .conditions .conditions-content {
  width: 100%;
  max-width: 984px;
  margin: 0 auto;
}
.markets-page .conditions .conditions-content .conditions-row {
  margin-top: clamp(24px, 24px + 32 * (100vw - 320px) / 1600, 56px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .markets-page .conditions .conditions-content .conditions-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.markets-page .conditions .conditions-content .conditions-col {
  padding: clamp(24px, 24px + 46 * (100vw - 320px) / 1600, 70px) clamp(4px, 4px + 28 * (100vw - 320px) / 1600, 32px) clamp(25px, 25px + 7 * (100vw - 320px) / 1600, 32px);
}
@media (max-width: 576px) {
  .markets-page .conditions .conditions-content .conditions-col {
    padding: 0 4px;
  }
}
.markets-page .conditions .conditions-content .conditions-col svg {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .markets-page .conditions .conditions-content .conditions-col .conditions-text {
    margin: 0 auto;
  }
}
.markets-page .conditions .conditions-content .conditions-col .conditions-text h4 {
  margin: clamp(32px, 32px + 32 * (100vw - 320px) / 1600, 64px) 0 clamp(12px, 12px + 12 * (100vw - 320px) / 1600, 24px);
  color: var(--c-heading1);
}
.markets-page .conditions .conditions-content .conditions-col .conditions-text p {
  color: var(--c-m-text1);
}
.markets-page .datas {
  background-color: var(--c-card-bg1);
  padding: 32px 0;
}
.markets-page .datas .datas-body {
  max-width: clamp(850px, 850px + 70 * (100vw - 320px) / 1600, 920px);
  width: 100%;
  margin-inline: auto;
}
.markets-page .datas .datas-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .markets-page .datas .datas-row {
    flex-direction: column;
    align-items: center;
  }
}
.markets-page .datas .datas-col {
  text-align: center;
}
@media (max-width: 768px) {
  .markets-page .datas .datas-col {
    margin: 16px 0;
  }
}
.markets-page .datas h4 {
  font-family: "Onest";
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  font-size: clamp(20px, 20px + 15 * (100vw - 320px) / 1600, 35px);
  color: var(--c-heading1);
}
.markets-page .datas p {
  margin-top: clamp(4px, 4px + 6 * (100vw - 320px) / 1600, 10px);
  color: var(--c-m-text1);
}
.markets-page .instrumentals .instrumentals-text {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.markets-page .instrumentals .instrumentals-text h3 {
  color: var(--c-heading1);
}
@media (max-width: 768px) {
  .markets-page .instrumentals .instrumentals-text {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .markets-page .instrumentals .instrumentals-text {
    width: 100%;
  }
}
.markets-page .instrumentals .instrumentals-body {
  width: 100%;
  max-width: 1096px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .markets-page .instrumentals .instrumentals-body {
    max-width: 576px;
  }
}
.markets-page .instrumentals .instrumentals-row {
  margin-top: clamp(24px, 24px + 56 * (100vw - 320px) / 1600, 80px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .markets-page .instrumentals .instrumentals-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.markets-page .instrumentals .instrumentals-col {
  text-align: center;
}
@media (max-width: 768px) {
  .markets-page .instrumentals .instrumentals-col {
    padding: 0 !important;
  }
}
.markets-page .instrumentals .instrumentals-col--left {
  border-right: 1px solid var(--c-stroke);
  padding-right: clamp(24px, 24px + 96 * (100vw - 320px) / 1600, 120px);
}
@media (max-width: 768px) {
  .markets-page .instrumentals .instrumentals-col--left {
    border-right: none;
  }
}
.markets-page .instrumentals .instrumentals-col--right {
  padding-left: clamp(24px, 24px + 96 * (100vw - 320px) / 1600, 120px);
}
.markets-page .instrumentals h4 {
  color: var(--c-heading1);
}
.markets-page .instrumentals .text1 {
  margin-top: clamp(8px, 8px + 16 * (100vw - 320px) / 1600, 24px);
  color: var(--c-m-text1);
}
.markets-page .markets .markets-head {
  width: 100%;
  max-width: 650px;
}
@media (max-width: 768px) {
  .markets-page .markets .markets-head {
    margin: 0 auto;
    text-align: center;
  }
}
.markets-page .markets .markets-head h3 {
  color: var(--c-heading1);
}
.markets-page .markets .markets-subtitle {
  margin-top: clamp(8px, 8px + 24 * (100vw - 320px) / 1600, 32px);
  color: var(--c-m-text1);
}
.markets-page .markets .markets-row {
  margin-top: clamp(24px, 24px + 56 * (100vw - 320px) / 1600, 80px);
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .markets-page .markets .markets-row {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .markets-page .markets .markets-row {
    grid-template-columns: 1fr;
  }
}
.markets-page .markets .markets-col {
  background-color: var(--c-card-bg1);
  border-radius: 32px;
  overflow: hidden;
  padding: 0 clamp(16px, 16px + 32 * (100vw - 320px) / 1600, 48px) clamp(24px, 24px + 32 * (100vw - 320px) / 1600, 56px);
}
@media (max-width: 768px) {
  .markets-page .markets .markets-col {
    border-radius: 15px;
  }
}
.markets-page .markets .markets-col svg {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .markets-page .markets .markets-col svg {
    width: auto;
    height: 120px;
  }
}
.markets-page .markets .markets-col h4 {
  margin-top: clamp(10px, 10px + 12 * (100vw - 320px) / 1600, 22px);
  color: var(--c-heading1);
}
.markets-page .markets .markets-col .text-subheading {
  margin-top: clamp(4px, 4px + 8 * (100vw - 320px) / 1600, 12px);
  color: var(--c-m-text1);
}
