.page-id-116 #hero h1, .page-id-116 #hero .lrg {
  max-width: 557px; }

#hero {
  position: relative; }
  @media (max-width: 991px) {
    #hero {
      background-position: top !important;
      background-size: cover !important;
      text-align: center; } }
  @media (max-width: 991px) {
    #hero:before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
      pointer-events: none; } }
  #hero > * {
    position: relative;
    z-index: 1; }
  #hero h1, #hero .lrg {
    max-width: 700px; }
  #hero .blocks {
    display: inline-flex;
    gap: 11px; }
    #hero .blocks .block {
      height: 62px;
      width: 100%;
      max-width: 62px;
      display: inline-flex;
      align-items: center;
      justify-content: space-around; }

#what-is-mt .wrapper {
  background: linear-gradient(90deg, #060606 0%, #131313 98.69%);
  border: 1px solid #262626;
  border-radius: 22px;
  padding: 58px 58px 0 58px;
  margin-top: 50px !important;
  display: flex;
  align-items: flex-end;
  margin: 0; }
  @media (max-width: 991px) {
    #what-is-mt .wrapper {
      padding: 0;
      margin-top: 0px !important; } }
  #what-is-mt .wrapper .margin-bot {
    padding-bottom: 68px; }
    @media (max-width: 991px) {
      #what-is-mt .wrapper .margin-bot {
        padding: 19px 19px 0 19px;
        margin-bottom: 24px; } }
  #what-is-mt .wrapper img {
    width: 100%; }
    #what-is-mt .wrapper img.mobile {
      display: none; }
      @media (max-width: 576px) {
        #what-is-mt .wrapper img.mobile {
          display: block; } }
    @media (max-width: 576px) {
      #what-is-mt .wrapper img.pc {
        display: none; } }
  @media (max-width: 576px) {
    #what-is-mt .wrapper .button {
      display: none; } }
#what-is-mt .row.mobile {
  display: none; }
  @media (max-width: 576px) {
    #what-is-mt .row.mobile {
      margin-top: 24px;
      text-align: center;
      display: block; } }

#key h2 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    #key h2 {
      margin-bottom: 30px; } }
#key .mt-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "big top" "big middle" "bottom-left bottom-right";
  gap: 12px; }
  @media (max-width: 992px) {
    #key .mt-grid {
      grid-template-columns: 1fr;
      grid-template-areas: "big" "top" "middle" "bottom-left" "bottom-right"; } }
#key .card {
  background: #000;
  border-radius: 20px;
  padding: 42px 32px;
  border: 1px solid #262626; }
  @media (max-width: 991px) {
    #key .card {
      text-align: center; } }
  #key .card .title {
    font-size: clamp(16px, 3vw, 20px) !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px; }
  #key .card p {
    font-size: clamp(14px, 3vw, 16px) !important;
    font-style: normal;
    font-weight: 400;
    line-height: 121%; }
  #key .card a {
    width: fit-content; }
    @media (max-width: 991px) {
      #key .card a {
        display: none; } }
    #key .card a.classic {
      padding-left: 0;
      padding-right: 0; }
#key .card--big {
  grid-area: big;
  display: inline;
  overflow: hidden;
  padding: 0;
  max-width: 596px; }
  @media (max-width: 991px) {
    #key .card--big {
      max-width: 100%;
      background: #007FFF; } }
#key .mt-grid > :nth-child(2) {
  grid-area: top; }
  @media (min-width: 1400px) {
    #key .mt-grid > :nth-child(2) {
      margin-left: -67px; } }
#key .mt-grid > :nth-child(3) {
  grid-area: middle; }
  @media (min-width: 1400px) {
    #key .mt-grid > :nth-child(3) {
      margin-left: -67px; } }
#key .mt-grid > :nth-child(4) {
  grid-area: bottom-left; }
#key .mt-grid > :nth-child(5) {
  grid-area: bottom-right; }
#key .wrapper {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 50%;
  padding: 32px; }
  @media (max-width: 991px) {
    #key .wrapper {
      width: 100%; } }
#key .image {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 50%;
  float: right;
  height: 100%; }
  @media (max-width: 991px) {
    #key .image {
      display: none; } }

#start-trading .row {
  padding: 73px 68px;
  margin: 0;
  border-radius: 22px;
  border: 1px solid #262626; }
  @media (max-width: 991px) {
    #start-trading .row {
      padding: 34px; } }
#start-trading .blocks {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px; }
  @media (max-width: 991px) {
    #start-trading .blocks {
      justify-content: center; } }
  #start-trading .blocks .block {
    flex: 1 0 50%;
    min-width: 258px;
    width: 100%;
    max-width: 258px;
    background: #007FFF26;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #start-trading .blocks .block a {
      text-decoration: none !important;
      color: #007FFF;
      font-size: 16px;
      font-weight: 400;
      display: inline-flex;
      align-items: center; }
      #start-trading .blocks .block a .icon {
        width: 27px;
        height: 27px;
        margin-right: 16px;
        display: inline-block; }

#markets .lrg {
  max-width: 340px;
  margin: 0 auto; }
#markets .blocks {
  margin-top: 36px; }
  @media (max-width: 991px) {
    #markets .blocks {
      margin-top: 0px; } }
  #markets .blocks > div:first-child .block {
    background: #007FFF; }
  #markets .blocks .block {
    margin-top: 34px;
    width: 100%;
    height: 197px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #262626;
    color: #fff;
    text-decoration: none !important; }
    @media (max-width: 991px) {
      #markets .blocks .block {
        height: 79px; } }
    #markets .blocks .block:hover {
      background: #007FFF; }
    #markets .blocks .block .title {
      padding: 12px 16px;
      font-size: clamp(14px, 3vw, 20px) !important;
      font-weight: 400; }
    #markets .blocks .block .link {
      font-size: 16px;
      text-decoration: underline;
      font-weight: 400; }
      @media (max-width: 991px) {
        #markets .blocks .block .link {
          display: none; } }
#markets .buttons {
  margin-top: 28px; }

#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(16px, 4vw, 20px) !important;
      line-height: 120%;
      margin-bottom: 20px; }
    #trading-conditions .blocks .block .text {
      font-size: clamp(14px, 4vw, 16px) !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; }

/*# sourceMappingURL=mt.css.map */
