.w-layout-grid_fb {
  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;
}

.success-message {
  border-radius: 3px;
  background-color: #22d469;
  color: #fff;
}

.button_fb {
  margin-top: 20px;
  padding: 15px 40px;
  border-radius: 40px;
  background-color: #dd2476;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button_fb:hover {
  background-color: #ff512f;
  box-shadow: 7px 7px 23px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.button_fb.gradient-submit-button {
  height: 50px;
  margin-top: 0px;
  border-radius: 4px;
  background-color: #464444;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.button_fb.gradient-submit-button:hover {
  box-shadow: 7px 7px 33px 0 rgba(0, 0, 0, 0.3);
}

.button_fb.gradient-submit-button.new-form {
  width: 100%;
  font-size: 1.2em;
}

.hero-cta-field_fb {
  position: static;
  width: 100%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.48);
  border-radius: 4px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-size: 17px;
  text-align: center;
}

.hero-cta-field_fb:hover {
  box-shadow: 7px 7px 23px 0 rgba(0, 0, 0, 0.3);
}

.hero-cta-field_fb:focus {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}

.hero-cta-field_fb.new-form {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border-color: #d5dce3;
  -webkit-transition-property: none;
  transition-property: none;
  color: #3e4854;
  font-size: 1em;
  text-align: left;
}

.hero-cta-field_fb.new-form:hover {
  border-color: rgba(70, 68, 68, 0.3);
  box-shadow: none;
}

.hero-cta-field_fb.new-form:focus {
  border-color: rgba(70, 68, 68, 0.45);
  box-shadow: none;
}

.hero-cta-field_fb.new-form.full-row {
  margin-bottom: 25px;
}

.hero-cta-field_fb.new-form.picker {
  display: none;
  margin-bottom: 25px;
  background-color: #fff;
  color: #999;
}

.hero-cta-field_fb.new-form.picker:hover {
  color: #464444;
}

.hero-cta-field_fb.new-form.inline {
  display: inline;
  width: 49%;
  margin-right: 0px;
  margin-left: 0px;
}

.wide-hero-cta-form_fb {
  width: 70%;
  margin: 50px auto 0px;
  text-align: center;
}

.wide-hero-cta-form_fb.new-form {
  width: 100%;
  margin-top: 0px;
}

.download-img_fb {
  position: relative;
  left: -10%;
  display: block;
  width: 120%;
  max-width: 120%;
  margin-right: auto;
  margin-left: auto;
}

