body {
  background: #ffffff;
  color: #4f4f4f;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.57;
  font-family: 'Tiempos Headline', sans-serif;
  -webkit-font-smoothing: antialiased; }
@media all and (min-width: 768px) {
  body {
    font-size: 21px; } }

form, fieldset {
  margin: 0;
  padding: 0;
  border-width: 0; }

input, select, textarea, button {
  font-family: 'Tiempos Headline', serif;
  font-size: 16px;
  color: #B78677;
  resize: none; }

input:focus, select:focus, textarea:focus, button:focus, a:focus, a:active {
  outline: none !important; }

input[type=text], input[type=password], input[type=submit], input[type=button], input[type=email], input[type=number], input[type=tel], textarea {
  -webkit-appearance: none; }

table {
  border-spacing: 0; }

td, th {
  padding: 0; }

img {
  vertical-align: bottom; }

a img {
  border-width: 0; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s; }

input, select, textarea, button {
  transition: all 0.3s; }

a:focus, a:hover {
  outline-width: 0;
  text-decoration: none;
  color: inherit; }

#all {
  min-width: 320px;
  overflow: hidden;
  min-height: 100%;
  height: 100%;
  position: relative; }

.none {
  display: none; }

* {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  box-sizing: border-box; }

#all .btn {
  border: 1px solid #1a1a1a; }
#all .btn:hover {
  color: #1a1a1a;
  background-color: white; }

header {
  background-color: #1a1a1a;
  color: white;
  position: relative; }
header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 0;
  display: none; }
@media all and (min-width: 768px) {
  header ul {
    display: block;
    top: 60px; } }
@media all and (min-width: 1600px) {
  header ul {
    right: 58px; } }
header ul.to-left {
  right: auto;
  left: 15px;
  display: block; }
@media all and (min-width: 768px) {
  header ul.to-left {
    left: 30px; } }
@media all and (min-width: 1600px) {
  header ul.to-left {
    left: 58px; } }
header ul.to-left li {
  display: block;
  margin-left: 0;
  margin-right: 20px; }
@media all and (min-width: 1600px) {
  header ul.to-left li {
    margin-right: 30px; } }
header ul li {
  float: left;
  font-size: 12px;
  font-family: Adelle Sans, sans-serif;
  margin-left: 20px;
  display: none;
  letter-spacing: 1px; }
@media all and (min-width: 1380px) {
  header ul li {
    display: block; } }
@media all and (min-width: 1600px) {
  header ul li {
    margin-left: 30px; } }
header ul a {
  display: block;
  line-height: 45px; }
header ul .special {
  display: block; }
header ul .special a {
  width: 156px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1px;
  border-radius: 40px; }
@media all and (min-width: 1050px) {
  header ul .special a:hover:before {
    transform: rotate(180deg); } }
header ul .special a:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  bottom: -70px;
  background: transparent url(../images/main/progress.png) no-repeat center;
  background-size: 100% auto;
  transform: rotate(0deg);
  transition: all 0.3s; }
header ul .special a span {
  position: relative;
  background-color: #1a1a1a;
  border-radius: 40px;
  display: block;
  line-height: 43px; }
header .brand {
  margin: 0;
  padding: 65px 0;
  text-align: center; }
header .brand img {
  width: 198px;
  height: auto; }
header h1 {
  background: transparent url(../images/main/question.png) no-repeat center bottom;
  background-size: 200px auto;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  padding: 97px 15px 85px 15px; }
@media all and (min-width: 480px) {
  header h1 {
    font-size: 40px;
    line-height: 50px;
    background-size: 250px auto;
    padding: 197px 15px 81px 15px; } }
@media all and (min-width: 768px) {
  header h1 {
    font-size: 55px;
    line-height: 65px;
    background-size: auto;
    padding: 287px 15px 81px 15px; } }
header .scroll-next {
  position: relative;
  top: 62px;
  margin: 0; }
header .scroll-next a {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-color: #1a1a1a;
  text-align: center;
  box-shadow: 0 0 84px rgba(11, 12, 17, 0.75);
  border-radius: 300px;
  padding-top: 39px;
  position: relative; }
header .scroll-next a > span {
  padding: 1px;
  border-radius: 40px;
  position: relative;
  width: 45px;
  line-height: 43px;
  display: block;
  margin: 0 auto; }
header .scroll-next a > span:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  bottom: -70px;
  background: transparent url(../images/main/progress.png) no-repeat center;
  background-size: 100% auto;
  transform: rotate(0deg);
  transition: all 0.3s; }
header .scroll-next a > span span {
  position: relative;
  background-color: #1a1a1a;
  border-radius: 40px;
  display: block;
  line-height: 43px; }
@media all and (min-width: 1050px) {
  header .scroll-next a:hover > span:before {
    transform: rotate(180deg); } }
header .scroll-next a i {
  font-size: 14px; }

.container-fluid {
  max-width: 1220px;
  padding-left: 15px;
  padding-right: 15px; }
@media all and (min-width: 768px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px; } }
@media all and (min-width: 1050px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px; } }

.small-text {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  font-family: Adelle Sans, sans-serif;
  font-weight: 300; }
@media all and (min-width: 768px) {
  .small-text {
    font-size: 18px;
    line-height: 30px; } }
@media all and (min-width: 1050px) {
  .small-text {
    max-width: 455px;
    font-size: 21px;
    line-height: 34px; } }
.small-text p {
  margin-bottom: 34px; }

.subtitle {
  font-size: 14px;
  font-family: Adelle Sans, sans-serif;
  letter-spacing: 1px; }

.content-section {
  color: #1a1a1a; }
@media all and (min-width: 768px) {
  .content-section .col-left {
    float: left;
    width: 50%; } }
@media all and (min-width: 1050px) {
  .content-section .col-left {
    padding-right: 30px; } }
@media all and (min-width: 1380px) {
  .content-section .col-left {
    padding-right: 50px; } }
@media all and (min-width: 768px) {
  .content-section .col-right {
    float: right;
    width: 50%; } }
@media all and (min-width: 1050px) {
  .content-section .col-right {
    padding-left: 30px; } }
@media all and (min-width: 1380px) {
  .content-section .col-right {
    padding-left: 50px; } }

.section1 {
  background-color: #f3f3f3;
  padding-top: 103px;
  padding-bottom: 101px; }
@media all and (min-width: 768px) {
  .section1 {
    padding-top: 153px;
    padding-bottom: 121px; } }
@media all and (min-width: 1050px) {
  .section1 {
    padding-bottom: 141px; } }
.section1 h2 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-family: Adelle Sans, sans-serif;
  font-weight: 300;
  padding-bottom: 37px; }
@media all and (min-width: 768px) {
  .section1 h2 {
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 77px; } }
@media all and (min-width: 1050px) {
  .section1 h2 {
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 137px; } }
.section1 p {
  font-size: 16px;
  line-height: 24px;
  font-family: Adelle Sans, sans-serif;
  font-weight: 300;
  text-align: center; }
@media all and (min-width: 768px) {
  .section1 p {
    margin-left: 50%;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    max-width: 455px; } }
@media all and (min-width: 1050px) {
  .section1 p {
    font-size: 21px;
    line-height: 34px;
    padding-left: 50px; } }

.section2 {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  padding-bottom: 80px; }
@media all and (min-width: 768px) {
  .section2 {
    padding-bottom: 0; } }
@media all and (min-width: 768px) {
  .section2 .col-left {
    margin-top: -156px; } }
@media all and (min-width: 1050px) {
  .section2 .col-left {
    padding-right: 80px;
    padding-left: 30px; } }
@media all and (min-width: 1380px) {
  .section2 .col-left {
    padding-right: 180px; } }
.section2 .col-left .photo {
  margin-bottom: 54px; }
@media all and (min-width: 1050px) {
  .section2 .col-left .photo {
    direction: rtl; } }
.section2 .col-left .photo img {
  max-width: 100%;
  height: auto;
  position: relative; }
@media all and (min-width: 768px) {
  .section2 .col-left .photo img {
    left: -30px; } }
@media all and (min-width: 1050px) {
  .section2 .col-left .photo img {
    max-width: none;
    left: 0; } }
.section2 .col-left h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 26px; }
.section2 .col-left .small-text {
  color: #a5a5a5;
  line-height: 22px;
  font-size: 14px; }
@media all and (min-width: 768px) {
  .section2 .col-left .small-text {
    max-width: 226px; } }
.section2 .col-left .small-text p {
  margin-bottom: 22px; }
.section2 .social {
  padding-top: 37px;
  padding-bottom: 81px; }
@media all and (min-width: 768px) {
  .section2 .social {
    padding-top: 57px;
    padding-bottom: 121px; } }
.section2 .social a {
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  margin-right: 14px;
  position: relative;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px; }
.section2 .social a:hover:after {
  opacity: 1; }
.section2 .social a:hover:before {
  border-color: transparent; }
.section2 .social a:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  top: 0;
  background: transparent url(../images/main/circle.png) no-repeat center;
  opacity: 0;
  transition: all 0.3s; }
