#hero {
  position: relative;
  justify-content: flex-start !important;
  padding-top: 160px !important;
  margin: 0 !important; }
  @media (max-width: 767px) {
    #hero {
      min-height: 562px;
      display: flex;
      align-items: center; } }
  @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.35);
      pointer-events: none; } }
  #hero > * {
    position: relative;
    z-index: 1; }
  #hero h1, #hero .lrg {
    max-width: 430px; }
    @media (max-width: 991px) {
      #hero h1, #hero .lrg {
        margin-left: auto;
        margin-right: auto; } }

#contacts {
  padding: 0;
  z-index: 1;
  position: relative; }
  @media (min-width: 1300px) {
    #contacts {
      margin-top: -15%; } }
  @media (min-width: 991px) {
    #contacts {
      margin-top: -10%; } }
  #contacts .blocks {
    background: #000;
    padding: 24px 27px;
    display: inline-flex;
    border: 1px solid #262626;
    border-radius: 20px;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%; }
    @media (max-width: 768px) {
      #contacts .blocks.feedback {
        margin-top: 35px; } }
    #contacts .blocks .block {
      flex: 1 0 45%;
      border: 1px solid #262626;
      border-radius: 20px;
      padding: 22px 25px; }
      @media (max-width: 768px) {
        #contacts .blocks .block {
          flex: 1 0 100%; } }
      #contacts .blocks .block:hover {
        background: #007FFF; }
        #contacts .blocks .block:hover .text {
          color: #fff; }
      #contacts .blocks .block .icon {
        width: 28px;
        height: 28px;
        margin-bottom: 4px; }
      #contacts .blocks .block .title {
        font-weight: 400;
        margin-bottom: 4px; }
      #contacts .blocks .block .text {
        color: #7F7F7F;
        font-size: 14px;
        margin-bottom: 12px;
        min-height: 42px; }
      #contacts .blocks .block .contact {
        font-size: 12px; }
        #contacts .blocks .block .contact a, #contacts .blocks .block .contact p {
          font-size: 12px;
          color: #fff; }
        #contacts .blocks .block .contact a {
          text-decoration: underline; }
  #contacts .socials {
    margin-top: 40px;
    display: inline-flex;
    gap: 16px;
    align-items: center; }
    #contacts .socials a {
      text-decoration: none !important; }
      #contacts .socials a img {
        width: 16px; }
  #contacts form {
    width: 100%; }
    #contacts form ::placeholder {
      color: #E2E2E2 !important;
      opacity: 0.3;
      font-size: clamp(14px, 3vw, 16px);
      font-weight: 400; }
    #contacts form label {
      font-size: 14px;
      color: #A0A0A0;
      display: flex;
      flex-direction: column; }
      #contacts form label input, #contacts form label textarea {
        margin: 8px 0 32px 0;
        background: #1C1C1C;
        color: #fff;
        border-radius: 10px;
        width: 100%;
        border: 0;
        padding: 8px 12px; }
      #contacts form label input {
        height: 40px; }
    #contacts form #submit {
      color: #000;
      background: #E2E2E2;
      border-radius: 20px; }

@media (min-width: 991px) {
  #need-help .lrg {
    max-width: 300px; } }
@media (max-width: 991px) {
  #need-help .lrg {
    text-align: center; } }
@media (min-width: 991px) {
  #need-help h2 {
    max-width: 530px; } }
@media (max-width: 991px) {
  #need-help .button {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto 40px auto; } }
#need-help .blocks {
  border: 1px solid #262626;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: center;
  position: relative; }
  @media (min-width: 991px) {
    #need-help .blocks {
      background: none !important; } }
  @media (max-width: 991px) {
    #need-help .blocks {
      background: url("/wp-content/uploads/2026/02/What-is-Copy-Trading.png") no-repeat !important; } }
  @media (max-width: 991px) {
    #need-help .blocks {
      padding: 100px 24px 60px 24px;
      background-position: center -4px !important; } }
  @media (max-width: 991px) {
    #need-help .blocks:before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.25) 100%);
      pointer-events: none; } }
  #need-help .blocks > div {
    padding: 0; }
  #need-help .blocks .text {
    padding: 0 64px; }
    @media (max-width: 991px) {
      #need-help .blocks .text {
        padding: 0;
        z-index: 1; } }
  #need-help .blocks .image {
    min-height: 345px; }
    @media (max-width: 991px) {
      #need-help .blocks .image {
        display: none; } }

/*# sourceMappingURL=contact.css.map */
