@media screen and (max-width: 1199px) {
  .container {
    max-width: 720px;
  }
  .headline-sec .content {
    min-height: calc(100vh - 60px);
  }
  .headline-sec .title-wrapper {
    max-width: 510px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .headline-sec .mobile-nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  .headline-sec .nav-wrapper a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .headline-sec .scroll-active {
    left: -105px;
    padding: 20px 0px;
  }
  .headline-sec .nav-open {
    left: 10px;
  }
  .headline-sec .nav-open .mobile-nav-button .icon-bar:nth-child(1) {
    -webkit-transform: translateY(9px) rotateZ(135deg);
            transform: translateY(9px) rotateZ(135deg);
  }
  .headline-sec .nav-open .mobile-nav-button .icon-bar:nth-child(2) {
    width: 0;
    visibility: hidden;
    opacity: 0;
  }
  .headline-sec .nav-open .mobile-nav-button .icon-bar:nth-child(3) {
    -webkit-transform: translateY(-9px) rotateZ(-135deg);
            transform: translateY(-9px) rotateZ(-135deg);
  }
  .headline-sec .img-holder {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .testimonial-sec .testimonial-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testimonial-sec .testimonial-wrapper .img-holder {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .testimonial-sec .testimonial-wrapper .content-wrapper {
    padding-bottom: 50px;
    border-bottom: 1px solid #cbcbff;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .solution-sec .item-wrapper .img-holder {
    min-width: 300px;
  }
  .solution-sec .solution-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solution-sec .solution-wrapper .arrow-right, .solution-sec .solution-wrapper .arrow-left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .solution-sec .solution-wrapper .arrow-right {
    background-position: left top;
  }
  .solution-sec .solution-wrapper .arrow-left {
    background-position: right top;
  }
  .solution-sec .solution-wrapper .product-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 767px) {
  section {
    margin: 0 auto 50px;
  }
  .headline-sec .title-wrapper {
    width: 90%;
    margin-top: 20px;
  }
  .headline-sec .nav-wrapper span {
    font-size: 15px;
    padding: 4px 15px 2px 25px;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  .qa-sec .content-item {
    padding-left: 15px;
  }
  .qa-sec .title-holder {
    width: 100%;
    padding: 0px 15px;
    font-size: 32px;
  }
  .qa-sec .title-holder span {
    font-size: 22px;
  }
  .qa-sec .title-holder .en {
    font-size: 62px;
  }
  .qa-sec .collapse {
    position: relative;
  }
  .qa-sec .collapse:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-image: url(../imgs/content-shadow.png);
    border-bottom: 1px solid rgba(203, 203, 255, 0.3);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
  }
  .qa-sec .content {
    height: 12em;
    overflow-y: scroll;
  }
  .qa-sec .link-wrapper {
    margin-bottom: 30px;
  }
  .testimonial-sec .title-holder {
    padding: 0px 15px;
  }
  .testimonial-sec .testimonial-wrapper .content-wrapper .tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solution-sec {
    padding-top: 0;
  }
  .solution-sec .title-holder {
    font-size: 64px;
    line-height: 0.2;
    padding: 0px 15px;
  }
  .solution-sec .title-holder .straight-text {
    font-size: 18px;
  }
  .solution-sec .title-holder span {
    font-size: 20px;
  }
  .solution-sec .item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-bottom: 0;
  }
  .solution-sec .item-wrapper:after {
    width: 100%;
  }
  .solution-sec .item-wrapper .img-holder {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-width: 0;
  }
  .solution-sec .item-wrapper .content-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 15px 15px 30px;
  }
  .solution-sec .item-wrapper h3 {
    font-size: 28px;
  }
  .solution-sec .solution-wrapper {
    padding-bottom: 15px;
    margin: 0 auto 30px;
  }
  .solution-sec .solution-wrapper .arrow-right, .solution-sec .solution-wrapper .arrow-left {
    padding-top: 80px;
    margin: 0 auto;
  }
  .solution-sec .solution-wrapper .product-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=rwd.css.map */