.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:9999;
}

.whatsapp-icon {
  margin-top:13px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  margin-right: 0px;
  padding: 15px 29px;
  float: left;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
  color: #000;
}

.button.in-pricing {
  display: block;
  margin-top: 58px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
}

.button.in-pricing._3 {
  margin-top: 16px;
  margin-bottom: 2px;
  border-style: none;
  border-radius: 10px;
  background-color: #000;
  font-size: 20px;
}

.button.in-pricing._3:hover {
  background-color: #ff630a;
  color: #fff;
}

.button.in-pricing._3._2 {
  background-color: #ff630a;
}

.button.in-pricing._3._2:hover {
  background-color: #000;
}

.button.in-pricing._3._4 {
  background-color: #4dbd90;
}

.button.in-pricing._3._4:hover {
  background-color: #ff630a;
}

.button.in-pricing._3._4._2 {
  width: 300px;
  float: none;
  background-color: #005186;
}

.button.in-pricing._3.form {
  margin-top: 10px;
  margin-bottom: 5px;
  background-color: #32a376;
  background-image: -webkit-gradient(linear, left top, right top, from(#ca4900), to(#ff630a));
  background-image: linear-gradient(90deg, #ca4900, #ff630a);
  font-size: 20px;
}

.button.in-pricing._3.form:hover {
  background-color: #d45106;
}

.button.in-pricing._3.form._2 {
  width: 300px;
  float: none;
  background-color: #108d5d;
  background-image: none;
}

.button._2 {
  float: right;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 8;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13);
}

.nav-link {
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  font-weight: 500;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, 0.5);
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #ff630a;
  color: #ff630a;
}

.section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.main {
  display: block;
  margin-top: 73px;
  padding-top: 22px;
  padding-bottom: 17px;
  background-color: #ff630a;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8f00), to(#ff630a));
  background-image: linear-gradient(90deg, #ff8f00, #ff630a);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section.main._2 {
  position: relative;
  margin-top: 0px;
  padding-top: 20px;
}

.section.footer {
  display: block;
  padding-top: 34px;
  padding-bottom: 0px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section.purple {
  position: relative;
  min-height: 90%;
  margin-bottom: auto;
  padding: 35px 30px 60px;
  background-color: #dde7ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), to(rgba(0, 0, 0, 0.84))), url('../images/igor-ovsyannykov-530797-unsplash_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.84)), url('../images/igor-ovsyannykov-530797-unsplash_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.purple.servicios {
  padding-top: 100px;
}

.section._2 {
  padding-top: 70px;
}

.section._2._3 {
  padding-top: 40px;
  border-radius: 5px;
}

.main-subtitle {
  margin-bottom: 26px;
  color: #dfe8e4;
  font-size: 24px;
  line-height: 26px;
  font-weight: 200;
  text-align: left;
}

.main-subtitle._3 {
  text-align: right;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #d3d3d3;
  font-weight: 500;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #ff630a;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #ff630a;
  color: #fff;
}

.newsletter-form {
  width: 100%;
}

.social-icon-group {
  float: right;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 19px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  text-align: left;
}

.main-heading.div-block-2 {
  margin-bottom: 34px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
}

.main-heading._2 {
  padding-right: 0px;
  text-align: right;
}

.main-heading._3 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
}

.section-subtitle {
  margin-bottom: 44px;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.section-subtitle._2 {
  margin-bottom: 25px;
  padding-right: 90px;
  padding-left: 90px;
  color: #000;
}

.section-subtitle._2._3 {
  margin-bottom: 27px;
  padding-right: 120px;
  padding-bottom: 21px;
  padding-left: 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  font-size: 16px;
  line-height: 18px;
}

.section-subtitle._2._3._4 {
  padding-right: 200px;
  padding-bottom: 0px;
  padding-left: 200px;
  border-bottom-style: none;
}

.section-subtitle._2._5 {
  margin-top: 21px;
  margin-bottom: -18px;
}

.section-subtitle._4 {
  margin-bottom: 32px;
  color: #000;
  font-size: 17px;
  line-height: 20px;
}

.plan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: -10px;
  margin-left: -10px;
  padding: 30px 24px 30px 17px;
  -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;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 3px -6px 9px -2px rgba(0, 0, 0, 0.36);
  color: #2b2b2b;
}

.plan-wrapper.star {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 540px;
  padding-top: 30px;
  box-shadow: 1px 12px 9px 5px rgba(0, 0, 0, 0.38);
  -o-object-fit: fill;
  object-fit: fill;
}

.plan-wrapper.promo {
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #dbfff0;
}

.plan-wrapper.promo._2 {
  margin-right: 5px;
  margin-left: 5px;
}

.plan-wrapper._2 {
  margin-right: 5px;
  margin-left: 5px;
}

.price-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  text-align: center;
}

.price-accent {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  color: #ff630a;
  font-size: 23px;
  letter-spacing: 0px;
}

.price-accent._2 {
  margin-top: -18px;
}

.addl-feature {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.addl-feature._2 {
  margin-bottom: 20px;
}

.addl-feature._2._3 {
  margin-bottom: 83px;
}

.addl-feature._2._4 {
  margin-bottom: 140px;
}

.addl-feature._3 {
  padding-right: 30px;
  padding-left: 30px;
}

.divider {
  width: 50%;
  height: 1px;
  margin: 5px auto 12px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  color: #fff;
  text-align: center;
}

.feature {
  text-align: left;
}

.feature-row {
  margin-bottom: 14px;
}

.testimonial-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

.small-features-row {
  margin-top: 71px;
}

.main-image {
  display: none;
}

.slider-2 {
  height: 500px;
}

.slide-1 {
  padding-top: 104px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.7))), url('../images/coronaVirusPromo.jpg');
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.7)), url('../images/coronaVirusPromo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading {
  margin-bottom: 2px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
}

