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

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Roboto, sans-serif;
  color: #1a6ba0;
  font-size: 16px;
}

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

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  padding-bottom: 2vh;
  background-color: #00314c;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}


.brand img{
  max-width: 130px;
  height: 100%;
  object-fit: contain;
  width: auto;
}

.footer-logo-link img {
  width: 109px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.navlinks {
  color: #fff;
  text-transform: uppercase;
}

.navlinks.nav-item-mobile {
  font-weight: 400;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  padding-top: 2vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-height: 100vh;
  margin-bottom: 6vh;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 133, 232, 0.4)), to(rgba(27, 133, 232, 0.4))), url('../images/laf-hero-img-02.jpg');
  background-image: linear-gradient(180deg, rgba(27, 133, 232, 0.4), rgba(27, 133, 232, 0.4)), url('../images/laf-hero-img-02.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 133, 232, 0.4)), to(rgba(27, 133, 232, 0.4))), url('../images/laf-hero-img.jpg');
  background-image: linear-gradient(180deg, rgba(27, 133, 232, 0.4), rgba(27, 133, 232, 0.4)), url('../images/laf-hero-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.h1-heading {
  position: relative;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 54px;
}

.heading {
  position: relative;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 700;
}

.hero-paragraph {
  display: block;
  max-width: 40vw;
  margin-top: 4vh;
  margin-bottom: 4vh;
  -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;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}

.btn {
  background-color: #0dc834;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.btn.hero-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  padding: 20px;
  -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;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.btn.lawsuit-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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;
  border-radius: 5px;
  color: #fff;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-height: auto;
  padding: 6vh 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.section-mobile.hide {
  display: none;
}

.section.is--background-color {
  background-color: #f2f3f8;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-top: 0vh;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.container.checks-container {
  padding-top: 4vh;
  padding-bottom: 4vh;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-left: 0px none #cdcdcd;
}

.container.lawsuit-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  margin-top: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 63, 78, 0.6)), to(rgba(49, 63, 78, 0.6))), url('../images/shutterstock_1483618694-2.jpg');
  background-image: linear-gradient(180deg, rgba(49, 63, 78, 0.6), rgba(49, 63, 78, 0.6)), url('../images/shutterstock_1483618694-2.jpg');
  background-position: 0px 0px, 50% 65%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.h2-heading {
  margin-top: 0px;
  margin-bottom: 0vh;
  font-family: Raleway, sans-serif;
  color: #00314c;
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
}

.h2-heading.white {
  max-width: 80vw;
  color: #fff;
}

