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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 53px;
  line-height: 62px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 38px;
  line-height: 45px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 18px;
}

a {
  color: #000;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
}

.tr_container {
  width: 100%;
  max-width: 1088px;
  margin-right: auto;
  margin-left: auto;
}

.tr_white-text {
  color: #fff;
}

.tr_hero-bg {
  height: 701px;
  background-image: url('../images/BG-hero-front.svg'), url('../images/BG-hero-back.svg');
  background-position: 100% 100%, 100% 100%;
  background-size: auto, auto;
}

.tr_hero-bg.tr_bottom-70 {
  background-image: url('../images/BG-hero-front.svg'), url('../images/BG-Hero-back1.svg');
  background-position: 100% 100%, 100% 100%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.tr_hero-bg.small {
  height: 490px;
  background-image: url('../images/BG-hero-front.svg'), url('../images/BG-Hero-back1.svg');
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.tr_-nav {
  position: relative;
  z-index: 10;
  background-color: #f6ce27;
}

.tr_hero-grid {
  padding-top: 72px;
  grid-row-gap: 0px;
}

.tr_hero-logo {
  width: 227px;
  height: 68px;
  background-image: url('../images/Logo.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.tr_hero-links {
  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;
}

.tr_hero-links.tr_bottom-48 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tr_bottom-48 {
  margin-bottom: 48px;
}

.tr_hero-paragraph {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 29px;
}

.tr_hero-paragraph.tr_bottom-48 {
  margin-bottom: 48px;
}

.tr_button {
  height: 40px;
  margin-right: 16px;
  padding-right: 22px;
  padding-left: 22px;
  -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: 50px;
  background-color: #4fb833;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.tr_button:hover {
  background-color: #f6ce27;
}

.tr_button.tr_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
}

.tr_button.footer {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.tr_hero-sprinter-img {
  background-image: url('../images/sprinter2020.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.tr_hero-sprinter-img.services {
  height: 340px;
}

.tr_nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/whatsapp.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.tr_nav-link.mail {
  margin-left: 70px;
  background-image: url('../images/communications.svg');
}

.tr_nav-link-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.tr_nav-wrapper-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -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;
}

.tr_bottom-70 {
  margin-bottom: 70px;
}

.tr_center-text {
  text-align: center;
}

.tr_center-text.tr_bottom-70.dashboard {
  padding-top: 80px;
}

.tr_services-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 560px;
  padding: 54px 70px 84px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.tr_services-card.executive {
  background-image: url('../images/Executive.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tr_services-card.executive:hover {
  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/Executive.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Executive.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.tr_services-card.staff {
  background-image: url('../images/Staff.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tr_services-card.staff:hover {
  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/Staff.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Staff.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.tr_services-card.tourist {
  background-image: url('../images/Tourist.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tr_services-card.tourist:hover {
  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/Tourist.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Tourist.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.tr_hero-wrapper-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.tr_services-card-title {
  font-family: Raleway, sans-serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

.tr_services-card-title.tr_white-text.banner {
  margin-bottom: 10px;
}

.tr_vehicle-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 69px;
  padding-left: 125px;
  -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;
  background-color: #ededed;
  background-image: url('../images/air.svg');
  background-position: 50px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}

.tr_vehicle-feature.seat {
  background-image: url('../images/seat.svg');
}

.tr_vehicle-feature.trunk {
  background-image: url('../images/trunk.svg');
}

.tr_vehicle-feature.security {
  background-image: url('../images/Security.svg');
}

.tr_vehicle-feature.media {
  background-image: url('../images/media.svg');
}

.tr_bottom-140 {
  margin-bottom: 140px;
}

.tr_banner-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 353px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tr_banner-bg.color {
  background-color: #1489c4;
  background-image: none;
}

.tr_wrapper-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tr_wrapper-70 {
  width: 70%;
}

.tr_banner-wrapper-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tr_company-bg {
  height: 547px;
  padding-top: 113px;
  background-color: #1489c4;
  background-image: url('../images/BG-blue-right.svg'), url('../images/BG-blue-left.svg');
  background-position: 100% 100%, 0% 100%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.tr_bottom-24 {
  margin-bottom: 24px;
}

.tr_company-attributes-card {
  position: relative;
  width: 33.3%;
  padding: 150px 40px 57px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: #ededed;
}

.tr_company-attributes-card-circle {
  position: absolute;
  left: 30%;
  top: -75px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -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: 100%;
  background-color: #fff;
  font-size: 75px;
  font-weight: 700;
}

.tr_company-attributes-wrapper-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tr_bottom-210 {
  margin-bottom: 210px;
}

.tr_social-proof-card {
  width: 49%;
  padding: 65px 80px 65px 204px;
  background-color: #1489c4;
  background-image: url('../images/circle.svg'), url('../images/stars.svg'), url('../images/BG-blue-small.svg');
  background-position: 50px 50%, 80% 68%, 0% 0%;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.text-block {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}

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

.tr_footer-bg {
  background-color: #333;
}

.grid {
  padding-top: 116px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.tr_footer-logo {
  width: 100%;
  height: 55px;
  background-image: url('../images/Logo-white.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.tr_footer-link {
  font-size: 14px;
  line-height: 16px;
}

.tr_footer-link.tr_white-text {
  margin-bottom: 5px;
}

.tr_footer-link.tr_white-text.whatsapp {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 36px;
  background-image: url('../images/whatsapp-white.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.tr_footer-link.tr_white-text.mail {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 36px;
  background-image: url('../images/mail-white.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.tr_footer-link.tr_white-text.location {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 36px;
  background-image: url('../images/Location-white.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.tr_footer-link.tr_white-text.location.tr_bottom-24 {
  margin-bottom: 24px;
}

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

.tr_footer-link-small {
  margin-bottom: 48px;
  font-size: 12px;
  line-height: 14px;
}

.tr_footer-link-small.tr_white-text {
  margin-bottom: 48px;
}

.tr_footer-rrss {
  height: 150px;
  padding-top: 22px;
  padding-right: 22px;
  padding-left: 22px;
  background-color: #1489c4;
  background-image: url('../images/facebook-white.svg');
  background-position: 50% 22px;
  background-size: auto;
  background-repeat: no-repeat;
}

.tr_footer-rrss.messenger {
  background-color: #f6ce27;
  background-image: url('../images/messenger-white.svg');
}

.tr_hero-grid-services {
  padding-top: 30px;
  grid-row-gap: 0px;
}

.tr_paragraph-big {
  font-size: 20px;
  line-height: 23px;
}

.tr_wrapper-service {
  width: 60%;
  padding-top: 85px;
  padding-right: 200px;
  padding-bottom: 90px;
}

.tr_bg-absolute {
  position: relative;
}

.tr_img-service {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 560px;
  background-image: url('../images/Executive.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tr_img-service.staff {
  background-image: url('../images/Staff.jpg');
}

.tr_img-service.tourism {
  background-image: url('../images/Tourist.jpg');
}

.tr_bg-color {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ededed;
}

.tr_green-text {
  color: #4fb833;
}

.tr_features-service-wrapper {
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tr_features-service-wrapper.center {
  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;
}

.tr_features-service {
  margin-bottom: 20px;
  padding-top: 8px;
  padding-left: 37px;
  background-image: url('../images/check.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.tr_vehicles-features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tr_tourism-img {
  grid-row-gap: 0px;
}

.tr_tourism-city {
  height: 161px;
  background-image: url('../images/cdmx.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.tr_tourism-city.ver {
  background-image: url('../images/Ver.jpg');
}

.tr_tourism-city.mich {
  background-image: url('../images/Mich.jpg');
}

.tr_tourism-city.pue {
  background-image: url('../images/Pue.jpg');
}

.tr_tourism-city.jar {
  background-image: url('../images/Jard.jpg');
}

.tr_tourism-city.vall {
  background-image: url('../images/Vall.jpg');
}

.tr_wrapper-45 {
  width: 45%;
}

.tr_wrapper-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tr_wrapper-55.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.tr_wrapper-50 {
  width: 50%;
}

.tr_wrapper-50.features {
  padding-left: 50px;
}

.tr_wrapper-50.space {
  margin-right: 16px;
}

.tr_vehicle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tr_vehicle-wrapper.tr_bottom-140.first {
  padding-top: 140px;
}

.tr_features-vehicle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tr_bottom-12 {
  margin-bottom: 12px;
}

.tr_vehicle-image {
  width: 100%;
  margin-bottom: 30px;
}

.tr_vehicle-image.small {
  width: 31%;
  margin-right: 0px;
}

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

.tr_hero-grid-contact {
  padding-top: 30px;
  grid-row-gap: 0px;
}

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

.tr_contact-wrapper-form.tr_bottom-70 {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tr_contact-bg-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 704px;
  padding-bottom: 40px;
  padding-left: 35px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/triangle-contact-bg.png'), url('../images/Contact-BG.jpg');
  background-position: 100% 100%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.div-block-11 {
  width: 50%;
}

.tr_hero-bg-mobile {
  display: none;
}

.tr_link-home {
  width: 100%;
  height: 100%;
}

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

.tr_contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tr_contact-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 500px;
  padding-bottom: 40px;
  padding-left: 35px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/triangle-contact-bg.png'), url('../images/contact-img.png');
  background-position: 0% 100%, 50% 50%;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
}

.tr_contact-form {
  position: relative;
  width: 50%;
  padding-right: 30px;
  padding-left: 70px;
}

.tr_contact-layout {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  height: 80px;
  background-color: #fff;
}

.tr_contact-tab-link {
  width: 30%;
  height: 40px;
}

.tr_contact-tab-link:hover {
  background-color: #f6ce27;
}

.tr_contact-tab-link.w--current {
  background-color: #1489c4;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.tab-link-tab-2 {
  width: 30%;
}

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

.tr_contact-tab-link1 {
  background-color: rgba(0, 0, 0, 0.2);
}

.tr_contact-tab-link1:hover {
  background-color: #f6ce27;
}

.tr_contact-tab-link1.w--current {
  background-color: #1489c4;
  color: #fff;
}

.tr_contact-tab-pane {
  padding-top: 50px;
  padding-bottom: 80px;
}

.tr_width-25 {
  width: 150px;
  height: 150px;
  background-image: url('../images/TR1.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 1px 1px 8px -2px rgba(0, 0, 0, 0.21);
  cursor: pointer;
}

.tr_width-25:hover {
  box-shadow: 1px 1px 8px -2px rgba(20, 137, 196, 0.63);
}

.tr_width-25.ionos {
  background-image: url('../images/Ionos.png');
}

.tr_width-25.mail {
  background-image: url('../images/MAIL.png');
  background-position: 50% 50%;
}

.tr_width-25.hubspot {
  background-image: url('../images/HubSpot1.png');
}

.tr_width-25.analytics {
  background-image: url('../images/Analytics.png');
}

.tr_width-25.console {
  background-image: url('../images/Console.png');
}

.tr_width-25.manager {
  background-image: url('../images/Maneger.png');
}

.tr_width-25.hotjar {
  background-image: url('../images/hotjar1.png');
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 200px;
  padding-left: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 43px;
    line-height: 52px;
  }
  .tr_container {
    padding-right: 24px;
    padding-left: 24px;
  }
  .tr_hero-bg.tr_bottom-70 {
    background-image: url('../images/BG-hero-front.svg'), url('../images/BG-Blue.png');
    background-position: 100% 100%, 50% 100%;
    background-size: cover, cover;
    background-repeat: no-repeat, repeat;
  }
  .tr_hero-bg.small {
    background-image: url('../images/BG-Blue.png'), url('../images/BG-hero-front.svg'), url('../images/BG-Hero-back1.svg');
    background-position: 100% 100%, 100% 100%, 100% 100%;
    background-size: cover, cover, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .tr_hero-links.tr_bottom-48 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tr_hero-links.tr_bottom-24 {
    padding-right: 60px;
  }
  .tr_button {
    font-size: 14px;
  }
  .tr_button.tr_card {
    text-align: center;
  }
  .tr_hero-sprinter-img {
    background-size: contain;
  }
  .tr_nav-wrapper-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tr_services-card {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tr_services-card.executive {
    padding-left: 35px;
  }
  .tr_vehicle-feature {
    padding-right: 24px;
    padding-left: 110px;
    font-size: 16px;
  }
  .tr_company-attributes-card {
    padding-top: 110px;
    padding-bottom: 30px;
  }
  .tr_company-attributes-card-circle {
    left: 20%;
  }
  .tr_social-proof-card {
    padding-left: 40px;
    background-image: url('../images/stars.svg'), url('../images/BG-blue-small.svg');
    background-position: 80% 68%, 0% 0%;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
  }
  .tr_footer-logo {
    background-size: contain;
  }
  .tr_footer-rrss {
    height: 80px;
    background-size: 30px;
  }
  .tr_wrapper-service {
    padding-right: 30px;
  }
  .tr_img-service.executive {
    width: 40%;
  }
  .tr_img-service.staff {
    width: 40%;
  }
  .tr_img-service.tourism {
    width: 40%;
  }
  .tr_contact-form {
    padding-right: 24px;
    padding-left: 24px;
  }
  .tr_contact-layout {
    height: 90px;
  }
  .tr_contact-tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 27%;
    height: 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;
  }
  .tr_contact-tab-link1 {
    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;
  }
  .div-block-12 {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 29px;
  }
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
  h3 {
    font-size: 14px;
    line-height: 16px;
  }
  .tr_white-text.tr_bottom-48.mobile {
    margin-bottom: 24px;
    color: #333;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  .tr_white-text.tr_bottom-24.services {
    color: #333;
    font-size: 27px;
    line-height: 27px;
    text-align: center;
  }
  .tr_white-text.mobile {
    color: #333;
    font-size: 15px;
    line-height: 17px;
  }
  .tr_white-text.mobile-footer {
    text-align: center;
  }
  .tr_hero-bg.tr_bottom-70 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .tr_hero-bg.small {
    height: auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .tr_hero-logo {
    width: 161px;
    height: 48px;
    margin-bottom: 30px;
    background-size: contain;
  }
  .tr_hero-links.tr_bottom-48 {
    margin-bottom: 24px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .tr_hero-paragraph.tr_white-text {
    margin-bottom: 70px;
    text-align: center;
  }
  .tr_hero-paragraph.tr_bottom-48.tr_white-text {
    margin-bottom: 30px;
    color: #333;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
  }
  .tr_hero-paragraph.tr_bottom-24.tr_white-text {
    color: #333;
    font-size: 15px;
    line-height: 17px;
  }
  .tr_button {
    margin-right: 0px;
  }
  .tr_button.footer {
    margin-bottom: 8px;
  }
  .tr_button.space {
    margin-top: 16px;
    margin-bottom: 30px;
  }
  .tr_button.hide {
    display: none;
    margin-bottom: 22px;
  }
  .tr_hero-sprinter-img {
    width: 180px;
    height: 130px;
  }
  .tr_hero-sprinter-img.services {
    width: 280px;
    height: 200px;
  }
  .tr_nav-link.mail {
    display: none;
  }
  .tr_nav-link-text.tr_white-text {
    font-size: 14px;
  }
  .tr_center-text.tr_bottom-70.hide {
    display: none;
  }
  .tr_center-text.tr_bottom-70.dashboard {
    padding-top: 30px;
  }
  .tr_center-text.tr_white-text.tr_bottom-24 {
    color: #1489c4;
  }
  .tr_center-text.tr_white-text.tr_bottom-140 {
    color: #333;
  }
  .tr_center-text.tr_bottom-24.mobile {
    margin-bottom: 16px;
    color: #fff;
  }
  .tr_center-text.mobile {
    color: #fff;
  }
  .tr_center-text.mobile.tr_bottom-70 {
    margin-bottom: 0px;
  }
  .tr_services-card {
    width: 100%;
    height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tr_services-card.executive {
    background-size: cover;
  }
  .tr_services-card.staff {
    background-size: cover;
  }
  .tr_services-card.tourist {
    background-size: cover;
  }
  .tr_hero-wrapper-buttons {
    -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;
  }
  .tr_hero-wrapper-buttons.services {
    display: none;
  }
  .tr_services-wrapper-cards.tr_bottom-70 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tr_services-card-title.tr_white-text.banner {
    text-align: center;
  }
  .tr_vehicle-feature {
    font-size: 12px;
  }
  .tr_bottom-140 {
    margin-bottom: 70px;
  }
  .tr_banner-bg.color {
    display: block;
    height: auto;
    margin-top: 85px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tr_wrapper-30 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tr_wrapper-70 {
    width: 100%;
  }
  .tr_banner-wrapper-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tr_company-bg.tr_bottom-210 {
    background-color: transparent;
    background-image: url('../images/BG-blue-right.svg');
    background-position: 100% 100%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .tr_company-attributes-card {
    position: static;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 70px;
    border-style: none;
    background-color: transparent;
  }
  .tr_company-attributes-card-circle {
    display: none;
  }
  .tr_company-attributes-wrapper-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tr_social-proof-wrapper.tr_bottom-140 {
    display: none;
  }
  .grid {
    padding-top: 60px;
  }
  .tr_footer-logo {
    width: 176px;
    height: 52px;
  }
  .tr_footer-wrapper {
    margin-bottom: 32px;
  }
  .tr_footer-wrapper.mobile {
    display: none;
  }
  .tr_footer-link-small.tr_white-text {
    margin-bottom: 24px;
  }
  .tr_footer-rrss {
    width: 70px;
    height: 100px;
  }
  .tr_paragraph-big.tr_bottom-70 {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 17px;
  }
  .tr_wrapper-service {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .tr_img-service.executive {
    display: none;
  }
  .tr_img-service.staff {
    display: none;
  }
  .tr_img-service.tourism {
    display: none;
  }
  .tr_bg-color.tr_bottom-70 {
    margin-top: 40px;
    margin-bottom: 0px;
    padding-top: 40px;
  }
  .tr_features-service-wrapper {
    width: 100%;
  }
  .tr_features-service {
    text-align: left;
  }
  .tr_vehicles-features-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tr_tourism-img {
    display: none;
  }
  .tr_wrapper-45 {
    width: 100%;
  }
  .tr_wrapper-55.horizontal {
    width: 100%;
    -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;
  }
  .tr_wrapper-50 {
    width: 100%;
  }
  .tr_vehicle-wrapper.tr_bottom-140 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tr_vehicle-wrapper.tr_bottom-140.first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tr_contact-wrapper-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tr_contact-bg-large {
    display: none;
  }
  .heading {
    text-align: center;
  }
  .tr_hero-bg-mobile {
    display: block;
    height: 160px;
    margin-top: 60px;
    margin-right: -24px;
    margin-left: -24px;
    background-color: #1489c4;
    background-image: url('../images/BG-hero-front.svg');
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .tr_wrapper-contact-text {
    margin-right: -24px;
    margin-bottom: 24px;
    margin-left: -24px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1489c4;
  }
  .tr_contact-bg {
    display: none;
  }
  .tr_contact-form {
    width: 100%;
    padding-left: 30px;
  }
  .tr_contact-tab-link {
    width: 90%;
    height: 40px;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .tr_contact-tab-link.w--current {
    width: 90%;
    height: 40px;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .tabs-menu {
    -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;
  }
  .tr_contact-tab-link1 {
    width: 90%;
    height: 40px;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }
  .tr_contact-tab-link1.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tr_width-25 {
    margin-bottom: 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .div-block-12 {
    margin-bottom: 0px;
    -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;
  }
  .div-block-13 {
    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;
  }
}

@media screen and (max-width: 479px) {
  .tr_hero-bg.tr_bottom-70 {
    margin-bottom: 32px;
  }
  .tr_hero-grid {
    padding-top: 30px;
  }
  .tr_hero-paragraph.tr_white-text.banner {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
  }
  .tr_hero-paragraph.tr_bottom-24.tr_white-text {
    margin-bottom: 40px;
    color: #333;
    font-size: 15px;
    line-height: 17px;
  }
  .tr_hero-sprinter-img {
    width: 200px;
    height: 180px;
  }
  .tr_services-card-title.tr_white-text.banner {
    font-size: 28px;
  }
  .tr_vehicle-feature {
    padding-left: 90px;
    background-position: 25px 50%;
  }
  .tr_company-bg.tr_bottom-210 {
    height: auto;
    margin-bottom: 30px;
    padding-top: 32px;
  }
  .tr_company-attributes-card {
    position: static;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }
  .tr_footer-link-small.tr_white-text {
    text-align: center;
  }
  .tr_wrapper-service {
    padding-top: 40px;
  }
  .tr_wrapper-50.features {
    padding-left: 0px;
  }
  .tr_features-vehicle-wrapper.tr_bottom-70 {
    margin-bottom: 40px;
  }
  .tr_vehicle-image {
    margin-bottom: 12px;
  }
  .tr_vehicle-image.small {
    width: 48%;
  }
  .tr_vehicle-image.small.hide {
    display: none;
  }
  .div-block-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-13 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#w-node-f52e6877faa0-167062c9 {
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-32df5734ba3f-167062c9 {
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a96a23ad6650-167062c9 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}

#w-node-65c4fc2103a7-167062c9 {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-87284ddcf82c-167062c9 {
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-a4c069699d5d-167062c9 {
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 3;
  grid-row-end: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-ad61a2a3f3d3-167062c9 {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -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-b23b954e8574-167062c9 {
  -ms-grid-column-span: 4;
  grid-column-end: 9;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-1ddf646babfa-167062c9 {
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-75c89c9984f3-167062c9 {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b88012053b0e-167062c9 {
  -ms-grid-column-span: 4;
  grid-column-end: 9;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-2d861184848a-167062c9 {
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f552568e9126-d0edd990 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b93fd0edd995-d0edd990 {
  -ms-grid-column-span: 3;
  grid-column-end: 8;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b93fd0edd99e-d0edd990 {
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b93fd0edd9a7-d0edd990 {
  -ms-grid-column-span: 4;
  grid-column-end: 9;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b93fd0edd9a9-d0edd990 {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b93fd0edd9aa-d0edd990 {
  -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-b93fd0edd9ab-d0edd990 {
  -ms-grid-column-span: 2;
  grid-column-end: 11;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-f52e6877faa0-ddaeb68f {
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-32df5734ba3f-ddaeb68f {
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a96a23ad6650-ddaeb68f {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}

#w-node-65c4fc2103a7-ddaeb68f {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-87284ddcf82c-ddaeb68f {
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-a4c069699d5d-ddaeb68f {
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-fde4ad94450e-ddaeb68f {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -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-2c066c99ed66-ddaeb68f {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-9b838b90db1c-ddaeb68f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-d0186203669f-ddaeb68f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-53b20a8a5d04-ddaeb68f {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-084f6f190b70-ddaeb68f {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ef1ed567c5d1-ddaeb68f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-22492432f537-ddaeb68f {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f52e6877faa0-26b41bf7 {
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-32df5734ba3f-26b41bf7 {
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a96a23ad6650-26b41bf7 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}

#w-node-a4c069699d5d-26b41bf7 {
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-32df5734ba3f-53b76279 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -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-a96a23ad6650-53b76279 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
}

#w-node-f52e6877faa0-684a8eed {
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-32df5734ba3f-684a8eed {
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-f52e6877faa0-167062c9 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-32df5734ba3f-167062c9 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a96a23ad6650-167062c9 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  #w-node-65c4fc2103a7-167062c9 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-87284ddcf82c-167062c9 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
  #w-node-a4c069699d5d-167062c9 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 3;
    grid-row-end: 5;
  }
  #w-node-1ddf646babfa-167062c9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-75c89c9984f3-167062c9 {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 4;
    grid-column-end: 9;
  }
  #w-node-b88012053b0e-167062c9 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
  }
  #w-node-2d861184848a-167062c9 {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 4;
    grid-column-end: 9;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-f552568e9126-d0edd990 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-b93fd0edd9ab-d0edd990 {
    -ms-grid-column-span: 12;
    grid-column-end: 12;
  }
  #w-node-f52e6877faa0-ddaeb68f {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-32df5734ba3f-ddaeb68f {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a96a23ad6650-ddaeb68f {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-65c4fc2103a7-ddaeb68f {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-87284ddcf82c-ddaeb68f {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
  #w-node-a4c069699d5d-ddaeb68f {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
  #w-node-f52e6877faa0-26b41bf7 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-32df5734ba3f-26b41bf7 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a96a23ad6650-26b41bf7 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-a4c069699d5d-26b41bf7 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-32df5734ba3f-167062c9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-a96a23ad6650-167062c9 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-87284ddcf82c-167062c9 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-a4c069699d5d-167062c9 {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  #w-node-fe746e721376-167062c9 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
  #w-node-ad61a2a3f3d3-167062c9 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-b23b954e8574-167062c9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1ddf646babfa-167062c9 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-75c89c9984f3-167062c9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-b88012053b0e-167062c9 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-2d861184848a-167062c9 {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  #w-node-f552568e9126-d0edd990 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-b93fd0edd995-d0edd990 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-b93fd0edd9a7-d0edd990 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-b93fd0edd9a9-d0edd990 {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-b93fd0edd9aa-d0edd990 {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-b93fd0edd9ab-d0edd990 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-f52e6877faa0-ddaeb68f {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-32df5734ba3f-ddaeb68f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-a96a23ad6650-ddaeb68f {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-65c4fc2103a7-ddaeb68f {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-a4c069699d5d-ddaeb68f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-3b585febd453-ddaeb68f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-align: end;
    align-self: end;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
  #w-node-f52e6877faa0-26b41bf7 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-32df5734ba3f-26b41bf7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-a96a23ad6650-26b41bf7 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-a4c069699d5d-26b41bf7 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-01856faa392f-26b41bf7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
  #w-node-a96a23ad6650-53b76279 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-f52e6877faa0-684a8eed {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-32df5734ba3f-684a8eed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-32df5734ba3f-26b41bf7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  #w-node-a96a23ad6650-26b41bf7 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-32df5734ba3f-53b76279 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-a96a23ad6650-53b76279 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-32df5734ba3f-684a8eed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