.section2 .social a:before {
  content: " ";
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  transition: all 0.3s; }
.section2 .social a img {
  vertical-align: middle;
  margin-bottom: 4px; }
.section2 .col-right {
  padding-top: 55px; }
@media all and (min-width: 768px) {
  .section2 .col-right {
    padding-top: 115px; } }
@media all and (min-width: 1050px) {
  .section2 .col-right {
    padding-top: 215px; } }
.section2 h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  padding-bottom: 45px; }
@media all and (min-width: 480px) {
  .section2 h2 {
    font-size: 36px;
    line-height: 46px; } }
@media all and (min-width: 768px) {
  .section2 h2 {
    font-size: 28px;
    line-height: 40px; } }
@media all and (min-width: 1050px) {
  .section2 h2 {
    font-size: 40px;
    line-height: 50px;
    margin-right: -45px;
    padding-bottom: 115px; } }
@media all and (min-width: 1380px) {
  .section2 h2 {
    font-size: 48px;
    line-height: 62px; } }
.section2 h2 span {
  display: inline-block;
  position: relative; }
.section2 h2 span:after {
  content: " ";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  background: transparent url(../images/main/gradient.png) no-repeat left bottom; }
.section2 .col-photo {
  clear: both; }
@media all and (min-width: 768px) {
  .section2 .col-photo {
    padding-top: 75px; } }
@media all and (min-width: 1050px) {
  .section2 .col-photo {
    padding-top: 175px; } }
@media all and (min-width: 768px) {
  .section2 .col-photo .small-text {
    float: left;
    width: 50%;
    max-width: 510px;
    padding-right: 30px; } }
@media all and (min-width: 1050px) {
  .section2 .col-photo .small-text {
    padding-left: 30px;
    padding-right: 0; } }
@media all and (min-width: 768px) {
  .section2 .col-photo .photo {
    float: right;
    width: 50%; } }
@media all and (min-width: 1050px) {
  .section2 .col-photo .photo {
    padding-left: 50px; } }
@media all and (min-width: 1380px) {
  .section2 .col-photo .photo {
    padding-left: 180px; } }
.section2 .col-photo .photo img {
  max-width: 100%;
  height: auto; }
@media all and (min-width: 768px) {
  .section2 .col-photo .photo img {
    max-width: none; } }
@media all and (min-width: 1050px) {
  .section2 .col-photo .photo img {
    max-width: 450px; } }
@media all and (min-width: 1380px) {
  .section2 .col-photo .photo img {
    max-width: none; } }
.section2 .col-title {
  clear: both;
  padding-top: 82px; }
@media all and (min-width: 768px) {
  .section2 .col-title {
    padding-top: 122px; } }
@media all and (min-width: 1050px) {
  .section2 .col-title {
    padding-top: 182px; } }
.section2 .col-title .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  padding-bottom: 40px; }
@media all and (min-width: 480px) {
  .section2 .col-title .title {
    font-size: 36px;
    line-height: 46px; } }
@media all and (min-width: 768px) {
  .section2 .col-title .title {
    font-size: 40px;
    line-height: 55px;
    padding-bottom: 115px;
    float: left;
    max-width: 390px;
    padding-bottom: 390px; } }
@media all and (min-width: 1050px) {
  .section2 .col-title .title {
    font-size: 48px;
    line-height: 58px;
    padding-left: 30px;
    padding-bottom: 490px; } }
.section2 .col-title .title span {
  display: inline-block;
  position: relative; }
.section2 .col-title .title span:after {
  content: " ";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  background: transparent url(../images/main/gradient.png) no-repeat left bottom; }
.section2 .col-title .right-text {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 300;
  font-family: Adelle Sans, sans-serif; }
@media all and (min-width: 768px) {
  .section2 .col-title .right-text {
    float: right;
    width: 50%;
    font-size: 22px;
    line-height: 34px; } }
@media all and (min-width: 1050px) {
  .section2 .col-title .right-text {
    padding-left: 50px;
    padding-top: 43px;
    max-width: 570px; } }

.section3 {
  background: #1a1a1a;
  color: white;
  padding-bottom: 80px; }
