.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border: none;
  height: auto;
  background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4d4d4d;
  line-height: 1.5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 11px 42px 11px 16px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 3px 46px 3px 16px;
    font-size: 28px;
  }
}
@keyframes ldio-qb9fb7iuf6 {
  0% {
    transform: translate(12px, 80px) scale(0);
  }
  25% {
    transform: translate(12px, 80px) scale(0);
  }
  50% {
    transform: translate(12px, 80px) scale(1);
  }
  75% {
    transform: translate(80px, 80px) scale(1);
  }
  100% {
    transform: translate(148px, 80px) scale(1);
  }
}
@keyframes ldio-qb9fb7iuf6-r {
  0% {
    transform: translate(148px, 80px) scale(1);
  }
  100% {
    transform: translate(148px, 80px) scale(0);
  }
}
@keyframes ldio-qb9fb7iuf6-c {
  0% {
    background: #fefefe;
  }
  25% {
    background: #ebebeb;
  }
  50% {
    background: #ececec;
  }
  75% {
    background: #ededed;
  }
  100% {
    background: #fefefe;
  }
}
.ldio-qb9fb7iuf6 div {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(80px, 80px) scale(1);
  background: #fefefe;
  animation: ldio-qb9fb7iuf6 1s infinite cubic-bezier(0, 0.5, 0.5, 1);
}

.ldio-qb9fb7iuf6 div:nth-child(1) {
  background: #ededed;
  transform: translate(148px, 80px) scale(1);
  animation: ldio-qb9fb7iuf6-r 0.25s infinite cubic-bezier(0, 0.5, 0.5, 1), ldio-qb9fb7iuf6-c 1s infinite step-start;
}

.ldio-qb9fb7iuf6 div:nth-child(2) {
  animation-delay: -0.25s;
  background: #fefefe;
}

.ldio-qb9fb7iuf6 div:nth-child(3) {
  animation-delay: -0.5s;
  background: #ededed;
}

.ldio-qb9fb7iuf6 div:nth-child(4) {
  animation-delay: -0.75s;
  background: #ececec;
}

.ldio-qb9fb7iuf6 div:nth-child(5) {
  animation-delay: -1s;
  background: #ebebeb;
}

.loadingio-spinner-ellipsis-rgbrrjn5xz {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}

.ldio-qb9fb7iuf6 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.ldio-qb9fb7iuf6 div {
  box-sizing: content-box;
}

.wrapper {
  position: relative;
}

.landing {
  background-image: url(/images/bg-form.png?ea42debc4468a9d1ca9555c8e7e95852);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.landing__content {
  display: flex;
}
.landing .landingForm {
  background-color: #FFF;
  position: relative;
}
.landing .landingForm .mask {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.landing .landingForm .mask__wrapper {
  height: 100%;
  background-color: rgba(52, 50, 98, 0.95);
}
.landing .landingForm .mask__wrapper .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.landing .landingText h3 {
  text-align: center;
  color: #343262;
  font-weight: bold;
}
.landing .landingText ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #4d4d4d;
}
.landing .landingText ul > li {
  position: relative;
  line-height: 1.2;
  border-bottom: 1px solid #000;
}
.landing .landingText ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url(/images/deco-check.svg?79d8b2272e0933b06c1ade736907796a);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.boxShadow {
  position: relative;
}
.boxShadow:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #cfd2df;
  border: 1px solid #4d4d4d;
  z-index: 1;
}
.boxShadow__content {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #FFF;
  border: 2px solid #343262;
}

