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

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
}

.navbar.home {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}

.navbar.transparent {
  position: absolute;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
}

.hero-section {
  position: relative;
  height: auto;
  padding-top: 0px;
  padding-bottom: 60px;
}

.body {
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.3em;
}

.hero-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-grid.left {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.hero-grid.right {
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
}

.hero-grid.hide {
  display: none;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.column-padding.flex {
  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;
  background-color: transparent;
}

.column-padding.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.hero-image-wrapper {
  position: relative;
}

.image {
  width: auto;
  height: auto;
  font-weight: 300;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-w-max {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.column-w-max.no-margin-left {
  margin-left: 0px;
}

.column-w-max.center {
  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;
}

.column-w-max.auto-w {
  width: 85%;
  max-width: none;
}

.column-w-max.auto-width {
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 41px;
}

.column-w-max.right {
  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;
}

.column-w-max.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-w-max.no-padding {
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.h1-heading {
  font-size: 65px;
  line-height: 1.1em;
}

.h1-heading.white {
  color: #fff;
  font-size: 50px;
  line-height: 1.1em;
  font-weight: 600;
}

.margin-20px {
  margin-top: 20px;
}

.hero-subhead {
  margin-top: 0px;
  font-size: 25px;
  line-height: 1.3em;
}

.hero-subhead.white {
  color: #fff;
}

.margin-50px {
  margin-top: 50px;
}

.button-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button {
  padding: 12px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #ef4136;
  border-radius: 5px;
  background-color: #ef4136;
  -webkit-transition: background-color 200ms cubic-bezier(.55, .055, .675, .19);
  transition: background-color 200ms cubic-bezier(.55, .055, .675, .19);
  font-size: 16px;
  text-transform: none;
}

.button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ef4136;
  background-color: #fff;
  color: #ef4136;
}

.button.transparent:hover {
  background-color: transparent;
}

.line-divider {
  width: 25px;
  height: 1px;
}

.paragraph {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.3em;
  text-align: left;
  text-decoration: none;
}

.paragraph.center {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.paragraph.center.white {
  color: #fff;
  font-weight: 300;
}

.paragraph.red {
  color: #ef4136;
  font-weight: 400;
}

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

.section.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.section.top-line {
  padding-top: 110px;
  padding-bottom: 110px;
  border-top: 5px solid #ef4136;
}

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

.section._120px-padding.bg {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 99, 88, 0.65)), to(rgba(252, 99, 88, 0.65))), url('../images/27.jpg');
  background-image: linear-gradient(180deg, rgba(252, 99, 88, 0.65), rgba(252, 99, 88, 0.65)), url('../images/27.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.banner {
  display: none;
  background-color: transparent;
}

.image-wrapper {
  position: relative;
}

.h2-heading {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.h2-heading.center {
  text-align: center;
  text-transform: none;
}

.h2-heading.normal {
  overflow: visible;
  margin-top: 10px;
  font-weight: 600;
  text-transform: none;
}

.sub-paragraph {
  color: #000;
  font-size: 16px;
}

.sub-paragraph.center {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.button-outline {
  padding: 10px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #ef4136;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 200ms cubic-bezier(.55, .055, .675, .19);
  transition: background-color 200ms cubic-bezier(.55, .055, .675, .19);
  font-family: 'PT Sans', sans-serif;
  color: #ef4136;
  font-size: 16px;
  text-transform: none;
}

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

.container {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.container.navbar {
  max-width: 75%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container._85-percent {
  max-width: 85%;
}

.container.flex {
  display: block;
  max-width: 75%;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.container._90px {
  display: block;
  max-width: 85%;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.grid-wrapper._50px-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  margin-top: 50px;
  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;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.h3-heading {
  font-size: 25px;
  text-transform: uppercase;
}

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

.h3-heading.center.white {
  color: #fff;
  font-weight: 600;
}

.h3-heading.normal {
  text-transform: none;
}

.h4-heading {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.h4-heading.center {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.flex-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  max-width: 370px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number {
  font-size: 55px;
  font-weight: 400;
}

.number.red {
  color: #ef4136;
}

.number.yellow {
  color: #ffca28;
}

.number.orange {
  color: #eb9603;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 92px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.text-rights {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.social-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 4px;
  -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;
}

.footer-link-dark {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-dark.w--current {
  color: #fff;
}

.footer-wrapper {
  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;
}

.footer-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 17px;
}

.footer {
  padding: 92px 3% 0px;
  background-color: #000;
}

.social-link-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -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;
  color: #1e2833;
  font-size: 15px;
  text-decoration: none;
}

.footer-grid-02 {
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo {
  max-width: 200px;
  margin-bottom: 32px;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.nav-link {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

.nav-link.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 15px;
}

.nav-link.dark.w--current {
  font-family: 'PT Sans', sans-serif;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span {
  color: #ef4136;
  font-weight: 600;
  text-decoration: underline;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: auto;
  margin-top: 0px;
  margin-right: 32px;
}

.page-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/untitled-design-5.png');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 16px;
}

.page-section.towing {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/towing.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-section.exotic-towing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/untitled-design-9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/untitled-design-9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-section.flat-tire {
  background-image: url('../images/50.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-section.roadside-assistance {
  background-image: url('../images/roadside.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-section.jump-start {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/jump.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-section.basement-towing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/1122-01.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/1122-01.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-section.locked-out {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/key-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/key-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-section.about {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/untitled-design-8.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-section.flatbed-towing {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/flat-bed.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/flat-bed.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-section.out-of-fuel {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/out-of-fuel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/out-of-fuel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-section.heavy-recovery {
  height: auto;
  margin-top: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('../images/untitled-design-10.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-section.heavy-recovery {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/whatsapp-image-2021-12-21-at-11.56.44-PM-1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/whatsapp-image-2021-12-21-at-11.56.44-PM-1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-section.customer-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55vh;
  padding-top: 220px;
  padding-bottom: 220px;
  -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(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/_t20_wgbprg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/_t20_wgbprg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-section.customer-services {
  height: 70vh;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/premium-customer-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/premium-customer-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-heading {
  margin-bottom: 20px;
  color: #fff;
  font-size: 45px;
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.sub-heading {
  font-size: 35px;
  line-height: 1.3em;
}

.sub-heading.center {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-wrapper {
  margin-top: 20px;
}

.services-grid {
  width: 950px;
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 250px;
  -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: url('../images/services-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-wrapper.one {
  border-radius: 3px;
  background-image: url('../images/services.png');
}

.services-wrapper.two {
  border-radius: 3px;
}

.services-wrapper.three {
  border-radius: 3px;
  background-image: url('../images/services-3.png');
}

.services-wrapper.four {
  border-radius: 3px;
  background-image: url('../images/services-4.png');
}

.services-wrapper.fifth {
  border-radius: 3px;
  background-image: url('../images/services-5.png');
}

.services-wrapper.sixth {
  border-radius: 3px;
  background-image: url('../images/services-6.png');
}

.services-wrapper.seventh {
  border-radius: 3px;
  background-image: url('../images/services-9.png');
}

.services-wrapper.eight {
  border-radius: 3px;
  background-image: url('../images/services-7.png');
}

.services-wrapper.nineth {
  border-radius: 3px;
  background-image: url('../images/services-8.png');
}

.services-wrapper.tenth {
  background-image: url('../images/services-8.png');
}

.services-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  border-radius: 3px;
  text-align: center;
}

.services-link {
  text-decoration: none;
}

.margin-30px {
  margin-top: 30px;
}

.video-wrapper {
  margin-top: 70px;
  padding-bottom: 40px;
  background-color: #041626;
}

.white-paragraph {
  max-width: 360px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.text-block {
  color: #fff;
}

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

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

.video {
  margin-right: auto;
  margin-left: auto;
}

.services-text {
  font-family: 'Encode Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.flex-box {
  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;
}

.flex-box.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-3 {
  width: 25px;
}

.location-box {
  margin-top: 0px;
}

._10px-divider {
  width: 10px;
  height: 1px;
  font-size: 5px;
}

.image-4 {
  width: 100px;
}

.flex-vertical {
  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;
}

.image-5 {
  width: 100px;
}

.margin-10px {
  margin-top: 10px;
  font-size: 12px;
}

.list-item {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.list {
  font-size: 16px;
}

.right-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contact-content-text-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-2 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.award {
  padding: 0px;
}

.image-7 {
  width: 250px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.award-tittle {
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
}

.image-9 {
  width: 450px;
  height: 450px;
  padding: 31px;
}

.image-11 {
  width: 70%;
  padding: 15px;
}

.both-margin-50px {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0px;
}

.polygon {
  position: relative;
  top: 57px;
  right: 21px;
  z-index: -100;
  width: 60px;
}

.card-grid {
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card {
  max-width: 450px;
  padding: 30px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(239, 65, 54, 0.5);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(8, 15, 52, 0.06);
  -webkit-transform: translate3d(0px, 0px, 0.01px);
  transform: translate3d(0px, 0px, 0.01px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-icon {
  width: 55px;
}

.two-grid-column {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.red-shape {
  width: 25px;
}

.paragraph-box {
  width: 550px;
}

.text-span-2 {
  color: #ef4136;
}

.text-span-3 {
  color: #ef4136;
}

.text-span-4 {
  color: #fff;
}

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

.text-span-6 {
  color: #fff;
}

.text-span-7 {
  color: #ef4136;
}

.text-span-8 {
  color: #ef4136;
}

.content-wrapper {
  max-width: 1100px;
  border-radius: 5px;
  background-color: #fff;
}

.banner-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-span-9 {
  color: #ef4136;
}

.mobile-container {
  display: none;
}

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

.main-navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.nav-link-3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.nav-link-3.w--current {
  color: #fff;
}

.nav-link-3.outline {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ef4136;
  border-radius: 3px;
  color: #ef4136;
}

.mobile-section {
  position: relative;
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-13 {
  width: 180px;
  max-width: none;
}

.hero-sub-paragraph {
  color: #000;
  font-size: 20px;
}

.home-sub-header {
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: none;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.split-content.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.split-content.right {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.white-navlink {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
}

.white-navlink.w--current {
  color: #fff;
  text-decoration: none;
}

.white-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: auto;
  margin-top: 0px;
  margin-right: 32px;
}

.sub-header-white-paragraph {
  max-width: 360px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.mobile-navbar {
  display: none;
}

.icon {
  width: 40px;
}

.pr-hero-grid {
  height: 35vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pr-hero-grid.left {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.pr-hero-grid.right {
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
}

.margin-40px {
  margin-top: 40px;
}

.margin-30-px {
  margin-top: 10px;
  font-size: 12px;
}

.image-15 {
  border-radius: 0px;
}

.premium-customer-services {
  padding: 0px;
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.3em;
}

.home-container {
  position: relative;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.home-container.navbar {
  max-width: 75%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-container._85-percent {
  max-width: 85%;
}

.home-container.flex {
  display: block;
  max-width: 75%;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.home-container._90px {
  display: block;
  max-width: 85%;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

._85-percent-container {
  position: relative;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

._85-percent-container.navbar {
  max-width: 75%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._85-percent-container._85-percent {
  max-width: 85%;
}

._85-percent-container.flex {
  display: block;
  max-width: 75%;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

._85-percent-container._90px {
  display: block;
  max-width: 85%;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

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

.image-17 {
  position: relative;
  top: 204px;
  right: 23px;
  z-index: -100;
}

.image-18 {
  position: absolute;
  top: 0.5625px;
  right: 829.140625px;
  z-index: -100;
}

.cta-banner {
  max-width: 80%;
  padding: 30px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(239, 65, 54, 0.5);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(8, 15, 52, 0.06);
  -webkit-transform: translate3d(0px, 0px, 0.01px);
  transform: translate3d(0px, 0px, 0.01px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.contact-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  max-width: none;
  margin: 0px 26px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-style: none;
  border-width: 2px;
  border-color: rgba(239, 65, 54, 0.5);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: translate3d(0px, 0px, 0.01px);
  transform: translate3d(0px, 0px, 0.01px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.contact-card.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-icon {
  width: 60px;
}

.grid-4 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._30px-divider {
  width: 30px;
  height: 1px;
  font-size: 5px;
}

.banner-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(248, 161, 155, 0.4);
}

.banner-section.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000407;
}

.banner-section.top-line {
  padding-top: 110px;
  padding-bottom: 110px;
  border-top: 5px solid #ef4136;
}

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

.banner-section._120px-padding.bg {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 99, 88, 0.65)), to(rgba(252, 99, 88, 0.65))), url('../images/27.jpg');
  background-image: linear-gradient(180deg, rgba(252, 99, 88, 0.65), rgba(252, 99, 88, 0.65)), url('../images/27.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner-section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.banner-section.banner {
  display: none;
  background-color: transparent;
}

.banner-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.banner-grid.left {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.banner-grid.right {
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
}

.banner-grid.hide {
  display: none;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

._20-px-divider {
  width: 30px;
  height: 1px;
  font-size: 5px;
}

._20-px-divider-copy {
  width: 30px;
  height: 1px;
  font-size: 5px;
}

.mobile-html-embed {
  display: none;
}

.whatsapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 160px;
  padding: 8px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #42c453;
}

.whatsapp.outline {
  border-style: solid;
  border-width: 1px;
  border-color: #40c251;
  background-color: transparent;
}

.image-19 {
  width: 25px;
}

.text-block-4 {
  color: #fff;
  font-size: 16px;
}

.text-block-4.green {
  color: #40c251;
}

.template-purchase-cta {
  position: fixed;
  right: 1.5%;
  bottom: 1.5%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fff;
}

.label {
  margin-bottom: 20px;
  color: #838383;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.label.brand-1-text {
  text-transform: none;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding: 15px 40px;
  border: 1px none #000;
  border-radius: 4px;
  background-color: #40c251;
  background-image: url('../images/whatsapp-2.png');
  background-position: 10% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-position 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-position 300ms ease, box-shadow 300ms ease, transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-position 300ms ease, box-shadow 300ms ease, transform 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.005em;
}

.button-2:hover {
  background-position: 5% 50%;
  box-shadow: -6px 8px 20px 2px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.pop-up-close {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.image-20 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.whatsapp-link {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .paragraph.center {
    font-weight: 300;
  }

  .paragraph.center.white {
    font-weight: 300;
  }

  .paragraph.center._400px {
    font-weight: 400;
  }

  .section.banner {
    display: none;
  }

  .sub-paragraph.center {
    font-weight: 300;
  }

  .container {
    max-width: 1100px;
  }

  .container._85-percent {
    max-width: 1440px;
  }

  .container.flex {
    max-width: 1440px;
  }

  .container._90px {
    max-width: 85%;
  }

  .h3-heading.center.white {
    font-weight: 600;
  }

  .text-rights {
    color: #fff;
  }

  .footer-link-dark {
    margin-right: 0px;
    color: #fff;
    font-weight: 400;
  }

  .footer-title {
    color: #fff;
  }

  .footer {
    padding-top: 95px;
  }

  .paragraph-wrapper {
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .white-paragraph {
    color: #fff;
    font-weight: 300;
  }

  .text-block {
    color: #fff;
  }

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

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

  .contact-content-text-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .grid-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sub-header-white-paragraph {
    color: #fff;
    font-size: 17px;
  }

  .pr-hero-grid {
    height: auto;
  }

  .home-container {
    max-width: 1440px;
  }

  .home-container._90px {
    max-width: 85%;
  }

  ._85-percent-container {
    max-width: 1440px;
  }

  ._85-percent-container._90px {
    max-width: 85%;
  }

  .contact-card {
    margin-bottom: 0px;
    box-shadow: none;
  }

  .banner-section.banner {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column-padding.flex {
    padding-right: 25px;
    padding-left: 25px;
  }

  .column-padding.home {
    padding-right: 25px;
    padding-left: 25px;
  }

  .h1-heading {
    font-size: 30px;
  }

  .h1-heading.white {
    font-size: 30px;
  }

  .hero-subhead {
    font-size: 15px;
  }

  .button {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .paragraph {
    font-size: 15px;
  }

  .section.top-line {
    padding-top: 60px;
  }

  .h2-heading {
    font-size: 20px;
  }

  .button-outline {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .container._85-percent {
    max-width: 85%;
  }

  .grid-wrapper._50px-margin {
    width: auto;
  }

  .h3-heading {
    font-size: 20px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

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

  .page-section.exotic-towing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-section.flat-tire {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-section.roadside-assistance {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-section.jump-start {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-section.basement-towing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-section.locked-out {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .page-section.flatbed-towing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-section.out-of-fuel {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-section.heavy-recovery {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-heading {
    font-size: 35px;
  }

  .services-grid {
    width: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .services-wrapper.one {
    width: auto;
  }

  .services-link {
    padding: 16px;
  }

  .image-4 {
    width: 60px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-sub-header {
    font-size: 20px;
  }

  .pr-hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-container._85-percent {
    max-width: 85%;
  }

  ._85-percent-container._85-percent {
    max-width: 85%;
  }

  .banner-section.top-line {
    padding-top: 60px;
  }

  .banner-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-2 {
    padding-right: 60px;
    padding-left: 30px;
  }

  .image-20 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-square {
    margin-right: 4px;
  }

  .footer-grid-02 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-column {
    padding-right: 0px;
  }

  .button-2 {
    padding-right: 50px;
    padding-left: 30px;
    background-position: 85% 50%;
  }
}

@media screen and (max-width: 479px) {
  .navbar.home {
    position: static;
    display: none;
  }

  .navbar.transparent {
    position: static;
    display: none;
  }

  .hero-section {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/hero.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .hero-grid {
    display: none;
  }

  .hero-grid.left {
    display: block;
    padding: 0px;
  }

  .hero-grid.right {
    display: none;
  }

  .hero-grid.hide {
    display: block;
    padding: 0px;
  }

  .column-padding.flex {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-padding.home {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-w-max {
    max-width: none;
  }

  .column-w-max.center {
    padding: 5px;
  }

  .column-w-max.auto-w {
    width: 100%;
  }

  .column-w-max.auto-width {
    max-width: 100%;
    margin-top: 30px;
    padding: 13px;
  }

  .column-w-max.right {
    padding: 5px;
  }

  .column-w-max.left {
    padding: 5px;
  }

  .column-w-max.no-padding {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 13px 0px 0px;
  }

  .h1-heading.white {
    font-size: 25px;
    font-weight: 600;
  }

  .margin-50px {
    margin-top: 30px;
  }

  .button {
    padding: 11px 25px;
  }

  .paragraph.center {
    color: #000;
    font-size: 14px;
  }

  .section {
    padding: 20px 0px;
  }

  .section.top-line {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section._120px-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section._120px-padding.bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h2-heading.normal {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .h2-heading.normal.no-margin {
    margin-top: 0px;
    font-weight: 600;
  }

  .sub-paragraph {
    font-size: 14px;
  }

  .sub-paragraph.center {
    color: #333;
    font-size: 14px;
  }

  .button-outline {
    padding: 11px 35px;
  }

  .container {
    max-width: 90%;
  }

  .container.navbar {
    max-width: none;
  }

  .container.flex {
    max-width: none;
  }

  .container._90px {
    max-width: none;
  }

  .grid {
    display: block;
  }

  .h3-heading.center.white {
    line-height: 1.3em;
  }

  .h4-heading.center {
    font-size: 15px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .text-rights {
    margin-right: 0px;
    font-size: 12px;
    text-align: left;
  }

  .footer-link-dark {
    font-size: 14px;
  }

  .footer-wrapper {
    -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;
  }

  .footer {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-grid-02 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .nav-link {
    color: #000;
    text-decoration: none;
  }

  .nav-link:active {
    color: #000;
  }

  .nav-link:focus {
    color: #000;
  }

  .nav-link:visited {
    color: #000;
  }

  .nav-menu {
    padding-bottom: 20px;
    background-color: #fff;
  }

  .brand {
    margin: 0px 0px 0px 5px;
    padding: 0px;
  }

  .page-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-section.customer-services {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/sdasda-01.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, transparent), url('../images/sdasda-01.png');
    background-position: 0px 0px, 0px 0px, 100% 100%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .sub-heading.center {
    color: #000;
    font-size: 16px;
  }

  .services-grid {
    width: 310px;
    grid-column-gap: 10px;
  }

  .services-wrapper.one {
    width: 150px;
    height: 125px;
  }

  .services-wrapper.two {
    width: 150px;
    height: 125px;
  }

  .services-wrapper.three {
    width: 150px;
    height: 125px;
  }

  .services-wrapper.four {
    width: 150px;
    height: 125px;
  }

  .services-wrapper.fifth {
    width: 150px;
    height: 125px;
  }

  .services-wrapper.sixth {
    width: 150px;
    height: 125px;
  }

  .services-wrapper.seventh {
    width: 150px;
    height: 125px;
  }

  .services-wrapper.eight {
    width: 150px;
    height: 125px;
  }

  .services-wrapper.nineth {
    width: 150px;
    height: 125px;
  }

  .services-wrapper.tenth {
    width: 150px;
    height: 125px;
  }

  .services-link {
    padding: 0px;
  }

  .white-paragraph {
    font-size: 14px;
  }

  .text-block {
    font-size: 14px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .services-text {
    font-size: 15px;
  }

  .right-div-block {
    padding: 0px;
  }

  .image-9 {
    width: auto;
    height: auto;
    padding: 0px;
  }

  .image-11 {
    width: 350px;
  }

  .both-margin-50px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .polygon {
    top: 36px;
    right: 10px;
    width: 50px;
  }

  .card-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .two-grid-column {
    display: block;
  }

  .mobile-container {
    display: block;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .home-section {
    display: none;
    padding: 20px 15px;
  }

  .mobile-section {
    display: block;
    padding: 40px 0px;
  }

  .mobile-section.flow {
    height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url('../images/flow.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .flow-box {
    margin-top: 10px;
    padding: 5px;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .hero-sub-paragraph {
    font-size: 14px;
  }

  .white-navlink {
    color: #000;
    text-decoration: none;
  }

  .white-navlink:active {
    color: #000;
  }

  .white-navlink:focus {
    color: #000;
  }

  .white-navlink:visited {
    color: #000;
  }

  .white-brand {
    margin: 0px 0px 0px 5px;
    padding: 0px;
  }

  .image-14 {
    position: static;
  }

  .menu-button {
    background-color: #000;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .mobile-navbar {
    display: block;
    background-color: #fff;
  }

  .mobile-navlink {
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
  }

  .nav-menu-2 {
    position: absolute;
    height: 100vh;
    background-color: #fff;
  }

  .mobile-menu-button {
    margin: 10px;
    padding: 5px 0px;
    border-radius: 5px;
    background-color: #265695;
    color: #fff;
  }

  .mobile-menu-button.w--open {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin: 9px;
    padding: 10px;
    border-radius: 10px;
    background-color: #265695;
  }

  .icon {
    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;
    background-color: transparent;
  }

  .pr-hero-grid {
    display: block;
    height: auto;
  }

  .margin-30-px {
    margin-top: 30px;
  }

  .home-container {
    max-width: 90%;
  }

  .home-container.navbar {
    max-width: none;
  }

  .home-container.flex {
    max-width: none;
  }

  .home-container._90px {
    max-width: none;
  }

  ._85-percent-container {
    max-width: 90%;
  }

  ._85-percent-container.navbar {
    max-width: none;
  }

  ._85-percent-container.flex {
    max-width: none;
  }

  ._85-percent-container._90px {
    max-width: none;
  }

  .image-18 {
    display: none;
  }

  .contact-card {
    width: 300px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .contact-icon {
    width: 30px;
  }

  ._30px-divider {
    width: 30px;
  }

  .banner-section {
    padding: 20px 0px;
  }

  .banner-section.top-line {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .banner-section._120px-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-section._120px-padding.bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-grid {
    display: block;
  }

  .banner-grid.left {
    display: block;
    padding: 0px;
  }

  .banner-grid.right {
    display: none;
  }

  .banner-grid.hide {
    display: block;
    padding: 0px;
  }

  ._20-px-divider {
    width: 20px;
  }

  ._20-px-divider-copy {
    width: 20px;
  }

  .mobile-html-embed {
    display: block;
  }

  .whatsapp {
    max-width: 160px;
  }

  .whatsapp-icon {
    width: 35px;
  }

  .text-block-4 {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }

  .template-purchase-cta {
    padding: 15px;
  }

  .label {
    font-size: 14px;
  }

  .label.brand-1-text {
    margin-right: 7.5px;
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-position: 90% 50%;
  }

  .html-embed {
    display: none;
  }

  .link-block {
    text-decoration: none;
  }
}

#w-node-_3df49ffc-fc79-e69f-d184-844d173bb2ca-283dc973 {
  -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-node-_782eb08d-5799-036f-5744-7a24597c2e06-283dc973 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_16ebf585-6366-4fde-203b-2f0667165b39-283dc973 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4c04ac45-970e-838a-31d6-c8369db1b97a-283dc973 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_858c37d5-40b1-6983-fa71-22aac0300d54-283dc977 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f8305396-d06c-bbf1-13f7-9f914d2c563d-f23dc982 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_0abb4b15-264f-2870-9e81-b22783dd65a3-f23dc982 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6267432c-6a70-d4cc-72ef-2cb6e7c53a65-f23dc982 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-e58cdbd5-fcc9-9dd6-f313-f878727390f8-f23dc982 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-e85b8dcd-c389-6eb2-83fa-0f90a388d71c-a53dc979 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_38029ed1-f185-3857-4069-7a4b66adbe94-a53dc979 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_40611865-aa4f-c81f-c2a2-413722c629d4-22c629d0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_40611865-aa4f-c81f-c2a2-413722c629d4-22c629d0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e85b8dcd-c389-6eb2-83fa-0f90a388d71c-a53dc979 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