@media all and (min-width: 768px) {
  .section3 {
    padding-bottom: 150px;
    background: #1a1a1a url(../images/main/line.png) no-repeat -400px 100%; } }
@media all and (min-width: 1050px) {
  .section3 {
    padding-bottom: 200px;
    background-position: left bottom; } }
.section3 .photo {
  float: left;
  width: 50%;
  direction: rtl;
  margin-top: -230px;
  display: none;
  padding-right: 30px; }
@media all and (min-width: 768px) {
  .section3 .photo {
    display: block; } }
@media all and (min-width: 1050px) {
  .section3 .photo {
    padding-right: 180px; } }
.section3 .photo img {
  max-width: 400px;
  height: auto; }
@media all and (min-width: 1050px) {
  .section3 .photo img {
    max-width: none; } }
.section3 .desc {
  padding-top: 93px; }
@media all and (min-width: 768px) {
  .section3 .desc {
    padding-top: 193px;
    float: right;
    width: 50%; } }
@media all and (min-width: 1050px) {
  .section3 .desc {
    padding-left: 50px; } }
.section3 h2 {
  padding-top: 7px;
  font-weight: 500;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: 34px; }
@media all and (min-width: 480px) {
  .section3 h2 {
    font-size: 36px;
    line-height: 46px; } }
@media all and (min-width: 768px) {
  .section3 h2 {
    font-size: 40px;
    line-height: 55px; } }
@media all and (min-width: 1050px) {
  .section3 h2 {
    font-size: 48px;
    line-height: 58px; } }
.section3 .small-text {
  color: #999999; }
.section3 .small-text .big {
  color: white;
  padding-bottom: 28px;
  font-size: 20px;
  line-height: 30px; }
@media all and (min-width: 768px) {
  .section3 .small-text .big {
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 27px; } }
@media all and (min-width: 1050px) {
  .section3 .small-text .big {
    font-size: 30px;
    line-height: 45px; } }

.section4 {
  padding-top: 102px; }
@media all and (min-width: 768px) {
  .section4 {
    padding-top: 150px; } }
@media all and (min-width: 1050px) {
  .section4 {
    padding-top: 202px; } }
.section4 .subtitle {
  text-align: center;
  margin-bottom: 26px; }
.section4 h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px; }
.section4 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  transition: all 0.3s; }
@media all and (min-width: 768px) {
  .section4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media all and (min-width: 1050px) {
  .section4 ul {
    margin: 0 -30px; } }
@media all and (min-width: 1600px) {
  .section4 ul {
    margin: 0 -175px; } }
.section4 ul li {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 35px 15px 37px 15px;
  transition: all 0.3s; }
@media all and (min-width: 768px) {
  .section4 ul li {
    width: 50%;
    padding: 55px 30px 57px 30px;
    font-size: 18px;
    line-height: 30px; } }
@media all and (min-width: 1050px) {
  .section4 ul li {
    width: 480px;
    padding: 65px 60px 87px 60px;
    font-size: 21px;
    line-height: 33px; } }
.section4 ul li:empty:hover {
  box-shadow: none; }
.section4 ul li:hover {
  box-shadow: 0 0 84px rgba(0, 0, 0, 0.06); }
.section4 ul li:hover i {
  color: white;
  transform: scale(1); }
.section4 ul li:nth-child(2) i {
  background-color: #7861ee; }
.section4 ul li:nth-child(3) i {
  background-color: #987ae3; }
.section4 ul li:nth-child(4) i {
  background-color: #b995d7; }
.section4 ul li:nth-child(5) i {
  background-color: #d5afcd; }
.section4 ul li:nth-child(6) i {
  background-color: #e2cec2; }
.section4 ul li:nth-child(7) i {
  background-color: #a6dec2; }
.section4 ul li:nth-child(8) i {
  background-color: #03e8c6; }
.section4 ul li i {
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0);
  background-color: #614bf7;
  transition: all 0.3s;
  border-radius: 20px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 28px;
  transform: scale(0.5); }
@media all and (min-width: 768px) {
  .section4 ul li i {
    margin-bottom: 48px; } }

.section5 {
  padding-top: 50px; }
@media all and (min-width: 1050px) {
  .section5 {
    padding-top: 150px; } }
.section5 .panels {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.section5 .panels li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  padding-bottom: 1px;
  cursor: pointer;
  transition: all 0.3s; }
.section5 .panels li.active {
  border-bottom: 2px solid #1a1a1a;
  padding-bottom: 0; }
.section5 .panels li.active span {
  color: #1a1a1a; }
.section5 .panels li.active strong {
  color: #1a1a1a; }
.section5 .panels li span {
  font-family: Adelle Sans, sans-serif;
  font-size: 14px;
  color: #a5a5a5;
  letter-spacing: 1px;
  transition: all 0.3s; }
.section5 .panels li strong {
  display: block;
  color: #a5a5a5;
  font-weight: 500;
  font-size: 18px;
  padding-top: 23px;
  padding-bottom: 17px;
  transition: all 0.3s; }
@media all and (min-width: 768px) {
  .section5 .panels li strong {
    font-size: 24px; } }
.section5 .panels li strong em {
  font-style: normal;
  text-decoration: underline; }
.section5 .list {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 58px 0 75px 0;
  transition: all 0.3s;
  text-align: center; }
@media all and (min-width: 768px) {
  .section5 .list {
    padding: 18px 0 75px 0;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media all and (min-width: 1050px) {
  .section5 .list {
    margin: 0 -30px;
    padding: 118px 0 75px 0; } }
@media all and (min-width: 1600px) {
  .section5 .list {
    margin: 0 -85px; } }
.section5 .list.none {
  display: none; }
.section5 .list li {
  transition: all 0.3s;
  padding: 67px 15px 28px 15px;
  position: relative; }
@media all and (min-width: 768px) {
  .section5 .list li {
    width: 33.33%; } }
@media all and (min-width: 1050px) {
  .section5 .list li {
    padding: 180px 90px 48px 90px; }
  .section5 .list li:hover {
    box-shadow: 0 0 84px rgba(0, 0, 0, 0.06); }
  .section5 .list li:hover p {
    opacity: 1; }
  .section5 .list li:hover .photo {
    opacity: 1;
    transform: scale(1); }
  .section5 .list li:hover .photo img {
    opacity: 1;
    transform: rotate(0deg); } }
.section5 .list h3 {
  font-size: 21px;
  font-weight: 300;
  padding-top: 25px;
  padding-bottom: 20px; }
.section5 .list p {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 22px;
  font-family: Adelle Sans, sans-serif;
  transition: all 0.3s; }
@media all and (min-width: 1050px) {
  .section5 .list p {
    opacity: 0; } }
.section5 .list .photo {
  background-color: #614bf7;
  border-radius: 70px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50px;
  background-color: #614bf7;
  width: 12px;
  height: 12px; }
@media all and (min-width: 1050px) {
  .section5 .list .photo {
    top: 60px;
    width: 111px;
    height: 111px;
    transform: scale(0.1);
    opacity: 1;
    transition: all 0.3s;
    transform-origin: 50% 83%;
    margin-left: -57px; } }
.section5 .list .photo img {
  opacity: 0;
  display: none;
  transition: all 0.3s;
  transform: rotate(360deg);
  border-radius: 100px;
  margin-left: -1px;
  margin-top: -1px; }
@media all and (min-width: 1050px) {
  .section5 .list .photo img {
    display: block; } }

.section6 {
  background-color: #f3f3f3;
  padding-top: 73px; }
@media all and (min-width: 768px) {
  .section6 {
    padding-top: 123px; } }
@media all and (min-width: 1050px) {
  .section6 {
    padding-top: 173px; } }
.section6 .subtitle {
  text-align: center;
  padding-bottom: 10px; }
.section6 h2 {
  text-align: center;
  font-weight: 500;
  padding-bottom: 20px;
  font-size: 24px; }
@media all and (min-width: 480px) {
  .section6 h2 {
    font-size: 36px; } }
@media all and (min-width: 768px) {
  .section6 h2 {
    font-size: 40px; } }
@media all and (min-width: 1050px) {
  .section6 h2 {
    font-size: 48px; } }
.section6 .big {
  font-family: Adelle Sans, sans-serif;
  font-weight: 300;
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px; }
@media all and (min-width: 768px) {
  .section6 .big {
    font-size: 26px;
    line-height: 40px; } }
@media all and (min-width: 1050px) {
  .section6 .big {
    font-size: 30px;
    line-height: 45px; } }
.section6 .box-outer {
  padding-top: 190px;
  position: relative;
  z-index: 1; }
@media all and (min-width: 1600px) {
  .section6 .box-outer {
    margin: 0 -120px; } }
@media all and (min-width: 1050px) {
  .section6 .box-outer.show .box {
    left: -40px; }
  .section6 .box-outer.show .box + .box {
    left: 40px; } }
.section6 .box-outer1 {
  display: inline-block;
  width: 100%;
  vertical-align: bottom; }
.section6 .box {
  background-color: white;
  box-shadow: 0 0 84px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 76px 15px 40px 15px;
  z-index: 1;
  transition: all 1.5s; }
@media all and (min-width: 768px) {
  .section6 .box {
    height: 360px;
    float: left;
    width: 45%;
    padding: 76px 20px 40px 20px;
    position: relative;
    top: 180px;
    left: 0; } }
@media all and (min-width: 1380px) {
  .section6 .box {
    width: 470px;
    padding: 76px 120px 40px 120px; } }
.section6 .box h3 {
  font-size: 14px;
  font-weight: normal;
  font-family: Adelle Sans, sans-serif;
  letter-spacing: 1px; }
.section6 .box p {
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  padding-top: 17px; }
@media all and (min-width: 768px) {
  .section6 .box + .box {
    float: right;
    left: 0; } }
.section6 .mockup {
  position: absolute;
  left: -30px;
  margin-top: 175px;
  text-align: center;
  right: -30px;
  z-index: 1; }
.section6 .mockup.show span {
  opacity: 0.8; }
.section6 .mockup img {
  max-width: 100%;
  height: auto; }
.section6 .mockup span {
  position: absolute;
  left: 14.2%;
  top: 4%;
  width: 70.30%;
  opacity: 0.8; }
@media all and (min-width: 1050px) {
  .section6 .mockup span {
    opacity: 0.2;
    transition: all 1.5s; } }

.section7 {
  padding-top: 125px; }
@media all and (min-width: 768px) {
  .section7 {
    padding-top: 285px; } }
@media all and (min-width: 1050px) {
  .section7 {
    padding-top: 505px; } }
.section7 h2 {
  font-weight: 300;
  font-family: Adelle Sans, sans-serif;
  text-align: center;
  max-width: 810px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px; }
@media all and (min-width: 768px) {
  .section7 h2 {
    font-size: 24px;
    line-height: 40px; } }
@media all and (min-width: 1050px) {
  .section7 h2 {
    font-size: 30px;
    line-height: 45px; } }
.section7 .list {
  list-style-type: none;
  margin: 0;
  padding: 68px 0 0 0; }
@media all and (min-width: 1050px) {
  .section7 .list {
    padding: 168px 0 0 0;
    margin: 0 30px; } }
.section7 .list > li {
  border-bottom: 1px solid #e8e8e8; }
.section7 .list li > span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #a5a5a5;
  padding: 37px 110px 38px 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s; }
@media all and (min-width: 768px) {
  .section7 .list li > span {
    font-size: 22px;
    padding: 33px 110px 34px 40px; } }
@media all and (min-width: 1050px) {
  .section7 .list li > span {
    font-size: 24px; } }
@media all and (min-width: 1050px) {
  .section7 .list li > span:hover {
    color: #1a1a1a; }
  .section7 .list li > span:hover .plus:after {
    opacity: 1; }
  .section7 .list li > span:hover .plus:before {
    border-color: transparent; } }
.section7 .list .active > span {
  box-shadow: 0 0 84px rgba(0, 0, 0, 0.06);
  color: #1a1a1a; }
.section7 .list .active .plus:before {
  background: transparent url(../images/main/minus.png) no-repeat center; }
.section7 .list .active ul {
  display: block; }
.section7 .list .plus {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 31px;
  right: 30px; }
.section7 .list .plus:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  top: 0;
  background: transparent url(../images/main/circle.png) no-repeat center;
  opacity: 0;
  transition: all 0.3s; }
.section7 .list .plus:before {
  content: " ";
  background: transparent url(../images/main/plus.png) no-repeat center;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  transition: all 0.3s; }
.section7 .list ul {
  background-color: #f3f3f3;
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300; }
@media all and (min-width: 768px) {
  .section7 .list ul {
    font-size: 18px; } }
@media all and (min-width: 1050px) {
  .section7 .list ul {
    font-size: 21px; } }
.section7 .list ul li {
  border-top: 1px solid #e8e8e8;
  padding: 28px 15px 23px 15px; }
@media all and (min-width: 768px) {
  .section7 .list ul li {
    padding: 38px 40px 33px 40px; } }
.section7 .list ul li:first-child {
  border-top-width: 0; }
.section7 .list ul li i {
  font-size: 14px;
  width: 20px; }
@media all and (min-width: 768px) {
  .section7 .list ul li i {
    width: 40px; } }

.section8 {
  padding-top: 173px;
  padding-bottom: 144px; }
@media all and (min-width: 768px) {
  .section8 {
    padding-top: 273px;
    padding-bottom: 244px; } }
.section8 .columns {
  position: relative;
  display: inline-block;
  width: 100%; }
@media all and (min-width: 768px) {
  .section8 .columns:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e8e8e8; } }
@media all and (min-width: 768px) {
  .section8 .col-left {
    width: 50%;
    padding-right: 30px; } }
@media all and (min-width: 1050px) {
  .section8 .col-left {
    padding-left: 30px;
    padding-right: 0;
    width: 390px; } }
.section8 .col-left h2 {
  font-weight: 500;
  padding-top: 6px;
  font-size: 24px; }
@media all and (min-width: 480px) {
  .section8 .col-left h2 {
    font-size: 36px; } }
@media all and (min-width: 768px) {
  .section8 .col-left h2 {
    font-size: 40px; } }
@media all and (min-width: 1050px) {
  .section8 .col-left h2 {
    font-size: 48px; } }
.section8 .col-left .big {
  font-weight: 300;
  font-family: Adelle Sans, sans-serif;
  padding-top: 15px;
  font-size: 20px;
  line-height: 30px; }
@media all and (min-width: 768px) {
  .section8 .col-left .big {
    font-size: 26px;
    line-height: 40px; } }
@media all and (min-width: 1050px) {
  .section8 .col-left .big {
    font-size: 30px;
    line-height: 45px; } }
.section8 .col-left ul {
  list-style-type: none;
  margin: 0;
  padding: 77px 0 100px 0; }
@media all and (min-width: 768px) {
  .section8 .col-left ul {
    padding: 107px 0 0 0; } }
.section8 .col-left ul li {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 74px; }
@media all and (min-width: 768px) {
  .section8 .col-left ul li {
    font-size: 21px;
    line-height: 33px; } }
@media all and (min-width: 1050px) {
  .section8 .col-left ul li {
    padding-bottom: 114px; } }
.section8 .col-left ul li:last-child {
  padding-bottom: 0; }
.section8 .col-left ul li.dis i {
  background-color: #03e8c6; }
.section8 .col-left ul i {
  font-size: 14px;
  background-color: #f3f3f3;
  border-radius: 30px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: white;
  display: block;
  margin: 0 auto 33px auto;
  transition: all 0.3s;
  transition-delay: 1s; }
.section8 .col-left ul i.show {
  background-color: #03e8c6; }
.section8 .col-right {
  padding-left: 0;
  text-align: center; }
@media all and (min-width: 768px) {
  .section8 .col-right {
    float: right;
    width: 50%;
    position: relative;
    right: -30px; } }
@media all and (min-width: 1050px) {
  .section8 .col-right {
    width: 410px; } }
@media all and (min-width: 1380px) {
  .section8 .col-right {
    right: -70px; } }
@media all and (max-width: 1049px) {
  .section8 .col-right .can-fixed {
    margin-top: 0 !important; } }
@media all and (min-width: 1050px) {
  .section8 .col-right .can-fixed.fixed {
    position: fixed;
    top: 0;
    width: 410px; } }
.section8 .col-right .subtitle {
  background-color: #1a1a1a;
  color: white;
  text-align: center;
  margin: 0;
  max-width: none;
  padding-top: 53px;
  padding-bottom: 34px; }
.section8 .col-right p {
  margin-left: auto;
  margin-right: auto;
  max-width: 310px; }
.section8 .col-right h2 {
  background-color: #1a1a1a;
  color: white;
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  padding-bottom: 152px; }
.section8 .col-right .photo {
  margin-top: -95px;
  margin-bottom: 53px; }
.section8 .col-right .btn {
  background-color: #1a1a1a;
  font-family: Adelle Sans, sans-serif;
  color: white;
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 12px;
  padding: 9px 24px;
  line-height: 23px;
  margin-top: 38px; }
.section8 .col-right .btn:hover {
  background-color: #343434; }

.layer-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s; }
.layer-popup.show {
  visibility: visible;
  opacity: 1; }

.popup-outer {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s; }
.popup-outer.show {
  visibility: visible;
  opacity: 1; }
.popup-outer .popup-inner {
  border: 1px solid #e8e8e8;
  background-color: white;
  box-shadow: 0 10px 70px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 616px;
  position: relative; }
.popup-outer .subtitle {
  text-align: center;
  padding-top: 95px; }
.popup-outer h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  padding-top: 16px; }
.popup-outer form {
  padding: 5px 15px 15px 15px; }
@media all and (min-width: 768px) {
  .popup-outer form {
    padding: 23px 60px 95px 60px; } }
.popup-outer form label {
  font-size: 14px;
  color: #a5a5a5;
  display: block;
  font-family: Adelle Sans, sans-serif;
  font-weight: normal;
  margin-bottom: 0; }
.popup-outer form .form-group {
  padding-top: 37px; }
.popup-outer form .form-control {
  border-width: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  transition: all 0.3s;
  font-size: 22px;
  color: #666666;
  height: 47px;
  font-weight: 300;
  padding: 0;
  box-shadow: none;
  font-family: Adelle Sans, sans-serif; }
.popup-outer form .form-control:focus {
  border-bottom-color: #444444;
  box-shadow: none; }
.popup-outer form textarea.form-control {
  background: transparent url(../images/main/textarea.png);
  height: 240px;
  line-height: 60px; }
.popup-outer .button {
  text-align: center; }
.popup-outer .btn {
  background-color: #1a1a1a;
  font-family: Adelle Sans, sans-serif;
  color: white;
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 12px;
  padding: 9px 24px;
  line-height: 23px;
  margin-top: 38px; }
.popup-outer .btn:hover {
  background-color: #343434; }
.popup-outer .button-close {
  position: absolute;
  right: 0;
  top: -42px;
  width: 42px;
  height: 42px;
  padding: 0;
  border-width: 0;
  background: transparent url(../images/close.png) no-repeat center; }
@media all and (min-width: 768px) {
  .popup-outer .button-close {
    right: -42px; } }
.popup-outer .button-close span {
  display: none; }

.section9 {
  background: #1a1a1a url(../images/main/line1.png) no-repeat center top;
  color: white;
  padding-top: 75px;
  padding-bottom: 120px; }
@media all and (min-width: 768px) {
  .section9 {
    padding-top: 175px;
    padding-bottom: 220px; } }
.section9 .subtitle {
  text-align: center;
  padding-bottom: 10px; }
.section9 h2 {
  text-align: center;
  font-weight: 500;
  padding-bottom: 20px;
  font-size: 24px; }
@media all and (min-width: 480px) {
  .section9 h2 {
    font-size: 36px; } }
@media all and (min-width: 768px) {
  .section9 h2 {
    font-size: 40px; } }
@media all and (min-width: 1050px) {
  .section9 h2 {
    font-size: 48px; } }
.section9 h2 span {
  display: inline-block;
  position: relative; }
.section9 h2 span:after {
  content: " ";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  background: transparent url(../images/main/gradient.png) no-repeat left bottom; }
.section9 .big {
  text-align: center;
  font-weight: 300;
  max-width: 1000px;
  font-family: Adelle Sans, sans-serif;
  margin: 0 auto;
  padding-bottom: 98px;
  font-size: 20px;
  line-height: 30px; }
@media all and (min-width: 768px) {
  .section9 .big {
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 198px; } }
@media all and (min-width: 1050px) {
  .section9 .big {
    font-size: 30px;
    line-height: 45px; } }
.section9 .step {
  padding-top: 30px; }
@media all and (min-width: 768px) {
  .section9 .step {
    width: 66.66%;
    float: left; } }
@media all and (min-width: 1050px) {
  .section9 .step {
    width: 33.33%;
    padding: 0 30px; } }
.section9 .step .subtitle {
  text-transform: uppercase;
  text-align: left; }
.section9 .step h3 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  min-height: 62px;
  padding-bottom: 20px; }
.section9 .step h3 + p {
  font-size: 22px;
  color: #999999;
  line-height: 24px;
  font-size: 18px;
  font-family: Adelle Sans, sans-serif;
  font-weight: 300; }
@media all and (min-width: 768px) {
  .section9 .step h3 + p {
    line-height: 34px;
    font-size: 22px; } }
.section9 .photo {
  display: none; }
@media all and (min-width: 768px) {
  .section9 .photo {
    display: block;
    float: right;
    width: 33.33%;
    padding-left: 90px;
    margin-top: -300px; } }
@media all and (min-width: 1050px) {
  .section9 .photo {
    margin-top: 0; } }
.section9 .photo img {
  position: absolute; }

.section10 {
  padding-top: 78px;
  padding-bottom: 51px; }
@media all and (min-width: 768px) {
  .section10 {
    padding-top: 178px;
    padding-bottom: 111px; } }
.section10 .subtitle {
  text-transform: uppercase; }
@media all and (min-width: 1050px) {
  .section10 .subtitle {
    padding-left: 30px; } }
.section10 h2 {
  font-weight: 500;
  padding-top: 6px;
  font-size: 24px; }
@media all and (min-width: 480px) {
  .section10 h2 {
    font-size: 36px; } }
@media all and (min-width: 768px) {
  .section10 h2 {
    font-size: 40px; } }
@media all and (min-width: 1050px) {
  .section10 h2 {
    font-size: 48px;
    padding-left: 30px; } }
.section10 .big {
  max-width: 420px;
  color: #1a1a1a;
  padding-top: 14px;
  font-family: Adelle Sans, sans-serif;
  font-weight: 300;
  padding-bottom: 48px;
  font-size: 20px;
  line-height: 30px; }
@media all and (min-width: 768px) {
  .section10 .big {
    font-size: 26px;
    line-height: 40px; } }
@media all and (min-width: 1050px) {
  .section10 .big {
    font-size: 30px;
    line-height: 45px;
    padding-left: 30px; } }
.section10 .medium {
  font-family: Adelle Sans, sans-serif;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 87px; }
@media all and (min-width: 768px) {
  .section10 .medium {
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 187px;
    max-width: 420px; } }
@media all and (min-width: 1050px) {
  .section10 .medium {
    padding-left: 30px; } }
.section10 .boxs {
  list-style-type: none;
  margin: 0;
  padding: 0; }
@media all and (min-width: 768px) {
  .section10 .boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
.section10 .boxs li {
  padding-bottom: 55px;
  max-width: 460px; }
@media all and (min-width: 768px) {
  .section10 .boxs li {
    float: left;
    width: 48%;
    padding-bottom: 85px; } }
@media all and (min-width: 1050px) {
  .section10 .boxs li {
    padding-left: 30px;
    width: 50%; } }
.section10 .boxs h3 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 26px; }
.section10 .boxs p {
  font-family: Adelle Sans, sans-serif;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300; }
@media all and (min-width: 768px) {
  .section10 .boxs p {
    font-size: 22px;
    line-height: 34px;
    max-width: 420px; } }

.section11 {
  position: relative; }
.section11 .subtitle-center {
  text-align: center; }
.section11 h2 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px; }
@media all and (min-width: 480px) {
  .section11 h2 {
    font-size: 36px;
    line-height: 46px; } }
@media all and (min-width: 768px) {
  .section11 h2 {
    font-size: 40px;
    line-height: 50px; } }
@media all and (min-width: 1050px) {
  .section11 h2 {
    font-size: 48px;
    line-height: 58px; } }
.section11 h3 {
  padding-top: 15px;
  padding-bottom: 15px; }
.section11 .big {
  color: #666666;
  font-family: Adelle Sans, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px; }
@media all and (min-width: 768px) {
  .section11 .big {
    font-size: 20px;
    line-height: 30px; } }
@media all and (min-width: 1050px) {
  .section11 .big {
    font-size: 22px;
    line-height: 34px; } }
.section11 .main-big {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #1a1a1a;
  padding-top: 26px;
  padding-bottom: 66px;
  font-size: 20px;
  line-height: 30px; }
@media all and (min-width: 768px) {
  .section11 .main-big {
    font-size: 26px;
    line-height: 40px;
    padding-left: 30px;
    padding-bottom: 166px; } }
@media all and (min-width: 1050px) {
  .section11 .main-big {
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 266px; } }
.section11 .photo-left .desc {
  padding-top: 12px; }
@media all and (min-width: 768px) {
  .section11 .photo-left .desc {
    margin-left: 50%;
    padding-left: 52px; } }
@media all and (min-width: 1050px) {
  .section11 .photo-left .desc {
    padding-right: 45px; } }
.section11 .photo-left .photo {
  margin-left: -15px;
  margin-bottom: -100px; }
@media all and (min-width: 768px) {
  .section11 .photo-left .photo {
    position: absolute;
    margin-left: 0;
    left: 0;
    max-width: 52%;
    margin-bottom: 0; } }
.section11 .photo-left .photo img {
  max-width: 100%;
  height: auto; }
@media all and (min-width: 768px) {
  .section11 .spacer {
    padding-bottom: 5%; } }
@media all and (min-width: 1050px) {
  .section11 .spacer {
    padding-bottom: 20%; } }
.section11 .photo-right {
  padding-bottom: 60px; }
@media all and (min-width: 768px) {
  .section11 .photo-right {
    padding-bottom: 180px; } }
@media all and (min-width: 1050px) {
  .section11 .photo-right {
    padding-top: 60px; } }
.section11 .photo-right .desc {
  padding-top: 62px; }
@media all and (min-width: 768px) {
  .section11 .photo-right .desc {
    float: left;
    width: 50%;
    padding-left: 30px; } }
@media all and (min-width: 1050px) {
  .section11 .photo-right .desc {
    width: 390px; } }
@media all and (min-width: 768px) {
  .section11 .photo-right .photo {
    margin-left: 50%;
    padding-left: 30px;
    padding-top: 40px; } }
@media all and (min-width: 1050px) {
  .section11 .photo-right .photo {
    margin-left: 450px;
    padding-left: 0;
    padding-top: 0; } }
.section11 .photo-right .photo img {
  max-width: 100%;
  height: auto; }
@media all and (min-width: 1050px) {
  .section11 .photo-right .photo img {
    max-width: none; } }
.section11 .photo-bottom {
  margin-bottom: 87px; }
@media all and (min-width: 768px) {
  .section11 .photo-bottom {
    margin-bottom: 137px; } }
@media all and (min-width: 768px) {
  .section11 .photo-bottom .subtitle {
    text-align: center; } }
.section11 .photo-bottom h3 {
  padding-bottom: 50px; }
@media all and (min-width: 768px) {
  .section11 .photo-bottom h3 {
    text-align: center; } }
.section11 .photo-bottom .big {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 51px; }
@media all and (min-width: 768px) {
  .section11 .photo-bottom .big {
    text-align: center;
    max-width: 530px; } }
.section11 .photo-bottom .photo {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center; }
@media all and (min-width: 1050px) {
  .section11 .photo-bottom .photo {
    margin-left: -200px;
    margin-right: -200px; } }
.section11 .photo-bottom .photo img {
  max-width: 100%;
  height: auto; }
.section11 .photo-left1 {
  position: relative;
  padding-bottom: 65px; }
@media all and (min-width: 768px) {
  .section11 .photo-left1 {
    padding-top: 62px;
    padding-bottom: 265px; } }
@media all and (min-width: 768px) {
  .section11 .photo-left1 .subtitle {
    margin-left: 50%;
    padding-left: 50px; } }
@media all and (min-width: 768px) {
  .section11 .photo-left1 h3 {
    margin-left: 50%;
    padding-left: 50px; } }
@media all and (min-width: 768px) {
  .section11 .photo-left1 .big {
    margin-left: 50%;
    padding-left: 50px; } }
@media all and (min-width: 768px) {
  .section11 .photo-left1 .photo {
    position: absolute;
    left: 0;
    right: 50%;
    margin-right: 15px;
    top: 0; } }
@media all and (min-width: 1050px) {
  .section11 .photo-left1 .photo {
    left: -176px;
    margin-right: 60px; } }
.section11 .photo-left1 .photo img {
  max-width: 100%;
  height: auto; }

.section12 {
  background-color: #f3f3f3;
  padding-bottom: 146px;
  padding-top: 63px; }
@media all and (min-width: 1050px) {
  .section12 {
    padding-bottom: 246px;
    padding-top: 463px; } }
.section12 .boxs {
  margin: 0;
  overflow: hidden; }
@media all and (min-width: 768px) {
  .section12 .boxs {
    margin: 0 -15px; } }
@media all and (min-width: 1050px) {
  .section12 .boxs {
    margin: 0 -30px; } }
@media all and (min-width: 1600px) {
  .section12 .boxs {
    margin: 0 -160px; } }
.section12 .box {
  padding-top: 50px; }
@media all and (min-width: 768px) {
  .section12 .box {
    padding-left: 15px;
    padding-right: 15px; } }
@media all and (min-width: 1050px) {
  .section12 .box {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    width: 33.33%; } }
@media all and (min-width: 1600px) {
  .section12 .box {
    padding-left: 90px;
    padding-right: 90px; } }
.section12 h3 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 17px;
  padding-top: 14px; }
.section12 .big {
  font-size: 18px;
  color: #666666;
  font-family: Adelle Sans, sans-serif;
  line-height: 26px;
  font-weight: 300; }
@media all and (min-width: 768px) {
  .section12 .big {
    font-size: 22px;
    line-height: 34px; } }

.section13 {
  background: #1a1a1a url(../images/main/bg1.png) no-repeat center;
  color: white;
  padding-bottom: 82px;
  padding-top: 73px; }
@media all and (min-width: 768px) {
  .section13 {
    padding-bottom: 182px;
    padding-top: 173px; } }
.section13 .subtitle {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px; }
.section13 h2 {
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
  font-size: 24px; }
@media all and (min-width: 480px) {
  .section13 h2 {
    font-size: 36px; } }
@media all and (min-width: 768px) {
  .section13 h2 {
    font-size: 40px; } }
@media all and (min-width: 1050px) {
  .section13 h2 {
    font-size: 48px; } }
.section13 .big {
  text-align: center;
  font-family: Adelle Sans, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 107px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300; }
@media all and (min-width: 768px) {
  .section13 .big {
    font-size: 26px;
    line-height: 40px; } }
@media all and (min-width: 1050px) {
  .section13 .big {
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 247px; } }
.section13 .boxs {
  display: inline-block;
  width: 100%;
  vertical-align: bottom; }
@media all and (min-width: 768px) {
  .section13 .boxs .box {
    float: left;
    width: 50%;
    padding-right: 50px; } }
@media all and (min-width: 768px) {
  .section13 .boxs .box + .box {
    padding-right: 0;
    padding-left: 50px; } }
.section13 .boxs .box + .box p {
  box-shadow: 0 0 84px rgba(3, 232, 198, 0.15); }
.section13 .boxs .box p {
  margin: 0;
  box-shadow: 0 0 84px rgba(97, 75, 247, 0.15);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 62px 15px 20px 15px;
  height: 257px;
  background-color: #1a1a1a;
  line-height: 26px; }
@media all and (min-width: 768px) {
  .section13 .boxs .box p {
    padding: 92px 25px 20px 25px;
    height: 357px; } }
@media all and (min-width: 1050px) {
  .section13 .boxs .box p {
    padding: 92px 75px 20px 75px;
    font-size: 24px;
    line-height: 31px; } }
.section13 .boxs .box p span {
  display: block;
  font-family: Adelle Sans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  letter-spacing: 1px; }

.section14 {
  padding-bottom: 85px;
  padding-top: 80px; }
@media all and (min-width: 768px) {
  .section14 {
    padding-bottom: 185px;
    padding-top: 180px; } }
.section14 .subtitle {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 17px; }
.section14 h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px; }
.section14 .big {
  color: #666666;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  font-family: Adelle Sans, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 300; }

.section14 .comments {
  -webkit-box-shadow: 0 0 84px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 84px rgba(0, 0, 0, 0.06);
  position: relative;
  padding-top: 40px;
  margin-top: 34px; }

.section14 .comments .list {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }

.section14 .comments .list li {
  width: 100%;
  padding: 0 20px 0 20px; }

.section14 .comments .list .cite {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: Adelle Sans,sans-serif;
  line-height: 25px; }

.section14 .comments .list .cite span {
  color: #a5a5a5;
  display: block; }

.section14 .comments .list blockquote {
  border-width: 0;
  padding: 15px 0 35px 0;
  margin: 0;
  color: #666;
  font-weight: 300;
  font-size: 16px;
  font-family: Adelle Sans,sans-serif;
  line-height: 24px; }

@media all and (min-width: 768px) {
  .section14 .comments .list li {
    width: 50%;
    padding-bottom: 40px; }

  .section14 .comments {
    margin-top: 84px;
    padding-top: 60px; }

  .section14 .comments .list blockquote, .section14 .comments .list .cite {
    font-size: 18px;
    line-height: 28px; } }
@media all and (min-width: 1050px) {
  .section14 .comments .list blockquote, .section14 .comments .list .cite {
    font-size: 21px;
    line-height: 33px; } }
#all .section15 {
  background-color: #f3f3f3;
  position: relative;
  padding-top: 87px; }
@media all and (min-width: 1050px) {
  #all .section15 {
    padding-top: 187px; } }
#all .section15:before {
  content: " ";
  background-color: white;
  height: 347px;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute; }
#all .section15 .subtitle {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 14px; }
#all .section15 h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 93px; }
#all .section15 .price-list {
  overflow: hidden; }
#all .section15 .box {
  position: relative;
  z-index: 1;
  background-color: white;
  padding: 40px 15px 48px 15px;
  box-shadow: 0 0 84px rgba(0, 0, 0, 0.06); }
@media all and (min-width: 768px) {
  #all .section15 .box {
    float: left;
    width: 50%;
    padding: 110px 30px 78px 30px; } }
@media all and (min-width: 1380px) {
  #all .section15 .box {
    padding: 110px 60px 78px 60px; } }
#all .section15 .box + .box {
  color: white;
  background: #1a1a1a url(../images/main/pricebg.png) no-repeat 100% 51px;
  box-shadow: none; }
@media all and (min-width: 1380px) {
  #all .section15 .box + .box {
    padding-right: 90px; } }
#all .section15 .box + .box .btn {
  color: #1a1a1a; }
#all .section15 .box + .box .btn:hover {
  background-color: #1a1a1a;
  color: #03e8c6; }
#all .section15 .box + .box .button {
  padding-top: 58px;
  padding-bottom: 9px; }
#all .section15 .box .subtitle {
  text-align: left;
  margin-bottom: -20px;
  padding-bottom: 0; }