.about-grid {
  margin-top: 6vh;
  margin-bottom: 6vh;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph {
  color: #67718e;
  font-size: 23px;
  line-height: 1.5;
}

.text-span {
  color: #00314c;
  font-weight: 700;
}

.grid {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-left: 1px none #000;
}

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

.check-paragraph {
  padding-right: 1vw;
  padding-left: 1vw;
  font-family: Raleway, sans-serif;
  color: #00314c;
  font-style: italic;
  font-weight: 500;
}

.lawsuit-paragprah {
  display: block;
  max-width: 40vw;
  margin-top: 4vh;
  margin-bottom: 4vh;
  -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;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 6vh;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-button {
  width: 250px;
  height: 75px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #00314c;
  font-size: 20px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.columns {
  width: 100%;
}

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

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

.text-field {
  margin-top: 5px;
}

.text-field-2 {
  margin-top: 5px;
}

.text-fields {
  margin-top: 5px;
  padding: 30px;
  border: 0px none #000;
  border-radius: 5px;
  background-color: #e5eaed;
  color: #363636;
  line-height: 1.5;
}

.text-fields.text-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 280px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.hr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin: 6vh auto 2vh;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1.5px solid rgba(54, 54, 54, 0.3);
  text-align: center;
}

.hr.hide {
  display: none;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #00314c;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: 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: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.nav-footer-item {
  background-color: transparent;
  color: #fff;
}

.paragraph-2 {
  color: #b3b3b3;
  font-size: 14px;
}

.info-grid {
  margin-top: 0vh;
  margin-bottom: 0vh;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block {
  display: none;
  overflow: visible;
}

.span-blue {
  color: #1b85e8;
}

.container-2 {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.grid-features {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.section-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 6vh 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content.is--large-bottom-padding {
  padding-bottom: 9vh;
}

.image-block-small {
  position: relative;
  height: 380px;
}

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

.title-large {
  margin-bottom: 16px;
  color: #1b85e8;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content-background {
  position: absolute;
  left: -20px;
  top: -20px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 80%;
  height: 80%;
  border-radius: 20px;
  background-color: #f2f3f8;
}

.content-background.is--right-side {
  left: auto;
  right: -20px;
}

.check-icon-large {
  margin-right: 14px;
}

.card-ui {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: -5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 200px;
  min-height: 140px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 58px 58px 95px -24px rgba(6, 18, 55, 0.08);
  color: #1b85e8;
  text-align: center;
}

.paragraph-large {
  max-width: 600px;
  margin-bottom: 0px;
  color: #67718e;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.image-cover {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #18264e;
  font-size: 16px;
}

.ui-card-detail {
  margin-bottom: 24px;
  color: #67718e;
  font-weight: 600;
}

.circle-graph-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0dc834;
}

.h3-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #00314c;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

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

.button-standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 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;
  border-style: solid;
  border-width: 2px;
  border-color: #0dc834;
  border-radius: 8px;
  background-color: #0dc834;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.button-standard:hover {
  background-color: #fff;
  color: #0dc834;
}

.button-standard.is--nav {
  width: 150px;
  margin-left: 14px;
  padding: 10px;
  font-size: 15px;
  line-height: 16px;
  cursor: pointer;
}

.button-standard.is--nav:hover {
  border-color: #1b85e8;
  color: #1b85e8;
}

.button-standard.is--bold {
  font-weight: 700;
}

.check-icon {
  width: 20px;
  height: 100%;
  margin-right: 14px;
  color: #0dc834;
}

.text-block {
  color: #00314c;
}

.image-3 {
  border-radius: 20px;
}

.image-contain {
  position: relative;
}

.content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-right: auto;
  margin-left: auto;
  -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;
  color: #fff;
  text-align: center;
}

.heading-top {
  color: #4b529e;
  font-size: 3em;
  line-height: 1.2;
  font-weight: 300;
}

.heading-top.is--top {
  width: 500px;
  color: #fff;
  font-size: 2.3em;
  font-weight: 700;
}

.family-number {
  font-size: 2.3em;
}

.family-number.is--green {
  color: #2c8e81;
  font-size: 3.4em;
}

.big-number {
  color: #fff;
  font-size: 3.5em;
  line-height: 1;
  font-weight: 400;
}

.small-number {
  color: #fff;
  font-size: 2em;
}

.heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  -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;
  text-align: center;
}

.container-large {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.feature-card-red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f5a3a3;
  border-radius: 20px;
  color: #1a1a1a;
  text-align: center;
}

.feature-card-orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fcd49c;
  border-radius: 20px;
  color: #1a1a1a;
  text-align: center;
}

.feature-card-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b3bbe5;
  border-radius: 20px;
  color: #1a1a1a;
  text-align: center;
}

.feature-icon-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  -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: 1px solid #b3bbe5;
  border-radius: 14px;
  background-color: #f4f5fb;
}

.sub-heading-regular {
  color: #00314c;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.section-large {
  position: relative;
  padding: 120px 5%;
}

.section-large.is--background-blue {
  background-color: #f2f3f8;
}

.feature-icon-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  -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: 1px solid #e6e6e6;
  border-radius: 14px;
  background-color: #f7f7f7;
}

.h3-heading-2 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.h3-heading-2.text-weight-medium {
  font-weight: 500;
}

.paragraph-small {
  color: #67718e;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.feature-card-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  color: #1a1a1a;
  text-align: center;
}

.feature-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0dc834;
}

.feature-icon-red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  -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: 1px solid #f5a3a3;
  border-radius: 14px;
  background-color: #fef1f1;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.margin-bottom-08.text-weight-medium {
  font-weight: 500;
}

.feature-icon-orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  -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: 1px solid #fcd49c;
  border-radius: 14px;
  background-color: #fff9f0;
}

.feature-card-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b3e5c3;
  border-radius: 20px;
  background-color: #fff;
  color: #1a1a1a;
  text-align: center;
}

.feature-icon-yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  -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: 1px solid #fcec9c;
  border-radius: 14px;
  background-color: #fffcf0;
}

.heading-detail-section {
  margin-bottom: 8px;
  color: #1b85e8;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: normal;
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-card-yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fcec9c;
  border-radius: 20px;
  color: #1a1a1a;
  text-align: center;
}

.feature-icon-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  -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: 1px solid #b3e5c3;
  border-radius: 14px;
  background-color: #f4fbf6;
}

