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

.hero {
  margin-bottom: 155px;
  padding-top: 20px;
  padding-bottom: 0px;
}

.navbar {
  position: static;
  display: inline;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  position: static;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.div-block {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 20px 0px;
}

.h1 {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -1px;
}

.h1.white {
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #fff;
  text-shadow: 0 1px 6px rgba(2, 48, 102, 0.57);
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body {
  max-width: 1920px;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
}

.paragraph {
  line-height: 1.5em;
}

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

.div-block-2 {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #acdbc0;
}

.div-block-3 {
  max-width: 80%;
}

.popup-wrap {
  position: static;
  left: 800px;
  top: 140px;
  display: block;
  max-width: 450px;
  margin-top: -85px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 30px;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: #f3f3f3;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 10px 20px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-block {
  color: #000;
  font-weight: 700;
  text-align: center;
}

.div-block-4 {
  margin-top: 20px;
}

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

.div-block-5 {
  max-width: 80%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  margin-left: -117px;
  float: none;
  clear: both;
}

.div-block-6 {
  margin-top: 27px;
}

.text-block-3 {
  color: #9fb4a7;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-field {
  position: static;
  display: block;
  height: 52px;
  border: 1px solid #aadfbd;
  border-radius: 10px;
}

.submit-button {
  width: 100%;
  height: 52px;
  margin-top: 0px;
  border-radius: 10px;
  background-color: #2680eb;
  box-shadow: 0 4px 12px -3px rgba(38, 128, 235, 0.4);
  font-weight: 700;
}

.phonefield {
  width: 100%;
  height: 52px;
  margin-top: 10px;
  padding: 10px 102px;
  border-radius: 10px;
}

.text-block-4 {
  margin-top: 30px;
  font-size: 12px;
}

.bold-text {
  color: #2680eb;
  text-decoration: none;
}

.div-block-7 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-block-5 {
  margin-top: 30px;
  color: #afafaf;
  font-size: 12px;
}

.div-block-8 {
  margin-top: 56px;
}

.image-3 {
  display: inline;
}

.text-block-6 {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: 700;
}

.section {
  display: block;
  height: auto;
  margin-top: 27px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-image: url('../images/sideview-photo-of-a-woman-using-mobile-phone-3783102.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contactmenu {
  color: #2680eb;
  font-weight: 500;
}

.text-block-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-10 {
  display: block;
  max-width: 550px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.div-block-11 {
  display: block;
  max-width: 500px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.button {
  display: inline-block;
  height: 52px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 30px;
  border-radius: 10px;
  background-color: #2680eb;
  box-shadow: 0 4px 12px -3px rgba(38, 128, 235, 0.4);
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  text-align: center;
}

.div-block-12 {
  display: inline-block;
  margin-top: 268px;
}

.div-block-13 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-14 {
  margin-top: 20px;
}

.h2 {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.h2.white {
  color: #fff;
}

.section-2 {
  max-width: 1920px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.div-block-15 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-16 {
  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;
  text-align: center;
}

.text-block-8 {
  color: #2680eb;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.5px;
}

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

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-19 {
  max-width: 1200px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.grid-3 {
  grid-column-gap: 54px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blurb {
  display: block;
  -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-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.div-block-21 {
  margin-top: 40px;
}

.h3 {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
}

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

.div-block-22 {
  margin-top: 20px;
}

.text-block-10 {
  line-height: 1.5em;
  text-align: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-wave.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-11 {
  line-height: 1.5em;
}

.image-5 {
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  text-align: left;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.image-7 {
  width: 100%;
}

.text-block-12 {
  line-height: 1.5em;
}

.div-block-27 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-4 {
  -ms-grid-columns: 6.25fr 4.25fr;
  grid-template-columns: 6.25fr 4.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ll_container {
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.grid-5 {
  grid-column-gap: 59px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-29 {
  margin-top: 20px;
}

.image-9 {
  display: inline-block;
  float: right;
}

.div-block-30 {
  width: 70%;
}

.div-block-31 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-4 {
  display: block;
  height: auto;
  max-height: 786px;
  margin-top: -72px;
  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;
}

.section-5 {
  height: auto;
  margin-top: -60px;
  padding-bottom: 100px;
}

.div-block-32 {
  margin-top: 60px;
}

.div-block-33 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 12px 40px -3px rgba(19, 126, 58, 0.23);
}

.quote {
  color: #707070;
  font-size: 20px;
  line-height: 1.5em;
  font-style: italic;
  text-align: center;
}

.slider {
  height: auto;
  background-color: transparent;
}

.mask {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  position: static;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  display: inline-block;
}

.div-block-35 {
  margin-top: 20px;
  text-align: center;
}

.text-block-13 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.text-block-14 {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.div-block-36 {
  text-align: right;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: -100px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 676px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/img5.png');
  background-position: 50% 0%;
  background-size: cover;
  text-align: center;
}

.h6 {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.h6:hover {
  background-color: transparent;
  color: #27d667;
}

.image-11 {
  padding-right: 20px;
}

.excontainer {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-15 {
  font-family: 'DM Sans', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}

.div-block-38 {
  margin-top: 10px;
}

.grid-6 {
  grid-column-gap: 48px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-39 {
  display: block;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
  line-height: 2em;
}

.text-block-16 {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.div-block-40 {
  width: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-17 {
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.link {
  font-family: 'DM Sans', sans-serif;
  color: #2680eb;
  font-size: 16px;
  text-decoration: none;
}

.section-8 {
  margin-top: -100px;
}

.div-block-41 {
  display: block;
  max-width: 1200px;
  -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;
}

.div-block-42 {
  margin-top: 20px;
}

.div-block-43 {
  margin-top: -69px;
}

.image-12 {
  position: static;
  left: 652px;
  top: -316px;
  display: inline-block;
  float: none;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-44 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-13 {
  width: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-14 {
  position: absolute;
  top: 40%;
  bottom: 60%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: left;
}

.div-block-45 {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-46 {
  display: block;
  overflow: visible;
  padding-right: 10px;
}

.div-block-47 {
  margin-top: 40px;
}

.div-block-48 {
  margin-top: 40px;
}

.div-block-49 {
  width: 80%;
  min-width: 1000px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.grid-7 {
  grid-column-gap: 49px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-50 {
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.div-block-51 {
  margin-top: 20px;
}

.text-block-18 {
  padding: 20px 30px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  direction: ltr;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 2em;
  font-style: normal;
  text-align: center;
  text-transform: none;
  white-space: break-spaces;
}

.div-block-52 {
  overflow: hidden;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #2680eb;
  border-radius: 20px;
  box-shadow: 0 7px 20px -8px rgba(0, 0, 0, 0.19);
}

.div-block-52.norecommend {
  margin-top: 30px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  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;
  background-color: #d6d6d6;
}

.div-block-53.recommended {
  background-color: #2680eb;
}

@media screen and (max-width: 991px) {
  .hero {
    margin-bottom: 99px;
  }
  .container {
    width: 90%;
  }
  .h1 {
    text-align: center;
  }
  .div-block-3 {
    max-width: 100%;
  }
  .popup-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-5 {
    max-width: 100%;
  }
  .image-2 {
    left: -24px;
    bottom: 25px;
    margin-left: 0px;
  }
  .phonefield {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section {
    padding-bottom: 0px;
  }
  .section-2 {
    padding-bottom: 60px;
  }
  .div-block-19 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-27 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-5 {
    grid-column-gap: 26px;
  }
  .div-block-30 {
    width: 80%;
  }
  .section-4 {
    margin-top: -49px;
  }
  .section-5 {
    margin-top: 0px;
  }
  .excontainer {
    width: 90%;
  }
  .grid-6 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-14 {
    top: 40%;
  }
  .div-block-45 {
    max-width: 100%;
  }
  .div-block-49 {
    width: 100%;
    min-width: auto;
  }
  .grid-7 {
    grid-column-gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 79px;
  }
  .div-block {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .h1 {
    text-align: center;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-8 {
    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;
  }
  .image-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-block-6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-14 {
    text-align: center;
  }
  .div-block-15 {
    width: 80%;
  }
  .div-block-17 {
    text-align: center;
  }
  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-22 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .section-3 {
    height: auto;
  }
  .image-6 {
    width: 60%;
  }
  .div-block-24 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-25 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .grid-4 {
    -ms-grid-columns: 6.25fr;
    grid-template-columns: 6.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-8 {
    display: inline-block;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .grid-5 {
    grid-column-gap: 0px;
  }
  .div-block-30 {
    width: 100%;
  }
  .section-6 {
    margin-top: 60px;
  }
  .mask {
    padding-right: 40px;
    padding-left: 40px;
  }
  .div-block-43 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-14 {
    top: 35%;
    bottom: 65%;
  }
  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-52 {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    margin-bottom: 69px;
  }
  .div-block {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .h1 {
    font-size: 30px;
  }
  .popup-wrap {
    margin-top: 0px;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-2 {
    display: none;
  }
  .phonefield {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-19 {
    margin-top: 60px;
  }
  .h3 {
    text-align: center;
  }
  .image-6 {
    width: 100%;
  }
  .div-block-24 {
    text-align: center;
  }
  .div-block-26 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-27 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-28 {
    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;
  }
  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-30 {
    text-align: center;
  }
  .section-4 {
    margin-top: -25px;
  }
  .section-5 {
    margin-top: 20px;
  }
  .div-block-32 {
    margin-top: 20px;
  }
  .div-block-33 {
    padding: 20px;
  }
  .quote {
    font-size: 16px;
  }
  .mask {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h6 {
    text-align: center;
  }
  .h6:hover {
    color: #2680eb;
  }
  .excontainer {
    width: 80%;
  }
  .div-block-38 {
    display: block;
  }
  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .div-block-39 {
    text-align: center;
  }
  .text-block-16 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .text-block-17 {
    margin-top: 4px;
    float: none;
    text-align: center;
  }
  .image-14 {
    position: absolute;
    left: auto;
    top: 30%;
    right: auto;
    bottom: 70%;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-45 {
    display: inline;
    max-width: 100%;
  }
  .div-block-46 {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

#rfm_1101a009_5433_4963_b489_6c82a6fae2d1.w-node-f725e5de4496-920b2bab {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-4e60cb14859b-920b2bab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3efa243912e4-920b2bab {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b96bba2ae65f-920b2bab {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-16206b79dd96-920b2bab {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1948aae1f0e-920b2bab {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cee75fef86a3-920b2bab {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-24a9dd819e5b-920b2bab {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4577dc528ad9-920b2bab {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4577dc528ad7-920b2bab {
  -ms-grid-column-align: start;
  justify-self: start;
}

#rfm_1101a009_5433_4963_b489_6c82a6fae2d1.w-node-f725e5de4496-5e9b5172 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-4e60cb14859b-5e9b5172 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3efa243912e4-5e9b5172 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b96bba2ae65f-5e9b5172 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-16206b79dd96-5e9b5172 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1948aae1f0e-5e9b5172 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

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

#w-node-24a9dd819e5b-5e9b5172 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4577dc528ad9-5e9b5172 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4577dc528ad7-5e9b5172 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-a1948aae1f0e-920b2bab {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-cee75fef86a3-920b2bab {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-a1948aae1f0e-5e9b5172 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-cee75fef86a3-5e9b5172 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cee75fef86a3-920b2bab {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-4577dc528ad9-920b2bab {
    -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-4577dc528ad7-920b2bab {
    -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;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-cee75fef86a3-5e9b5172 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-4577dc528ad9-5e9b5172 {
    -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-4577dc528ad7-5e9b5172 {
    -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;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