#all .section15 .button {
  text-align: center;
  padding-top: 24px; }
#all .section15 .btn {
  background-color: #03e8c6;
  border-radius: 50px;
  color: white;
  line-height: 78px;
  font-family: Adelle Sans, sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #03e8c6; }
@media all and (min-width: 480px) {
  #all .section15 .btn {
    width: 290px; } }
#all .section15 .btn:hover {
  background-color: white;
  color: #03e8c6; }
#all .section15 h3 {
  font-weight: 500;
  line-height: 160px;
  display: inline-block;
  margin: 0;
  font-size: 24px; }
@media all and (min-width: 480px) {
  #all .section15 h3 {
    font-size: 36px; } }
@media all and (min-width: 1050px) {
  #all .section15 h3 {
    font-size: 48px; } }
#all .section15 .price {
  border: 1px solid #e8e8e8;
  width: 120px;
  height: 120px;
  border-radius: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 37px;
  font-family: Adelle Sans, sans-serif;
  padding-top: 20px;
  float: right;
  position: relative; }
@media all and (min-width: 1050px) {
  #all .section15 .price {
    width: 160px;
    height: 160px;
    font-size: 47px;
    padding-top: 30px; } }
#all .section15 .price span {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  display: block;
  margin-top: -5px; }
#all .section15 .price .old {
  color: #a3a3a3;
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 0; }
@media all and (min-width: 1050px) {
  #all .section15 .price .old {
    right: 45px;
    top: 8px; } }
