#hero {
  background: url("/wp-content/uploads/2026/02/forex.webp") center/cover no-repeat; }
  #hero .blocks {
    margin-top: 100px; }
    #hero .blocks .block {
      height: 76px;
      border-radius: 165px;
      border: 0.5px solid #AFAFAF;
      background: linear-gradient(321deg, rgba(191, 191, 191, 0.06) 5.98%, rgba(0, 0, 0, 0) 66.28%), rgba(0, 0, 0, 0.14);
      box-shadow: -8px 4px 5px 0 rgba(0, 0, 0, 0.24);
      backdrop-filter: blur(26.5px);
      width: 100%;
      max-width: 375px;
      display: inline-flex;
      align-items: center;
      justify-content: space-around; }
      #hero .blocks .block .up-down {
        width: 24px;
        height: 24px;
        background: url("../img/price-up.svg") center/contain no-repeat; }
      #hero .blocks .block .symbol-wrapper {
        font-size: 16px;
        color: #D9D9D9; }
        #hero .blocks .block .symbol-wrapper .symbol {
          font-weight: 500; }
        #hero .blocks .block .symbol-wrapper .price {
          font-weight: 300; }
      #hero .blocks .block .btn {
        font-size: clamp(16px, 4vw, 18px);
        padding: 8px 27px;
        border-radius: 30px; }

#trading-conditions .lrg {
  max-width: 462px;
  margin: 0 auto; }
#trading-conditions .blocks {
  margin-top: 80px;
  display: inline-flex;
  border: 1px solid #262626;
  border-radius: 22px;
  width: 100%;
  justify-content: space-around;
  padding: 35px 0;
  flex-wrap: wrap;
  gap: 35px; }
  #trading-conditions .blocks .block {
    display: flex;
    min-width: 346px;
    max-width: 346px;
    height: 147px;
    flex-direction: column;
    width: 100%;
    padding: 0 40px;
    justify-content: center;
    text-align: left; }
    #trading-conditions .blocks .block .title {
      font-size: clamp(36px, 4vw, 40px) !important;
      line-height: 120%;
      margin-bottom: 20px; }
    #trading-conditions .blocks .block .text {
      font-size: clamp(16px, 4vw, 18px) !important; }
    #trading-conditions .blocks .block:nth-child(2) {
      background: #007FFF;
      border-radius: 10px; }

#markets .lrg p, #trading-conditions .lrg p {
  font-size: clamp(16px, 4vw, 20px) !important; }

#faq .wrapper {
  max-width: 1000px; }
#faq .accordion {
  background: transparent;
  border: none; }
#faq .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 42px 0; }
#faq .accordion-button {
  background: transparent;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  padding: 0;
  box-shadow: none; }
#faq .accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
  box-shadow: none; }
#faq .accordion-button:hover {
  color: #8C8C8C; }
#faq .accordion-body {
  color: #8C8C8C;
  padding: 30px 40px 0 0px;
  font-size: 24px;
  line-height: 120%; }
#faq .accordion-button::after {
  display: none; }
#faq .accordion-button::before {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1A1A1A;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  line-height: 1;
  padding-bottom: 6px; }
#faq .accordion-button:not(.collapsed)::before {
  content: "-";
  background: #007FFF; }
#faq .accordion-header {
  position: relative; }

#blog .wrapper {
  max-width: 549px;
  margin-bottom: 72px; }
#blog .post {
  height: 630px;
  display: flex;
  padding: 30px 21px 30px 21px;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 768px) {
    #blog .post {
      height: 448px; } }
  #blog .post .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px; }
  #blog .post .common {
    display: inline-flex;
    justify-content: space-between;
    min-height: 42px;
    align-items: center; }
    #blog .post .common div {
      width: 50%; }
      #blog .post .common div.date {
        text-align: right; }

#brands .row {
  align-items: flex-end; }
  #brands .row h2 {
    margin-bottom: 0; }
    @media (max-width: 768px) {
      #brands .row h2 {
        margin-bottom: 40px; } }
  #brands .row .logos {
    display: inline-flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
    width: 100%; }
    @media (max-width: 1330px) {
      #brands .row .logos {
        gap: 24px; } }
    #brands .row .logos img {
      max-height: 40px;
      width: auto;
      height: auto;
      min-width: 0;
      flex-shrink: 1; }

.slick-track {
  display: flex;
  align-items: flex-end; }

ul.slick-dots {
  bottom: -50px; }
  ul.slick-dots li {
    width: auto;
    height: auto; }
    ul.slick-dots li:before {
      width: 0; }
    ul.slick-dots li.slick-active button {
      background: #007FFF; }
    ul.slick-dots li button {
      background: #fff;
      width: 10px;
      height: 10px; }
      ul.slick-dots li button:before {
        font-size: 0; }

/*# sourceMappingURL=forex.css.map */
