@font-face {
  font-family: "Inter";
  src: url('../fonts/Inter_18pt-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('../fonts/Inter_18pt-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('../fonts/Inter_18pt-SemiBold.ttf');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('../fonts/Inter_18pt-Bold.ttf');
  font-weight: 700;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #EDEDED;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

header {
  background: linear-gradient(180deg, #100359 0%, #071887 100%);
  padding-bottom: 563px;
}

.main-logo-top {
  padding: 32px 0;
  background-color: #1E1E1E;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 12px
}

.logo span {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
}

.main-logo {
  display: flex;
  justify-content: center;
}

main {
  margin-top: -475px;
}

.broker {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.broker-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 774px;
}

.broker-header h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.broker-header h2 span {
  color: #EB5524;
}

.broker-header p{
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #DFDFDF;
  margin-top: 46px;
}

.broker-assets-holder {
  position: relative;
  z-index: 3;
  margin-top: 88px;
  width: 100%;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 24px;
  max-width: 1266px;
}

.broker-assets-holder-item-wrap {
  display: flex;
}

.broker-assets-holder-item {
  width: 100%;
  background-color: #fff;
  display: flex;
  padding: 76px 46px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  box-shadow: 
  0px 5px 11px 0px #1D1B1B0F,
  0px 20px 20px 0px #1D1B1B0D,
  0px 46px 27px 0px #1D1B1B08,
  0px 81px 33px 0px #1D1B1B03,
  0px 127px 36px 0px #1D1B1B00;
}

.broker-assets-holder-item-logo {
  width: 100%;
  max-width: 185px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  gap: 20px;
}

.broker-assets-holder-item-adv {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 31px;
}

.broker-assets-holder-item-adv-block {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
}

.broker-assets-holder-item-adv-block span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #444444;
}

.broker-assets-holder-item-assets {
  width: 100%;
  max-width: 264px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 27px;
}

.broker-assets-holder-item-assets-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #25297C;
  border-radius: 6px;
}

.broker-assets-holder-item-assets-block .text {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #25297C;
}

.broker-assets-holder-item-assets-block .number {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #444444;
}

.broker-assets-holder-item-assets-block:nth-child(2) .number {
  color: #299F56;
}

.broker-assets-holder-item-link {
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.broker-assets-holder-item-link a {
  align-self: stretch;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
  text-align: center;
  padding: 16px; 
  transition: all ease 0.3s;
  background: #299F56;
}

.broker-assets-holder-item-link a:hover {
  background-color: #218146;
}

.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-weight: 500;
  font-style: Medium;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #25297C;
}

.faq-block-holder-items {
  margin-top: 46px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1266px;
}

.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: 0px 36px 36px 36px;
  transition: all ease .3s;
  border-bottom: 1px solid #25297C;
}

.faq-block-questions-item-icon {
  width: 100%;
  max-width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/blue-plus.png") no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  transition: all ease .3s;
  background-color: #fff;
  border-radius: 50%;
}

.faq-block-questions-item-label {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #25297C;
}

.faq-block-questions-item-bottom {
  height: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #5B5B5B;
  overflow: hidden;
  opacity: 0;
  transition: all ease 0.3s;
}

.faq-block-questions-item.active .faq-block-questions-item-icon {
  background-image: url("../img/blue-minus.png");
}

.faq-block-questions-item.active .faq-block-questions-item-bottom {
  padding: 36px;
  height: auto;
  opacity: 1;
}

.footer-top {
  padding: 84px 0;
  background: linear-gradient(180deg, #062A72 0%, #071887 100%);
}

.footer-top-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-top-content-main .logo span {
  color: #fff;
}

.footer-top-content-main {
  width: 100%;
  max-width: 612px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
}

.footer-content-top-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}

.footer-content-top-links a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #E4E4E4;
}

.footer-middle-content {
  width: 100%;
  max-width: 702px;
  display: flex;
}

.footer-middle-content-items {
  width: 100%;
  display: flex;
  gap: 36px;
  flex-wrap: wrap
}

.footer-middle-content-items .footer-block-text-item {
  width: 100%;
  max-width: 333px;
  padding: 36px;
  background-color: #fff;
  border-radius: 10px;
}

.footer-block-text-item h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1D1D1D;
}

.footer-top-text .footer-block-text-item h3 {
  color: #fff;
}

.footer-block-text-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #737373;
  margin-top: 32px;
}

.footer-top-text .footer-block-text-item p {
  color: #B9B9B9;
  margin-top: 20px;
}

.footer-top-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-bottom {
  padding: 36px 0;
  background-color: #1E1E1E;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-bottom-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #E4E4E4;
}

.footer-block-images {
  display: flex;
  align-items: center;
  gap: 68px;
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 90%;
  }

  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
  }

  .broker-wrapper {
    background: none;
  }

  .broker-header {
    align-items: center;
  }
}

@media screen and (max-width: 1280px) {
  .broker-assets-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-assets-holder-item {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 385px;
  }

  .broker-assets-holder-item-logo {
    align-self: center;
  }

  .broker-assets-holder-item-wrap {
    width: 100%;
    max-width: 380px;
  }

  .broker-assets-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 {
    align-items: center;
  }

  .broker-header {
    flex-direction: column;
    align-items: center;
  }

  .footer-top-content-main {
    align-items: center;
  }

}

@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;
  }

  .footer-top-content-main {
    flex-direction: column;
    align-items: center;
  }
}

@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;
  }
}