#all .section15 .price .old:before {
  content: " ";
  position: absolute;
  height: 2px;
  left: -4px;
  right: -4px;
  top: 50%;
  margin-top: -1px;
  background-color: #ff0000; }
#all .section15 .price-right {
  box-shadow: 0 0 84px rgba(6, 232, 198, 0.15);
  width: 120px;
  background-color: #1a1a1a;
  height: 120px;
  border-radius: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 37px;
  font-family: Adelle Sans, sans-serif;
  padding-top: 20px;
  float: right;
  position: relative; }
@media all and (min-width: 1050px) {
  #all .section15 .price-right {
    width: 160px;
    height: 160px;
    font-size: 47px;
    padding-top: 30px; } }
#all .section15 .price-right span {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  display: block;
  margin-top: -5px; }
#all .section15 .price-right .old {
  color: #a3a3a3;
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 0; }
@media all and (min-width: 1050px) {
  #all .section15 .price-right .old {
    right: 45px;
    top: 8px; } }
#all .section15 .price-right .old:before {
  content: " ";
  position: absolute;
  height: 2px;
  left: -4px;
  right: -4px;
  top: 50%;
  margin-top: -1px;
  background-color: #ff0000; }
#all .section15 ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
@media all and (min-width: 768px) {
  #all .section15 ul.tik {
    padding-top: 52px; } }
