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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/group-copy-4.png');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Graphik, sans-serif;
  color: #fff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  background-color: #fff;
  font-family: Graphik, sans-serif;
  color: #fff;
}

.div---nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 60px;
  margin-left: 60px;
  -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;
}

.nav-link {
  padding-left: 25px;
  color: #383838;
  letter-spacing: 0.49px;
}

.nav-link:hover {
  padding-left: 24px;
  font-weight: 500;
}

.nav-link.w--current {
  font-weight: 500;
}

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

.request-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 40px;
  margin-left: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: 2px solid #fff;
  background-color: transparent;
}

.request-button:hover {
  border-width: 4px;
}

.banner-title {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 2.45px;
}

.banner-title.home {
  margin-bottom: 30px;
}

.width-870 {
  width: 870px;
}

.homepage-banner-texts {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.7px;
}

.width-1160 {
  width: 1160px;
  max-width: 1160px;
}

.width-1160.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  background-image: none;
}

.width-1160.center {
  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: 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;
}

.width-1160.between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.width-1160.features-banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 438px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/group-3-copy-42x.png');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.width-1160.contact-us-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -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;
  text-align: center;
}

.width-1160.save-lives-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  background-image: none;
}

.the-game-changer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 540px;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  font-family: Graphik, sans-serif;
}

.texts {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.7px;
}

.texts.trusted-by-orgs {
  text-align: center;
}

.width-526 {
  width: 526px;
}

.title-image---the-breakthrough {
  width: 480px;
  height: 48px;
  margin-bottom: 30px;
  background-image: url('../images/home.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.how-it-works {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 200px 60px 86px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #585858;
  font-family: Graphik, sans-serif;
}

.mercy-is-trusted {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  padding: 110px 60px 100px;
  -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;
  font-family: Graphik, sans-serif;
}

._400size50line67 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 67px;
  letter-spacing: 1.75px;
}

.save-lives {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 60px;
  -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: linear-gradient(99deg, #03dcb9, #1488fc);
  font-family: Graphik, sans-serif;
  color: #fff;
}

.request-button-230x60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 60px;
  margin-left: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: 2px solid #fff;
  background-color: transparent;
  font-size: 20px;
  line-height: 43px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.request-button-230x60:hover {
  border-width: 4px;
}

._500size30line46 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
  -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;
  background-color: #363636;
  font-family: Graphik, sans-serif;
}

.footer-links-box {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  margin-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  -ms-grid-columns: 73px 81px 112px 143px;
  grid-template-columns: 73px 81px 112px 143px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  font-weight: 500;
}

.text-block {
  color: #9b9b9b;
  font-size: 10px;
  letter-spacing: 0.35px;
}

.how-it-works-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 730px;
  margin-bottom: 280px;
  -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;
  color: #fff;
}

.how-it-works-box.customize {
  width: 670px;
}

._400size30line46 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 1.05px;
}

._400size30line46.we-dream {
  width: 518px;
}

.how-it-works-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 27.5vh;
  bottom: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 318px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.hiw-menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  -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;
  opacity: 0.3;
}

.side-menu-tab {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 1.4px;
}

.hiw---right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 730px;
  margin-bottom: -100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hiw-texts {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 34px;
  text-align: justify;
  letter-spacing: 0.7px;
}

.learn-more-link {
  margin-top: 30px;
}

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

.three-ticks {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 200px;
  min-width: 890px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.gradient-left-side-bar {
  width: 4px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#03dcb9), to(#1488fc));
  background-image: linear-gradient(180deg, #03dcb9, #1488fc);
}

.mercy-grid {
  margin-left: 40px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  -ms-grid-columns: 430px auto;
  grid-template-columns: 430px auto;
  -ms-grid-rows: 30px 30px 30px;
  grid-template-rows: 30px 30px 30px;
  color: #383838;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.24px;
}

.request-button---rainbow {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 40px;
  margin-left: 25px;
  padding: 2px;
  -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: linear-gradient(104deg, #03dcb9, #1488fc);
}

.request-button---rainbow:hover {
  border-width: 4px;
}

.request-button-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-color: #fff;
}

.request-button-inside:hover {
  width: 152px;
  height: 32px;
}

.banner---features {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  padding-top: 80px;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  background-image: linear-gradient(119deg, #03dcb9, #1488fc);
  font-family: Graphik, sans-serif;
  color: #fff;
}

.for-users-ambulance-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 110px 60px 50px;
  -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;
  font-family: Graphik, sans-serif;
}

.for-dispatchers-supervisors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 110px 60px 50px;
  -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;
  background-color: #fafafa;
  font-family: Graphik, sans-serif;
}

.grid---features {
  margin-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 55px;
  grid-row-gap: 10px;
  -ms-grid-columns: 350px 755px;
  grid-template-columns: 350px 755px;
  -ms-grid-rows: 52px 41px auto;
  grid-template-rows: 52px 41px auto;
  color: #383838;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.24px;
}

.grid---features-1-2 {
  margin-top: 80px;
  grid-column-gap: 53px;
  grid-row-gap: 2px;
  -ms-grid-columns: 250px 250px 250px 250px;
  grid-template-columns: 250px 250px 250px 250px;
  -ms-grid-rows: 40px 28px 24px auto;
  grid-template-rows: 40px 28px 24px auto;
  color: #757575;
  line-height: 24px;
}

.features---subtitle {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.24px;
}

.grid---features-2-2 {
  margin-top: 80px;
  grid-column-gap: 55px;
  grid-row-gap: 5px;
  grid-template-areas: "."
    "Area";
  -ms-grid-columns: 350px 55px 350px 55px 350px;
  grid-template-columns: 350px 350px 350px;
  -ms-grid-rows: 40px 5px 25px 5px 24px 5px auto;
  grid-template-rows: 40px 25px 24px auto;
  color: #757575;
  line-height: 24px;
}

.grid---features-2 {
  margin-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 55px;
  grid-row-gap: 10px;
  -ms-grid-columns: 350px 755px;
  grid-template-columns: 350px 755px;
  -ms-grid-rows: 52px 41px auto;
  grid-template-rows: 52px 41px auto;
  color: #383838;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.24px;
}

.grid---features-4-2 {
  margin-top: 80px;
  grid-column-gap: 55px;
  grid-row-gap: 4px;
  grid-template-areas: "."
    "Area";
  -ms-grid-columns: 550px 55px 550px;
  grid-template-columns: 550px 550px;
  -ms-grid-rows: 40px 4px 26px 4px auto;
  grid-template-rows: 40px 26px auto;
  color: #757575;
  line-height: 24px;
}

.features-title {
  width: 526px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 67px;
  letter-spacing: 1.75px;
}

.contact-us-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 196px 60px 80px;
  -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;
  font-family: Graphik, sans-serif;
  color: #383838;
}

