.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.arrow {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-h1 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14vh;
  font-weight: 400;
  line-height: 16vh;
  position: relative;
}

.main-h1.bold {
  font-weight: 900;
}

.main-h1.bold.home {
  margin-top: 0;
}

.home-subhead {
  width: 30vw;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.wrapper-title {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: hidden;
}

.hero {
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10vh;
  display: flex;
  position: fixed;
}

.main-h1-copy {
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14vh;
  font-weight: 400;
  line-height: 16vh;
  position: relative;
}

.main-h1-copy.home {
  font-size: 16vh;
  line-height: 16vh;
}

._w-h1 {
  padding-right: 10vw;
  position: relative;
  overflow: hidden;
}

.div-block {
  max-width: 750px;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.div-block-3 {
  background-color: #f2f2f2;
  justify-content: center;
  display: flex;
}

.image {
  max-width: 150px;
}

.navbar-logo-left {
  width: 100%;
  background-color: #d9e0fc;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-content {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  font-family: Poppins, sans-serif;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper {
  width: 138px;
  height: 32px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.text-large {
  color: #232e26;
  font-size: 20px;
  font-weight: 400;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffce5c;
  border: 1px solid #232e26;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.hero-heading-left {
  width: 100%;
  height: 844px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #ede6ff;
  justify-content: center;
  align-items: center;
  padding: 0 24px 64px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column {
  width: 100%;
  max-width: 554px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-1 {
  color: #121619;
  letter-spacing: -.02em;
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
}

.text-wrapper {
  width: 100%;
  max-width: 500px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffce5c;
  border: 1px solid #d9efde;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.heading-6 {
  color: #232e26;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.column-2 {
  width: 100%;
  height: 591px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper {
  width: 100%;
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.open-24-7-we-untangle-the-complexities-of-insurance-enrollment-making-your-journey-both-accessible-and-achievable-0 {
  color: #121619;
  letter-spacing: undefinedundefined;
  font-size: 30px;
  font-weight: 600;
}

.open-24-7-we-untangle-the-complexities-of-insurance-enrollment-making-your-journey-both-accessible-and-achievable-1 {
  color: #121619;
  letter-spacing: undefinedundefined;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}

.open-24-7-we-untangle-the-complexities-of-insurance-enrollment-making-your-journey-both-accessible-and-achievable-2 {
  color: #121619;
  letter-spacing: undefinedundefined;
  font-size: 20px;
  font-weight: 400;
}

.hero-heading-right {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #d4f2f8;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 24px;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  display: flex;
}

.text {
  color: #294b52;
  font-size: 16px;
  font-weight: 700;
}

.heading-3 {
  color: #294b52;
  letter-spacing: -.02em;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.button-3 {
  height: 37px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #294b52;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-regular {
  color: #d4f2f8;
  font-size: 16px;
  font-weight: 400;
}

.column-4 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._3-columns {
  width: 100%;
  height: 266px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  display: flex;
}

.image-wrapper-2 {
  width: 100%;
  max-width: 240px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  object-fit: cover;
}

.image-text {
  width: 100%;
  max-width: 240px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.step-1-install-the-app {
  color: #294b52;
  font-size: 18px;
  font-weight: 400;
}

.text-regular-2 {
  color: #232e26;
  font-size: 16px;
  font-weight: 400;
}

.step-1-install-the-app-0 {
  color: #294b52;
  font-size: 18px;
  font-weight: 800;
}

.step-1-install-the-app-1 {
  color: #294b52;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.section {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: linear-gradient(99.71deg, #8959ff, #859cf6 51%, #74d5e9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quote-wrapper {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.install-kivara-now-unlock-a-world-of-proactive-and-accessible-health-and-wellness {
  text-align: center;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-3 {
  width: 180px;
  height: 52px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-4 {
  width: 179.753px;
  height: 52px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.install-kivara-now-unlock-a-world-of-proactive-and-accessible-health-and-wellness-0 {
  color: #d4f2f8;
  text-align: center;
  letter-spacing: undefinedundefined;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.install-kivara-now-unlock-a-world-of-proactive-and-accessible-health-and-wellness-1 {
  color: #d4f2f8;
  text-align: center;
  letter-spacing: undefinedundefined;
  font-size: 30px;
  font-weight: 600;
}

.hero-heading-left-2 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #ede6ff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-6 {
  width: 100%;
  max-width: 554px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-7 {
  color: #121619;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 64px;
}

.open-24-7-we-untangle-the-complexities-of-insurance-enrollment-making-your-journey-both-accessible-and-achievable-3 {
  font-family: Poppins, sans-serif;
}

.button-4 {
  max-width: 450px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  background-color: #ffce5c;
  border: 1px solid #d9efde;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.open-24-7-we-untangle-the-complexities-of-insurance-enrollment-making-your-journey-both-accessible-and-achievable-4 {
  color: #121619;
  letter-spacing: undefinedundefined;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}

.sub-00 {
  color: #121619;
  letter-spacing: undefinedundefined;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.footer {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #8959ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 20px;
  display: flex;
}

.columns {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f2wf-columns-2 {
  font-family: Poppins, sans-serif;
}

.small-columns-2 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-7 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-6 {
  width: 172.5px;
  height: 40px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-7 {
  width: 180px;
  height: 52px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-8 {
  width: 179.753px;
  height: 52px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-8 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-4 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-8 {
  color: #d9efde;
  font-size: 24px;
  font-weight: 600;
}

.footer-links {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.text-small {
  color: #d9efde;
  font-size: 14px;
  font-weight: 400;
}

.link-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.content-5 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-3 {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.column-9 {
  width: 100%;
  max-width: 500px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-wrapper {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form {
  width: 100%;
  height: 48px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-text-input {
  width: 100%;
  height: 48px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: rgba(217, 239, 222, .9);
  background-color: #232e26;
  border: 0 solid #d9efde;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.form-text-input::-ms-input-placeholder {
  color: rgba(217, 239, 222, .9);
  font-size: 14px;
  font-weight: 400;
}

.form-text-input::placeholder {
  color: rgba(217, 239, 222, .9);
  font-size: 14px;
  font-weight: 400;
}

.text-small-2 {
  color: rgba(217, 239, 222, .9);
  font-size: 14px;
  font-weight: 400;
}

.form-button {
  color: #d9efde;
  background-color: #242f27;
  border: 1px solid #f2f4f8;
  border-radius: 39.6217px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.text-2 {
  color: #d9efde;
  font-size: 14px;
  font-weight: 600;
}

.text-3 {
  color: #d9efde;
  font-size: 12px;
  font-weight: 500;
}

.copyright {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 0 solid #f2f4f8;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.content-6 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.social-links {
  width: 200px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-9 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(116.5deg, #2f3756, rgba(37, 44, 49, .58));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: block;
}

.container-7 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quote-wrapper-2 {
  width: 100%;
  max-width: 780px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-9 {
  color: #d4f2f8;
  letter-spacing: -.02em;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 37px;
}

.heading-10 {
  color: #d4f2f8;
  font-size: 24px;
  font-weight: 600;
}

.section-4 {
  background-color: #d4f2f8;
  padding-top: 64px;
  padding-bottom: 64px;
}

.container-8, .container-9 {
  max-width: 1200px;
}

.column-10 {
  text-align: left;
  justify-content: flex-end;
  display: flex;
}

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

.heading-9-copy {
  color: #d4f2f8;
  letter-spacing: -.02em;
  font-size: 22px;
  font-weight: 700;
  line-height: 60px;
}

.section-5 {
  background-color: #ede6ff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-10 {
  max-width: 1200px;
}

.columns-4 {
  font-family: Poppins, sans-serif;
}

.sub-01 {
  color: #121619;
  letter-spacing: -.02em;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-7-copy {
  color: #121619;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.sub-02 {
  color: #121619;
  letter-spacing: undefinedundefined;
  font-size: 30px;
  font-weight: 400;
}

.column-12 {
  height: 100%;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-8 {
  width: 86%;
  text-align: left;
}

.div-block-4 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.column-13 {
  text-align: left;
}

.div-block-5 {
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-6 {
  height: 100%;
  min-height: 200px;
  background-image: linear-gradient(#8959ff, #74d2e9);
}

.body {
  background-image: linear-gradient(#8959ff, #74d2e9);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-7 {
  align-items: center;
  display: block;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .main-h1, .main-h1.bold {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h1.bold.home {
    line-height: 15vh;
  }

  .home-subhead {
    width: 50vw;
  }

  .wrapper-title {
    width: 100vw;
  }

  .hero {
    justify-content: flex-start;
    padding-left: 0;
  }

  .main-h1-copy {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h1-copy.home {
    font-size: 18vh;
    line-height: 15vh;
  }

  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link {
    justify-content: center;
  }

  .f2wf-columns {
    flex-direction: column;
    align-items: center;
  }

  .heading-7 {
    font-size: 64px;
  }

  .f2wf-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .column-7, .content-4, .content-5 {
    align-items: center;
  }

  .columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .section-4, .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-4 {
    height: 100%;
  }

  .column-12 {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-8 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-5 {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .f2wf-columns {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .hero-heading-right {
    flex-direction: row;
    display: flex;
  }

  .content-2 {
    align-items: center;
  }

  .column-4 {
    margin-bottom: 0;
  }

  .small-columns {
    flex-direction: column;
    align-items: center;
  }

  .column-5 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .image-wrapper-2 {
    justify-content: center;
  }

  .heading-7 {
    padding-left: 0;
  }

  .f2wf-small-columns, .small-columns-3, .small-columns-4 {
    flex-direction: column;
    align-items: center;
  }

  .heading-9 {
    font-size: 32px;
    line-height: 40px;
  }

  .section-4 {
    text-align: center;
  }

  .column-10 {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .column-11 {
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .container-10 {
    margin-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .main-h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .main-h1.bold {
    font-size: 60px;
    line-height: 50px;
  }

  .main-h1.bold.home {
    line-height: 8vh;
  }

  .home-subhead {
    width: auto;
  }

  .hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-h1-copy {
    font-size: 50px;
    line-height: 50px;
  }

  .main-h1-copy.home {
    font-size: 8vh;
    line-height: 8vh;
  }

  .heading-6 {
    font-size: 16px;
  }

  .open-24-7-we-untangle-the-complexities-of-insurance-enrollment-making-your-journey-both-accessible-and-achievable-0 {
    font-size: 24px;
  }

  .hero-heading-right {
    height: 100%;
  }

  .column-5 {
    margin-top: 40px;
  }

  .image-wrapper-2 {
    justify-content: center;
  }

  .install-kivara-now-unlock-a-world-of-proactive-and-accessible-health-and-wellness-0 {
    line-height: 45px;
  }

  .install-kivara-now-unlock-a-world-of-proactive-and-accessible-health-and-wellness-1 {
    font-size: 25px;
    line-height: 25px;
  }

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

  .button-4 {
    font-size: 22px;
    line-height: 22px;
  }

  .sub-00 {
    line-height: 27px;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 27px;
  }

  .section-3 {
    display: block;
  }

  .columns-3 {
    margin-top: 0;
  }

  .section-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .sub-01 {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-7-copy {
    font-size: 20px;
    line-height: 20px;
  }

  .image-8 {
    width: 100%;
  }
}