@media all and (min-width: 1050px) {
  #all .section15 ul.tik {
    padding-top: 102px; } }
#all .section15 ul.tik li {
  padding-left: 40px;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #a5a5a5;
  margin-bottom: 20px;
  font-family: Adelle Sans, sans-serif; }
@media all and (min-width: 1050px) {
  #all .section15 ul.tik li {
    float: left;
    width: 50%;
    min-height: 78px;
    margin-bottom: 0; } }
#all .section15 ul.tik i {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #03e8c6;
  border-radius: 20px;
  color: white;
  text-align: center;
  line-height: 24px;
  width: 24px;
  font-size: 14px; }
#all .section15 .point {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px; }
@media all and (min-width: 768px) {
  #all .section15 .point {
    font-size: 24px;
    padding-top: 40px;
    line-height: 31px; } }
@media all and (min-width: 1050px) {
  #all .section15 .point {
    padding-top: 90px; } }
#all .section15 .point li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 31px; }
#all .section15 .point li:before {
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #03e8c6;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 9px; }
#all .section15 .point li.tik {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
  font-family: Adelle Sans, sans-serif;
  line-height: 26px;
  padding-bottom: 4px; }
@media all and (min-width: 768px) {
  #all .section15 .point li.tik {
    font-size: 22px;
    line-height: 34px; } }
#all .section15 .point li.tik i {
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #03e8c6;
  border-radius: 20px;
  color: #1a1a1a;
  text-align: center;
  line-height: 24px;
  width: 24px;
  font-size: 14px; }
#all .section15 .point li.tik:before {
  display: none; }
#all .section15 .point li.tik span {
  display: block;
  margin-top: 24px; }

.section16 {
  overflow: hidden;
  padding-bottom: 118px;
  padding-top: 60px; }
@media all and (min-width: 768px) {
  .section16 {
    padding-bottom: 218px;
    padding-top: 160px; } }
.section16 .subtitle {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 14px; }
.section16 h2 {
  font-weight: 500;
  text-align: center;
  padding-bottom: 63px;
  font-size: 24px; }
@media all and (min-width: 480px) {
  .section16 h2 {
    font-size: 36px; } }
@media all and (min-width: 768px) {
  .section16 h2 {
    font-size: 40px; } }