.download-img_fb._2 {
  position: static;
  width: 100%;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.section-title_fb {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 37px;
  line-height: 47px;
  font-weight: 400;
  text-align: center;
}

.section-title_fb.new-form {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 2.17em;
  line-height: 1em;
  text-align: left;
}

.form_fb {
  padding-bottom: 20px;
  text-align: center;
}

.form_fb.new-form {
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.book-share-container {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.loom-link {
  color: #22d469;
}

.request-img_fb {
  height: 30rem;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.14)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.14));
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.request-img_fb.bg {
  position: relative;
  top: -80px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 50rem;
  padding: 4vw 2vw;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#466eb8), to(#2567dd));
  background-image: linear-gradient(180deg, #466eb8, #2567dd);
  box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.15);
}

.request-img_fb.bg._2 {
  height: 114%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5e7feb), to(#1f6fff));
  background-image: linear-gradient(180deg, #5e7feb, #1f6fff);
}
.request-img_fb.bg._3 {
  height: 114%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f6fff), to(#5e7feb));
  background-image: linear-gradient(180deg, #1f6fff, #5e7feb);
}

.book-share-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.share-link {
  margin-left: 1rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Fontello, sans-serif;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.share-link:hover {
  opacity: 0.95;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.new-form-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fontello-icon {
  position: absolute;
  left: 3.2em;
  top: auto;
  right: 0%;
  bottom: -4px;
  font-family: Fontello, sans-serif;
  font-size: 0.5em;
  line-height: 1em;
}

.grid_fb {
  width: 70%;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
  grid-column-gap: 6vw;
  grid-row-gap: 40px;
  -ms-grid-columns: minmax(30vw, 1.25fr) 1fr;
  grid-template-columns: minmax(30vw, 1.25fr) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-bg-div_fb {
  position: absolute;
  left: 0%;
  top: -40px;
  right: 0%;
  bottom: auto;
  height: 120px;
  background-color: #fff;
  -webkit-transform: skew(0deg, -2deg);
  -ms-transform: skew(0deg, -2deg);
  transform: skew(0deg, -2deg);
}

.top-bg-div_fb.center {
  left: -200px;
  top: auto;
  z-index: 1;
  height: 300px;
  margin-top: 20px;
  background-color: #a9a9a9;
  -webkit-transform: skew(0deg, 12deg);
  -ms-transform: skew(0deg, 12deg);
  transform: skew(0deg, 12deg);
}

.top-bg-div_fb.bottom {
  top: auto;
  bottom: -35px;
  z-index: 3;
  height: 70px;
  background-color: #fafcfd;
}

.section-2_fb {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  border-top: 1px solid #ddd;
  text-align: center;
}

.section-2_fb.new-form-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top-style: none;
}

.section-2_fb.new-form-section.geometric-bg {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  background-color: #f5f5f5;
}

.section-2_fb.new-form-section.geometric-bg.current {
  display: block;
}

.section-2_fb.relations {
  overflow: hidden;
  padding-top: 20vh;
  padding-bottom: 16vh;
  border-top-style: none;
}

.new-form-subtitle {
  width: 27rem;
  margin-bottom: 30px;
  font-size: 1em;
  text-align: left;
}

.form-pricing-title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 1em;
  color: #fff;
  font-size: 2.3em;
  line-height: 1.2em;
}

.book-share {
  position: relative;
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

.slider-3 {
  background-color: transparent;
}


html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
}




/**laptop**/
@media (max-width: 991px) {
  .button.gradient-submit-button {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #464444;
    font-size: 14px;
  }
  .download-img_fb._2 {
    width: 80%;
  }
  .section-title_fb {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 34px;
  }
  .section-title_fb.new-form {
    text-align: center;
  }
  .book-share-container {
    width: 80%;
  }
  .request-img_fb.bg._2 {
    top: -40px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    padding-left: 0vw;
  }
   .request-img_fb.bg._3 {
    top: -40px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .fontello-icon {
    left: 56px;
  }
  .grid_fb {
    width: 80%;
    grid-column-gap: 4vw;
    grid-row-gap: 6vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-2_fb.new-form-section.geometric-bg.current {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 6vw;
    padding-left: 6vw;
    font-size: 0.9em;
  }
  .new-form-subtitle {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .book-share {
    top: 15px;
  }

}
/**tablets**/
@media (max-width: 767px) {
  .button.gradient-submit-button {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hero-cta-field_fb {
    width: 100%;
  }
  .section-title_fb {
    margin-bottom: 60px;
    font-size: 27px;
    line-height: 30px;
  }
  .book-share-container {
    width: 90%;
    padding-left: 0rem;
  }
  .grid_fb {
    width: 100%;
  }

}

/**mobiles**/
@media (max-width: 479px) {
  .button {
    margin-top: 20px;
  }
  .button.gradient-submit-button {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 14px;
  }
  .button.gradient-submit-button.new-form {
    margin-top: 15px;
  }
  .hero-cta-field_fb.new-form.full-row {
    margin-bottom: 10px;
    text-align: center;
  }
  .hero-cta-field_fb.new-form.inline {
    width: 100%;
    text-align: center;
  }
  .wide-hero-cta-form_fb {
    width: 90%;
    margin-top: 40px;
  }
  .wide-hero-cta-form_fb.new-form {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-title_fb {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 29px;
  }
  .book-share-container {
    margin-left: 0px;
    padding-left: 0rem;
  }
  .request-img_fb.bg._2 {
    width: 100%;
  }
  .request-img_fb.bg._3 {
    width: 100%;
  }
  .book-share-links {
    width: 100%;
  }
  .new-form-flex-box {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid_fb {
    margin-right: 0px;
    margin-bottom: 1.5rem;
    margin-left: 0px;
  }
  .top-bg-div.center {
    -webkit-transform: skew(0deg, 13deg);
    -ms-transform: skew(0deg, 13deg);
    transform: skew(0deg, 13deg);
  }
  .section-2_fb {
    min-height: 0px;
  }
  .section-2_fb.relations {
    margin-right: 0px;
    margin-left: 0px;
    padding: 12vh 6vw;
  }
  .new-form-subtitle {
    width: auto;
  }
  .book-share {
    top: 21px;
  }
  .section-r {
    min-height: 0px;
  }
  .section-r.relations {
    margin-right: 0px;
    margin-left: 0px;
    padding: 12vh 6vw;
  }
}

#w-node-aa22aa3b9f98-b224ef8e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-aa22aa3b9fb5-b224ef8e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-79efe01863af-d799a5ad {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