.paragraph {
  margin-top: 5px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.slide-3 {
  padding-top: 104px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(hsla(0, 0%, 100%, 0))), url('../images/stefan-stefancik-257625-unsplash_1.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), hsla(0, 0%, 100%, 0)), url('../images/stefan-stefancik-257625-unsplash_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rowgi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
}



.heading-2 {
  margin-bottom: 33px;
  text-align: center;
}

.heading-2._2 {
  line-height: 28px;
}

.heading-3 {
  margin-bottom: 33px;
  text-align: center;
}

.heading-3._2 {
  margin-bottom: 23px;
  line-height: 25px;
}

.heading-4 {
  color: #fff;
}

.heading-4._2 {
  font-size: 36px;
}

.heading-5 {
  margin-bottom: 26px;
  font-size: 36px;
}

.div-block {
  width: 200px;
  height: 150px;
  margin: 68px auto 9px;
  background-image: url('../images/tesosLogo-02.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block.column-2 {
  margin-top: 0px;
}

.videocontain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 430px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.video {
  position: static;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-2 {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ff630a;
}

.div-block-4 {
  height: 290px;
  margin-top: 21px;
  margin-bottom: 15px;
  background-image: url('../images/kevin-364843-unsplash_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-4._2 {
  background-image: url('../images/lauren-mancke-96705-unsplash_1.jpg');
  background-position: 50% 100%;
}

.column {
  padding-right: 35px;
  padding-left: 11px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.form {
  position: relative;
  width: 100%;
}

.div-block-6 {
  height: 100px;
  background-image: url('../images/tesosLogo-W-02.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.error-message {
  padding-right: 26px;
  padding-left: 26px;
  background-color: #1b0804;
}

.paragraph-3 {
  text-align: center;
}

.text-block {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 1px;
  display: block;
  margin-bottom: 10px;
  color: #9ea2a5;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.button-2 {
  margin-top: 17px;
  margin-left: 15px;
  border-radius: 3px;
  background-color: #ff630a;
  cursor: pointer;
}

.button-2:hover {
  background-color: #dd5406;
}

.button-2.w--current {
  cursor: pointer;
}

.button-2._2 {
  margin-top: 30px;
  margin-left: 0px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.button-2._3 {
  background-color: #10a267;
}

.button-2._3:hover {
  background-color: #0a7f50;
}

.container._2 {
  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;
}

.row-2 {
  margin-bottom: 61px;
}

.paragraph-4._2 {
  margin-bottom: 50px;
  text-align: center;
}

.link-block-2 {
  display: inline-block;
  width: 110px;
  height: 60px;
  margin-top: 8px;
  background-image: url('../images/tesosLogoTypo-02.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tabs-menu {
  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;
}

.tab-link-2 {
  margin-right: 30px;
  margin-bottom: 33px;
  margin-left: 30px;
  padding-top: 21px;
  padding-bottom: 21px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #000;
}

.tab-link-2.w--current {
  margin-right: 30px;
  margin-bottom: 33px;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: transparent;
  box-shadow: inset 0 -29px 0 -23px #ff6914;
  color: #000;
  font-weight: 500;
}

.text-block-2 {
  background-color: transparent;
  font-size: 24px;
  text-align: center;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
  color: #000;
}

.tab-pane {
  padding-top: 26px;
  padding-right: 156px;
  padding-left: 156px;
}

.text-field {
  margin-bottom: 21px;
}

.select-field {
  margin-bottom: 21px;
}

.textarea {
  min-height: 100px;
  margin-bottom: 18px;
}

.checkbox-field {
  margin-bottom: 27px;
}

.field-label {
  font-size: 14px;
  font-weight: 300;
}

.submit-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 35px;
  background-color: #ff630a;
  font-size: 18px;
}

.text-block-3 {
  margin-top: 19px;
  padding-right: 88px;
  padding-left: 88px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}

.field-label-2 {
  font-size: 15px;
  font-weight: 500;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-4 {
  margin-bottom: 22px;
  text-align: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.div-block-11._2 {
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 9px;
  border-top-style: none;
  border-bottom-style: none;
}

.text-block-5 {
  font-size: 32px;
  font-weight: 500;
}

.text-block-5._2 {
  color: #ff630a;
}

.text-block-5._2._4 {
  color: #000;
  font-size: 24px;
}

.text-block-5._3 {
  font-size: 24px;
  font-weight: 300;
}

.heading-7 {
  margin-bottom: 17px;
  color: #ff630a;
}

.image-3 {
  display: block;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
}

.image-4 {
  display: block;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
}

.heading-8._2 {
  margin-bottom: 22px;
}

.text-field-2 {
  display: block;
}

.text-field-3 {
  display: block;
}

.link {
  color: #ff630a;
}

.form-block {
  padding-right: 100px;
  padding-left: 100px;
}

.body {
  height: 100%;
}

.container-5 {
  max-width: 1200px;
}

.container-5._2 {
  max-width: 1000px;
}

.div-block-14 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: visible;
  width: 100px;
  height: 100px;
}

.div-block-14._2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-2 {
  padding-top: 104px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.7))), url('../images/headway-566297-unsplash_1.jpg');
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.7)), url('../images/headway-566297-unsplash_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-6 {
  position: absolute;
  overflow: visible;
  padding: 6px 49px;
  background-color: #ff630a;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.41);
  -webkit-transform: translate(-48px, 29px) rotate(45deg);
  -ms-transform: translate(-48px, 29px) rotate(45deg);
  transform: translate(-48px, 29px) rotate(45deg);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.text-block-6._2 {
  display: block;
  overflow: visible;
  width: 300px;
  background-color: #4dbd90;
  -webkit-transform: translate(-76px, 71px) rotate(45deg);
  -ms-transform: translate(-76px, 71px) rotate(45deg);
  transform: translate(-76px, 71px) rotate(45deg);
}

.slide-nav-3 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.slide-4 {
  position: relative;
  height: auto;
  padding-bottom: 0px;
}

.slider-3 {
  display: none;
  height: auto;
  padding-top: 44px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.mask {
  overflow: visible;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.heading-9 {
  margin-bottom: 30px;
  line-height: 26px;
  text-align: center;
}

.columns {
  margin-top: 63px;
}

.column-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.text-block-7 {
  margin-top: 29px;
  margin-bottom: 18px;
  padding-bottom: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.text-block-7._2 {
  min-height: 370px;
}

.bold-text {
  font-size: 18px;
}

.formfixedcontain {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  opacity: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.bgform {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  min-width: 400px;
  padding-right: 45px;
  padding-left: 45px;
  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-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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 62, 0, 0.86)), to(rgba(255, 130, 59, 0.94))), url('../images/kevin-364843-unsplash_1.jpg');
  background-image: linear-gradient(180deg, rgba(170, 62, 0, 0.86), rgba(255, 130, 59, 0.94)), url('../images/kevin-364843-unsplash_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.formmove {
  position: absolute;
  display: none;
  padding-top: 25px;
  padding-left: 69px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-16 {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.89);
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-16._2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.89);
}

.div-block-17 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 40px;
  cursor: pointer;
}

.text-field-4 {
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.92);
  font-size: 15px;
  font-weight: 400;
}

.form-2 {
  width: 300px;
}

.div-block-18 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: 2px;
  margin: auto;
  clear: none;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block-18._2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.div-block-17-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 40px;
  cursor: pointer;
}

.bgform-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  min-width: 400px;
  padding-right: 45px;
  padding-left: 45px;
  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-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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 62, 0, 0.86)), to(rgba(255, 130, 59, 0.94))), url('../images/kevin-364843-unsplash_1.jpg');
  background-image: linear-gradient(180deg, rgba(170, 62, 0, 0.86), rgba(255, 130, 59, 0.94)), url('../images/kevin-364843-unsplash_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  -webkit-transform: translate(-500px, 0px);
  -ms-transform: translate(-500px, 0px);
  transform: translate(-500px, 0px);
}

