.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Karla, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  color: #999;
}

.body {
  background-color: #222;
}

.footer-col-title {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #666;
  font-size: 14px;
  line-height: 18px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
}

.footer-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Fa brands 400', sans-serif;
  color: #000;
  font-size: 18px;
}

.paragraph {
  max-width: 320px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #666;
  font-size: 16px;
  line-height: 28px;
}

.footer-col-15 {
  width: 15%;
  padding-right: 20px;
}

.footer-left-content {
  width: 40%;
  padding-right: 20px;
}

.footer-col-40 {
  width: 30%;
  padding-right: 20px;
  padding-left: 100px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 160px 0px 0px;
  background-color: #333;
}

.header-logo {
  margin-right: 56px;
}

.footer-link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #1f1f1f;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

.pricing-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-list-item.item-striked {
  opacity: 0.46;
  text-decoration: line-through;
}

.amount-text {
  font-size: 50px;
}

.pricing-content {
  position: relative;
}

.currency {
  position: relative;
  top: -10px;
  right: 3px;
  font-size: 30px;
}

.pricing-title {
  margin: 60px auto 20px;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -3px;
}

.pricing-section {
  position: static;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 120px;
  background-color: #fff;
  background-image: url('../images/quaid-lagan-pS3SkDFRxQA-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.pricing-wrapper {
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

.newsletter-wrapper {
  max-width: 730px;
  margin-right: 0px;
  margin-bottom: 120px;
  margin-left: 180px;
  text-align: left;
}

.heading {
  margin-top: 0px;
  margin-bottom: 90px;
  color: #fff;
  font-size: 34px;
  line-height: 52px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.newsletter-sub {
  margin-bottom: 40px;
  color: #ddd;
  font-size: 21px;
  line-height: 31px;
}

.newsletter-form {
  max-width: 495px;
  margin-right: auto;
  margin-left: auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-field {
  width: 52%;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 3px;
  background-color: rgba(18, 144, 164, 0.07);
  color: #d6d6d6;
  font-size: 16px;
}

.text-field::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.text-field:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.text-field::-ms-input-placeholder {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.text-field::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.submit-button {
  width: 180px;
  border-radius: 3px;
  background-color: #1290a4;
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
}

.newsletter-info {
  max-width: 540px;
  margin: 10px auto 20px;
  color: #ddd;
  font-size: 15px;
  line-height: 28px;
}

.header {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 220px 0px;
  background-color: #d73f41;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button {
  margin-left: 18px;
  padding: 8px 20px;
  border-radius: 3px;
  background-color: #1290a4;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.navbar {
  position: relative;
  z-index: 20;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 140px;
  background-color: rgba(0, 0, 0, 0.3);
  color: rgba(14, 14, 14, 0.2);
  font-size: 14px;
  line-height: 20px;
}

.nav-link {
  margin-top: 10px;
  padding: 7px 18px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.nav-link.w--current {
  display: inline-block;
  overflow: visible;
}

.nav-link.ml-60 {
  margin-left: 60px;
}

.brand {
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block {
  display: block;
  max-width: 10800px;
  margin: 100px 140px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-grid {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header-title {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #fff;
  font-size: 74px;
  line-height: 82px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
}

.header-sub {
  margin: 80px auto 0px;
  padding-left: 0px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}

.header-form {
  max-width: 495px;
}

.sign-in-para {
  display: block;
  max-width: 540px;
  margin-top: 40px;
  margin-bottom: 20px;
  direction: ltr;
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.link {
  color: #1290a4;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.benefits-section {
  position: static;
  z-index: 0;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 140px 100px;
  background-color: #fff;
  background-image: url('../images/quaid-lagan-pS3SkDFRxQA-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.grid {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 1;
}

.benefit-card {
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #968788;
  border-radius: 16px;
  background-color: #333;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.36);
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
  text-align: left;
}

.benefit-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px;
  background-color: rgba(244, 111, 124, 0.1);
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
  color: #f46f7c;
  font-size: 35px;
  line-height: 35px;
}

.benefit-icon:hover {
  background-color: rgba(244, 111, 124, 0.33);
}

.benefit-para {
  margin-bottom: 30px;
  color: #999;
  font-size: 17px;
  line-height: 28px;
}

.benefit-content-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #1290a4;
  font-size: 18px;
  text-decoration: none;
}

.learn-more-text {
  color: #d73f41;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.arrow-right {
  position: relative;
  top: 1px;
  color: #d73f41;
}

.benefit-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
}

.benefit-heading {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 1px;
}

.benefit-top-img {
  margin-bottom: -16px;
}

.section-xingaokao {
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 200px 0px 1px;
  background-color: #d73f41;
  text-align: left;
}

.benefit-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 20px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
  flex-shrink: 0;
}

.benefit-content-block {
  max-width: 460px;
  margin-right: 30px;
  margin-left: 30px;
  text-align: left;
}

.benefit-content-title {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 1px;
}

.benefit-content-sub {
  margin-bottom: 65px;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}

.benefit-content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
}

.benefit-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.benefit-list-icon {
  position: relative;
  top: 3px;
  font-family: Ep, sans-serif;
  color: #1290a4;
  font-size: 21px;
  font-weight: 400;
}

.benefit-list-item-text {
  margin-bottom: 0px;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 2px;
}

.benefit-content-hr {
  height: 0.5px;
  margin-top: -45px;
  margin-bottom: 24px;
  background-color: hsla(0, 0%, 82%, 0.36);
  color: #bebebe;
}

.benefit-content-text {
  margin-top: 0px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}

.benefit-content-button {
  padding: 13px 22px;
  border-radius: 3px;
  background-color: #f46f7c;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
}

.pricing-top-vector {
  position: relative;
  bottom: -2px;
  display: block;
  width: 100%;
}

.pricing-sub {
  display: none;
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
  color: #999;
  font-size: 21px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.sidebar-button {
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #50e3c2;
  color: #0f3d33;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.sidebar-link {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: color 250ms ease-in;
  transition: color 250ms ease-in;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.sidebar-link:hover {
  color: #50e3c2;
}

.sidebar-button-two {
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #50e3c2;
  color: #0f3d33;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.mobile-nav {
  display: block;
}

.header-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  padding-left: 0px;
}

.pricing-right-icon {
  width: 15px;
  opacity: 0.86;
}

.pricing-label {
  margin-bottom: 35px;
  color: #878b90;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.pricing-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 5px;
  background-color: #f46f7c;
}

.price-yearly {
  display: none;
  margin-top: 0px;
  color: #1f1f1f;
  font-size: 17px;
  text-align: left;
}

.pricign-button {
  margin-top: 20px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #f46f7c;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.pricign-button:hover {
  background-color: #0d41e9;
}

.pricing-text {
  margin-bottom: 30px;
  color: #1f1f1f;
  line-height: 23px;
}

.price-monthly {
  margin-top: 0px;
  color: #1f1f1f;
  font-size: 17px;
  text-align: left;
}

.basic-pricing {
  position: static;
  margin-right: 20px;
  margin-left: 20px;
  padding: 60px;
  border-radius: 16px;
  background-color: #333;
  text-align: left;
}

.basic-pricing.pro {
  position: relative;
}

.pricing-grid {
  display: block;
  margin-top: 70px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-weight: 700;
}

.pricing-para {
  margin-bottom: 0px;
  padding-left: 10px;
  color: #1f1f1f;
  font-size: 17px;
}

.pricing-card-info {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #666;
  line-height: 28px;
}

.price-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-badge {
  width: 83px;
  margin-bottom: 0px;
  padding: 8px 12px;
  border-radius: 50px;
  background-color: #f46f7c;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.pricing-label-pro {
  margin-bottom: 0px;
  color: #878b90;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.header-content {
  margin-right: auto;
  margin-left: auto;
}

.pricing-more-info {
  max-width: 680px;
  margin: 65px auto 0px;
  color: #878b90;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.more-link {
  padding-left: 10px;
  color: #fff;
  text-decoration: none;
}

.more-link:hover {
  text-decoration: underline;
}

.image {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  display: block;
}

.image-3 {
  margin-left: 60px;
  padding-left: 0px;
}

.section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.nav-link-2 {
  color: #fff;
}

.paragraph-2 {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-indent: 0px;
}

.image-4 {
  margin-bottom: -16px;
}

.button-2 {
  display: inline;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: #d73f41;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-clip: border-box;
}

.section-2 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background-color: #333;
  color: #222;
}

.text-block-2 {
  position: static;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  color: #999;
  font-size: 13px;
}

.image-5 {
  border-radius: 16px;
  text-align: center;
}

.image-6 {
  border-radius: 16px;
  text-align: center;
}

.columns {
  margin-top: 0px;
  margin-right: 180px;
  margin-left: auto;
  text-align: center;
}

.column {
  padding-right: 40px;
  padding-left: 0px;
  text-align: right;
}

.column-2 {
  overflow: visible;
  padding-right: 0px;
  padding-left: 40px;
  text-align: left;
}

.image-7 {
  position: static;
  display: none;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: -5px;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(#d73f41), to(#d73f41));
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, #d73f41, #d73f41);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  background-clip: border-box;
}

.image-8 {
  position: static;
  overflow: visible;
  margin-top: -5px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border: 1px none #000;
  background-image: url('../images/4.png');
  background-position: 0px 0px;
  background-size: 0px;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-9 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: 0px;
  margin-left: auto;
  opacity: 0.36;
  text-align: center;
}

.column-3 {
  top: 26px;
  right: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 140px;
  padding-left: 0px;
  text-align: left;
}

.image-10 {
  border-radius: 2px;
  opacity: 1;
  background-clip: border-box;
}

.text-block-3 {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.image-11 {
  margin-right: 20px;
  margin-left: auto;
}

.image-12 {
  margin-right: 20px;
  margin-left: auto;
}

.image-13 {
  margin-right: 20px;
  margin-left: auto;
}

.image-14 {
  margin-right: 20px;
  margin-left: auto;
}

.columns-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 140px;
  margin-left: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #222;
  color: #c93e3e;
}

.image-15 {
  position: static;
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  background-color: #d73f41;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-16 {
  margin-right: auto;
  margin-left: auto;
}

.image-17 {
  margin-right: auto;
  margin-left: auto;
}

.image-18 {
  margin-right: auto;
  margin-left: auto;
}

.menu-button {
  margin-left: 140px;
}

.column-4 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-4 {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.text-block-5 {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.image-19 {
  display: none;
  max-width: 1400px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.text-block-6 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.text-block-6:hover {
  color: #fff;
}

.text-block-7 {
  height: 40px;
  margin-top: 20px;
  color: #999;
}

.columns-3 {
  position: static;
  margin: auto;
}

.columns-4 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.text-block-8 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #d73f40;
  text-align: center;
}

.image-20 {
  display: none;
  max-width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-21 {
  display: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-zhineng {
  padding-top: 200px;
  padding-bottom: 1px;
  background-color: #d73f40;
}

.section-1v1 {
  padding-top: 200px;
  padding-bottom: 1px;
  background-color: #d73f40;
  color: #d73f40;
}

.section-ziwoceping {
  padding-top: 200px;
  padding-bottom: 160px;
  background-color: #d73f40;
}

.link-block {
  margin: 0px;
  padding: 30px;
}

.link-block:hover {
  position: static;
  border-radius: 8px;
  background-color: #292929;
  color: #ffd797;
}

.link-block-2 {
  margin: 0px;
  padding: 30px;
  border-radius: 16px;
  background-color: rgba(41, 41, 41, 0);
}

.link-block-2:hover {
  border-radius: 8px;
  background-color: #292929;
}

.link-block-3 {
  margin: 0px;
  padding: 30px;
}

.link-block-3:hover {
  border-radius: 8px;
  background-color: #292929;
}

.link-block-4 {
  margin: 0px 0px 40px;
  padding: 30px;
}

.link-block-4:hover {
  border-radius: 8px;
  background-color: #292929;
}

@media screen and (max-width: 991px) {
  .footer-col-title {
    margin-bottom: 20px;
  }
  .footer-social-icons {
    margin-bottom: 60px;
  }
  .paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-col-15 {
    width: 25%;
  }
  .footer-left-content {
    width: 50%;
    padding-right: 40px;
  }
  .footer-col-40 {
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .pricing-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .navbar {
    display: none;
  }
  .header-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .header-title {
    max-width: 620px;
    line-height: 74px;
  }
  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .benefit-card {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-xingaokao {
    padding-bottom: 0px;
  }
  .benefit-content-title {
    font-size: 36px;
    line-height: 46px;
  }
  .benefit-content-sub {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .menu-sidebar {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .sidebar-content {
    overflow: auto;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }
  .mobile-menu-bar {
    width: 16px;
    height: 1.2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #2b405a;
  }
  .sidebar-button {
    width: 100%;
    margin-left: 0px;
    background-color: #1290a4;
    color: #fff;
    text-align: center;
  }
  .sidebar-link {
    display: block;
    padding: 13px 10px 13px 0px;
    border-top: 1px solid #ececec;
    color: #1f1f1f;
  }
  .sidebar-button-two {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0px;
    background-color: rgba(73, 184, 159, 0.23);
    text-align: center;
  }
  .mobile-menu-bars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 14px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-nav {
    position: relative;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sidebar-buttons {
    margin-top: 20px;
  }
  .sidebar-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1290a4;
    cursor: pointer;
  }
  .mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #2b405a;
    border-radius: 2px;
    cursor: pointer;
  }
  .header-image {
    text-align: center;
  }
  .pricing-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrapper {
    padding-top: 50px;
  }
  .footer-col-15 {
    width: 50%;
    margin-bottom: 40px;
  }
  .footer-left-content {
    width: 100%;
    padding-right: 0px;
  }
  .footer-col-40 {
    width: 100%;
  }
  .footer {
    padding-top: 20px;
  }
  .newsletter-wrapper {
    margin-bottom: 60px;
  }
  .heading {
    font-size: 36px;
  }
  .div-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .section-xingaokao {
    padding-bottom: 30px;
  }
  .benefit-grid {
    margin-bottom: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .img-block-1 {
    margin-bottom: 20px;
  }
  .benefit-content-block {
    max-width: 100%;
  }
  .benefit-content-title {
    margin-bottom: 12px;
  }
  .benefit-content-sub {
    margin-bottom: 20px;
  }
  .pricing-grid {
    margin-top: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .pricing-more-info {
    margin-top: 35px;
  }
}

@media screen and (max-width: 479px) {
  .footer-col-15 {
    width: 100%;
  }
  .footer {
    display: block;
    padding-top: 60px;
  }
  .pricing-title {
    margin-top: 0px;
    font-size: 26px;
  }
  .pricing-section {
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
    background-position: 50% 50%;
  }
  .newsletter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-field {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .submit-button {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .header {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .navbar {
    display: block;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .brand {
    padding-left: 0px;
  }
  .brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block {
    margin-right: 20px;
    margin-left: 20px;
  }
  .header-title {
    font-size: 28px;
    line-height: 51px;
    letter-spacing: 2px;
  }
  .header-sub {
    margin-top: 40px;
    font-size: 12px;
    line-height: 34px;
  }
  .benefits-section {
    padding: 50px 20px 100px;
    background-position: 50% 50%;
  }
  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }
  .benefit-card {
    padding: 20px 16px;
  }
  .benefit-icon {
    margin-bottom: 20px;
  }
  .benefit-para {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .learn-more-text {
    font-size: 14px;
  }
  .benefit-title {
    font-size: 20px;
  }
  .benefit-heading {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 46px;
  }
  .section-xingaokao {
    padding-top: 60px;
  }
  .benefit-grid {
    display: block;
  }
  .img-block-1 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .benefit-content-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .benefit-content-sub {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .benefit-list-item-text {
    padding-right: 20px;
    padding-left: 0px;
    font-size: 12px;
    letter-spacing: 0px;
  }
  .benefit-content-hr {
    display: none;
  }
  .benefit-content-text {
    font-size: 14px;
  }
  .menu-sidebar {
    width: 100%;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .sidebar-content {
    padding-top: 90px;
  }
  .sidebar-close {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }
  .basic-pricing {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 16px;
  }
  .image {
    display: block;
    max-width: none;
    margin-left: auto;
  }
  .section {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .paragraph-2 {
    font-size: 24px;
  }
  .button-2 {
    position: static;
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
    font-size: 14px;
    text-align: center;
  }
  .image-5 {
    max-width: 60%;
    border-radius: 8px;
  }
  .image-6 {
    display: inline-block;
    overflow: visible;
    max-width: 60%;
    border-radius: 8px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-9 {
    display: none;
  }
  .column-3 {
    display: none;
    padding-right: 10px;
  }
  .text-block-3 {
    font-size: 12px;
    text-align: center;
  }
  .image-11 {
    max-width: 40%;
    margin-right: 0px;
    margin-left: 20px;
  }
  .image-12 {
    max-width: 40%;
    margin-right: 0px;
    margin-left: 20px;
  }
  .image-13 {
    max-width: 40%;
    margin-left: 20px;
  }
  .image-14 {
    max-width: 40%;
    margin-left: 20px;
  }
  .columns-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .image-16 {
    max-width: 40%;
  }
  .image-17 {
    max-width: 40%;
    margin-right: 0px;
    margin-left: 20px;
  }
  .image-18 {
    max-width: 40%;
  }
  .text-block-4 {
    font-size: 12px;
  }
  .text-block-5 {
    font-size: 12px;
  }
  .text-block-6 {
    margin-top: 20px;
    font-size: 16px;
  }
  .text-block-7 {
    height: 100%;
    margin-top: 10px;
    font-weight: 400;
  }
  .text-block-8 {
    font-size: 12px;
    font-weight: 400;
  }
  .section-zhineng {
    padding-top: 100px;
  }
  .section-1v1 {
    padding-top: 60px;
  }
  .section-ziwoceping {
    padding-top: 60px;
  }
  .link-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-block-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-block-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-block-4 {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .img-block-2 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-22 {
    max-width: 40%;
    margin-left: 20px;
  }
  .image-23 {
    display: block;
  }
}

#w-node-7b97324caae2-70c8398f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e79b03ada90a-70c8398f {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-f24f4787aeb0-70c8398f {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
  #w-node-bf4e80c82fa1-70c8398f {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Ep';
  src: url('../fonts/ep.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}