.spacer {
  height: 5vw;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-bottom: 0vh;
  }

  .navlinks {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #00314c;
  }

  .navlinks.nav-item-mobile {
    padding-left: 10px;
  }

  .navcontainer {
    padding-top: 0vh;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .hero-section {
    margin-bottom: 0vh;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .hero-paragraph {
    max-width: 50vw;
  }

  .section {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .section.section-mobile {
    padding: 0vh 5vw;
  }

  .container.lawsuit-container {
    min-height: 60vh;
  }

  .paragraph {
    font-size: 16px;
  }

  .grid {
    grid-column-gap: 2vh;
    grid-row-gap: 0vh;
  }

  .lawsuit-paragprah {
    max-width: 50vw;
  }

  .hr {
    margin-top: 0vh;
    margin-bottom: 0vh;
  }

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

  .menu-button {
    color: #411818;
  }

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

  .icon {
    color: #fff;
  }

  .nav-menu-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00314c;
    color: #00314c;
  }

  .nav-menu-item.is--nav-button {
    padding-left: 0vw;
  }

  .link-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-right: 0px;
  }

  .image {
    margin-top: 5px;
  }

  .section-content {
    padding-bottom: 140px;
  }

  .grid-content {
    grid-row-gap: 72px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-ui {
    right: 5%;
  }

  .button-standard.is--nav {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5vw;
  }

  .family-number {
    font-size: 3vw;
  }

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

@media screen and (max-width: 767px) {
  .hero-section {
    margin-bottom: 2vh;
  }

  .heading {
    margin-top: 2vh;
  }

  .hero-paragraph {
    max-width: 70vw;
    font-size: 18px;
  }

  .section {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .section.mobile767 {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .container {
    margin-top: 4vh;
  }

  .container.checks-container {
    margin-top: 0vh;
    margin-bottom: 4vh;
  }

  .container.mobile767 {
    margin-top: 2vh;
  }

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

  .h2-heading.white {
    font-size: 40px;
  }

  .about-grid {
    margin-top: 4vh;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph {
    font-size: 18px;
  }

  .grid {
    grid-column-gap: 1vh;
  }

  .check-paragraph {
    padding-left: 2vw;
    font-size: 14px;
  }

  .lawsuit-paragprah {
    max-width: 70vw;
    font-size: 18px;
  }

  .form-block {
    margin-top: 4vh;
  }

  .column {
    padding-right: 0px;
  }

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

  .hr {
    margin-top: 2vh;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-2 {
    display: block;
  }

  .navbar-2.navbar-mobile {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-footer {
    display: block;
    -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-size: 14px;
  }

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

  .check-mark {
    max-width: 100%;
  }

  .nav-menu-item.is--nav-button {
    padding-left: 0vw;
  }

  .button-standard.is--nav {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5vw;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-2 {
    font-size: 40px;
  }

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

@media screen and (max-width: 479px) {
  .navcontainer {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .hero-section {
    min-height: 70vh;
    margin-bottom: 0vh;
  }

  .heading {
    margin-top: 4vh;
    font-size: 32px;
  }

  .hero-paragraph {
    max-width: 100vw;
    font-size: 16px;
  }

  .btn.hero-btn {
    width: 100%;
    font-size: 18px;
  }

  .btn.lawsuit-btn {
    width: 280px;
    font-size: 18px;
  }

  .section {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .section.mobile767 {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .section.section-mobile {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section.bottom-padding {
    padding-bottom: 8vh;
  }

  .container.checks-container {
    margin-top: 2vh;
    margin-bottom: 4vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .container.lawsuit-container {
    min-height: 50vh;
    margin-right: auto;
    margin-left: auto;
  }

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

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

  .about-grid {
    margin-bottom: 4vh;
    grid-row-gap: 20px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .paragraph {
    font-size: 16px;
  }

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

  .lawsuit-paragprah {
    max-width: 90vw;
    font-size: 16px;
  }

  .submit-button {
    width: 100%;
    font-size: 18px;
  }

  .hr {
    width: 90%;
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .footer-logo-link {
    height: 60px;
  }

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

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

  .info-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 200px;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

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

  .button-standard {
    text-align: center;
  }
}

#w-node-_6d20ed66-2767-caa5-5299-14a76db7a145-92416ba3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b27a9143-35c6-0edc-2a92-42c5cb7e3a8b-92416ba3 {
  -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;
}