.form-2-copy {
  width: 300px;
  opacity: 0;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

.bold-text-2 {
  line-height: 18px;
}

.form-block-2 {
  margin-bottom: 10px;
}

.formmovededi {
  position: absolute;
  display: none;
  padding-top: 25px;
  padding-left: 69px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.formmove-copy {
  position: relative;
  display: block;
  padding-top: 25px;
  padding-left: 69px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.formmovemob {
  position: absolute;
  display: none;
  padding-top: 25px;
  padding-left: 69px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.formmovededimobi {
  position: absolute;
  display: none;
  padding-top: 25px;
  padding-left: 69px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="inicialform"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

html.w-mod-js *[data-ix="inicialform-2"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -300px);
  -ms-transform: translate(0px, -300px);
  transform: translate(0px, -300px);
}

html.w-mod-js *[data-ix="inicialform-3"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
}

html.w-mod-js *[data-ix="initialbgform"] {
  -webkit-transform: translate(-500px, 0px);
  -ms-transform: translate(-500px, 0px);
  transform: translate(-500px, 0px);
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .button.in-pricing._3._4._2 {
    width: 300px;
  }
  .button.in-pricing._3.form {
    width: 300px;
  }
  .nav-link {
    text-align: center;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .section {
    padding-top: 51px;
    padding-bottom: 43px;
  }
  .section.main._2 {
    padding-bottom: 24px;
  }
  .section.purple {
    overflow: hidden;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .section._2 {
    padding-top: 43px;
    padding-bottom: 48px;
  }
  .main-subtitle {
    font-size: 20px;
  }
  .footer-slogan {
    margin-bottom: 18px;
    line-height: 18px;
  }
  .main-heading {
    padding-right: 0px;
    font-size: 34px;
    line-height: 36px;
  }
  .main-heading._3 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .section-subtitle._2 {
    padding-right: 33px;
    padding-left: 33px;
  }
  .plan-wrapper {
    margin-bottom: 27px;
  }
  .plan-wrapper.promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .addl-feature._2._3 {
    margin-bottom: 35px;
  }
  .addl-feature._2._4 {
    margin-bottom: 35px;
  }
  .additional-contact {
    padding-right: 100px;
    padding-left: 100px;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .paragraph {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slide-3 {
    padding-top: 91px;
  }
  .row {
    display: none;
    padding-right: 80px;
    padding-left: 80px;
  }
  .div-block {
    margin-top: 39px;
    margin-bottom: 1px;
  }
  .button-2 {
    margin-left: 0px;
  }
  .container-2 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .container-3 {
    padding-right: 60px;
  }
  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tab-pane {
    padding-right: 85px;
    padding-left: 85px;
  }
  .text-block-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-3 {
    display: block;
    padding-right: 123px;
    padding-bottom: 0px;
    padding-left: 123px;
    background-color: transparent;
  }
  .mask {
    height: auto;
    min-height: auto;
  }
  .heading-9 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .column-3 {
    margin-bottom: 71px;
  }
  .text-block-7._2 {
    min-height: auto;
    margin-top: 8px;
  }
  .bgform {
    width: 100%;
    height: 200px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .formmove {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    padding-top: 42px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-16 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-16._2 {
    display: none;
  }
  .div-block-17 {
    width: 40px;
    height: 40px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form-2 {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .div-block-17-copy {
    display: block;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .bgform-copy {
    position: static;
    width: 100%;
    height: 150px;
    min-width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .form-2-copy {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .form-block-3 {
    position: relative;
    margin-bottom: -6px;
  }
  .formmovededi {
    display: block;
    padding-top: 42px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .formmove-copy {
    padding-top: 42px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-19 {
    position: relative;
    -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;
  }
  .formmovemob {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    padding-top: 42px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .formmovededimobi {
    position: relative;
    display: block;
    padding-top: 42px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .nav-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .nav-link.menu {
    top: 0px;
    right: 0px;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    float: right;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section.main {
    margin-top: 57px;
    padding-bottom: 12px;
  }
  .section.main._2 {
    padding-bottom: 16px;
  }
  .section.purple {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section._2._3 {
    padding-top: 25px;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .social-icon-group {
    float: none;
  }
  .main-heading._3 {
    padding-top: 16px;
    line-height: 28px;
    text-align: center;
  }
  .section-subtitle {
    margin-bottom: 44px;
  }
  .section-subtitle._2._3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-subtitle._2._3._4 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .plan-wrapper.star._2 {
    min-height: 550px;
  }
  .addl-feature._3 {
    line-height: 15px;
  }
  .divider {
    width: 100%;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .heading {
    font-size: 20px;
    line-height: 20px;
  }
  .paragraph {
    padding-right: 42px;
    padding-left: 42px;
    font-size: 13px;
    line-height: 16px;
  }
  .row {
    display: none;
    padding-right: 41px;
    padding-left: 41px;
  }
  .div-block {
    width: 180px;
    height: 120px;
    margin-top: 19px;
  }
  .videocontain {
    height: 630px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-4 {
    margin-right: auto;
    margin-left: auto;
  }
  .column {
    padding-right: 50px;
    padding-left: 50px;
  }
  .div-block-6 {
    background-image: url('../images/tesosLogo-W-02.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .text-block {
    font-size: 13px;
  }
  .button-2 {
    margin-top: 9px;
  }
  .container-2 {
    padding-right: 82px;
    padding-left: 68px;
  }
  .container-3 {
    padding-right: 91px;
    padding-left: 73px;
  }
  .column-2 {
    margin-top: 33px;
    padding-right: 46px;
    padding-left: 46px;
  }
  .link-block-2 {
    height: 42px;
    margin-top: 9px;
    margin-left: 9px;
  }
  .tab-pane {
    padding-right: 35px;
    padding-left: 35px;
  }
  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-8 {
    margin-right: 0px;
  }
  .div-block-9 {
    margin-left: 0px;
  }
  .div-block-10 {
    width: 300px;
  }
  .form-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-14._2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .text-block-6._2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }
  .slider-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .column-3 {
    margin-bottom: 48px;
  }
  .div-block-17 {
    display: block;
  }
  .div-block-17-copy {
    margin-top: 2px;
    margin-right: 3px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 18px;
  }
  .button.in-pricing._3 {
    margin-top: 27px;
  }
  .button.in-pricing._3._4._2 {
    position: relative;
    width: 300px;
    margin-top: 18px;
  }
  .button.in-pricing._3.form {
    width: 300px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 17px;
    padding-left: 13px;
  }
  .button._2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 17px;
    padding-left: 13px;
    float: none;
    font-size: 18px;
  }
  .nav-link {
    display: none;
    margin-right: 6px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .section {
    padding-top: 24px;
  }
  .section.main {
    padding-right: 16px;
    padding-left: 16px;
  }
  .section.purple {
    padding-top: 39px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section._2 {
    padding-top: 29px;
  }
  .main-subtitle {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .main-subtitle._3 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .footer-title {
    margin-top: 20px;
  }
  .main-heading {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
  .main-heading.div-block-2 {
    font-size: 26px;
    line-height: 28px;
  }
  .main-heading._2 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
  .main-heading._3 {
    width: 300px;
    height: 80px;
    margin-bottom: 0px;
    padding: 41px 26px 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
  .section-subtitle {
    margin-bottom: 29px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .section-subtitle._2 {
    margin-bottom: 28px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 18px;
  }
  .section-subtitle._2._3._4 {
    margin-bottom: 19px;
    padding-right: 21px;
    padding-left: 21px;
  }
  .section-subtitle._2._5 {
    margin-bottom: -20px;
  }
  .price-point {
    margin-bottom: 1px;
  }
  .additional-contact {
    padding-right: 24px;
    padding-left: 24px;
  }
  .testimony-text {
    font-size: 22px;
    line-height: 25px;
  }
  .main-feature-group {
    margin-bottom: 10px;
  }
  .slider-2 {
    height: 360px;
  }
  .slide-1 {
    padding-top: 45px;
  }
  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 15px;
  }
  .slide-3 {
    padding-top: 59px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.39))), url('../images/stefan-stefancik-257625-unsplash_1.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.39)), url('../images/stefan-stefancik-257625-unsplash_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .row {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-3 {
    margin-bottom: 25px;
  }
  .heading-4._2 {
    font-size: 32px;
  }
  .heading-5 {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 28px;
  }
  .div-block-4 {
    height: 200px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 12px;
  }
  .button-2 {
    font-size: 12px;
  }
  .button-2._2 {
    font-size: 24px;
  }
  .container-2 {
    padding-right: 34px;
    padding-left: 34px;
  }
  .container-3 {
    padding-right: 34px;
    padding-left: 34px;
  }
  .column-2 {
    margin-top: 50px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .icon {
    margin-right: 3px;
    font-size: 26px;
  }
  .icon-2 {
    margin-left: 3px;
    font-size: 26px;
  }
  .slide-nav-2 {
    font-size: 14px;
  }
  .paragraph-4 {
    margin-bottom: 2px;
  }
  .heading-6 {
    padding-right: 22px;
    padding-left: 22px;
    font-size: 28px;
    line-height: 30px;
  }
  .icon-3 {
    font-size: 26px;
  }
  .icon-4 {
    font-size: 26px;
  }
  .link-block-2 {
    width: 80px;
    height: 38px;
    margin-top: 12px;
    margin-left: 9px;
  }
  .tab-link-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 11px;
    padding-left: 11px;
  }
  .tab-link-2.w--current {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 20px;
  }
  .text-block-2 {
    font-size: 18px;
    line-height: 20px;
  }
  .tab-pane {
    padding-right: 10px;
    padding-left: 10px;
  }
  .field-label {
    line-height: 16px;
    text-align: left;
  }
  .text-block-3 {
    padding-right: 11px;
    padding-left: 11px;
  }
  .field-label-2 {
    line-height: 17px;
  }
  .div-block-10 {
    width: 280px;
  }
  .div-block-11 {
    margin-top: 3px;
    padding-top: 13px;
    padding-bottom: 12px;
  }
  .text-block-5 {
    font-size: 24px;
  }
  .text-block-5._2._4 {
    font-size: 18px;
  }
  .text-block-5._3 {
    font-size: 18px;
  }
  .heading-7 {
    font-size: 24px;
    line-height: 26px;
  }
  .heading-8 {
    line-height: 32px;
  }
  .slide-2 {
    padding-top: 45px;
  }
  .slider-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-9 {
    font-size: 25px;
    font-weight: 500;
  }
  .formmove {
    padding-top: 21px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-field-4 {
    margin-bottom: 7px;
  }
  .bgform-copy {
    padding-right: 10px;
    padding-left: 10px;
    -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;
    text-align: center;
  }
  .form-2-copy {
    width: 280px;
  }
  .formmovemob {
    padding-top: 21px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

