@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat-SemiBold.ttf');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat-Bold.ttf');
  font-weight: 700;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
}

header {
  padding: 20px 0;
  background-color: #141414;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.logo span {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

.main-logo {
  display: flex;
  justify-content: center;
}

.broker {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.broker-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.broker-header h2 {
  width: 100%;
  font-size: 64px;
  font-weight: 700;
  color: #F1F1F1;
  line-height: 130%;
  text-align: right;
  max-width: 787px;
}

.broker-header p{
  width: 100%;
  font-size: 16px;
  color: #B3B3B3;
  font-weight: 500;
  line-height: 150%;
  text-align: right;
  letter-spacing: -0.01em;
  margin-top: 28px;
  max-width: 546px;
}

.broker-bg {
  padding: 60px 0 76px 0;
  background: url("../img/broker-bg.png") no-repeat center/cover;
}

.broker-table-holder {
  position: relative;
  z-index: 3;
  width: 100%;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 12px;
  margin-top: 50px;
}

.broker-table-holder-item-wrap {
  display: flex;
}

.broker-table-holder-item {
  width: 100%;
  background-color: #fff;
  display: flex;
  padding: 54px 50px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  box-shadow: 
  0px 3px 7px 0px #00000033,
  0px 12px 12px 0px #0000002B,
  0px 27px 16px 0px #0000001A,
  0px 48px 19px 0px #00000008,
  0px 75px 21px 0px #00000000;
  backdrop-filter: blur(4px)
}

.broker-table-holder-item-logo {
  width: 100%;
  max-width: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  gap: 12px;
}

.partners {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.broker-table-holder-item-adv {
  width: 100%;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.broker-table-holder-item-adv-block {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4px 6px;
  gap: 8px;
  justify-content: flex-start;
}

.broker-table-holder-item-adv-block span {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: #242424;
  text-transform: lowercase;
}

.broker-table-holder-item-assets {
  width: 100%;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 49px;
}

.broker-table-holder-item-assets-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.broker-table-holder-item-assets-block .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #242424;
}

.broker-table-holder-item-assets-block .number {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #242424;
}

.broker-table-holder-item-link {
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.broker-table-holder-item-link-img {
  display: flex;
  gap: 12px;
}

.broker-table-holder-item-link a {
  align-self: stretch;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  background-color: #03BF35;
  line-height: 24px;
  color: #F1F1F1;
  text-align: center;
  padding: 14px; 
  transition: all ease 0.3s;
  text-transform: lowercase;
}

.broker-table-holder-item-link a:hover {
  background-color: #029c2b;
}

.faq-block-holder-wrap {
  padding: 100px 0;
}

.faq-block-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.faq-block-holder h2 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  color: #242424;
}

.faq-block-holder-items {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1126px;
}

.faq-block-questions-item {
  width: 100%;
  cursor: pointer;
}

.faq-block-questions-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid transparent;
  padding: 30px 48px;
  transition: all ease .3s;
  background: linear-gradient(90deg, #CA60C2 0%, #FEDB03 100%);
}

.faq-block-questions-item-icon {
  width: 100%;
  max-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/black-plus.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  transition: all ease .3s;
}

.faq-block-questions-item-label {
  color: #F1F1F1;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  transition: all ease .3s;
  border: 1px solid transparent;
}

.faq-block-questions-item-bottom {
  height: 0;
  color: #303030;
  background-color: #EEEEEE;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  overflow: hidden;
  opacity: 0;
  transition: all ease 0.3s;
  text-transform: lowercase;
}

.faq-block-questions-item.active .faq-block-questions-item-icon {
  background-image: url("../img/black-minus.png");
}

.faq-block-questions-item.active .faq-block-questions-item-bottom {
  padding: 22px 48px;
  height: auto;
  opacity: 1;
  box-shadow: 
  0px 1px 1px 0px #716F6F1A,
  0px 2px 2px 0px #716F6F17,
  0px 5px 3px 0px #716F6F0D,
  0px 9px 4px 0px #716F6F03,
  0px 14px 4px 0px #716F6F00;
}

.footer-top {
  padding: 104px 0 151px 0;
  background: url("../img/footer-bg.png") no-repeat center/cover;
}

.footer-top-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-top-content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.footer-top-content-wrap-left {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.footer-content-top-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer-content-top-links a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}

.footer-middle-content {
  display: flex;
  justify-content: center;
}

.footer-middle-content-items {
  width: 100%;
  max-width: 1126px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-block-text-item:first-child {
  max-width: 100%;
}

.footer-block-text-item {
  max-width: 552px;
}

.footer-block-text-item {
  background-color: #fff;
  padding: 32px;
}
.footer-block-text-item h3 {
  color: #1D1D1C;
  font-size: 22px;
  line-height: 130%;
  font-weight: 400;
  text-align: left;
}

.footer-block-text-item p {
  color: #1D1D1C;
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
}

.footer-bottom {
  padding: 36px 0;
  background-color: #141414;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-bottom-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

.footer-block-images {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 1360px) {
  .container {
    max-width: 90%;
  }

  .footer-bottom-content {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media screen and (max-width: 1280px) {
  .broker-table-holder-number {
    display: none;
  }

  .footer-middle-content-items {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .footer-block-text-item {
    max-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .broker-table-holder-item {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 385px;
  }

  .broker-table-holder-item-wrap {
    width: 100%;
    max-width: 380px;
  }

  .broker-table-holder {
    justify-items: center;
  }

  .footer-top-content {
    flex-direction: column;
    align-items: center;
  }

  .broker-header,
  .broker-header p {
    max-width: 100%;
  }

  .broker-header h2,
  .broker-header p {
    text-align: center;
  }

  .footer-middle-content-items {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .broker-header {
    flex-direction: column;
    align-items: center;
  }

  .faq-block-holder,
  .footer-top-content {
    padding-left: 0;
  }

  .footer-right {
    gap: 20px;
  }

  .footer-content-top-links {
    align-items: center;
  }

  .broker-header h2, 
  .broker-header p {
    margin-left: 0;
  }

  .broker-table-holder-item-logo {
    align-self: center;
    padding: 20px;
  }

  .footer-top-content-wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer-content-top {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer-block-images {
    justify-content: center;
  }

  .footer-content-middle {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-middle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .broker-header {
    margin-left: 0;
  }

  .broker-header h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .footer-block-images,
  .footer-content-top-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-top-content-wrap {
    flex-direction: column;
    align-items: center;
  }

  .faq-block-questions-item-top {
    padding: 18px 24px;
  }

  .faq-block-questions-item-label {
    font-size: 20px;
  }

  .faq-block-questions-item.active .faq-block-questions-item-bottom {
    padding: 20px;
  }

  .footer-bottom-content p {
    text-align: center;
  }
}

.policy-section{
  padding: 50px 0;
}

.policy-section .section-heading{
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.policy-section .card-text{
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  line-height: 1.5;
}

.policy-section .card-heading {
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.5;
}

.policy-section .container{
  width: 100%;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}