.banner---about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 610px;
  padding-top: 80px;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  background-color: #fff;
  font-family: Graphik, sans-serif;
  color: #383838;
}

.div---about---photo {
  height: auto;
}

.logo---gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.about-banner-title {
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 64px;
  text-align: center;
}

.we-are-kiipo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
  font-family: Graphik, sans-serif;
}

.kiipo-intro-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 526px;
  margin-left: 70px;
  padding-top: 36px;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  background-color: #f8f8f8;
}

._400size14line24 {
  line-height: 24px;
  text-align: center;
}

.kiipo-logo {
  margin-bottom: 10px;
}

.kiipo-com {
  position: absolute;
  left: auto;
  top: auto;
  right: 115px;
  bottom: 38px;
  width: 99px;
}

._400size40line52 {
  font-size: 40px;
  line-height: 52px;
}

.contact-us-box {
  position: relative;
  display: none;
  width: 1160px;
  max-width: 1160px;
  margin-top: 60px;
  padding: 60px 165px;
  -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;
  background-color: #fafafa;
}

.contact-us-box.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  background-image: none;
}

.contact-us-box.center {
  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: 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;
}

.contact-us-box.between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-us-box.features-banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 438px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/group-3-copy-42x.png');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-us-form {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

.field-label {
  margin-bottom: 0px;
  font-weight: 400;
  letter-spacing: 0.24px;
}

.text-field {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 13px 20px;
  border: 1px solid #ececec;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.7px;
}

.submit-button {
  width: 230px;
  height: 60px;
  background-color: transparent;
  background-image: url('../images/send.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: transparent;
}

.submit-button:hover {
  background-image: url('../images/SEND-hover.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.form-submit---send {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 10px;
  -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;
}

.form-grid {
  margin-bottom: 50px;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 400px 400px;
  grid-template-columns: 400px 400px;
  -ms-grid-rows: 30px 70px;
  grid-template-rows: 30px 70px;
}

.textarea {
  margin-top: 10px;
  padding: 13px 20px;
  border: 1px solid #ececec;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.7px;
}

.textarea-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 830px;
  height: 270px;
  margin-bottom: 50px;
}

.divider {
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #adb6c2;
}

.radio-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
}

.radio-button {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  border-style: none;
  background-image: url('../images/radio-Btn-Empty.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.radio-button:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), url('../images/radio-Btn-Empty.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), url('../images/radio-Btn-Empty.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
}

.radio-button.w--redirected-checked {
  border-style: none;
  background-image: url('../images/radio-Btn-checked.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 2px 0 #3898ec;
}

.success-message {
  background-color: transparent;
}

.error-message {
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #f1906e;
  text-align: center;
}

._400size20line34 {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.7px;
}

.navbar-2 {
  margin-top: 117px;
}

.trusted-by-organizations {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 67px;
  letter-spacing: 1.75px;
}

.mobile-image---logos {
  display: none;
}

.feature---texts {
  margin-top: 4px;
}

.rainbow---mission-to-change-that-copy {
  display: none;
}

.tick {
  margin-right: 10px;
}

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

.home---mobile-numbers {
  display: none;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 1.05px;
}

.home---mobile-numbers.w518 {
  width: 518px;
}

.mobile-text---how-it-works {
  display: none;
}

.we-dream-of {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  max-width: 1160px;
  -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;
}

.we-dream-of.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  background-image: none;
}

.we-dream-of.center {
  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: 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;
}

.we-dream-of.between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.we-dream-of.features-banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 438px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/group-3-copy-42x.png');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.we-dream-of.contact-us-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -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;
  text-align: center;
}

.mobile-image---request-a-quote {
  display: none;
}

.mobile---nav-div {
  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;
}

.home---subtitle-section {
  display: none;
}

.close-menu-button {
  display: none;
}

.quarter-grid {
  grid-column-gap: 0px;
  grid-row-gap: 2px;
  -ms-grid-columns: 250px;
  grid-template-columns: 250px;
  -ms-grid-rows: 40px 24px 24px auto;
  grid-template-rows: 40px 24px 24px auto;
  color: #757575;
  line-height: 24px;
}

