@media only screen and (max-width: 960px) {
  main {
    height: 670px;
    padding: 0 20px;
    width: calc(100% - 40px); }
    main h2 {
      font-size: 21px;
      left: 0;
      width: 100%;
      color: #000000;
      text-align: center; }
      main h2 span {
        font-size: 46px;
        line-height: 48px;
        margin-bottom: 10px; }
    main button {
      bottom: 200px;
      left: 50%;
      margin-left: -75px; }

  section {
    padding: 0 20px; }

  section.intro img.bubble, section.blog-posts img.bubble, section.blog-post img.bubble {
    bottom: 0;
    left: 0;
    height: 403px;
    width: 100%;
    margin-left: 0; }
  section.intro .text-content, section.blog-posts .text-content, section.blog-post .text-content {
    padding: 30px 20px 0 20px; }
    section.intro .text-content h3, section.blog-posts .text-content h3, section.blog-post .text-content h3 {
      font-size: 26px;
      line-height: 33px; }
    section.intro .text-content p, section.blog-posts .text-content p, section.blog-post .text-content p {
      font-size: 19px;
      line-height: 30px; }

  section.special {
    min-height: 0;
    padding-bottom: 30px; }
    section.special h2 {
      font-size: 26px;
      line-height: 33px; }
    section.special p {
      font-size: 19px;
      line-height: 30px; }
    section.special img {
      display: none; }

  section.dark h2 {
    font-size: 26px;
    line-height: 33px;
    margin: 0;
    padding-top: 22px; }

  .products {
    padding-bottom: 20px; }
    .products .product {
      display: block;
      width: calc(100% - 60px); }
      .products .product p {
        margin: 0 auto; }

  section.orange h2 {
    text-align: center;
    font-size: 26px;
    line-height: 33px;
    margin: 0;
    padding-top: 22px; }

  section .logos .row {
    padding-bottom: 0; }
    section .logos .row:nth-child(2) {
      margin-left: 0; }
    section .logos .row a {
      text-decoration: none;
      display: block;
      margin-bottom: 40px; }
      section .logos .row a img {
        margin: 0;
        max-width: 90%; }

  section.method ul li {
    font-size: 19px;
    letter-spacing: -0.03em; }
    section.method ul li span {
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 20px; }

  section.method .description {
    position: relative;
    top: auto;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px; }
    section.method .description p {
      margin: 0 auto; }
    section.method .description img {
      left: -4px; }

  form {
    width: 100%;
    padding-bottom: 40px; }
    form .left, form .right {
      width: 100%; }
    form .left .form-field textarea, form .left .form-field input,
    form .right .form-field textarea,
    form .right .form-field input {
      max-width: calc(100% - 20px); }
    form .left .form-field textarea,
    form .right .form-field textarea {
      width: 300px; }
    form .g-recaptcha {
      float: left; } }

/*# sourceMappingURL=mobile.css.map */