.feature .featureBoard__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.feature .featureBoard__list > li {
  position: relative;
}
.feature .featureBoard__list > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #4d4d4d;
}
.feature .featureBoard .featureItem {
  font-weight: bold;
  color: #343262;
  text-align: center;
}
.feature .featureBoard .featureItem .featureItem__title span {
  display: inline-block;
}
.feature .featureBoard .featureItem .featureItem__title em {
  display: inline-block;
  font-style: normal;
}
.feature .featureBoard .featureItem .featureItem__title .price--usd {
  display: block;
}
.feature .featureBoard .featureItem .featureItem__content--trans {
  font-size: 0 !important;
}
.feature .featureBoard .featureItem .featureItem__content--trans .img-trans-dhl,
.feature .featureBoard .featureItem .featureItem__content--trans .img-trans-sf {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.flow__title {
  text-align: center;
  color: #343262;
  font-weight: bold;
}
.flow__content {
  position: relative;
}
.flow__content:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #8dacc0;
}
.flow__steps {
  display: flex;
}
.flow__steps .line {
  position: relative;
}
.flow__steps .line .deco {
  position: absolute;
  z-index: 5;
}
.flow__steps .line .deco:before, .flow__steps .line .deco:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #343262;
}
.flow__steps .line .deco__line {
  position: absolute;
  display: block;
  background-color: #343262;
}
.flow__steps .line .text {
  position: absolute;
  display: inline-block;
  background-color: #FFF;
  z-index: 10;
}
.flow__steps .line .text em {
  font-style: normal;
  writing-mode: horizontal-tb;
}
.flow__steps .steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flow__steps .steps > li {
  text-align: center;
}
.flow .intro {
  color: #343262;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.flow .benefit__table td {
  width: 50%;
  position: relative;
}
.flow .benefit__table td:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url(/images/deco-check-border.svg?eb17817e1fa8a9bdcbfd4b8d60a8e608);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.flow .benefit__table td span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.flow .benefit__table tr:last-child td {
  width: 100%;
}
.flow .benefit__deco {
  display: flex;
}
.flow .stepsItem {
  position: relative;
  display: flex;
  align-items: center;
}
.flow .stepsItem__image img {
  width: 100%;
}
.flow .stepsItem__text {
  white-space: nowrap;
}
.flow .stepsItem__text .num,
.flow .stepsItem__text .intro {
  text-align: left;
  color: #4d4d4d;
}

.compare {
  background-color: #e4e4ea;
}
.compare__title {
  color: #343262;
  text-align: center;
  font-weight: bold;
}
.compare__title:after {
  content: "";
  display: block;
  background-color: #343262;
  margin-left: auto;
  margin-right: auto;
}
.compare__content .intro {
  color: #4d4d4d;
  font-weight: bold;
  line-height: 1.5;
}
.compare .quite__title {
  letter-spacing: 2px;
  color: #343262;
  text-align: center;
  font-weight: bold;
}
.compare .quite__title:after {
  content: "";
  display: block;
  background-color: #343262;
  margin-left: auto;
  margin-right: auto;
}
.compare .quiteTable {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  line-height: 1.2;
}
.compare .quiteTable thead tr th {
  color: #343262;
  border-bottom: 2px solid #343262;
}
.compare .quiteTable tbody tr th, .compare .quiteTable tbody tr td {
  color: #4d4d4d;
  border-bottom: 1px solid #666666;
}
.compare .quiteTable tbody tr td {
  text-align: center;
  border-left: 1px solid #666666;
}
.compare .quiteTable tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.compare .quiteTable tbody tr:nth-child(even) {
  background-color: #efeff2;
}
.compare .quiteTable tbody tr:last-child th, .compare .quiteTable tbody tr:last-child td {
  border-bottom: none;
}
.compare .quiteTable:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: content-box;
}

.sns .snsList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.sns .btn {
  display: block;
}

.faq {
  display: flex;
  background-color: #e4e4ea;
}
.faq .boxShadow__content {
  background-color: #343262;
}
.faq__title .sub,
.faq__title .topic {
  font-weight: bold;
  color: #ffffff;
}
.faq .faqList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq .faqList__item {
  border-bottom: 1px solid #343262;
  line-height: 1.8;
}
.faq .faqList__item .question {
  color: #343262;
  font-weight: bold;
}
.faq .faqList__item .anwser {
  color: #4d4d4d;
}
.faq .faqList .faqList__item:last-child {
  border-bottom: none;
}
.faq .serviceList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq .serviceList > li {
  background-image: url(/images/deco-check.svg?79d8b2272e0933b06c1ade736907796a);
  background-repeat: no-repeat;
  background-position-x: left;
}

