#LpDownload {
  padding: 40px 0 0px; }
  @media (min-width: 1024px) {
    #LpDownload {
      padding: 130px 0 80px; } }
  #LpDownload .DownloadIn {
    max-width: 1180px;
    width: 90%;
    margin: auto; }
    @media (min-width: 1024px) {
      #LpDownload .DownloadIn {
        display: flex; } }
    #LpDownload .DownloadIn .DownloadForm {
      width: 100%;
      color: #fff;
      margin-bottom: 40px;
      padding-top: 40px; }
      @media (min-width: 1024px) {
        #LpDownload .DownloadIn .DownloadForm {
          width: 60%;
          margin-bottom: 120px;
          padding-top: 0px; } }
      #LpDownload .DownloadIn .DownloadForm h2 {
        font-size: 2.2em;
        letter-spacing: 0.06em;
        font-weight: bold;
        margin-bottom: 30px; }
        @media (min-width: 1024px) {
          #LpDownload .DownloadIn .DownloadForm h2 {
            font-size: 3em; } }
      #LpDownload .DownloadIn .DownloadForm h3 {
        font-size: 1.0em;
        line-height: 1.6em;
        margin-bottom: 30px;
        text-align: justify; }
        @media (min-width: 1024px) {
          #LpDownload .DownloadIn .DownloadForm h3 {
            font-size: 1.125em; } }
      #LpDownload .DownloadIn .DownloadForm p {
        color: #D3D3D3;
        font-size: 0.8em;
        line-height: 1.6em;
        max-width: 620px; }
        @media (min-width: 1024px) {
          #LpDownload .DownloadIn .DownloadForm p {
            font-size: 0.9em; } }
      #LpDownload .DownloadIn .DownloadForm #form {
        margin: 60px 0; }
        #LpDownload .DownloadIn .DownloadForm #form dl .InputItem {
          margin-bottom: 40px; }
          @media (min-width: 1024px) {
            #LpDownload .DownloadIn .DownloadForm #form dl .InputItem {
              display: flex; } }
          #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dt {
            font-size: 16px;
            font-weight: normal;
            display: flex;
            width: 170px;
            margin: 20px 0 10px; }
            @media (min-width: 1024px) {
              #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dt {
                font-size: 18px; } }
            #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dt .Mandatory {
              color: #FF14A4; }
          #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dd {
            width: 100%;
            margin-bottom: 0; }
            #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dd input {
              max-width: 900px;
              width: 100%;
              height: 60px;
              border-radius: 5px;
              outline: none;
              box-sizing: border-box;
              transition: 0.3s;
              padding-left: 20px;
              border: 1px solid #111111;
              background-color: #333;
              font-size: 18px;
              color: #fff; }
              #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dd input::placeholder {
                color: #7E7E7E; }
            #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dd input:focus, #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dd textarea:focus {
              border-color: dodgerBlue;
              box-shadow: 0 0 8px 0 dodgerBlue; }
            #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dd.Select {
              position: relative; }
              #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dd.Select::before {
                position: absolute;
                top: 22px;
                right: 20px;
                width: 10px;
                height: 10px;
                content: '';
                border-bottom: solid 1px #7E7E7E;
                border-right: solid 1px #7E7E7E;
                transform: rotate(45deg);
                pointer-events: none; }
            #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dd select {
              max-width: 900px;
              width: 100%;
              height: 60px;
              border-radius: 5px;
              outline: none;
              box-sizing: border-box;
              transition: 0.3s;
              padding-left: 20px;
              border: 1px solid #111111;
              background-color: #333;
              font-size: 18px;
              color: #fff;
              -webkit-appearance: none;
              appearance: none; }
              #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dd select::-ms-expand {
                display: none; }
            #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dd select:invalid {
              color: #7E7E7E; }
            #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dd select option {
              color: #fff; }
            #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dd select option:first-child {
              color: #7E7E7E; }
            #LpDownload .DownloadIn .DownloadForm #form dl .InputItem dd textarea {
              max-width: 900px;
              width: 100%;
              border-radius: 5px;
              outline: none;
              box-sizing: border-box;
              transition: 0.3s;
              border: 1px solid #111111;
              background-color: #333;
              height: 200px;
              font-size: 18px;
              color: #fff;
              padding: 10px; }
      #LpDownload .DownloadIn .DownloadForm .privacy {
        margin-top: -30px; }
        @media (min-width: 1024px) {
          #LpDownload .DownloadIn .DownloadForm .privacy {
            padding-left: 140px; } }
        #LpDownload .DownloadIn .DownloadForm .privacy h6 {
          font-size: 1em;
          line-height: 2em; }
          @media (min-width: 1024px) {
            #LpDownload .DownloadIn .DownloadForm .privacy h6 {
              font-size: 1.125em; } }
          #LpDownload .DownloadIn .DownloadForm .privacy h6 a {
            color: #fff;
            transition: .5s;
            border-bottom: 1px solid #fff;
            padding-bottom: 2px; }
            #LpDownload .DownloadIn .DownloadForm .privacy h6 a:hover {
              color: #00A4E3;
              border-bottom: 1px solid #00A4E3; }
        #LpDownload .DownloadIn .DownloadForm .privacy .g-recaptcha {
          margin: 60px auto 0;
          max-width: 300px; }
          @media (min-width: 1024px) {
            #LpDownload .DownloadIn .DownloadForm .privacy .g-recaptcha {
              margin: 60px 0 0; } }
      #LpDownload .DownloadIn .DownloadForm .LpSendBtn {
        margin-top: 60px;
        text-align: center; }
        @media (min-width: 1024px) {
          #LpDownload .DownloadIn .DownloadForm .LpSendBtn {
            padding-left: 140px;
            text-align: inherit; } }
        #LpDownload .DownloadIn .DownloadForm .LpSendBtn .button {
          color: #fff;
          display: inline-block;
          text-align: center;
          font-size: 0.9em;
          border-radius: 50px;
          font-feature-settings: "palt";
          letter-spacing: 0.08em;
          transition: .5s;
          border: 1px solid #fff;
          background-color: #111111;
          max-width: 300px;
          width: 100%;
          height: 50px;
          position: relative; }
          #LpDownload .DownloadIn .DownloadForm .LpSendBtn .button::after {
            position: absolute;
            top: 50%;
            right: 0.8em;
            content: '';
            margin-top: -3px;
            width: 6px;
            height: 6px;
            border: 0px;
            border-top: solid 1px #fff;
            border-right: solid 1px #fff;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: .5s; }
          #LpDownload .DownloadIn .DownloadForm .LpSendBtn .button:hover::after {
            right: -.0005em;
            margin-right: 5px;
            border-top: solid 1px #fff;
            border-right: solid 1px #fff; }
    #LpDownload .DownloadIn .DownloadImg {
      width: 100%;
      margin: auto; }
      @media (min-width: 768px) {
        #LpDownload .DownloadIn .DownloadImg {
          width: 60%; } }
      @media (min-width: 1024px) {
        #LpDownload .DownloadIn .DownloadImg {
          width: 40%;
          padding-right: 70px;
          margin: initial; } }
      #LpDownload .DownloadIn .DownloadImg .Img img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        border-radius: 10px; }
      #LpDownload .DownloadIn .DownloadImg .TellContact {
        border-left: 1px solid #fff;
        padding-left: 40px;
        margin: 30px 0 60px; }
        #LpDownload .DownloadIn .DownloadImg .TellContact h2 {
          font-size: 1.5em;
          color: #fff;
          line-height: 1.4em; }
        #LpDownload .DownloadIn .DownloadImg .TellContact .Tell {
          margin-top: 20px; }
          #LpDownload .DownloadIn .DownloadImg .TellContact .Tell a {
            font-size: 1.5em;
            line-height: 1.4em;
            letter-spacing: 0.12em; }
        #LpDownload .DownloadIn .DownloadImg .TellContact h3 {
          font-size: 0.9em;
          line-height: 1.4em;
          font-weight: lighter;
          color: #D3D3D3;
          margin-top: 10px; }
        #LpDownload .DownloadIn .DownloadImg .TellContact h4 {
          font-size: 0.9em;
          line-height: 1.4em;
          font-weight: lighter;
          font-feature-settings: "palt";
          color: #D3D3D3;
          margin-top: 5px; }
        #LpDownload .DownloadIn .DownloadImg .TellContact p {
          font-size: 0.9em;
          font-weight: bold;
          line-height: 1.4em;
          margin-top: 30px;
          margin-bottom: 0; }
          #LpDownload .DownloadIn .DownloadImg .TellContact p a {
            color: #9EF1FF;
            position: relative;
            display: inline-block; }
          #LpDownload .DownloadIn .DownloadImg .TellContact p img {
            width: 14px;
            height: auto;
            margin: -4px 0 0 10px; }
