#hero {
  position: relative;
  overflow: hidden;
  min-height: 776px; }
  #hero .container {
    position: relative;
    z-index: 1; }
  #hero .hero-video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0%;
    object-fit: contain;
    z-index: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }

#one-platform .wrapper {
  max-width: 1096px;
  margin: 0 auto; }
#one-platform .blocks {
  margin-top: 140px; }
  #one-platform .blocks .block {
    margin-top: 100px;
    padding: 50px; }
    #one-platform .blocks .block .img {
      border-radius: 20px;
      width: 100%;
      overflow: hidden; }
      #one-platform .blocks .block .img img {
        height: 411px;
        width: 100%;
        object-fit: cover; }
    #one-platform .blocks .block .w-100 {
      display: inline-flex;
      justify-content: center;
      top: -34px;
      position: relative;
      margin-bottom: 10px; }
    #one-platform .blocks .block .text h3, #one-platform .blocks .block .text ul, #one-platform .blocks .block .text .lrg {
      margin-bottom: 12px; }
    #one-platform .blocks .block .text ul {
      margin-bottom: 12px; }

#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=markets.css.map */