.contact__title {
  font-weight: bold;
  color: #343262;
  text-align: center;
}
.contact__content {
  color: #000000;
}
.contact__content .contactInfo {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.contact__content .contactInfo > li:last-child {
  margin-bottom: 0;
}
.contact__content .contactInfo > li a {
  color: #000000;
}
.contact__content .contactSns {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.contact__content .contactSns .text {
  color: #343262;
  line-height: 1.5;
}

.cooperation__title {
  font-weight: bold;
  color: #343262;
  text-align: center;
}
.cooperation .coopList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cooperation .coopList > li {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e6e6e6;
}

.docking {
  position: fixed;
  z-index: 9999;
}

@media only screen and (min-width: 320px) {
  .wrapper {
    padding: 0 2.5rem;
  }
  .landing {
    padding: 5rem 0 16.6rem;
  }
  .landing__content {
    flex-direction: column;
  }
  .landing .landingForm {
    border-radius: 1.6rem 1.6rem 0 0;
    padding: 2rem 2rem 5rem;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(52, 50, 98, 0.5);
  }
  .landing .landingForm .mask {
    padding: 1rem;
  }
  .landing .landingText {
    margin-top: 4.7rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .landing .landingText h3 {
    font-size: 1.6rem;
  }
  .landing .landingText ul > li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    font-size: 1rem;
    background-size: 0.7rem 0.6rem;
  }
  .landing .landingText ul > li:before {
    width: 0.7rem;
    height: 0.6rem;
  }
  .feature {
    margin-top: calc(-50% + 5rem);
  }
  .feature .boxShadow:after {
    display: none;
  }
  .feature .boxShadow__content {
    padding: 1.2rem 0.5rem;
  }
  .feature .featureBoard__list {
    flex-wrap: wrap;
  }
  .feature .featureBoard__list > li {
    flex: 0 0 50%;
    padding: 3rem 0;
  }
  .feature .featureBoard__list > li:nth-child(even):after {
    display: none;
  }
  .feature .featureBoard__list > li:nth-child(1), .feature .featureBoard__list > li:nth-child(2) {
    border-bottom: 1px solid #343262;
  }
  .feature .featureBoard__list > li.trans {
    padding: 3rem 1rem;
  }
  .feature .featureBoard .featureItem .featureItem__title {
    font-size: 1.6rem;
  }
  .feature .featureBoard .featureItem .featureItem__title em {
    font-size: 1.2rem;
  }
  .feature .featureBoard .featureItem .featureItem__title span {
    width: 5rem;
  }
  .feature .featureBoard .featureItem .featureItem__title .price--usd {
    font-size: 1rem;
  }
  .feature .featureBoard .featureItem .featureItem__content {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
  .feature .featureBoard .featureItem--price .featureItem__content {
    margin-top: 0.2rem;
  }
  .flow {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .flow__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .flow__content {
    margin-top: 2rem;
  }
  .flow__content:after {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
  .flow__steps {
    padding-top: 2rem;
  }
  .flow__steps .line {
    width: 1.3rem;
  }
  .flow__steps .line .deco {
    width: 100%;
    height: 100%;
  }
  .flow__steps .line .deco:before, .flow__steps .line .deco:after {
    width: 1.3rem;
    height: 0.5rem;
  }
  .flow__steps .line .deco:before {
    left: 0;
    top: 0;
  }
  .flow__steps .line .deco:after {
    left: 0;
    bottom: 0;
  }
  .flow__steps .line .deco__line {
    width: 1px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .flow__steps .line .text {
    font-size: 1rem;
    width: 1.3rem;
    letter-spacing: 0.5rem;
    writing-mode: vertical-rl;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .flow__steps .line .text em {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .flow__steps .line .text em:last-child {
    margin-bottom: 5px;
  }
  .flow__steps .line--sp {
    display: block;
  }
  .flow__steps .line--pc {
    display: none;
  }
  .flow__steps .steps {
    flex: 0 0 calc(100% - 1.3rem);
    padding-left: 5.5rem;
  }
  .flow__steps .steps > li:after {
    content: "";
    display: inline-block;
    margin: 0.5rem 0;
    width: 0.9rem;
    height: 3.3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/deco-flow_vertical.svg?5199b2537e743d315595bdf30920d649);
  }
  .flow__steps .steps > li:last-child::after {
    display: none;
  }
  .flow .intro {
    font-size: 1.2rem;
  }
  .flow .intro > span {
    display: block;
  }
  .flow .benefit__table {
    margin-top: 1.5rem;
    width: 100%;
    padding: 0 3rem;
  }
  .flow .benefit__table td {
    padding: 0.8rem 0 0.8rem 2.4rem;
  }
  .flow .benefit__table td:before {
    width: 1.6rem;
    height: 1.6rem;
    background-size: 1.6rem 1.6rem;
  }
  .flow .benefit__table td span {
    font-size: 1rem;
  }
  .flow .benefit__deco {
    margin-top: 2rem;
    padding: 0 2.5rem;
  }
  .flow .stepsItem__image {
    flex: 0 0 6rem;
  }
  .flow .stepsItem__text {
    padding-left: 1.6rem;
  }
  .flow .stepsItem__text .num,
  .flow .stepsItem__text .intro {
    font-size: 1.2rem;
  }
  .flow .stepsItem__text .intro {
    margin-top: 0.8rem;
  }
  .compare {
    padding-top: 4.5rem;
    padding-bottom: 6rem;
  }
  .compare__title {
    font-size: 1.6rem;
  }
  .compare__title:after {
    width: 13.3rem;
    height: 0.3rem;
    margin-top: 1.8rem;
  }
  .compare__content .intro {
    margin-top: 2rem;
    font-size: 1rem;
  }
  .compare__content .quite {
    margin-top: 2rem;
  }
  .compare .boxShadow:after {
    display: block;
    left: 1rem;
    top: 1rem;
  }
  .compare .boxShadow__content {
    padding: 2.5rem 2rem 2rem;
  }
  .compare .quite__title {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .compare .quite__title:after {
    width: 13.3rem;
    height: 0.3rem;
    margin-top: 1.8rem;
  }
  .compare .quiteTable thead th {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
  .compare .quiteTable tbody tr th, .compare .quiteTable tbody tr td {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .compare .quiteTable tbody tr th span, .compare .quiteTable tbody tr td span {
    display: block;
  }
  .compare .quiteTable .label {
    width: 17.3913043478%;
  }
  .compare .quiteTable .orginal {
    width: 45.652173913%;
  }
  .compare .quiteTable .copy {
    width: 36.9565217391%;
  }
  .compare .quiteTable:after {
    width: 36.0869565217%;
    height: calc(100% - 6px);
    border: 5px solid #e86b59;
    top: -4px;
    right: -5px;
  }
  .sns {
    padding: 5rem 0;
  }
  .sns .snsList {
    flex-direction: column;
  }
  .sns .snsList > li {
    margin-bottom: 2.5rem;
  }
  .sns .snsList > li:last-child {
    margin-bottom: 0;
  }
  .faq {
    flex-direction: column;
    padding: 5rem 0;
  }
  .faq .boxShadow:after {
    left: 1rem;
    top: 1rem;
  }
  .faq__title .boxShadow {
    width: 71.875%;
  }
  .faq__title .boxShadow__content {
    padding: 2.5rem 0 2.5rem 3rem;
  }
  .faq__title .sub {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .faq__title .topic {
    font-size: 1.6rem;
  }
  .faq__content {
    margin-top: 3rem;
    padding: 0 2.5rem;
  }
  .faq .faqList__item {
    padding-bottom: 1.2rem;
  }
  .faq .faqList__item .question {
    font-size: 1.2rem;
  }
  .faq .faqList__item .question span {
    display: block;
  }
  .faq .faqList__item .anwser {
    margin-top: 0.4rem;
    font-size: 1rem;
  }
  .faq .faqList__item .anwser span {
    display: block;
  }
  .faq .serviceList > li {
    background-position-y: 0.6rem;
    background-size: 0.7rem 0.7rem;
    padding-left: 1.2rem;
  }
  .contact {
    padding: 4.5rem 0 0;
  }
  .contact__title {
    font-size: 1.6rem;
  }
  .contact__content {
    padding-top: 2rem;
    font-size: 1rem;
  }
  .contact .contactInfo > li {
    margin-bottom: 1rem;
  }
  .contact .contactInfo > li:last-child {
    margin-bottom: 0;
  }
  .contact .contactSns {
    margin-top: 3rem;
    flex-wrap: wrap;
  }
  .contact .contactSns > li {
    flex: 0 0 50%;
  }
  .cooperation {
    padding: 4.5rem 0 2.5rem;
  }
  .cooperation__title {
    font-size: 1.6rem;
  }
  .cooperation__content {
    padding-top: 2rem;
  }
  .cooperation .coopList > li {
    flex: 0 0 50%;
    margin-bottom: 2.5rem;
    padding: 0 1rem;
    height: 10rem;
  }
  .cooperation .coopList > li:nth-child(even) {
    border-left: none;
  }
  .docking {
    width: 5.2rem;
    right: 1.3rem;
    bottom: 2rem;
  }
  .docking img {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .wrapper {
    padding: 0 50px;
  }
  .landing {
    padding: 50px 0 100px;
  }
  .landing__content {
    flex-direction: row;
    justify-content: space-between;
  }
  .landing .landingForm {
    flex: 0 0 47.0930232558%;
    border-radius: 50px 50px 0 0;
    padding: 60px 40px;
    box-shadow: 10px 10px 10px rgba(52, 50, 98, 0.5);
  }
  .landing .landingForm .mask {
    padding: 20px;
  }
  .landing .landingText {
    margin-top: 0;
    flex: 0 0 44.1860465116%;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .landing .landingText h3 {
    font-size: 36px;
  }
  .landing .landingText ul li {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 30px;
    font-size: 20px;
  }
  .landing .landingText ul li:before {
    width: 21px;
    height: 17px;
  }
  .feature {
    margin-top: -100px;
    padding-bottom: 40px;
  }
  .feature .boxShadow:after {
    display: block;
    left: 40px;
    top: 40px;
  }
  .feature .boxShadow__content {
    padding: 40px 0;
  }
  .feature .featureBoard__list {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .feature .featureBoard__list > li {
    flex: 0 0 25%;
    padding: 0;
  }
  .feature .featureBoard__list > li.trans {
    padding: 0;
  }
  .feature .featureBoard__list > li.trans .featureItem {
    padding: 0 20px;
  }
  .feature .featureBoard__list > li.trans .featureItem__content {
    margin-top: 11px;
  }
  .feature .featureBoard__list > li:nth-child(even):after {
    display: block;
  }
  .feature .featureBoard__list > li:last-child:after {
    display: none;
  }
  .feature .featureBoard__list > li:nth-child(1), .feature .featureBoard__list > li:nth-child(2) {
    border-bottom: none;
  }
  .feature .featureBoard .featureItem {
    padding: 0 40px;
  }
  .feature .featureBoard .featureItem .featureItem__title {
    font-size: 36px;
  }
  .feature .featureBoard .featureItem .featureItem__title em {
    font-size: 28px;
  }
  .feature .featureBoard .featureItem .featureItem__title span {
    width: 110px;
  }
  .feature .featureBoard .featureItem .featureItem__title .price--usd {
    font-size: 20px;
  }
  .feature .featureBoard .featureItem .featureItem__content {
    font-size: 28px;
    margin-top: 25px;
  }
  .feature .featureBoard .featureItem--price .featureItem__content {
    margin-top: 2px;
  }
  .flow {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .flow__title {
    font-size: 36px;
  }
  .flow__content {
    margin-top: 20px;
    padding: 0;
  }
  .flow__content:after {
    height: 25px;
    border-radius: 30px;
  }
  .flow__content .benefit {
    margin-top: 20px;
  }
  .flow__steps {
    padding-top: 60px;
    flex-direction: column;
  }
  .flow__steps .line {
    width: 100%;
    height: 40px;
  }
  .flow__steps .line .deco {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .flow__steps .line .deco:before, .flow__steps .line .deco:after {
    width: 5px;
    height: 40px;
  }
  .flow__steps .line .deco:before {
    left: 0;
    top: 0;
  }
  .flow__steps .line .deco:after {
    left: auto;
    right: 0;
    top: 0;
  }
  .flow__steps .line .deco__line {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .flow__steps .line .text {
    font-size: 20px;
    width: auto;
    left: 50%;
    padding: 0 70px;
    letter-spacing: 0;
    writing-mode: horizontal-tb;
    transform: translate(-50%, -50%);
  }
  .flow__steps .line .text em {
    font-size: 20px;
  }
  .flow__steps .line .text em:last-child {
    margin-bottom: 0;
  }
  .flow__steps .line--sp {
    display: none;
  }
  .flow__steps .line--pc {
    display: block;
  }
  .flow__steps .steps {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    flex: 0 0 100%;
    text-align: center;
    justify-content: center;
  }
  .flow__steps .steps > li {
    display: inline-flex;
    flex: 0 0 33.3333333333%;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 55px;
  }
  .flow__steps .steps > li:after {
    display: none;
  }
  .flow__steps .steps > li .stepsItem {
    position: relative;
  }
  .flow__steps .steps > li .stepsItem:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 16.8px;
    background-image: url(/images/deco-flow_horizontal.svg?e6e3f0d5f0d0ab7b595a4f8a5def2cf2);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .flow__steps .steps > li:nth-child(1) {
    padding-left: 0;
  }
  .flow__steps .steps > li:nth-child(3) {
    padding-right: 0;
  }
  .flow__steps .steps > li:nth-child(4) {
    padding-left: 0;
  }
  .flow__steps .steps > li:nth-child(4), .flow__steps .steps > li:nth-child(5) {
    flex: 0 0 40%;
  }
  .flow__steps .steps > li:last-child {
    padding-right: 0;
    background-image: none;
  }
  .flow__steps .steps > li:last-child .stepsItem:after {
    display: none;
  }
  .flow .intro {
    font-size: 28px;
  }
  .flow .intro > span {
    display: inline;
  }
  .flow .benefit {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .flow .benefit__table {
    margin-top: 20px;
    width: 40%;
    padding: 0;
  }
  .flow .benefit__table td {
    padding: 18px 0 18px 56px;
  }
  .flow .benefit__table td:before {
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }
  .flow .benefit__table td span {
    font-size: 20px;
  }
  .flow .benefit__deco {
    margin-top: 0;
    padding: 0;
    flex: 0 0 37.7906976744%;
  }
  .flow .stepsItem {
    display: block;
    width: 100%;
    text-align: left;
  }
  .flow .stepsItem__image {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
  }
  .flow .stepsItem__text {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-left: 30px;
    white-space: inherit;
  }
  .flow .stepsItem__text .num,
  .flow .stepsItem__text .intro {
    font-size: 28px;
  }
  .flow .stepsItem__text .intro {
    margin-top: 10px;
  }
  .compare {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .compare .wrapper {
    padding: 0 130px;
  }
  .compare__title {
    font-size: 36px;
  }
  .compare__title:after {
    width: 280px;
    height: 5px;
    margin-top: 25px;
  }
  .compare__content .intro {
    font-size: 20px;
    margin-top: 28px;
  }
  .compare__content .quite {
    margin-top: 40px;
  }
  .compare .boxShadow:after {
    display: block;
    left: 50px;
    top: 50px;
  }
  .compare .boxShadow__content {
    padding: 70px 75px;
  }
  .compare .quite__title {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .compare .quite__title:after {
    width: 280px;
    height: 5px;
    margin-top: 25px;
  }
  .compare .quiteTable thead th {
    padding: 20px 0;
    font-size: 28px;
  }
  .compare .quiteTable tbody tr th, .compare .quiteTable tbody tr td {
    padding: 18px 10px;
    font-size: 20px;
  }
  .compare .quiteTable tbody tr th span, .compare .quiteTable tbody tr td span {
    display: inline;
  }
  .compare .quiteTable .label {
    width: 17.2%;
  }
  .compare .quiteTable .orginal {
    width: 46.8%;
  }
  .compare .quiteTable .copy {
    width: 36%;
  }
  .compare .quiteTable:after {
    width: 35.44%;
    border: 10px solid #e86b59;
    top: -9px;
    right: -10px;
  }
  .sns {
    background-color: #ffffff;
    padding: 55px 0;
  }
  .sns .snsList {
    flex-direction: row;
  }
  .sns .snsList > li {
    margin-bottom: 0;
  }
  .sns .snsList > li:first-child {
    flex: 2 0 0;
    padding-right: 25px;
  }
  .sns .snsList > li:nth-child(2) {
    flex: 1 0 0;
    padding: 0 25px;
  }
  .sns .snsList > li:last-child {
    flex: 1 0 0;
  }
  .faq {
    flex-direction: row;
  }
  .faq .boxShadow:after {
    left: 50px;
    top: 60px;
  }
  .faq__title {
    flex: 0 0 33.3333333333%;
  }
  .faq__title .boxShadow {
    width: 100%;
  }
  .faq__title .boxShadow__content {
    padding: 50px 0 320px 50px;
  }
  .faq__title .sub {
    margin-bottom: 60px;
    font-size: 28px;
  }
  .faq__title .topic {
    font-size: 36px;
  }
  .faq__content {
    margin-top: 20px;
    padding: 0 50px 0 130px;
  }
  .faq .faqList__item {
    padding-bottom: 6px;
  }
  .faq .faqList__item .question {
    font-size: 28px;
  }
  .faq .faqList__item .question span {
    display: inline;
  }
  .faq .faqList__item .anwser {
    margin-top: 8px;
    font-size: 20px;
  }
  .faq .faqList__item .anwser span {
    display: inline;
  }
  .faq .serviceList > li {
    background-position-y: 8px;
    background-size: 20px 20px;
    padding-left: 40px;
  }
  .contact {
    padding: 100px 0 0;
  }
  .contact__title {
    font-size: 36px;
  }
  .contact__content {
    padding-top: 60px;
    font-size: 20px;
  }
  .contact .contactInfo > li {
    margin-bottom: 20px;
  }
  .contact .contactSns {
    flex-wrap: nowrap;
    margin-top: 30px;
  }
  .contact .contactSns > li {
    flex: 0 0 320px;
  }
  .cooperation {
    padding: 100px 0 80px;
  }
  .cooperation__title {
    font-size: 36px;
  }
  .cooperation__content {
    padding-top: 60px;
  }
  .cooperation .coopList > li {
    flex: 0 0 25%;
    height: 180px;
    padding: 0 40px;
    margin-bottom: 20px;
    border-left: none;
  }
  .cooperation .coopList > li:nth-child(4n+1) {
    border-left: 1px solid #e6e6e6;
  }
  .docking {
    width: auto;
    right: 35px;
    bottom: 20px;
  }
  .docking img {
    width: auto;
  }
}
@media only screen and (min-width: 1600px) {
  .wrapper {
    padding: 0 100px;
  }
  .landing {
    padding: 100px 0;
  }
  .landing .landingForm {
    border-radius: 50px 50px 0 0;
    padding: 80px 50px;
  }
  .landing .landingText {
    padding-top: 80px;
  }
  .landing .landingText h3 {
    font-size: 50px;
  }
  .landing .landingText ul > li {
    padding-top: 33px;
    padding-bottom: 33px;
    padding-left: 50px;
    font-size: 28px;
  }
  .feature .boxShadow__content .featureBoard {
    padding: 80px 0;
  }
  .feature .featureBoard .featureItem .featureItem__title {
    font-size: 50px;
  }
  .feature .featureBoard .featureItem .featureItem__title em {
    font-size: 35px;
  }
  .feature .featureBoard .featureItem .featureItem__title span {
    width: 150px;
  }
  .feature .featureBoard .featureItem .featureItem__content {
    font-size: 35px;
  }
  .flow {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .flow__title {
    font-size: 50px;
  }
  .flow__content {
    margin-top: 40px;
  }
  .flow__content .benefit {
    margin-top: 40px;
  }
  .flow__steps {
    padding-top: 100px;
  }
  .flow__steps .steps > li {
    padding: 0 3px;
  }
  .flow__steps .line .text {
    font-size: 28px;
  }
  .flow__steps .line .text em {
    font-size: 28px;
  }
  .flow .intro {
    font-size: 35px;
  }
  .flow .benefit__table td {
    padding: 25px 0 25px 80px;
  }
  .flow .benefit__table td span {
    font-size: 28px;
  }
  .flow .benefit__table td:before {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
  .flow .stepsItem__image {
    width: 140px;
  }
  .flow .stepsItem__text .num,
  .flow .stepsItem__text .intro {
    font-size: 35px;
  }
  .flow .stepsItem:after {
    width: 100px;
    height: 28px;
  }
  .compare {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .compare .wrapper {
    padding: 0 260px;
  }
  .compare__title {
    font-size: 50px;
  }
  .compare__title:after {
    width: 400px;
    margin-top: 50px;
  }
  .compare__content .intro {
    font-size: 28px;
    margin-top: 40px;
  }
  .compare .boxShadow:after {
    display: block;
    left: 50px;
    top: 50px;
  }
  .compare .boxShadow__content {
    padding: 100px 75px;
  }
  .compare .quite__title {
    font-size: 35px;
  }
  .compare .quite__title:after {
    width: 400px;
    margin-top: 50px;
  }
  .compare .quiteTable thead th {
    padding: 30px 0;
    font-size: 35px;
  }
  .compare .quiteTable tbody tr th, .compare .quiteTable tbody tr td {
    padding: 25px 10px;
    font-size: 28px;
  }
  .faq__title .boxShadow__content {
    padding: 50px 0 385px 100px;
  }
  .faq__title .sub {
    font-size: 35px;
    margin-bottom: 80px;
  }
  .faq__title .topic {
    font-size: 50px;
  }
  .faq__content {
    margin-top: 40px;
  }
  .faq .faqList__item .question {
    font-size: 35px;
  }
  .faq .faqList__item .anwser {
    font-size: 28px;
  }
  .faq .serviceList > li {
    background-position-y: 17px;
  }
  .contact {
    padding: 145px 0 0;
  }
  .contact__title {
    font-size: 50px;
  }
  .contact__content {
    padding-top: 90px;
    font-size: 28px;
  }
  .contact .contactInfo > li {
    margin-bottom: 40px;
  }
  .cooperation {
    padding: 145px 0 80px;
  }
  .cooperation__title {
    font-size: 50px;
  }
  .cooperation__content {
    padding-top: 90px;
  }
  .cooperation .coopList > li {
    height: 220px;
    padding: 0 60px;
    border-left: none;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1700px) {
  .feature .featureBoard .featureItem {
    padding: 0 60px;
  }
  .flow__steps .steps > li {
    padding: 0 20px;
  }
  .flow .stepsItem__image {
    width: 160px;
  }
}
@media only screen and (min-width: 1920px) {
  .flow__steps .steps > li {
    padding: 0 20px;
  }
  .flow .stepsItem__image {
    width: 160px;
  }
  .flow .stepsItem__text {
    padding-left: 40px;
  }
  .flow .stepsItem:after {
    margin-left: 45px;
  }
}