.grid-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-group.two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-group.two---tablet {
  display: none;
}

.third-grid {
  grid-column-gap: 0px;
  grid-row-gap: 2px;
  -ms-grid-columns: 350px;
  grid-template-columns: 350px;
  -ms-grid-rows: 40px 24px 24px auto;
  grid-template-rows: 40px 24px 24px auto;
  color: #757575;
  line-height: 24px;
}

.third-grid.fleet-mobile {
  display: none;
}

.third-grid.secure-mobile {
  display: none;
}

.half-grid {
  grid-column-gap: 0px;
  grid-row-gap: 2px;
  -ms-grid-columns: 550px;
  grid-template-columns: 550px;
  -ms-grid-rows: 40px 24px auto;
  grid-template-rows: 40px 24px auto;
  color: #757575;
  line-height: 24px;
}

.image---for-user {
  width: 755px;
}

.for-supernisors {
  width: 313px;
}

.more-features {
  margin-bottom: 80px;
}

.image---for-supervisors {
  width: 755px;
}

.mobile-image---for-ambulance {
  display: none;
}

.required-alarm {
  position: absolute;
  left: auto;
  top: 20px;
  right: 30px;
  bottom: auto;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.24px;
}

.save-lives-with-eda {
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
}

.save-lives-with-eda.mobile {
  display: none;
}

.save-lives-with-eda.tablet {
  display: none;
}

.grid---features-supervisor {
  margin-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 55px;
  grid-row-gap: 10px;
  -ms-grid-columns: 350px 755px;
  grid-template-columns: 350px 755px;
  -ms-grid-rows: 52px 41px auto;
  grid-template-rows: 52px 41px auto;
  color: #383838;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.24px;
}

.radio-button-label {
  margin-left: 6px;
}

.div-block {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  width: 500px;
  height: 20px;
  margin-top: 57px;
  margin-bottom: 57px;
  background-color: #f19393;
}

.div-block-3 {
  width: 50px;
  height: 100%;
  background-color: #000;
}

.link {
  color: #000;
  font-style: normal;
  text-decoration: none;
}

.lighbox-link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.lighbox-link-div:hover {
  font-weight: 500;
}