@media all and (min-width: 1050px) {
  .section16 h2 {
    font-size: 48px; } }
.section16 .timer {
  margin: 0 -15px;
  vertical-align: middle; }
.section16 .timer .box {
  float: left;
  width: 25%;
  padding: 0 5px;
  text-align: center; }
@media all and (min-width: 768px) {
  .section16 .timer .box {
    padding: 0 15px; } }
.section16 .timer p {
  background-color: white;
  box-shadow: 0 0 84px rgba(0, 0, 0, 0.06);
  font-family: Adelle Sans, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 36px;
  padding-bottom: 36px; }
@media all and (min-width: 480px) {
  .section16 .timer p {
    font-size: 14px; } }
@media all and (min-width: 768px) {
  .section16 .timer p {
    padding-top: 66px;
    padding-bottom: 56px; } }
.section16 .timer p span {
  font-weight: bold;
  font-size: 36px;
  display: block;
  letter-spacing: 0;
  margin-bottom: 16px; }
@media all and (min-width: 768px) {
  .section16 .timer p span {
    font-size: 46px; } }

.section17 {
  overflow: hidden;
  padding-bottom: 92px; }
@media all and (min-width: 768px) {
  .section17 {
    padding-bottom: 132px; } }
@media all and (min-width: 1050px) {
  .section17 {
    padding-bottom: 192px; } }
@media all and (min-width: 768px) {
  .section17 .col-left {
    float: left;
    width: 50%;
    padding-top: 52px; } }
.section17 .col-left .subtitle {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 14px; }
.section17 .col-left h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 93px; }
.section17 .col-left ul {
  list-style-type: none;
  margin: 0 -15px 0 0;
  padding: 0;
  border-bottom: 1px solid #e8e8e8; }
.section17 .col-left ul li {
  border-top: 1px solid #e8e8e8; }
.section17 .col-left ul li.open {
  border-top-color: transparent; }
.section17 .col-left ul li.open h3 {
  box-shadow: 0 0 84px rgba(0, 0, 0, 0.06); }
.section17 .col-left ul li.open .response {
  max-height: 800px; }
.section17 .col-left ul h3 {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  padding: 35px 90px 35px 15px;
  line-height: 26px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s; }
@media all and (min-width: 768px) {
  .section17 .col-left ul h3 {
    padding: 35px 90px 35px 40px;
    font-size: 21px;
    line-height: 33px; } }
@media all and (min-width: 1050px) {
  .section17 .col-left ul h3:hover .plus:after {
    opacity: 1; }
  .section17 .col-left ul h3:hover .plus:before {
    border-color: transparent; } }
.section17 .col-left ul .plus {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 29px;
  right: 27px; }
.section17 .col-left ul .plus:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  top: 0;
  background: transparent url(../images/main/circle.png) no-repeat center;
  opacity: 0;
  transition: all 0.3s; }
.section17 .col-left ul .plus:before {
  content: " ";
  background: transparent url(../images/main/plus.png) no-repeat center;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  transition: all 0.3s; }
.section17 .col-left ul .response {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  font-size: 14px;
  color: #a5a5a5;
  font-family: Adelle Sans, sans-serif;
  line-height: 22px;
  padding-left: 40px;
  background: transparent url(../images/main/response.png) no-repeat 15px 42px; }
@media all and (min-width: 768px) {
  .section17 .col-left ul .response {
    padding-right: 10px;
    padding-left: 40px; } }
@media all and (min-width: 1050px) {
  .section17 .col-left ul .response {
    padding-right: 90px;
    padding-left: 80px; } }
.section17 .col-left ul .response p {
  margin-bottom: 22px; }
.section17 .col-left ul .response p:first-child {
  padding-top: 38px; }
.section17 .col-left ul .response p:last-child {
  padding-bottom: 48px; }
@media all and (min-width: 768px) {
  .section17 .col-left ul .response p:last-child {
    padding-bottom: 68px; } }
.section17 .col-right {
  position: relative;
  padding-left: 0;
  text-align: center;
  padding-bottom: 30px; }
@media all and (min-width: 768px) {
  .section17 .col-right {
    float: right;
    right: -30px;
    padding-bottom: 0; } }
@media all and (min-width: 1050px) {
  .section17 .col-right {
    width: 410px;
    right: -40px; } }
@media all and (min-width: 1380px) {
  .section17 .col-right {
    right: -70px; } }
@media all and (max-width: 1049px) {
  .section17 .col-right .can-fixed {
    margin-top: 0 !important; } }
@media all and (min-width: 1050px) {
  .section17 .col-right .can-fixed.fixed {
    position: fixed;
    top: 0;
    width: 410px; } }
.section17 .col-right .subtitle {
  background-color: #1a1a1a;
  color: white;
  text-align: center;
  margin: 0;
  max-width: none;
  padding-top: 53px;
  padding-bottom: 34px;
  text-transform: uppercase; }
.section17 .col-right p {
  margin-left: auto;
  margin-right: auto;
  max-width: 310px; }
.section17 .col-right h2 {
  background-color: #1a1a1a;
  color: white;
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  padding-bottom: 152px; }
.section17 .col-right .photo {
  margin-top: -95px;
  margin-bottom: 60px; }
.section17 .col-right form {
  max-width: 260px;
  margin: 0 auto;
  text-align: left; }
.section17 .col-right form label {
  font-size: 14px;
  color: #a5a5a5;
  display: block;
  font-family: Adelle Sans, sans-serif;
  font-weight: normal; }
.section17 .col-right form .form-group {
  padding-top: 27px; }
.section17 .col-right form .form-control {
  border-width: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  transition: all 0.3s;
  font-size: 22px;
  color: #666666;
  font-weight: 300;
  height: 47px;
  padding: 0;
  box-shadow: none;
  font-family: Adelle Sans, sans-serif; }
.section17 .col-right form .form-control:focus {
  border-bottom-color: #444444;
  box-shadow: none; }
.section17 .col-right .button {
  text-align: center; }
.section17 .col-right .btn {
  background-color: #1a1a1a;
  font-family: Adelle Sans, sans-serif;
  color: white;
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 12px;
  padding: 9px 24px;
  line-height: 23px;
  margin-top: 38px; }
.section17 .col-right .btn:hover {
  background-color: #343434; }

.section18 {
  background-color: #f3f3f3;
  clear: both;
  padding-top: 77px;
  padding-bottom: 76px; }
@media all and (min-width: 768px) {
  .section18 {
    padding-top: 177px;
    padding-bottom: 116px; } }
.section18 .photo {
  float: right;
  width: 50%;
  margin-right: -30px; }
.section18 .photo img {
  max-width: 100%;
  height: auto; }
@media all and (min-width: 1050px) {
  .section18 .photo img {
    position: relative;
    left: 115px; } }
@media all and (min-width: 768px) {
  .section18 .col-left {
    padding-left: 30px;
    max-width: 450px;
    width: 50%;
    float: left; } }
.section18 .subtitle {
  text-transform: uppercase; }
.section18 h2 {
  font-size: 24px;
  padding-top: 15px;
  padding-bottom: 18px; }
.section18 .big {
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  font-family: Adelle Sans, sans-serif; }
@media all and (min-width: 768px) {
  .section18 .big {
    font-size: 22px; } }
.section18 .button {
  padding-top: 58px; }
.section18 .button .btn {
  background-color: #181818;
  color: white;
  letter-spacing: 1px;
  font-family: Adelle Sans, sans-serif;
  border-radius: 0;
  padding: 9px 34px;
  line-height: 22px;
  font-size: 12px; }
.section18 .button .btn:hover {
  background-color: #323232; }

#all .section19 {
  background: #1a1a1a url(../images/main/linetop.png) no-repeat center top;
  color: white;
  text-align: center;
  padding-bottom: 85px;
  padding-top: 384px; }
@media all and (min-width: 768px) {
  #all .section19 {
    padding-bottom: 125px; } }
#all .section19 .subtitle {
  text-transform: uppercase;
  padding-bottom: 14px; }
#all .section19 h2 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 58px; }
#all .section19 .button {
  display: inline-block;
  padding: 1px;
  border-radius: 60px; }
#all .section19 .button a {
  display: block;
  border-radius: 60px;
  background-color: #1a1a1a;
  color: white;
  font-size: 15px;
  font-family: Adelle Sans, sans-serif;
  letter-spacing: 1px;
  line-height: 93px;
  width: 290px;
  position: relative;
  overflow: hidden;
  padding: 1px; }
@media all and (min-width: 768px) {
  #all .section19 .button a {
    width: 323px; } }
@media all and (min-width: 1050px) {
  #all .section19 .button a:hover {
    color: white; }
  #all .section19 .button a:hover:before {
    transform: rotate(180deg); } }
#all .section19 .button a:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -120px;
  width: 100%;
  bottom: -120px;
  background: transparent url(../images/main/progress.png) no-repeat center;
  background-size: 100% auto;
  transform: rotate(0deg);
  transition: all 0.3s; }
#all .section19 .button a span {
  position: relative;
  background-color: #1a1a1a;
  border-radius: 50px;
  display: block;
  line-height: 91px; }

