.body {
  background-color: #f6fafe;
  font-family: Proximanova, sans-serif;
  color: #26354b;
  font-size: 16px;
  line-height: 21px;
}

.site-container {
  width: 100%;
  max-width: 1500px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 30px 6px rgba(111, 135, 171, 0.2);
}

.header-top-bar {
  padding: 8px 11px 6px;
  background-color: #011d45;
}

.text-block {
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.text-block-2 {
  display: inline-block;
  float: right;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.nav-bar {
  background-color: #fff;
}

.nav-bar.re55 {
  display: block;
  width: 90%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-bar.re55.nav-inner {
  position: static;
  width: auto;
  max-width: none;
  margin: 14px 15px 0px;
  padding-bottom: 15px;
}

.top-nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.left-spacing {
  height: auto;
  margin-left: 0px;
  color: #fff;
}

.brand-link.left-spacing.w--current {
  position: relative;
  height: auto;
}

.button-5 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 13px;
  padding: 14px 32px;
  border-radius: 5px;
  background-color: #fd6e63;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 13px;
  font-weight: 700;
  text-transform: none;
}

.button-5:hover {
  background-color: #fc6e64;
  color: #fff;
}

.button-5.w--current {
  border-radius: 4px;
}

.button-5.secondtopbutton {
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #48bfd4 #48bfd4 #49b1cf;
  border-radius: 8px;
  background-color: #fff;
  color: #49b1cf;
}

.button-5.secondtopbutton:hover {
  background-color: #49b1cf;
  background-image: none;
  color: #fff;
}

.image {
  margin-top: 8px;
  margin-bottom: 3px;
  padding-bottom: 0px;
}

.image.top-logo {
  width: auto;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.top-nav-links {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.top-nav-links:hover {
  color: #2196f3;
}

.top-nav-links.top-nav-links3 {
  display: inline-block;
  height: auto;
  margin-right: 15px;
  margin-left: 15px;
  padding: 23px 0px 5px;
  border-bottom: 2px solid #fff;
  direction: ltr;
  font-family: Proximanova, sans-serif;
  color: #00265d;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: none;
}

.top-nav-links.top-nav-links3:hover {
  border-bottom-color: #4ada91;
  color: #00265d;
}

.top-nav-links.top-nav-links3.w--current {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-color: #4ada91;
  color: #00265d;
}

.top-nav-links.top-nav-links3.w--current:hover {
  color: #00265d;
}

.top-nav-links.top-nav-links3.w--current:focus {
  color: #00265d;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  min-height: 100px;
  padding-left: 100px;
  -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;
  background-image: url('../images/index2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 120px;
  line-height: 100px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block-3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 40px;
  line-height: 35px;
}

.text-block-4 {
  width: 100%;
  max-width: 530px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

.index-button1 {
  margin-right: 8px;
  padding: 18px 40px;
  border-radius: 15px;
  background-color: #4ada91;
  color: #fff;
  line-height: 16px;
  font-weight: 700;
}

.index-button1:hover {
  background-color: #4ef4a0;
}

.index-button1.index-button3 {
  background-color: transparent;
  color: #4ada91;
}

.index-button1.index-button3:hover {
  background-color: #4ada91;
  color: #fff;
}

.index-button2 {
  padding: 12px 12px 12px 20px;
  background-color: transparent;
  color: #4ada91;
  font-weight: 700;
}

.column {
  padding: 35px 25px;
  background-image: url('../images/fade-left.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-2 {
  padding: 35px 25px;
  background-image: url('../images/fade-right.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2 {
  min-height: 125px;
  padding-right: 140px;
  background-image: url('../images/icon-snore.png');
  background-position: 100% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.text-block-5 {
  color: #00265d;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  text-align: right;
}

.text-block-6 {
  width: 100%;
  max-width: 450px;
  margin-bottom: 11px;
  float: right;
  clear: both;
  text-align: right;
}

.button-6 {
  display: block;
  width: 80%;
  max-width: 200px;
  padding-top: 13px;
  padding-bottom: 13px;
  float: right;
  clear: both;
  border-style: solid;
  border-width: 3px;
  border-color: #4ada91;
  border-radius: 10px;
  background-color: transparent;
  color: #00265d;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.button-6:hover {
  background-color: #4ada91;
  color: #fff;
}

.button-6.button5 {
  float: none;
}

.div-block-3 {
  min-height: 125px;
  padding-left: 140px;
  background-image: url('../images/icon-cpap.png');
  background-position: 0% 50%;
  background-size: 110px;
  background-repeat: no-repeat;
}

.text-block-7 {
  color: #00265d;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.text-block-8 {
  width: 100%;
  max-width: 450px;
  margin-bottom: 11px;
}

.site-width {
  width: 90%;
  max-width: 1200px;
  min-height: 20px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding-top: 58px;
  padding-bottom: 41px;
}

.image-51 {
  display: block;
  width: 100%;
}

.div-block-4 {
  box-shadow: 8px 8px 20px 0 rgba(111, 135, 171, 0.65);
}

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

.column-3 {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 50px;
}

.text-block-9 {
  margin-bottom: 15px;
  color: #00265d;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-10 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
}

.text-block-11 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
}

.button-7 {
  padding: 17px 46px;
  border-style: solid;
  border-width: 2px;
  border-color: #4ada91;
  border-radius: 10px;
  background-color: #4ada91;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.button-7:hover {
  background-color: #4ef4a0;
}

.button-7.button8 {
  margin-left: 5px;
  border-color: transparent;
  background-color: transparent;
  color: #4ada91;
}

.button-7.button8:hover {
  background-color: #4ada91;
  color: #fff;
}

.text-block-12 {
  margin-bottom: 31px;
  color: #00265d;
  font-size: 60px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.text-block-13 {
  color: #00265d;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.text-block-14 {
  padding: 12px;
}

.text-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  margin-bottom: 20px;
  padding: 16px 17px 16px 68px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d5e3f1;
  border-radius: 8px;
  background-image: url('../images/green-check.png');
  background-position: 12px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  box-shadow: 6px 6px 12px 0 rgba(83, 118, 170, 0.22);
  color: #00265d;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.text-block-15.twoline {
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-block-15.checksmaller {
  min-height: 50px;
  margin-bottom: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 55px;
  background-size: 30px;
  font-size: 17px;
}

.column-4 {
  padding-right: 20px;
  padding-left: 50px;
}

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

.column-5 {
  padding-right: 50px;
  padding-left: 20px;
}

.text-block-16 {
  color: #00265d;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.text-block-17 {
  margin-bottom: 8px;
  color: #00265d;
  font-size: 60px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.text-block-18 {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  margin-bottom: 8px;
  padding-left: 100px;
  -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;
  background-image: url('../images/disorder.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-19 {
  color: #fff;
  font-size: 70px;
  line-height: 60px;
  font-weight: 700;
}

.text-block-20 {
  width: 100%;
  max-width: 500px;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
}

.div-block-6 {
  margin-top: 19px;
  margin-bottom: 19px;
  padding: 4px 25px;
  border-left: 6px solid #4ada91;
}

.text-block-21 {
  width: 100%;
  max-width: 500px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.column-6 {
  padding: 35px 50px 35px 25px;
  background-image: url('../images/mask-left.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.column-7 {
  padding: 35px 25px 35px 50px;
  background-image: url('../images/mask-right.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-22 {
  color: #00265d;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  text-align: right;
}

.text-block-23 {
  width: 100%;
  max-width: 450px;
  margin-bottom: 10px;
  float: right;
  clear: both;
  text-align: right;
}

.text-block-24 {
  color: #00265d;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.text-block-25 {
  width: 100%;
  max-width: 450px;
  margin-bottom: 10px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  margin-top: 0px;
  padding-left: 382px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/paul2.jpg');
  background-position: 0% 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.section-4 {
  padding: 31px;
  background-color: #011d45;
}

.image-52 {
  display: block;
  width: 50%;
  max-width: 250px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.div-block-7 {
  text-align: center;
}

.link {
  margin-right: 15px;
  margin-left: 15px;
  color: #b3c4dc;
  font-size: 15px;
  text-decoration: none;
}

.text-block-26 {
  padding-top: 12px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.column-8 {
  min-height: 600px;
  padding: 55px;
  background-color: #4ada91;
}

.text-block-27 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
}

.text-block-28 {
  color: #00265d;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.text-block-29 {
  color: #00265d;
  font-size: 70px;
  line-height: 60px;
  font-weight: 700;
}

.text-block-30 {
  font-size: 24px;
  line-height: 26px;
  font-style: italic;
  font-weight: 700;
}

.column-9 {
  padding-right: 58px;
}

.text-block-31 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-32 {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 26px;
}

.blue-text-field {
  height: 50px;
  border: 1px solid #24d79e;
  border-radius: 4px;
  background-color: #fff;
}

.blue-text-field.field744 {
  height: 50px;
  padding-left: 15px;
  border-radius: 6px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.blue-text-field.field744::-webkit-input-placeholder {
  color: #1d3654;
}

.blue-text-field.field744:-ms-input-placeholder {
  color: #1d3654;
}

.blue-text-field.field744::-ms-input-placeholder {
  color: #1d3654;
}

.blue-text-field.field744::placeholder {
  color: #1d3654;
}

.blue-text-field.field556 {
  height: 50px;
  padding-left: 15px;
  border-color: #24d79e;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.blue-text-field.field556::-webkit-input-placeholder {
  color: #1d3654;
}

.blue-text-field.field556:-ms-input-placeholder {
  color: #1d3654;
}

.blue-text-field.field556::-ms-input-placeholder {
  color: #1d3654;
}

.blue-text-field.field556::placeholder {
  color: #1d3654;
}

.blue-text-field.field187 {
  height: 50px;
  padding-left: 15px;
  border-color: #24d79e;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.blue-text-field.field187::-webkit-input-placeholder {
  color: #1d3654;
}

.blue-text-field.field187:-ms-input-placeholder {
  color: #1d3654;
}

.blue-text-field.field187::-ms-input-placeholder {
  color: #1d3654;
}

.blue-text-field.field187::placeholder {
  color: #1d3654;
}

.button {
  width: 220px;
  margin-right: 10px;
  padding: 21px 19px 19px;
  border: 1px solid #24d79e;
  border-radius: 15px;
  background-color: #24d79e;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2becaf;
}

.button.form-button {
  width: 100%;
  margin-right: 0px;
  padding-top: 25px;
  padding-bottom: 23px;
  border-color: #0b599d;
  border-radius: 7px;
  background-color: #0b599d;
  font-size: 18px;
  line-height: 18px;
}

.button.form-button:hover {
  background-color: #0c6cbf;
}

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

.text-span-2 {
  font-style: italic;
  font-weight: 600;
}

.inner-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-left: 100px;
  -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;
  background-image: url('../images/sleep.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-header.disorder {
  background-image: url('../images/disorder.jpg');
}

.inner-header.apnea {
  background-image: url('../images/cpap2.jpg');
}

.text-block-33 {
  color: #fff;
  font-size: 55px;
  line-height: 45px;
  font-weight: 600;
}

.text-block-34 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 80px;
  line-height: 70px;
  font-weight: 600;
}

.inner-section2 {
  padding-top: 53px;
  padding-bottom: 53px;
}

.text-block-35 {
  color: #00265d;
  font-size: 60px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.text-block-36 {
  margin-bottom: 35px;
  color: #00265d;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

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

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

.column-11 {
  min-height: 50px;
  padding-left: 50px;
}

.inner-section3 {
  padding-bottom: 60px;
}

.div-block-8 {
  padding: 25px 38px 38px;
  border-right: 4px solid #4ada91;
  border-left: 4px solid #4ada91;
  border-radius: 8px;
  box-shadow: 13px 13px 20px 0 rgba(111, 135, 171, 0.19);
  text-align: center;
}

.text-block-37 {
  margin-bottom: 7px;
  color: #00265d;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.text-block-38 {
  margin-bottom: 18px;
  color: #4ada91;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

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

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

.text-block-39 {
  margin-bottom: 0px;
  color: #00265d;
  font-size: 70px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.text-block-40 {
  color: #00265d;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.image-53 {
  display: block;
}

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

.column-14 {
  padding-right: 100px;
}

.inner-header-small {
  padding: 43px 43px 43px 100px;
  background-image: linear-gradient(135deg, #05559b, #00265d);
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 40px;
}

.text-block-41 {
  color: #4ada91;
  font-size: 22px;
  line-height: 22px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #00265d;
  font-size: 60px;
  line-height: 50px;
  text-align: center;
}

.text-block-42 {
  margin-bottom: 400px;
  color: #00265d;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.inner-header-title {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 45px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-43 {
  color: #4ada91;
  font-size: 24px;
  line-height: 24px;
}

.inner-pages-section1 {
  padding-top: 57px;
}

.inner-pages-section1.more2 {
  padding-bottom: 160px;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #00265d;
  font-size: 60px;
  line-height: 55px;
  text-align: center;
}

.text-block-44 {
  padding-bottom: 500px;
  color: #00265d;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.bold {
  display: inline-block;
  margin-top: 6px;
  font-family: Proximanova, sans-serif;
  color: #1c2a3d;
  font-size: 18px;
  font-weight: 600;
}

.bold.contact-phone-large {
  font-size: 25px;
}

.title-contact {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  color: #00265d;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
}

.contact-image {
  width: 30px;
  height: 30px;
}

.contact-questions {
  width: 90%;
  margin-bottom: 30px;
  font-family: Proximanova, sans-serif;
  color: #1c2a3d;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
}

.df-contact-form-container {
  min-height: 100px;
  padding: 46px;
  border: 8px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 7px 0 35px 0 rgba(83, 118, 170, 0.22);
}

.orange-button {
  width: 230px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1.5px solid #49505c;
  border-radius: 15px;
  background-color: #fff;
  color: #49505c;
  font-size: 13px;
  line-height: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.orange-button:hover {
  background-color: #49505c;
  color: #fff;
}

.orange-button.submit-button {
  padding-top: 21px;
  padding-bottom: 21px;
  border-style: none;
  border-radius: 10px;
  background-color: #4ada91;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: none;
}

.orange-button.submit-button:hover {
  background-color: #4ef4a0;
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-message-box {
  min-height: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 12px;
  border-style: none;
  border-radius: 5px;
  background-color: rgba(226, 238, 246, 0.69);
  font-family: Proximanova, sans-serif;
  color: #1c2a3d;
}

.contact-message-box::-webkit-input-placeholder {
  color: #1c2a3d;
}

.contact-message-box:-ms-input-placeholder {
  color: #1c2a3d;
}

.contact-message-box::-ms-input-placeholder {
  color: #1c2a3d;
}

.contact-message-box::placeholder {
  color: #1c2a3d;
}

.text-block-144 {
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-143 {
  font-family: Proximanova, sans-serif;
  color: #1c2a3d;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}

.phone-link {
  padding-left: 15px;
}

.schedule-demo-button {
  margin-right: 10px;
  padding: 19px 30px 18px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #fd6e63;
  border-radius: 8px;
  background-color: #fd6e63;
  background-image: url('../images/demo-button_1demo-button.png');
  background-position: 25px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.schedule-demo-button:hover {
  background-color: #fb4f42;
}

.schedule-demo-button.demo-footer {
  display: block;
  width: 220px;
  margin-right: auto;
  margin-bottom: 87px;
  margin-left: auto;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.schedule-demo-button.demo-footer.support-button {
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.schedule-demo-button.demo-footer.support-button.teal-button {
  margin-bottom: 9px;
  padding-left: 30px;
  border-color: #48bfd4;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #48bfd4;
  text-align: center;
}

.contact-icon {
  width: 30px;
  height: 30px;
  float: left;
  background-color: transparent;
}

.contact-email {
  margin-top: 0px;
  font-size: 17px;
  font-weight: 300;
}

.contact-logo {
  margin-top: 19px;
  margin-bottom: 13px;
}

.contact-row {
  display: block;
  width: 100%;
  min-height: 20px;
  margin-bottom: 5px;
}

.subtitle-contact {
  margin-bottom: 17px;
  font-family: Proximanova, sans-serif;
  color: #4ada91;
  font-size: 20px;
}

.contact-support {
  margin-top: 30px;
  font-family: Proximanova, sans-serif;
  color: #1c2a3d;
  font-size: 20px;
  font-weight: 600;
}

.contact-field-boxes {
  width: 48%;
  height: 55px;
  margin-right: 10px;
  float: left;
  border-style: none;
  border-radius: 5px;
  background-color: rgba(226, 238, 246, 0.69);
  font-family: Proximanova, sans-serif;
  color: #1c2a3d;
}

.contact-field-boxes::-webkit-input-placeholder {
  color: #1c2a3d;
}

.contact-field-boxes:-ms-input-placeholder {
  color: #1c2a3d;
}

.contact-field-boxes::-ms-input-placeholder {
  color: #1c2a3d;
}

.contact-field-boxes::placeholder {
  color: #1c2a3d;
}

.contact-field-boxes.contact-field-right {
  width: 50%;
  margin-right: 0px;
}

.contact-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  margin-bottom: 134px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.text-block-145 {
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
}

.text-block-146 {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 24px;
}

.html-embed {
  width: 100%;
}

.text-block-147 {
  margin-bottom: 31px;
  color: #00265d;
  font-size: 90px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.image-54 {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.text-block-148 {
  margin-bottom: 153px;
  color: #00265d;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.privacy {
  font-family: Proximanova, sans-serif;
}

.faq-row {
  margin-bottom: 20px;
  padding: 18px 10px 18px 71px;
  border: 1px solid #d5e3f1;
  border-radius: 15px;
  background-image: url('../images/question.png');
  background-position: 15px 17px;
  background-size: 40px;
  background-repeat: no-repeat;
  box-shadow: 6px 6px 12px 0 rgba(83, 118, 170, 0.22);
}

.faq-question {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #00265d;
}

.faq-answer {
  font-size: 16px;
}

.text-block-149 {
  margin-bottom: 44px;
  color: #00265d;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.div-block-9 {
  padding-bottom: 69px;
}

.text-block-150 {
  margin-bottom: 29px;
  color: #00265d;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.text-block-151 {
  margin-bottom: 16px;
  color: #00265d;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.text-block-152 {
  margin-bottom: 16px;
  color: #00265d;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.column-356 {
  padding-right: 30px;
  padding-left: 0px;
  border-right: 1px solid #4ada91;
  text-align: center;
}

.column-357 {
  padding-right: 0px;
  padding-left: 30px;
  text-align: center;
}

.section-5 {
  padding-top: 23px;
  padding-bottom: 28px;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-153 {
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #00265d;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.div-block-13 {
  width: 60%;
  min-height: 50px;
  float: left;
}

.div-block-14 {
  width: 40%;
  min-height: 50px;
  padding-left: 43px;
  float: left;
}

.text-block-154 {
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 20px;
  border-radius: 8px;
  background-color: #0e3164;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.text-block-155 {
  margin-top: 31px;
  margin-bottom: 5px;
  padding: 20px;
  border-radius: 8px;
  background-color: #4ada91;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

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

.text-block-156 {
  margin-bottom: 15px;
  color: #00265d;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.text-block-157 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.image-55 {
  display: block;
  width: 100%;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 88px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-358 {
  padding-right: 50px;
  padding-left: 40px;
}

.text-block-158 {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 25px;
}

.text-block-159 {
  width: 80%;
  margin: 25px auto 32px;
  color: #00265d;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.text-block-160 {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
}

.text-block-161 {
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.text-block-162 {
  color: #00265d;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.text-block-163 {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-15 {
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #4ada91;
}

.text-block-164 {
  color: #00265d;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.image-56 {
  display: block;
  width: 100%;
}

.text-block-165 {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 24px;
}

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

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

.text-block-166 {
  margin-bottom: 23px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.div-block-16 {
  margin-bottom: 34px;
  padding: 36px 49px;
  border-style: none solid;
  border-width: 1px 8px;
  border-color: #e5edf1 #4ada91 #e5edf1;
  border-radius: 10px;
  background-color: rgba(0, 38, 93, 0.5);
  box-shadow: 10px 10px 20px 11px rgba(0, 38, 93, 0.33);
}

.text-block-167 {
  margin-bottom: 10px;
  color: #4ada91;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.text-block-168 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.text-block-169 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.text-block-170 {
  font-size: 20px;
}

.italic-text {
  display: block;
  padding-top: 19px;
  padding-bottom: 20px;
  color: #4ada91;
  font-size: 18px;
  line-height: 24px;
}

.text-block-171 {
  margin-bottom: 17px;
  color: #00265d;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.text-block-172 {
  font-size: 20px;
  line-height: 24px;
}

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

.text-block-173 {
  color: #00265d;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.text-block-174 {
  color: #4ada91;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
}

.text-block-175 {
  font-size: 20px;
  line-height: 25px;
}

.image-57 {
  display: block;
  width: 80%;
  margin-bottom: 17px;
}

.column-359 {
  padding-left: 50px;
}

.section-7 {
  padding-top: 51px;
  padding-bottom: 50px;
  background-color: #00265d;
  background-image: url('../images/blue2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-8 {
  padding-top: 89px;
  padding-bottom: 89px;
}

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

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

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

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

.heading-4 {
  margin-top: 0px;
  margin-bottom: 47px;
  color: #00265d;
  font-size: 55px;
  line-height: 55px;
  text-align: center;
}

.section-9 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.green {
  color: #4ada91;
}

.text-block-176 {
  padding-left: 0px;
  font-size: 22px;
  line-height: 26px;
}

.column-364 {
  padding-left: 30px;
}

.text-block-177 {
  margin-bottom: 14px;
  color: #00265d;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

.text-block-178 {
  margin-bottom: 38px;
  color: #00265d;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.text-block-179 {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  background-image: url('../images/arrow.png');
  background-position: 0% 6px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #00265d;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

.section-10 {
  padding-top: 69px;
  padding-bottom: 69px;
  background-image: url('../images/blue2.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-180 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.text-block-181 {
  height: 80px;
  margin-bottom: 10px;
  color: #aabdd9;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  text-align: left;
}

.text-block-181.common {
  padding-top: 36px;
  color: #4ada91;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.bold-text {
  display: block;
  margin-bottom: 11px;
  font-size: 60px;
  line-height: 60px;
}

.text-block-182 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding: 14px 14px 14px 62px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/green-check.png');
  background-position: 12px 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  color: #00265d;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.text-block-183 {
  padding-top: 27px;
  color: #4ada91;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.text-block-184 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.bold-text-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  font-size: 50px;
  line-height: 45px;
}

.text-block-185 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.text-block-186 {
  margin-bottom: 9px;
  color: #00265d;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-187 {
  font-size: 18px;
  line-height: 22px;
}

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

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

.text-block-188 {
  margin-bottom: 19px;
  color: #00265d;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-189 {
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
}

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

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

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

.image-58 {
  display: block;
  margin-bottom: 16px;
}

.text-block-190 {
  font-size: 20px;
  line-height: 24px;
}

.text-block-191 {
  font-size: 20px;
  line-height: 24px;
}

.video {
  box-shadow: 8px 8px 20px 0 rgba(111, 135, 171, 0.65);
}

.html-embed-2 {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 125px;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .image-50 {
    width: 50px;
    max-width: 50px;
    text-align: right;
  }

  .nav-bar.re55.nav-inner {
    margin-top: 5px;
  }

  .top-nav-right {
    position: absolute;
    left: auto;
    top: 12%;
    right: 0%;
    bottom: auto;
    width: 300px;
    margin-top: -17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #4ada91;
    text-align: left;
  }

  .hamburger-button-2:hover {
    color: #2196f3;
  }

  .hamburger-button-2.w--open {
    background-color: #333;
  }

  .hamburger-button-2.white {
    width: 50px;
    height: 50px;
    margin-top: 9px;
    padding: 0px;
    float: right;
    color: #fff;
  }

  .hamburger-button-2.white.w--open {
    top: 0px;
    z-index: 100;
    width: 50px;
    height: 50px;
    margin-top: 9px;
    padding: 0px;
    background-color: transparent;
  }

  .button-5 {
    display: block;
    margin: 26px 40px 29px;
    padding: 18px 40px;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
  }

  .button-5.secondtopbutton {
    padding-top: 18px;
    padding-bottom: 18px;
    border-style: none;
    background-color: #48bfd4;
    color: #fff;
  }

  .image.top-logo {
    margin-top: 10px;
  }

  .top-nav-links.top-nav-links3 {
    display: block;
    height: 60px;
    padding-top: 15px;
    padding-left: 40px;
    border-right: 1px none #273950;
    border-bottom: 1px solid #83edb7;
    border-left: 1px none #273950;
    background-color: #4ada91;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
  }

  .top-nav-links.top-nav-links3.w--current {
    padding-left: 40px;
    border-bottom-color: #83edb7;
  }

  .div-block {
    height: 450px;
    padding-left: 50px;
    background-position: 50% 0%;
  }

  .text-block-4 {
    max-width: 400px;
  }

  .text-block-5 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-block-7 {
    font-size: 35px;
    line-height: 35px;
  }

  .section {
    padding-top: 45px;
  }

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

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

  .text-block-9 {
    padding-top: 0px;
  }

  .text-block-15 {
    min-height: 50px;
    padding-left: 50px;
    background-size: 30px;
    font-size: 18px;
    line-height: 24px;
  }

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

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

  .div-block-5 {
    min-height: 500px;
    padding-left: 50px;
    background-position: 30% 0%;
  }

  .column-6 {
    background-position: 100% 0%;
  }

  .text-block-22 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-block-24 {
    font-size: 35px;
    line-height: 35px;
  }

  .section-3 {
    min-height: auto;
    padding-left: 30px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .link {
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .column-8 {
    padding: 41px;
  }

  .text-block-27 {
    font-size: 18px;
    line-height: 22px;
  }

  .column-9 {
    padding-top: 30px;
    padding-right: 30px;
  }

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

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

  .button {
    margin-right: 5px;
    margin-left: 5px;
  }

  .button.form-button {
    margin-left: 0px;
  }

  .inner-header {
    padding-left: 50px;
  }

  .inner-section2 {
    padding-bottom: 20px;
  }

  .columns-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-11 {
    padding-left: 20px;
  }

  .inner-section3 {
    padding-bottom: 20px;
  }

  .div-block-8 {
    margin-bottom: 20px;
    padding: 16px 13px;
  }

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

  .column-13 {
    padding-left: 0px;
  }

  .inner-section4 {
    padding-bottom: 31px;
  }

  .image-53 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-14 {
    padding-right: 10px;
    text-align: center;
  }

  .inner-header-small {
    padding-left: 50px;
  }

  .bold {
    margin-top: 0px;
    font-size: 24px;
  }

  .contact-image {
    display: block;
    width: 30px;
    height: 30px;
    float: none;
  }

  .contact-questions {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 11px;
    margin-left: auto;
    text-align: center;
  }

  .orange-button.submit-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .column-32 {
    padding-top: 26px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .contact-message-box {
    margin-bottom: 19px;
  }

  .schedule-demo-button {
    width: 220px;
    margin-right: 5px;
  }

  .schedule-demo-button.demo-footer {
    margin-bottom: 57px;
  }

  .schedule-demo-button.demo-footer.support-button {
    margin-right: auto;
    margin-left: auto;
  }

  .contact-icon {
    width: 30px;
    height: 30px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    float: none;
  }

  .contact-email {
    font-size: 24px;
  }

  .contact-logo {
    display: block;
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-row {
    display: block;
    width: auto;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
    text-align: center;
  }

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

  .contact-field-boxes {
    margin-right: 2%;
    margin-left: 0px;
  }

  .contact-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-54 {
    width: 200px;
  }

  .faq-question {
    margin-bottom: 5px;
    line-height: 26px;
  }

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

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

  .text-block-150 {
    font-size: 40px;
    line-height: 40px;
  }

  .column-356 {
    text-align: center;
  }

  .column-357 {
    text-align: center;
  }

  .text-block-153 {
    margin-bottom: 16px;
  }

  .text-block-154 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-155 {
    font-size: 16px;
    line-height: 18px;
  }

  .columns-6 {
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-358 {
    padding-right: 40px;
    text-align: center;
  }

  .text-block-159 {
    width: 100%;
    margin-top: 0px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-4 {
    font-size: 45px;
    line-height: 45px;
  }

  .text-block-176 {
    font-size: 18px;
    line-height: 22px;
  }

  .column-364 {
    padding-top: 36px;
  }

  .text-block-179 {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-181.common {
    height: auto;
    text-align: center;
  }

  .columns-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-188 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-189 {
    font-size: 18px;
    line-height: 22px;
  }

  .column-365 {
    padding-left: 0px;
  }

  .image-59 {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .top-nav-right {
    left: 265px;
    width: 55%;
  }

  .brand-link.left-spacing {
    padding-left: 0px;
  }

  .button-5 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .top-nav-links.top-nav-links3 {
    height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 15px;
  }

  .heading {
    font-size: 70px;
    line-height: 60px;
  }

  .text-block-3 {
    width: 70%;
  }

  .text-block-4 {
    width: 60%;
  }

  .column-3 {
    padding-left: 10px;
  }

  .text-block-15 {
    font-size: 18px;
    line-height: 18px;
  }

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

  .column-5 {
    padding-left: 0px;
  }

  .section-3 {
    padding-left: 0px;
  }

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

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

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

  .text-block-30 {
    margin-bottom: 36px;
    text-align: center;
  }

  .column-9 {
    padding-left: 30px;
  }

  .inner-header.apnea {
    background-position: 50% 50%;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-11 {
    padding-top: 31px;
  }

  .div-block-8 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 45px;
    padding-left: 45px;
  }

  .text-block-37 {
    font-size: 25px;
    line-height: 25px;
  }

  .inner-header-small {
    padding-right: 20px;
    padding-left: 20px;
  }

  .inner-header-title {
    text-align: center;
  }

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

  .inner-pages-section1 {
    padding-top: 39px;
  }

  .page-title {
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 40px;
  }

  .title-contact {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .df-contact-form-container {
    padding: 27px 13px;
  }

  .contact-message-box {
    width: 98%;
    margin-right: 1.5%;
    margin-left: 1.5%;
  }

  .schedule-demo-button {
    margin-right: 5px;
    margin-left: 5px;
  }

  .contact-row {
    width: 50%;
  }

  .subtitle-contact {
    text-align: center;
  }

  .contact-field-boxes {
    width: 45%;
    margin-right: 1.5%;
    margin-left: 1.5%;
  }

  .contact-columns {
    margin-top: 34px;
  }

  .text-block-147 {
    font-size: 60px;
    line-height: 60px;
  }

  .faq-question {
    font-size: 20px;
    line-height: 22px;
  }

  .text-block-149 {
    margin-bottom: 19px;
  }

  .text-block-151 {
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-152 {
    font-size: 25px;
    line-height: 25px;
  }

  .column-356 {
    padding-right: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #4ada91;
    border-right-style: none;
  }

  .column-357 {
    padding-top: 30px;
    padding-left: 0px;
  }

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

  .text-block-153 {
    width: 100%;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-14 {
    width: 100%;
    padding-left: 0px;
  }

  .text-block-154 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .text-block-155 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

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

  .heading-4 {
    margin-bottom: 32px;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }

  .column-364 {
    padding-left: 0px;
    text-align: center;
  }

  .text-block-178 {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-179 {
    background-position: 0% 6px;
  }

  .section-10 {
    background-position: 50% 100%;
  }

  .text-block-181.common {
    padding-top: 17px;
  }

  .bold-text {
    font-size: 40px;
    line-height: 40px;
  }

  .bold-text-2 {
    width: 100%;
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-185 {
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-188 {
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-189 {
    font-size: 15px;
    line-height: 20px;
  }

  .column-365 {
    text-align: center;
  }

  .text-block-190 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-191 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    display: block;
    margin-bottom: 4px;
    float: none;
    text-align: center;
  }

  .text-block-2 {
    display: block;
    float: none;
    text-align: center;
  }

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

  .nav-bar.re55.nav-inner {
    margin-top: 0px;
  }

  .top-nav-right {
    left: auto;
    top: 93%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    width: 100%;
    margin-top: 5px;
    float: none;
  }

  .hamburger-button-2.white {
    width: 50px;
    height: 50px;
    margin-top: 4px;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hamburger-button-2.white.w--open {
    margin-top: 4px;
    padding-top: 5px;
  }

  .brand-link.left-spacing {
    height: 55px;
  }

  .brand-link.left-spacing.w--current {
    height: 50px;
  }

  .button-5 {
    margin-top: 25px;
    margin-bottom: 19px;
    padding-right: 46px;
    padding-left: 46px;
    box-shadow: 0 0 26px -3px rgba(0, 0, 0, 0.63);
    font-size: 15px;
    line-height: 15px;
  }

  .button-5.secondtopbutton {
    margin-bottom: 25px;
  }

  .image.top-logo {
    width: 170px;
    height: auto;
    margin-top: 12px;
  }

  .top-nav-links.top-nav-links3 {
    padding-left: 12px;
    text-align: center;
  }

  .top-nav-links.top-nav-links3.w--current {
    padding-left: 12px;
  }

  .div-block {
    height: 500px;
    padding-top: 27px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    width: 100%;
    font-size: 60px;
    line-height: 50px;
    text-align: center;
  }

  .text-block-3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .text-block-4 {
    width: 100%;
    color: #011128;
    font-weight: 600;
    text-align: center;
  }

  .index-button1 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .index-button1.index-button3 {
    padding-right: 9px;
    padding-left: 9px;
  }

  .column-2 {
    padding-top: 0px;
  }

  .div-block-2 {
    padding-top: 90px;
    padding-right: 0px;
    background-position: 50% 0%;
    background-size: 80px;
    text-align: center;
  }

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

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

  .button-6 {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .div-block-3 {
    padding-top: 90px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: 80px;
    text-align: center;
  }

  .section {
    padding-bottom: 0px;
  }

  .column-3 {
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .text-block-9 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-10 {
    font-size: 18px;
    line-height: 21px;
  }

  .button-7 {
    width: 80%;
    margin-bottom: 6px;
    padding-right: 21px;
    padding-left: 21px;
  }

  .button-7.button8 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .text-block-12 {
    font-size: 50px;
    line-height: 40px;
  }

  .text-block-13 {
    margin-bottom: 14px;
  }

  .text-block-15 {
    margin-bottom: 5px;
  }

  .text-block-17 {
    font-size: 45px;
    line-height: 45px;
  }

  .div-block-5 {
    padding: 20px;
  }

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

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

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

  .column-6 {
    padding-right: 25px;
    text-align: center;
  }

  .column-7 {
    padding-left: 25px;
  }

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

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

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

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

  .text-block-29 {
    font-size: 60px;
    line-height: 50px;
  }

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

  .button {
    width: 90%;
    margin-bottom: 11px;
  }

  .button.form-button {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 16px;
  }

  .inner-header {
    height: 450px;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 50% 0%;
  }

  .text-block-33 {
    width: 100%;
    text-align: center;
  }

  .text-block-34 {
    width: 100%;
    font-size: 60px;
    line-height: 50px;
    text-align: center;
  }

  .text-block-35 {
    font-size: 50px;
    line-height: 45px;
  }

  .text-block-36 {
    margin-bottom: 18px;
  }

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

  .div-block-8 {
    width: 100%;
  }

  .title-contact {
    font-size: 40px;
  }

  .contact-questions {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
  }

  .df-contact-form-container {
    padding: 4px 15px;
  }

  .orange-button {
    width: 80%;
    margin-bottom: 10px;
  }

  .contact-message-box {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .schedule-demo-button {
    width: 70%;
    margin-right: 0px;
  }

  .schedule-demo-button.demo-footer {
    width: 70%;
    padding-right: 15px;
  }

  .contact-logo {
    width: 70%;
  }

  .contact-row {
    width: 90%;
  }

  .subtitle-contact {
    line-height: 17px;
  }

  .contact-field-boxes {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .contact-field-boxes.contact-field-right {
    width: 100%;
  }

  .contact-columns {
    margin-top: 25px;
  }

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

  .text-block-146 {
    font-size: 20px;
  }

  .text-block-147 {
    margin-bottom: 16px;
  }

  .image-54 {
    width: 150px;
  }

  .faq-row {
    padding-top: 56px;
    padding-right: 16px;
    padding-left: 16px;
    background-position: 50% 12px;
  }

  .faq-question {
    text-align: center;
  }

  .faq-answer {
    text-align: center;
  }

  .div-block-10 {
    width: 100%;
  }

  .div-block-11 {
    text-align: center;
  }

  .div-block-12 {
    width: 100%;
  }

  .text-block-150 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-151 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
  }

  .text-block-152 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
  }

  .text-block-153 {
    width: 100%;
    font-size: 35px;
    line-height: 35px;
  }

  .text-block-154 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-155 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-158 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-159 {
    margin-bottom: 19px;
    font-size: 35px;
    line-height: 35px;
  }

  .text-block-160 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 30px;
  }

  .section-9 {
    padding-bottom: 40px;
  }

  .text-block-177 {
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-178 {
    font-size: 30px;
    line-height: 30px;
  }

  .section-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bold-text {
    font-size: 35px;
    line-height: 35px;
  }

  .text-block-184 {
    font-size: 22px;
  }

  .bold-text-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-185 {
    font-size: 22px;
  }

  .text-block-186 {
    font-size: 35px;
    line-height: 35px;
  }

  .section-11 {
    padding-top: 40px;
  }

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

  .text-block-189 {
    margin-top: 17px;
    text-align: center;
  }

  .columns-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-59 {
    width: 80%;
  }
}

@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova-regitalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}