/* Mobile landscape media query */
.newsletter {
  position: relative; }
  .newsletter .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    background-color: #001480;
    padding: 51px 76px 57px 66px;
    border-radius: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
    @media (min-width: 768px) and (max-width: 991px) {
      .newsletter .wrapper {
        padding: 40px; } }
    @media (max-width: 767px) {
      .newsletter .wrapper {
        padding: 30px; } }
  .newsletter .col-left {
    max-width: 487px; }
    @media (max-width: 991px) {
      .newsletter .col-left {
        max-width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        text-align: center; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .newsletter .col-left {
        max-width: 400px; } }
  .newsletter h3 {
    font-weight: 800;
    color: #ffffff; }
  .newsletter h5 {
    color: #ffffff;
    font-weight: 400;
    margin-top: 20px; }
    @media (min-width: 1602px) and (max-width: 2499px) {
      .newsletter h5 {
        font-size: 28px; } }
  .newsletter .col-right {
    width: calc(100% - 487px); }
    @media (min-width: 992px) and (max-width: 1200px) {
      .newsletter .col-right {
        width: calc(100% - 400px); } }
    @media (max-width: 991px) {
      .newsletter .col-right {
        width: 100%; } }
  .newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-left: 20px; }
    @media (max-width: 991px) {
      .newsletter form {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .newsletter form {
        padding-left: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .newsletter form .field-wrap {
      width: calc(100% - 349px);
      margin-right: 20px; }
      @media (min-width: 1451px) and (max-width: 1600px) {
        .newsletter form .field-wrap {
          width: calc(100% - 320px); } }
      @media (min-width: 1195px) and (max-width: 1450px) {
        .newsletter form .field-wrap {
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .newsletter form .field-wrap {
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
      @media (max-width: 991px) {
        .newsletter form .field-wrap {
          margin: 0 20px 0 0px;
          width: calc(100% - 200px); } }
      @media (max-width: 595px) {
        .newsletter form .field-wrap {
          width: 100%;
          margin: 0 0 20px; } }
    .newsletter form .btn-wrap {
      max-width: 330px; }
      @media (min-width: 1451px) and (max-width: 1600px) {
        .newsletter form .btn-wrap {
          width: 100%;
          max-width: 300px; } }
      @media (min-width: 1195px) and (max-width: 1450px) {
        .newsletter form .btn-wrap {
          width: 100%;
          max-width: 300px; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .newsletter form .btn-wrap {
          width: 100%;
          max-width: 300px; } }
      @media (max-width: 991px) {
        .newsletter form .btn-wrap {
          text-align: center; } }
      .newsletter form .btn-wrap .btn-blue {
        height: 80px;
        font-size: 26px;
        padding: 22px 82px; }
        @media (min-width: 1451px) and (max-width: 1600px) {
          .newsletter form .btn-wrap .btn-blue {
            padding: 20px 70px; } }
        @media (min-width: 1602px) and (max-width: 2499px) {
          .newsletter form .btn-wrap .btn-blue {
            font-size: 28px; } }
        @media (min-width: 1195px) and (max-width: 1450px) {
          .newsletter form .btn-wrap .btn-blue {
            width: 100%;
            padding: 20px 65px;
            font-size: 22px;
            height: auto; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          .newsletter form .btn-wrap .btn-blue {
            padding: 18px 60px;
            font-size: 22px;
            height: auto; } }
        @media (max-width: 991px) {
          .newsletter form .btn-wrap .btn-blue {
            height: auto;
            padding: 14px 30px;
            font-size: 20px; } }
        @media (max-width: 480px) {
          .newsletter form .btn-wrap .btn-blue {
            padding: 16px 40px;
            font-size: 18px; } }
    .newsletter form input {
      width: 100%;
      height: 80px;
      border-radius: 11px;
      border: 1px solid #cacfd6;
      background: #ffffff 0% 0% no-repeat padding-box;
      padding: 25px 20px 22px 20px;
      outline: none;
      font-size: 26px; }
      @media (min-width: 1195px) and (max-width: 1450px) {
        .newsletter form input {
          padding: 20px;
          height: auto; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .newsletter form input {
          padding: 20px;
          height: auto; } }
      @media (max-width: 991px) {
        .newsletter form input {
          padding: 14px;
          font-size: 20px;
          height: auto; } }
      @media (max-width: 595px) {
        .newsletter form input {
          height: 50px;
          font-size: 18px; } }
      .newsletter form input::-webkit-input-placeholder {
        font-size: 26px;
        font-weight: 500;
        font-family: proxima-nova, sans-serif;
        color: #cacfd6; }
      .newsletter form input::-moz-placeholder {
        font-size: 26px;
        font-weight: 500;
        font-family: proxima-nova, sans-serif;
        color: #cacfd6; }
      .newsletter form input::-ms-input-placeholder {
        font-size: 26px;
        font-weight: 500;
        font-family: proxima-nova, sans-serif;
        color: #cacfd6; }
      .newsletter form input::placeholder {
        font-size: 26px;
        font-weight: 500;
        font-family: proxima-nova, sans-serif;
        color: #cacfd6; }
        @media (max-width: 991px) {
          .newsletter form input::-webkit-input-placeholder {
            font-size: 20px; }
          .newsletter form input::-moz-placeholder {
            font-size: 20px; }
          .newsletter form input::-ms-input-placeholder {
            font-size: 20px; }
          .newsletter form input::placeholder {
            font-size: 20px; } }
        @media (max-width: 595px) {
          .newsletter form input::-webkit-input-placeholder {
            font-size: 18px; }
          .newsletter form input::-moz-placeholder {
            font-size: 18px; }
          .newsletter form input::-ms-input-placeholder {
            font-size: 18px; }
          .newsletter form input::placeholder {
            font-size: 18px; } }
    .newsletter form input[type="text"] {
      font-size: 26px; }
