.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;
}

.heading-1 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 46px;
  font-weight: 700;
}

.body {
  font-family: 'Product sans', sans-serif;
}

.subtitle {
  font-family: 'Open Sans', sans-serif;
  color: #808090;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
}

.subtitle.centered {
  width: 79%;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-weight: 600;
  text-align: left;
}

.subtitle.centered.about {
  margin-bottom: 100px;
  font-weight: 400;
  text-align: left;
}

.subtitle.hero {
  margin-bottom: 30px;
  color: #fff;
}

.button {
  padding: 15px 24px;
  background-color: #544765;
  font-size: 20px;
}

.button.primary {
  margin-bottom: 31px;
  padding: 10px 40px;
  border-radius: 30px;
  background-color: #380047;
}

.caption {
  color: #808090;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.caption.centered {
  margin-bottom: -16px;
  font-size: 11px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.navbar {
  position: absolute;
  background-color: #f2f5f9;
}

.container {
  display: block;
}

.nav-link {
  margin-top: 28px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.section {
  position: relative;
  height: 600px;
  padding-top: 102px;
  background-color: #005591;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 85, 145, 0.9)), to(rgba(0, 85, 145, 0.9))), url('../images/tile2-towing.png');
  background-image: linear-gradient(180deg, rgba(0, 85, 145, 0.9), rgba(0, 85, 145, 0.9)), url('../images/tile2-towing.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.hero-block {
  position: static;
  top: 134px;
}

.image {
  margin-top: 19px;
  margin-left: -15px;
}

.smartphone-hero {
  position: absolute;
  top: -261px;
  right: 0px;
  z-index: 2;
}

.smartphone-hero.shadow {
  top: -285px;
  right: -6px;
  z-index: 1;
}

.container-2 {
  position: relative;
  padding-top: 27px;
}

.heading-2 {
  text-align: center;
}

.heading-3 {
  margin-bottom: 20px;
  color: #005591;
  text-align: center;
}

.heading-3.feature {
  font-family: 'Product sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.heading-3.feature.centered {
  text-align: center;
}

.heading-3.white {
  color: #fff;
}

.container-3 {
  padding-top: 72px;
}

.girl-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 451px;
  margin: 111px auto 58px;
}

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

.girl-dog {
  position: absolute;
  left: 259px;
  z-index: 999;
}

.tags {
  position: absolute;
  left: 305px;
  top: -68px;
  z-index: 999;
  width: 509.99993896px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.feature-content {
  margin-top: 90px;
  padding-top: 50px;
}

.feature-content.centered {
  width: 100%;
  margin-top: -4px;
  text-align: center;
}

.copy {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.copy.footer {
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 16px;
  text-align: left;
}

.copy.centered {
  margin-right: auto;
  margin-left: auto;
}

.copy.legal-copy {
  width: 100%;
  line-height: 22px;
}

.copy.white {
  color: #fff;
}

.copy.pregunta {
  width: auto;
  color: #2d2d30;
  line-height: 23px;
  text-align: left;
}

.divider {
  width: 111px;
  height: 2px;
  background-color: #544765;
}

.divider.centered {
  margin-right: auto;
  margin-left: auto;
}

.feature-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: -80px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-block.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-block.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-2 {
  height: 300px;
  background-color: #f2f5f9;
}

.section-2.newsletter {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-top: 54px;
  padding-bottom: 54px;
  background-color: rgba(242, 245, 249, 0);
}

.section-2.map {
  height: auto;
  padding-top: 29px;
  background-color: #dff2ff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 570px;
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field {
  width: 100%;
  height: 41px;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(128, 128, 144, 0.2);
  border-radius: 20px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 11%;
  bottom: 0%;
}

.footer-section {
  padding-top: 37px;
  padding-bottom: 37px;
  background-color: #005591;
}

.negative-logo {
  width: 70px;
  margin-top: 16px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 18px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 101px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-block.logo {
  width: 300px;
  height: auto;
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-block.links {
  width: 160px;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-block.legal {
  width: 170px;
}

.footer-block.social {
  width: 160px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-4 {
  margin-top: 0px;
  padding-top: 0px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.navbar-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  margin-bottom: -149px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.image-6 {
  position: static;
  width: 256px;
}

.image-6.terms {
  display: block;
  width: auto;
  height: 113px;
  margin-left: -20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand {
  position: static;
  display: block;
  width: 265.99429321px;
  margin-bottom: -126px;
  margin-left: -20px;
}

.container-6 {
  position: static;
  width: 100%;
  height: 82.00283813px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.container-6.nav {
  margin-top: 9px;
}

.nav-menu {
  position: static;
  margin-top: 45px;
}

.smartphone-wrapper {
  position: relative;
  overflow: visible;
}

._1-3-5 {
  position: absolute;
  left: -3px;
  top: 155px;
}

.error-message {
  width: 50%;
}

.text-block {
  display: inline-block;
}

.text-block-2 {
  display: inline-block;
  width: 530px;
  font-size: 16px;
  text-align: left;
}

.success-message {
  width: 570px;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #380047;
  color: #fff;
}

.scroll-down {
  display: block;
}

.gif-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.variables-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  margin: 29px auto 155px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.variable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 6px 20px -8px rgba(0, 0, 0, 0.1);
}

.circle-variable {
  width: 7px;
  height: 7px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100%;
  background-color: #380047;
}

.column {
  padding-right: 19px;
  padding-bottom: 91px;
  padding-left: 19px;
}

.text-span {
  font-family: 'Product sans', sans-serif;
  color: #544765;
  font-size: 28px;
  line-height: 22px;
  font-weight: 700;
}

.columns {
  margin-top: 61px;
}

.link {
  display: block;
  width: auto;
  margin-bottom: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link.w--current {
  width: 60%;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #808090;
  border-radius: 1px;
  color: #005591;
  font-weight: 700;
}

.link.header {
  color: #380047;
}

.link.at-footer {
  margin-bottom: 14px;
  padding-bottom: 0px;
  border-bottom-style: none;
  color: rgba(255, 255, 255, 0.69);
  font-size: 18px;
  font-weight: 600;
}

.navbar-3 {
  height: 121px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2f5f9;
  color: #808090;
}

.nav-link-2 {
  margin-top: 26px;
  color: #380047;
  font-size: 18px;
}

.container-7 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.legal-header {
  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;
}

.section-5 {
  padding-top: 12px;
  background-color: #f2f5f9;
}

.upper-bold {
  text-transform: uppercase;
}

.div-block-11 {
  margin-top: 44px;
}

.image-2 {
  padding-left: 21px;
}

.navbar-4 {
  height: 100px;
  padding-top: 22px;
  background-color: #035490;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 85, 145, 0.89)), to(rgba(0, 85, 145, 0.89))), url('../images/tile2-towing.png');
  background-image: linear-gradient(180deg, rgba(0, 85, 145, 0.89), rgba(0, 85, 145, 0.89)), url('../images/tile2-towing.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.truck-hero {
  position: absolute;
  left: auto;
  top: 4%;
  right: 7%;
  bottom: 0%;
}

.icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
}

.feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-block-4 {
  text-align: center;
}

.feature-title {
  margin-top: -7px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  margin-top: 39px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-left {
  width: 49%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.gallery-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pic {
  width: 48%;
  height: 170px;
  margin-bottom: 8px;
  background-color: #f2f5f9;
  background-image: url('../images/2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.pic.big {
  width: 64%;
}

.pic._2 {
  background-image: url('../images/3.png');
  background-size: cover;
}

.pic._3 {
  background-image: url('../images/4.png');
  background-size: cover;
}

.pic._4 {
  background-image: url('../images/Bitmap.png');
  background-size: cover;
}

.image-12 {
  width: 290.79861451px;
}

.div-block-12 {
  height: 98%;
  background-image: url('../images/1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.nav-link-3 {
  color: #fff;
  font-size: 18px;
}

.section-7 {
  margin-top: 124px;
  background-color: #005591;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 85, 145, 0.94)), to(rgba(0, 85, 145, 0.94))), url('../images/tile2-towing.png');
  background-image: linear-gradient(180deg, rgba(0, 85, 145, 0.94), rgba(0, 85, 145, 0.94)), url('../images/tile2-towing.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  color: #005591;
}

.testimonio-pic {
  width: 100px;
  height: 100px;
  margin-right: 24px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/profile3x.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonio-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 86px;
  margin-bottom: 86px;
  -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;
}

.container-8 {
  padding-top: 77px;
  padding-bottom: 77px;
}

.text-block-5 {
  color: #fff;
}

.aspas {
  position: absolute;
}

.aspas._1 {
  left: auto;
  top: auto;
  right: 16%;
  bottom: 0%;
}

.aspas._2 {
  left: 13%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.pregunta {
  display: block;
  margin-bottom: -11px;
  line-height: 19px;
}

.pregunta-wrapper {
  margin-top: -1px;
  padding: 20px 20px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(128, 128, 144, 0.21);
  background-color: #fff;
}

.pregunta-wrapper.alt {
  background-color: #ededef;
}

.faq {
  margin-top: 49px;
}

.map {
  padding-top: 75px;
  padding-bottom: 75px;
}

.details-wrap {
  margin-bottom: 10px;
}

.contact-form-grid {
  margin-top: 74px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: 'Open Sans', sans-serif;
}

.radio-button-label {
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
}

.select-field {
  margin-bottom: 25px;
  font-size: 18px;
}

.get-in-touch-form {
  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;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.text-field-2 {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field-2:hover {
  border-color: #e3e6eb;
}

.text-field-2:active {
  border-color: #43464d;
}

.text-field-2:focus {
  border-color: #43464d;
}

.text-field-2::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field-2:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field-2::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field-2::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field-2.cc-contact-field {
  margin-bottom: 25px;
  color: #000;
  font-size: 18px;
  line-height: 23px;
}

.text-field-2.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph-light {
  opacity: 0.6;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
}

.radio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #32343a;
  color: #fff;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.cc-contact-us {
  position: relative;
  z-index: 5;
  border-radius: 4px;
  background-color: #005591;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.field-label {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
}

.image-13 {
  width: 150px;
}

.div-block-13 {
  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;
}

.image-14 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  padding: 0px 10px 20px;
}

.link-block.top {
  padding-bottom: 0px;
}

.nav-menu-2.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.figure {
  width: 49%;
  background-image: url('../images/1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.figure._2 {
  background-image: url('../images/Bitmap.png');
  background-size: cover;
}

.figure.smaller {
  width: 32%;
  margin-top: 18px;
  background-image: url('../images/4.png');
  background-position: 50% 50%;
  background-size: cover;
}

.figure.smaller._2 {
  background-image: url('../images/3.png');
  background-size: cover;
}

.figure.smaller._3 {
  background-image: url('../images/2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-bg-blue {
  padding-top: 27px;
  padding-bottom: 27px;
  background-color: #005591;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 85, 145, 0.93)), to(rgba(0, 85, 145, 0.93))), url('../images/tile2-towing.png');
  background-image: linear-gradient(180deg, rgba(0, 85, 145, 0.93), rgba(0, 85, 145, 0.93)), url('../images/tile2-towing.png');
  background-position: 0px 0px, 50% -90%;
  background-size: auto, 125px;
}

.pop-up-image {
  position: absolute;
  bottom: 110px;
  z-index: 999;
  width: 540px;
  max-width: none;
  border-style: solid;
  border-width: 5px;
  border-color: #9c9c9c;
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.bold-text-4 {
  font-weight: 600;
}

.text-block-6 {
  display: inline-block;
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .smartphone-hero {
    right: 0px;
  }
  .girl-dog {
    left: 177px;
  }
  .tags {
    left: 190px;
  }
  .image-4 {
    right: -7%;
    z-index: 0;
  }
  .menu-button {
    display: none;
  }
  .icon {
    display: none;
  }
  .success-message {
    width: 420px;
  }
  .link.w--current {
    width: 72%;
  }
  .truck-hero {
    right: 0%;
  }
  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .button-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-2.cc-contact-us {
    display: block;
  }
}

@media (max-width: 767px) {
  .subtitle.hero {
    text-align: center;
  }
  .section {
    padding-top: 175px;
  }
  .heading-4 {
    text-align: center;
  }
  .column-2 {
    margin-bottom: 34px;
  }
  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .store-app {
    display: flex;
    justify-content: center;
  }
  .truck-hero {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field-2.cc-contact-field {
    text-align: left;
  }
  .text-field-2.cc-textarea {
    text-align: left;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .div-block-13 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .copy.footer {
    margin-left: 0px;
    padding-right: 34px;
    padding-left: 0px;
  }
  .footer {
    padding-right: 17px;
    padding-left: 17px;
  }
  .footer-block.links {
    width: auto;
  }
  .footer-block.legal {
    width: 120px;
  }
  .footer-block.social {
    width: auto;
  }
}

@media (max-width: 479px) {
  .heading-1 {
    line-height: 34px;
  }
  .subtitle.centered {
    width: 100%;
    font-size: 17px;
    line-height: 23px;
  }
  .subtitle.hero {
    margin-bottom: 18px;
    font-size: 17px;
    text-align: center;
  }
  .button.primary {
    padding-right: auto;
    padding-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 17px;
  }
  .button.primary.subscription {
    width: 100%;
    font-size: 17px;
  }
  .caption {
    display: none;
  }
  .section {
    overflow: hidden;
    height: auto;
    margin-bottom: 1px;
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 85, 145, 0.89)), to(rgba(0, 85, 145, 0.89))), url('../images/tile2-towing.png');
    background-image: linear-gradient(180deg, rgba(0, 85, 145, 0.89), rgba(0, 85, 145, 0.89)), url('../images/tile2-towing.png');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, 125px;
  }
  .hero-block {
    top: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 51px;
    -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;
  }
  .smartphone-hero {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .smartphone-hero.shadow {
    left: -23px;
    top: 0px;
  }
  .container-2 {
    padding-top: 0px;
  }
  .heading-3 {
    line-height: 30px;
  }
  .heading-3.feature {
    font-size: 24px;
    text-align: center;
  }
  .container-3 {
    overflow: hidden;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .girl-box {
    height: 311px;
    margin-top: 41px;
    margin-bottom: 28%;
  }
  .image-3 {
    position: static;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-top: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .girl-dog {
    left: auto;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .tags {
    left: 28px;
    top: 0px;
    margin-right: -26px;
  }
  .feature-content {
    margin-top: 30px;
    padding-top: 0px;
  }
  .copy {
    width: auto;
    margin-bottom: 30px;
    font-size: 17px;
    text-align: center;
  }
  .copy.footer {
    text-align: center;
    padding-right: 0;
  }
  .copy.legal-copy {
    text-align: left;
  }
  .divider {
    margin-right: auto;
    margin-left: auto;
  }
  .feature-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
    margin-bottom: -17px;
    -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;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .feature-block {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-block.reverse {
    padding-top: 31px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-2.newsletter {
    height: auto;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-field {
    font-size: 17px;
    text-align: center;
  }
  .image-4 {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0%;
    display: block;
    width: 220px;
    margin-right: auto;
    margin-left: auto;
  }
  .negative-logo {
    margin-bottom: 30px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-block.logo {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-block.links {
    display: block;
    margin: auto;
    text-align: center;
  }
  .footer-block.legal {
    display: block;
    height: auto;
    text-align: center;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-block.social {
    display: block;
    height: auto;
    margin-top: 16px;
    -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;
    text-align: center;
  }
  .heading-4 {
    font-size: 30px;
    line-height: 0px;
    text-align: center;
  }
  .bold-text {
    font-size: 24px;
    line-height: 12px;
  }
  .hand-smartphone {
    width: auto;
    -webkit-transform: scale(0.68);
    -ms-transform: scale(0.68);
    transform: scale(0.68);
  }
  .container-4 {
    margin-top: -141px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-4 {
    margin-top: 101px;
  }
  .navbar-2 {
    height: 50px;
    margin-bottom: 30px;
    background-color: #fff;
  }
  .brand {
    width: 215.99429321px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container-6.nav {
    margin-top: 0px;
    padding-top: 38px;
    background-color: #f2f5f9;
  }
  .menu-button {
    display: none;
  }
  .icon {
    display: none;
  }
  .smartphone-wrapper {
    position: relative;
    overflow: hidden;
    height: 321px;
  }
  ._1-3-5 {
    left: -10px;
    top: 60px;
  }
  .text-block-2 {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  .success-message {
    width: 100%;
    border-radius: 20px;
  }
  .gif-container {
    display: none;
  }
  .variables-wrapper {
    width: 100%;
    margin-bottom: 0px;
  }
  .link {
    display: block;
    margin-left: 0px;
  }
  .link.w--current {
    display: block;
    width: auto;
    margin-right: 10px;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 37px;
    padding-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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .legal-header {
    -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-right: auto;
    margin-left: auto;
    -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-11 {
    max-width: 40%;
    margin-right: 15px;
  }
  .image-2 {
    max-width: 40%;
    padding-left: 0px;
  }
  .truck-hero {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
  .icons-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .feature-box {
    width: 33%;
    margin-bottom: 19px;
    -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;
  }
  .feature-title {
    font-size: 12px;
  }
  .section-6 {
    padding-top: 30px;
  }
  .gallery-wrapper {
    height: 370px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-link-3 {
    text-align: center;
  }
  .testimonio-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-8 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .faq {
    margin-bottom: 30px;
  }
  .contact-form-grid {
    width: 100%;
    margin-top: 13px;
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-columns: 0.25fr;
    grid-template-areas: ".";
    -ms-grid-columns: 2.25fr;
    grid-template-columns: 2.25fr;
  }
  .text-field-2.cc-contact-field {
    text-align: center;
  }
  .contact-form {
    padding-top: 15px;
  }
  .paragraph-light {
    font-size: 14px;
  }
  .div-block-4 {
    margin-bottom: -94px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-heading {
    line-height: 33px;
  }
  .contact-form-wrap {
    margin-bottom: -15px;
    padding: 0px 15px;
  }
  .field-label {
    text-align: center;
  }
  .image-13 {
    width: 80px;
  }
  .div-block-13 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon-2 {
    color: #fff;
  }
  .container-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bold-text-3 {
    font-size: 12px;
  }
  .image-14 {
    width: 80%;
    margin-bottom: 58px;
  }
  .link-block {
    display: block;
  }
  .nav-menu-2 {
    background-color: #005591;
  }
  .menu-button-2 {
    background-color: #005591;
  }
  .menu-button-2.w--open {
    background-color: #005591;
  }
  .pop-up-image {
    width: 100%;
  }
}

#w-node-5b6ef9961232-5f006a89 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-5b6ef9961232-5f006a89 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-5b6ef996125d-5f006a89 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-5b6ef996125d-5f006a89 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-5b6ef996125d-5f006a89 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@font-face {
  font-family: 'Product sans';
  src: url('../fonts/Product-Sans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Product sans';
  src: url('../fonts/Product-Sans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