footer {
  color: #a5a5a5;
  font-size: 14px;
  font-family: Adelle Sans, sans-serif;
  text-align: center;
  padding-bottom: 80px;
  padding-top: 88px; }
@media all and (min-width: 768px) {
  footer {
    padding-bottom: 130px;
    padding-top: 128px; } }
footer p {
  margin: 0;
  padding: 0 15px; }
footer p a {
  color: #0f0f0f; }
footer p a:hover {
  text-decoration: underline; }
footer p span {
  padding-right: 14px;
  display: block; }
@media all and (min-width: 768px) {
  footer p span {
    display: inline; } }
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 77px 0 0 0;
  text-align: center; }
footer ul li {
  display: inline-block;
  margin: 0 7px; }
footer ul a {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px; }
footer ul a:hover:after {
  opacity: 1; }
footer ul a:hover:before {
  border-color: transparent; }
footer ul a:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  top: 0;
  background: transparent url(../images/main/circle.png) no-repeat center;
  opacity: 0;
  transition: all 0.3s; }
footer ul a:before {
  content: " ";
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  transition: all 0.3s; }
footer ul a img {
  vertical-align: middle;
  margin-bottom: 4px; }

#all .has-error .form-control {
  border-bottom-color: red; }

.isOS header ul .special a span {
  line-height: 41px;
  padding-top: 2px; }
.isOS .section8 .col-right .btn {
  padding-top: 11px;
  padding-bottom: 7px; }
.isOS .section17 .col-right .btn {
  padding-top: 11px;
  padding-bottom: 7px; }
.isOS .popup-outer .btn {
  padding-top: 11px;
  padding-bottom: 7px; }

@media all and (min-width: 768px) {
  .buy-outer {
    padding: 90px 0; } }

.buy {
  box-shadow: 0 0 84px rgba(0, 0, 0, 0.06);
  max-width: 950px;
  margin: 0 auto;
  padding: 38px 15px 15px 15px; }
@media all and (min-width: 768px) {
  .buy {
    padding: 118px 40px 40px 40px; } }
.buy .subtitle {
  text-align: center;
  text-transform: uppercase; }
.buy h1 {
  color: #181818;
  font-size: 38px;
  line-height: 47px;
  text-align: center;
  padding-top: 5px; }
@media all and (min-width: 768px) {
  .buy h1 {
    font-size: 48px;
    line-height: 57px; } }
.buy .big {
  line-height: 32px;
  font-size: 20px;
  font-weight: 300;
  max-width: 690px;
  margin: auto;
  font-family: Adelle Sans, sans-serif;
  text-align: center;
  color: #1a1a1a;
  padding-top: 27px; }
@media all and (min-width: 768px) {
  .buy .big {
    line-height: 45px;
    font-size: 30px; } }
.buy .big:after {
  content: " ";
  height: 1px;
  width: 30px;
  margin: 79px auto 82px auto;
  background-color: #181818;
  display: block; }
.buy h2 {
  font-size: 24px;
  text-align: center;
  color: #1a1a1a;
  margin: 62px 0 28px 0; }
.buy .title {
  font-size: 16px;
  line-height: 25px;
  font-family: Adelle Sans, sans-serif;
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }
.buy .title a {
  color: #1ed3b8; }
.buy fieldset {
  max-width: 555px;
  margin: 0 auto;
  padding-top: 46px; }
.buy .form-group {
  padding-top: 27px; }
.buy .form-group label {
  font-size: 14px;
  color: #a5a5a5;
  display: block;
  font-family: Adelle Sans, sans-serif;
  font-weight: normal;
  margin-bottom: 0; }
.buy .form-control {
  border-width: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  transition: all 0.3s;
  font-size: 22px;
  color: #666666;
  height: 47px;
  font-weight: 300;
  padding: 0;
  box-shadow: none;
  font-family: Adelle Sans, sans-serif; }
.buy .form-control:focus {
  border-bottom-color: #444444;
  box-shadow: none; }
.buy .radiobox {
  margin: 0 -15px;
  padding-top: 30px;
  padding-bottom: 24px;
  overflow: hidden; }
.buy .radiobox label {
  padding: 0 15px 15px 15px;
  position: relative; }
@media all and (min-width: 480px) {
  .buy .radiobox label {
    padding: 0 15px;
    float: left;
    width: 50%; } }
.buy .radiobox label input {
  position: absolute;
  left: -10000px; }
.buy .radiobox label input:checked + .cr {
  background-color: #1ed3b8;
  color: white; }
.buy .radiobox label input:checked + .cr + .name {
  color: #1a1a1a; }
.buy .radiobox label .cr {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background-color: #e6e6e6;
  display: inline-block;
  margin-right: 30px;
  transition: all 0.3s;
  vertical-align: middle;
  font-size: 14px;
  color: #e6e6e6;
  text-align: center;
  line-height: 24px; }
.buy .radiobox label .cr i {
  vertical-align: middle; }
.buy .radiobox label .name {
  font-weight: 500;
  color: #979797;
  font-size: 16px;
  transition: all 0.3s; }
@media all and (min-width: 768px) {
  .buy .radiobox label .name {
    font-size: 18px; } }
.buy .radio-type {
  margin: 67px -15px 56px -15px;
  overflow: hidden; }
.buy .radio-type label {
  padding: 20px 15px 16px 15px;
  position: relative;
  cursor: pointer;
  display: block; }
@media all and (min-width: 480px) {
  .buy .radio-type label {
    padding: 40px 15px 36px 15px;
    float: left;
    width: 50%; } }
.buy .radio-type label input {
  position: absolute;
  left: -10000px; }
.buy .radio-type label input:checked + .cr {
  background-color: #1ed3b8;
  color: white; }
.buy .radio-type label input:checked + .cr + .bg {
  background-color: #1a1a1a; }
.buy .radio-type label input:checked + .cr + .bg + .name {
  color: white; }
.buy .radio-type label input:checked + .cr + .bg + .name + strong {
  color: white; }
.buy .radio-type label .cr {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background-color: #e6e6e6;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  margin: 0 auto 30px auto;
  display: block;
  font-size: 14px;
  color: #e6e6e6;
  text-align: center;
  line-height: 24px; }
.buy .radio-type label .cr i {
  vertical-align: middle; }
.buy .radio-type label .bg {
  background-color: #f8f8f8;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  transition: all 0.3s; }
.buy .radio-type label .name {
  font-size: 14px;
  color: #1a1a1a;
  letter-spacing: 1px;
  font-family: Adelle Sans, sans-serif;
  position: relative;
  z-index: 1;
  font-weight: normal;
  display: block;
  text-align: center;
  transition: all 0.3s;
  text-transform: uppercase; }
.buy .radio-type label strong {
  color: #1a1a1a;
  font-size: 47px;
  font-weight: bold;
  font-family: Adelle Sans, sans-serif;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  transition: all 0.3s;
  margin-top: -6px; }
.buy .radio-type label strong span {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  margin-top: 16px;
  display: inline-block; }
.buy .checkbox-block {
  margin-top: 73px; }
.buy .checkbox-block + .checkbox-block {
  margin-top: 0; }
.buy .checkbox-block.has-error {
  color: red; }
.buy .checkbox-block.has-error label .label-name {
  color: red; }
.buy .checkbox-block label {
  display: block;
  position: relative; }
.buy .checkbox-block label input {
  position: absolute;
  left: -10000px; }
.buy .checkbox-block label input:checked + .cr {
  background-color: #1ed3b8;
  color: white; }
.buy .checkbox-block label input:checked + .cr + .name {
  color: #1a1a1a; }
.buy .checkbox-block label .cr {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background-color: #e6e6e6;
  float: left;
  transition: all 0.3s;
  vertical-align: middle;
  font-size: 14px;
  color: #e6e6e6;
  text-align: center;
  line-height: 24px; }
.buy .checkbox-block label .cr i {
  vertical-align: middle; }
.buy .checkbox-block label .label-name {
  font-weight: 500;
  color: #1a1a1a;
  font-size: 18px;
  transition: all 0.3s;
  display: block;
  padding-left: 55px;
  margin-bottom: 15px; }
.buy .checkbox-block label .label-name a {
  color: #1ed3b8; }
.buy .checkbox-block label .label-value {
  font-weight: 300;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 20px;
  font-family: Adelle Sans, sans-serif;
  display: block;
  padding-left: 55px; }
@media all and (min-width: 480px) {
  .buy .checkbox-block label .label-value {
    font-size: 16px;
    line-height: 25px; } }
.buy .button {
  text-align: center;
  margin: 0;
  padding-bottom: 78px;
  padding-top: 80px; }
.buy .required {
  color: #f87b7b; }
.buy .btn {
  background-color: #1a1a1a;
  font-family: Adelle Sans, sans-serif;
  color: white;
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 12px;
  padding: 22px 45px;
  line-height: 23px;
  margin-top: 38px; }
@media all and (min-width: 480px) {
  .buy .btn {
    padding: 22px 65px; } }
.buy .btn:hover {
  background-color: #343434; }