.lightbox-link-white {
  margin-bottom: 0px;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

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

.section.grey {
  background-color: #f7f7f7;
}

.div-block-5 {
  width: 90%;
  max-width: 1160px;
}

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

.heading {
  margin-top: 0px;
  font-weight: 500;
}

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

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.paragraph-2 {
  font-size: 18px;
  line-height: 26px;
}

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

@media screen and (max-width: 991px) {
  .div---nav {
    margin-right: 22px;
    margin-left: 40px;
  }

  .nav-link {
    margin-right: 0px;
    margin-bottom: 18px;
    margin-left: 0px;
    padding: 15px 20px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1.4px;
  }

  .nav-link:hover {
    font-weight: 500;
  }

  .nav-link.w--current {
    color: #1488fc;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: linear-gradient(172deg, #676666, #101010);
  }

  .request-button {
    display: none;
  }

  .banner-title.home {
    font-size: 60px;
    line-height: 80px;
  }

  .width-870 {
    width: 391px;
  }

  .homepage-banner-texts {
    display: none;
  }

  .width-1160 {
    width: 720px;
  }

  .width-1160.horizontal {
    width: 720px;
  }

  .width-1160.between {
    width: 100%;
  }

  .width-1160.features-banners {
    width: 720px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 100%;
    background-size: auto 291px;
    text-align: center;
  }

  .width-1160.contact-us-banner {
    height: 132px;
  }

  .width-1160.mobile---more-features {
    width: 720px;
  }

  .texts.trusted-by-orgs {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.26px;
  }

  .width-526 {
    width: 405px;
  }

  .title-image---the-breakthrough {
    width: 270px;
    margin-bottom: 15px;
    background-image: url('../images/tablet-home.svg');
    background-position: 0% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .how-it-works {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .mercy-is-trusted {
    height: auto;
    padding: 74px 0px 50px;
  }

  .request-button-230x60 {
    margin-left: 74px;
  }

  .how-it-works-box {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1174d8;
  }

  .how-it-works-box.customize {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #383838;
  }

  .how-it-works-box.easy {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #02bc9e;
  }

  ._400size30line46 {
    margin-bottom: 16px;
  }

  ._400size30line46.we-dream {
    width: 720px;
    margin-bottom: 70px;
    font-size: 21px;
    line-height: 41px;
    text-align: center;
    letter-spacing: 0.74px;
  }

  .how-it-works-menu {
    display: none;
  }

  .hiw---right-side {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hiw-texts {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.26px;
  }

  .learn-more-link {
    margin-top: 20px;
  }

  .three-ticks {
    position: static;
    width: 720px;
    min-width: 0px;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 30px;
  }

  .gradient-left-side-bar {
    display: none;
  }

  .mercy-grid {
    margin-left: 0px;
    grid-column-gap: 45px;
    -ms-grid-columns: 337px auto;
    grid-template-columns: 337px auto;
  }

  .request-button---rainbow {
    position: static;
    width: 230px;
    height: 60px;
    margin-top: 25px;
    margin-left: 0px;
    background-image: url('../images/rectangle-copy-4.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .request-button-inside {
    display: none;
    background-color: transparent;
  }

  .for-users-ambulance-more {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .for-dispatchers-supervisors {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .grid---features {
    overflow: hidden;
    margin-bottom: 30px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 300px 400px;
    grid-template-columns: 300px 400px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .features---subtitle {
    color: #383838;
    font-size: 14px;
    line-height: 20px;
  }

  .grid---features-2 {
    margin-bottom: 30px;
    grid-auto-rows: 1px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 300px 400px;
    grid-template-columns: 300px 400px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .features-title {
    width: 100%;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 1.4px;
  }

  .contact-us-menu {
    padding: 110px 0px 0px;
  }

  .banner---about {
    height: 396px;
    padding-top: 110px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div---about---photo {
    height: 540px;
    background-image: url('../images/dfa-aida-muluneh-location-nmc-edit-aptil-13-2016-2147-copy-22x.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .about-banner-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 52px;
    letter-spacing: 1.05px;
  }

  .we-are-kiipo {
    padding-top: 70px;
    padding-bottom: 0px;
  }

  .kiipo-intro-box {
    width: 100%;
    height: 433px;
    margin-left: 0px;
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  ._400size14line24.kiipo {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.24px;
  }

  .kiipo-logo {
    margin-bottom: 15px;
  }

  .kiipo-com {
    right: 248px;
    bottom: 5px;
    width: 118px;
  }

  .contact-us-box {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .field-label {
    color: #757575;
  }

  .field-label.no1 {
    color: #383838;
  }

  .text-field {
    height: 54px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .form-submit---send {
    margin-top: 50px;
  }

  .form-grid {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-row-gap: 6px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: 30px 78px 30px 54px;
    grid-template-rows: 30px 78px 30px 54px;
  }

  .textarea-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .divider {
    margin-top: 45px;
  }

  .radio-button-field {
    width: auto;
    margin-right: 30px;
  }

  ._400size20line34.contact-banner-content {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.24px;
  }

  .mobile-hamburger {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .menu-button {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .trusted-by-organizations {
    font-size: 30px;
    line-height: 46px;
    font-weight: 500;
  }

  .mobile-w328 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 720px;
    margin-right: 40px;
    margin-left: 40px;
    -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;
    text-align: center;
  }

  .feature---texts {
    display: none;
  }

  .rainbow---mission-to-change-that {
    width: 556px;
  }

  .about---photo {
    display: none;
    height: 100%;
    max-width: none;
  }

  .home---mobile-numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
  }

  .mobile-text---how-it-works {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }

  .we-dream-of {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .width-328-mobile {
    position: relative;
    width: 720px;
  }

  .mobile-image---request-a-quote {
    display: block;
  }

  .mobile---nav-div {
    position: relative;
    height: 100vh;
    -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;
  }

  .nav-menu-box {
    position: relative;
    width: 24px;
    height: 24px;
  }

  .home---subtitle-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 40px;
    -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-color: #f8f8f8;
    font-family: Graphik, sans-serif;
    color: #383838;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.7px;
  }

  .home-subtitles {
    width: 720px;
  }

  .close-menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 40px 10px 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .quarter-grid {
    padding-top: 17px;
    justify-items: center;
    grid-row-gap: 3px;
    -ms-grid-columns: 172px;
    grid-template-columns: 172px;
    -ms-grid-rows: 40px 24px;
    grid-template-rows: 40px 24px;
    background-color: #f8f8f8;
    text-align: center;
  }

  .quarter-grid._3-lines {
    height: 130px;
    padding-top: 9px;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-rows: 40px auto;
    grid-template-rows: 40px auto;
  }

  .grid-group {
    width: 720px;
  }

  .grid-group.left-align {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-group.two {
    display: none;
  }

  .grid-group.two---tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 0px;
  }

  .grid-group.marginbottom10 {
    margin-bottom: 10px;
  }

  .third-grid {
    width: 172px;
    height: 130px;
    margin-right: 10px;
    padding-top: 17px;
    padding-left: 0px;
    justify-items: center;
    grid-row-gap: 3px;
    -ms-grid-columns: 172px;
    grid-template-columns: 172px;
    -ms-grid-rows: 40px 24px;
    grid-template-rows: 40px 24px;
    background-color: #fff;
    text-align: center;
  }

  .third-grid._3-lines {
    padding-top: 9px;
    -ms-grid-rows: 40px auto;
    grid-template-rows: 40px auto;
  }

  .third-grid.fleet {
    display: none;
  }

  .third-grid.fleet-mobile {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 2px;
    -ms-grid-columns: 172px;
    grid-template-columns: 172px;
    -ms-grid-rows: 40px 24px;
    grid-template-rows: 40px 24px;
  }

  .third-grid.ambulance {
    width: 232px;
    margin-right: 12px;
    -ms-grid-columns: 232px;
    grid-template-columns: 232px;
    -ms-grid-rows: 40px auto;
    grid-template-rows: 40px auto;
    background-color: #f8f8f8;
  }

  .third-grid.secure {
    display: none;
  }

  .third-grid.secure-mobile {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 3px;
    -ms-grid-columns: 172px;
    grid-template-columns: 172px;
    -ms-grid-rows: 40px 24px;
    grid-template-rows: 40px 24px;
    background-color: #f8f8f8;
  }

  .third-grid.more {
    -ms-grid-columns: 168px;
    grid-template-columns: 168px;
    background-color: #f8f8f8;
  }

  .third-grid._3-lines-f8f8f8 {
    background-color: #f8f8f8;
  }

  .half-grid {
    width: 195px;
    height: 110px;
    padding-top: 17px;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 195px;
    grid-template-columns: 195px;
    -ms-grid-rows: 40px 24px;
    grid-template-rows: 40px 24px;
    background-color: #fff;
  }

  .for-user {
    width: 172px;
  }

  .for-dispatchers {
    width: 240px;
  }

  .image---for-dispatcher {
    width: 400px;
    max-width: none;
  }

  .image---for-ambulance {
    height: 240px;
    max-width: none;
  }

  .for-supernisors {
    width: 240px;
  }

  .more-features {
    width: 219px;
    margin-bottom: 30px;
  }

  .for-ambulance {
    display: none;
  }

  .mobile-image---for-ambulance {
    display: block;
    width: 391px;
  }

  .save-lives-with-eda {
    display: none;
    width: 416px;
    letter-spacing: 1.05px;
  }

  .save-lives-with-eda.tablet {
    display: block;
  }

  .country-image {
    width: 245px;
    height: 295px;
    max-width: none;
  }

  .grid---features-supervisor {
    margin-bottom: 50px;
    grid-auto-rows: 1px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 300px 400px;
    grid-template-columns: 300px 400px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image---customized {
    height: 280px;
  }

  .image---quick {
    width: 450px;
  }

  .image---personnel {
    width: 450px;
  }

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

@media screen and (max-width: 767px) {
  .banner {
    text-align: center;
  }

  .navbar {
    z-index: 1;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }

  .div---nav {
    width: 360px;
    min-width: 360px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link {
    margin-bottom: 8px;
    padding-left: 20px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1.4px;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    background-image: linear-gradient(175deg, #676666, #101010);
  }

  .request-button {
    display: none;
  }

  .banner-title.home {
    font-size: 40px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 1.4px;
  }

  .width-870 {
    width: 90%;
    max-width: 400px;
  }

  .homepage-banner-texts {
    display: none;
  }

  .width-1160 {
    width: 328px;
  }

  .width-1160.horizontal {
    width: 328px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .width-1160.center {
    width: 328px;
  }

  .width-1160.between {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .width-1160.features-banners {
    width: 328px;
    height: 100%;
    background-position: 50% 100%;
    background-size: auto 205px;
  }

  .width-1160.contact-us-banner {
    width: 328px;
    height: auto;
  }

  .width-1160.mobile---more-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 328px;
    height: 32px;
    margin-bottom: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .width-1160.save-lives-width {
    width: 90%;
    max-width: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .the-game-changer {
    height: auto;
    padding: 50px 0px;
    text-align: center;
  }

  .texts {
    font-size: 18px;
    line-height: 32px;
  }

  .texts.trusted-by-orgs {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.26px;
  }

  .width-526 {
    width: 100%;
    margin-bottom: 50px;
  }

  .title-image---the-breakthrough {
    width: 328px;
    height: 24px;
    margin-bottom: 20px;
    background-position: 50% 50%;
  }

  .how-it-works {
    padding: 0px;
    background-color: #fff;
  }

  .mercy-is-trusted {
    height: auto;
    padding: 50px 0px;
  }

  ._400size50line67 {
    font-size: 24px;
    line-height: 46px;
  }

  .save-lives.module {
    padding: 60px 0px;
  }

  .request-button-230x60 {
    margin-left: 0px;
  }

  ._500size30line46.save-lives-with-mercy {
    margin-bottom: 37px;
    font-size: 23px;
    text-align: center;
    letter-spacing: 0.81px;
  }

  .footer.module {
    padding-top: 40px;
  }

  .footer-links-box {
    width: 80%;
    height: 120px;
    max-width: 360px;
    margin-top: 30px;
    margin-bottom: 40px;
    -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;
    -ms-grid-columns: 90px 90px;
    grid-template-columns: 90px 90px;
    font-size: 16px;
    letter-spacing: 0.24px;
  }

  .footer-link {
    text-transform: none;
  }

  .how-it-works-box {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1174d8;
    text-align: center;
  }

  .how-it-works-box.customize {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 29px;
    -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: #383838;
    text-align: center;
  }

  .how-it-works-box.easy {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 30px;
    -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: #02bc9e;
    text-align: center;
  }

  ._400size30line46 {
    margin-bottom: 20px;
    font-size: 23.5px;
    font-weight: 500;
    letter-spacing: 0.84px;
  }

  ._400size30line46.we-dream {
    width: 328px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
  }

  .how-it-works-menu {
    display: none;
  }

  .hiw---right-side {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hiw-texts {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }

  .three-ticks {
    position: static;
    width: 328px;
    height: auto;
    min-width: 328px;
    margin-top: 40px;
    padding: 20px 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .mercy-grid {
    display: -ms-grid;
    display: grid;
    margin-left: 0px;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 7px;
    grid-row-gap: 14px;
    grid-template-areas: ".";
    -ms-grid-columns: 300px;
    grid-template-columns: 300px;
    -ms-grid-rows: 126px 14px 30px 14px 30px 14px 30px;
    grid-template-rows: 126px 30px 30px 30px;
  }

  .request-button---rainbow {
    position: static;
    width: 230px;
    height: 60px;
    margin-top: 20px;
    margin-left: 0px;
    background-image: url('../images/rectangle-copy-4.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .request-button-inside {
    display: none;
    background-color: #101010;
  }

  .banner---features {
    height: 540px;
    padding: 120px 0px 45px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .for-users-ambulance-more {
    padding: 50px 0px;
  }

  .for-dispatchers-supervisors {
    padding: 50px 0px;
  }

  .grid---features {
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    width: 328px;
    margin-bottom: 30px;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 55px;
    grid-row-gap: 20px;
    -ms-grid-columns: 328px;
    grid-template-columns: 328px;
    -ms-grid-rows: 34px 240px auto;
    grid-template-rows: 34px 240px auto;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }

  .grid---features-1-2 {
    justify-items: center;
    -ms-grid-columns: 250px 250px;
    grid-template-columns: 250px 250px;
    text-align: center;
  }

  .features---subtitle {
    margin-right: 5px;
    margin-left: 5px;
    color: #383838;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .grid---features-2 {
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 328px;
    grid-template-columns: 328px;
    -ms-grid-rows: 34px 240px auto;
    grid-template-rows: 34px 240px auto;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.26px;
  }

  .features-title {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.98px;
  }

  .contact-us-menu {
    height: auto;
    padding: 100px 0px 0px;
  }

  .banner---about {
    height: 510px;
    padding-top: 106px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div---about---photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 390px;
    -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/dfa-aida-muluneh-location-nmc-edit-aptil-13-2016-2147-copy-22x.jpg');
    background-position: 26% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .logo---gradient {
    left: 10px;
  }

  .about-banner-title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.98px;
  }

  .we-are-kiipo {
    padding-top: 50px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kiipo-intro-box {
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-left: 0px;
    padding: 50px 30px;
  }

  ._400size14line24.kiipo {
    width: auto;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.24px;
  }

  .kiipo-logo {
    margin-bottom: 15px;
  }

  .kiipo-com {
    left: auto;
    top: auto;
    right: 52px;
    bottom: 5px;
    width: 118px;
  }

  ._400size40line52.contact {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 40px;
  }

  .contact-us-box {
    width: 100%;
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-us-form {
    width: 328px;
  }

  .field-label {
    margin-bottom: 6px;
    color: #757575;
  }

  .text-field {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.24px;
  }

  .form-submit---send {
    margin-top: 50px;
  }

  .form-grid {
    margin-bottom: 4px;
    grid-column-gap: 0px;
    -ms-grid-columns: 328px;
    grid-template-columns: 328px;
    -ms-grid-rows: auto 84px auto 84px;
    grid-template-rows: auto 84px auto 84px;
  }

  .textarea-box {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
  }

  .divider {
    margin-top: 12px;
    margin-bottom: 30px;
  }

  .radio-buttons {
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .radio-button-field {
    width: 100%;
    margin-bottom: 18px;
  }

  ._400size20line34 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.24px;
  }

  ._400size20line34.contact-banner-content {
    line-height: 30px;
  }

  .icon {
    width: 24px;
    height: 24px;
    background-image: url('../images/rectangle-2.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: transparent;
  }

  .mobile-hamburger {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
  }

  .menu-button {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .brand {
    min-width: 263px;
  }

  .trusted-by-organizations {
    font-size: 24px;
    line-height: 46px;
    font-weight: 500;
    text-align: center;
  }

  .mobile-w328 {
    width: 328px;
    margin-right: auto;
    margin-left: auto;
  }

  .orgs-logos {
    display: none;
  }

  .mobile-image---logos {
    display: block;
    width: 328px;
  }

  .feature---texts {
    display: none;
  }

  .rainbow---mission-to-change-that {
    display: none;
  }

  .rainbow---mission-to-change-that-copy {
    display: block;
  }

  .about---photo {
    display: none;
    height: 390px;
    max-width: none;
  }

  .home---mobile-numbers {
    display: block;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.84px;
  }

  .home---mobile-numbers.w518 {
    width: 328px;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
  }

  .mobile-text---how-it-works {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.26px;
  }

  .we-dream-of {
    width: 100%;
    -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;
  }

  .we-dream-of.horizontal {
    width: 328px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .we-dream-of.center {
    width: 328px;
  }

  .we-dream-of.between {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .we-dream-of.features-banners {
    width: 328px;
    height: 100%;
    background-position: 50% 100%;
  }

  .width-328-mobile {
    position: relative;
    width: 328px;
  }

  .mobile-image---request-a-quote {
    display: block;
  }

  .mobile---nav-div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    padding-bottom: 40px;
    -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;
  }

  .nav-menu-box {
    position: relative;
    width: 24px;
    height: 24px;
  }

  .home---subtitle-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0px;
    -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-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #f8f8f8;
    font-family: Graphik, sans-serif;
    color: #383838;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.26px;
  }

  .home-subtitles {
    width: 326px;
  }

  .close-menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    padding: 24px 24px 0px 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .quarter-grid {
    width: 160px;
    height: 130px;
    padding-top: 17px;
    justify-items: center;
    -ms-grid-columns: 160px;
    grid-template-columns: 160px;
    -ms-grid-rows: 40px auto;
    grid-template-rows: 40px auto;
    background-color: #f8f8f8;
    text-align: center;
  }

  .quarter-grid._3-lines {
    padding-top: 9px;
  }

  .grid-group {
    display: -ms-grid;
    display: grid;
    width: 328px;
    margin-top: 8px;
    margin-bottom: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 160px 160px;
    grid-template-columns: 160px 160px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-group.two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-group.two---tablet {
    display: none;
  }

  .third-grid {
    width: 160px;
    height: 130px;
    padding-top: 17px;
    justify-items: center;
    grid-row-gap: 3px;
    -ms-grid-columns: 160px;
    grid-template-columns: 160px;
    -ms-grid-rows: 40px auto;
    grid-template-rows: 40px auto;
    background-color: #fff;
    line-height: 20px;
    text-align: center;
  }

  .third-grid._3-lines {
    padding-top: 9px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 160px;
    grid-template-columns: 160px;
    background-color: #fff;
    color: #383838;
    line-height: 20px;
  }

  .third-grid.fleet {
    display: none;
  }

  .third-grid.fleet-mobile {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 2px;
    -ms-grid-columns: 152px;
    grid-template-columns: 152px;
    -ms-grid-rows: 40px auto;
    grid-template-rows: 40px auto;
  }

  .third-grid.ambulance {
    width: 160px;
    margin-right: 0px;
    -ms-grid-columns: 160px;
    grid-template-columns: 160px;
    background-color: #f8f8f8;
  }

  .third-grid.secure {
    display: none;
  }

  .third-grid.secure-mobile {
    display: -ms-grid;
    display: grid;
    background-color: #f8f8f8;
    color: #383838;
  }

  .third-grid.fd {
    background-color: #fff;
  }

  .third-grid.more {
    -ms-grid-columns: 156px;
    grid-template-columns: 156px;
    background-color: #f8f8f8;
  }

  .third-grid._3-lines-f8f8f8 {
    padding-top: 9px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 160px;
    grid-template-columns: 160px;
    background-color: #f8f8f8;
    color: #383838;
    line-height: 20px;
  }

  .half-grid {
    width: 160px;
    height: 130px;
    padding-top: 17px;
    justify-items: center;
    grid-row-gap: 3px;
    -ms-grid-columns: 160px;
    grid-template-columns: 160px;
    -ms-grid-rows: 40px auto;
    grid-template-rows: 40px auto;
    background-color: #fff;
    text-align: center;
  }

  .half-grid._3-lines {
    padding-top: 9px;
  }

  .for-user {
    height: 32px;
  }

  .image---for-user {
    height: 240px;
    max-width: none;
  }

  .for-dispatchers {
    height: 32px;
  }

  .image---for-dispatcher {
    height: 240px;
    max-width: none;
  }

  .image---for-ambulance {
    height: 240px;
    max-width: none;
  }

  .for-supernisors {
    height: 32px;
  }

  .more-features {
    height: 32px;
    max-width: none;
  }

  .image---for-supervisors {
    height: 240px;
    max-width: none;
  }

  .for-ambulance {
    display: none;
  }

  .mobile-image---for-ambulance {
    display: block;
    height: 32px;
    max-width: none;
  }

  .required-alarm {
    color: #757575;
    font-size: 14px;
    line-height: 24px;
  }

  .save-lives-with-eda {
    display: none;
  }

  .save-lives-with-eda.save-lives-with-mercy {
    margin-bottom: 37px;
    font-size: 23px;
    text-align: center;
    letter-spacing: 0.81px;
  }

  .save-lives-with-eda.mobile {
    display: block;
    width: auto;
    margin-bottom: 32px;
    font-size: 23px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.81px;
  }

  .save-lives-with-eda.tablet {
    display: none;
  }

  .country-image {
    width: 100%;
    height: auto;
  }

  .grid---features-supervisor {
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 328px;
    grid-template-columns: 328px;
    -ms-grid-rows: 34px 240px auto;
    grid-template-rows: 34px 240px auto;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.26px;
  }

  .image---customized {
    height: auto;
  }

  .image---quick {
    width: auto;
  }

  .radio-button-label {
    margin-left: 5px;
  }

  .column {
    padding-right: 0px;
    padding-bottom: 20px;
  }

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

@media screen and (max-width: 479px) {
  .div---nav {
    margin-right: 0px;
    margin-left: 0px;
  }

  ._500size30line46.save-lives-with-mercy {
    letter-spacing: 0.84px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 60px;
    padding: 20px 0px 0px 8px;
    -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;
  }

  .mobile-w328 {
    margin-right: auto;
    margin-left: auto;
  }

  .grid-group.two---tablet {
    display: none;
  }

  .save-lives-with-eda.save-lives-with-mercy {
    letter-spacing: 0.84px;
  }

  .radio-button-label {
    margin-left: 5px;
  }
}

#w-node-_44107010-6681-e981-88b9-f404601aea9b-2ce0cb56 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_20628e64-6693-db79-1c8e-e66b33ca0402-4c56cb35 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_07a0021a-9cc7-1a9d-ee76-01e8a65cdd78-4c56cb35 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-_19b9c118-368f-8141-2ae4-54f3afb1e226-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d64382f7-dc9b-8784-7676-206aaca5e176-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6ae5ece9-e138-ad72-00e3-bc22474ed6fb-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a5647675-a900-7b1a-f395-64e176e78eba-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_833a5c25-2cc1-75a4-14e3-d615a1a618f4-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d8743ee6-bfa2-0c82-6fe5-27976b02b21b-4c56cb35 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-ea8f9294-7f63-b5c4-0e9c-8d75d11134b1-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_960c1829-8656-b526-d166-884453dab061-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_18067e68-aced-325e-21f4-ec42d704863d-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6b14eba1-654b-82f4-d569-e162e36ae5b3-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_152a1df5-f881-2660-0d81-a664fbab381f-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1893c1b2-d134-ddf5-6080-0c3290773e73-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_16772d64-845f-fa44-171d-a6d3c9d20b57-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4e0fe584-c93c-8e60-1372-a55ee2b7fdb2-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4e0fe584-c93c-8e60-1372-a55ee2b7fdb4-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6bc9edae-b77d-69b9-b3b4-8e7877a62bc8-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_01a141e6-11e2-10c6-1b54-76a663f05c43-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7ee49688-0fcf-892f-6983-b9d5d40c706a-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_67de6f6c-675d-c089-8d11-47fbd28ecea3-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d2ea8a4b-fe1d-404b-1d27-a7f748c3df1e-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_37a9bcad-3c86-6359-c51d-e689864e2a38-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e4a08245-c963-cb0d-da7a-4304ae5b29d9-4c56cb35 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bbaa9f78-4726-7b18-c69f-be2c291f7f65-4c56cb35 {
  -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-_04ebfb2b-13a2-da43-6937-49a37bb74974-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_04ebfb2b-13a2-da43-6937-49a37bb7497a-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_04ebfb2b-13a2-da43-6937-49a37bb74976-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_04ebfb2b-13a2-da43-6937-49a37bb7497c-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_04ebfb2b-13a2-da43-6937-49a37bb74978-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_04ebfb2b-13a2-da43-6937-49a37bb7497e-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8ef30241-deb9-4345-0a9f-541c695baf5f-4c56cb35 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e41f7fed-de29-d63f-a085-6c0370294ad0-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8ef30241-deb9-4345-0a9f-541c695baf66-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8ef30241-deb9-4345-0a9f-541c695baf6c-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8ef30241-deb9-4345-0a9f-541c695baf68-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8ef30241-deb9-4345-0a9f-541c695baf6e-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5891e368-0212-c581-b010-376b560061e7-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5891e368-0212-c581-b010-376b560061e9-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5891e368-0212-c581-b010-376b560061ed-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5891e368-0212-c581-b010-376b560061ef-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_227207fb-e254-04c9-3814-08a545bab7eb-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_227207fb-e254-04c9-3814-08a545bab7f1-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_227207fb-e254-04c9-3814-08a545bab7ed-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_227207fb-e254-04c9-3814-08a545bab7ef-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_227207fb-e254-04c9-3814-08a545bab7f5-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d463f276-e1e8-26f7-6f7d-6430b1cb793b-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d463f276-e1e8-26f7-6f7d-6430b1cb793d-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0f500da5-0e68-9f83-4598-35ee5ffad9dd-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0f500da5-0e68-9f83-4598-35ee5ffad9e3-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0f500da5-0e68-9f83-4598-35ee5ffad9df-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0f500da5-0e68-9f83-4598-35ee5ffad9e5-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0f500da5-0e68-9f83-4598-35ee5ffad9e1-4c56cb35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0f500da5-0e68-9f83-4598-35ee5ffad9e7-4c56cb35 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_44107010-6681-e981-88b9-f404601aea9b-2ce0cb56 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #Given-Name.w-node-eb8a2aec-e3ac-44e2-29d4-9b380f1373f7-1a19af41 {
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-dbbc3e5d-d40d-ed0b-47f2-c91e86d55d1b-1a19af41 {
    -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: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_07a0021a-9cc7-1a9d-ee76-01e8a65cdd78-4c56cb35 {
    -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-db35e7e4-83ed-520e-f791-e713205e3d8d-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_19b9c118-368f-8141-2ae4-54f3afb1e226-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_800d4a60-e5f9-2b31-8fb1-73c0293c124b-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f5591d1d-a2de-3ea0-4081-dec7bbfbba34-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1197fbd5-4ff1-62b2-909a-14e48d0b6537-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d8743ee6-bfa2-0c82-6fe5-27976b02b21b-4c56cb35 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_6b14eba1-654b-82f4-d569-e162e36ae5b3-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e4a08245-c963-cb0d-da7a-4304ae5b29d9-4c56cb35 {
    -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-_8ef30241-deb9-4345-0a9f-541c695baf5f-4c56cb35 {
    -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-_43c6f8c0-988d-934d-db06-8bb3c53c056d-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_44107010-6681-e981-88b9-f404601aea9b-2ce0cb56 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #Given-Name.w-node-eb8a2aec-e3ac-44e2-29d4-9b380f1373f7-1a19af41 {
    -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;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #Organization.w-node-dbbc3e5d-d40d-ed0b-47f2-c91e86d55d1d-1a19af41 {
    -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;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_07a0021a-9cc7-1a9d-ee76-01e8a65cdd78-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d8743ee6-bfa2-0c82-6fe5-27976b02b21b-4c56cb35 {
    -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: 1;
    grid-column-end: 2;
  }

  #w-node-_26e32766-4f65-65cb-ac51-12851a972b5a-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_960c1829-8656-b526-d166-884453dab061-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1893c1b2-d134-ddf5-6080-0c3290773e73-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4e0fe584-c93c-8e60-1372-a55ee2b7fdb2-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e4a08245-c963-cb0d-da7a-4304ae5b29d9-4c56cb35 {
    -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-_8ef30241-deb9-4345-0a9f-541c695baf5f-4c56cb35 {
    -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: 1;
    grid-column-end: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_8ef30241-deb9-4345-0a9f-541c695baf66-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5891e368-0212-c581-b010-376b560061e7-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_227207fb-e254-04c9-3814-08a545bab7ea-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d463f276-e1e8-26f7-6f7d-6430b1cb793b-4c56cb35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-400-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-600-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-500-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-700-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}