:root {
  --logodarkbluefullopacity: #00437fcc;
  --bluenotransparent: #25508b;
  --white: white;
  --bg-grey: #fafafa;
  --transparent: #fff0;
  --black: black;
  --dark-grey: #b3b3b3;
  --dark-grey-2: #999;
  --sea-green: #48944f;
  --logodarkerblue: var(--dark-grey);
  --logodarkbluetransparent: var(--logodarkbluefullopacity);
  --darkblue: var(--bg-grey);
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 5%;
  display: inline-block;
}

blockquote {
  border-color: var(--logodarkbluefullopacity) var(--logodarkbluefullopacity) var(--logodarkbluefullopacity) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  background-color: #18467ecc;
  background-image: linear-gradient(337deg, var(--logodarkbluefullopacity), #00437f 0%, #1b457e00);
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0;
}

.navigation-container {
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  bottom: -113px;
}

.header {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/swirl-background.png');
  background-position: 30% 100%;
  background-repeat: no-repeat;
  background-size: 90vw;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 0;
  padding: 210px 30px 0;
  display: flex;
}

.header.lens {
  padding-top: 140px;
}

.header.toric {
  background-image: none;
  border: 1px #000;
  margin-top: 0;
  padding-top: 0;
}

.navigation-logo.w--current, .navigation-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  flex: 0 auto;
  align-self: center;
  max-width: 770px;
  margin-top: 14px;
}

.header-content.home {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-content.home.title {
  margin-bottom: 40px;
}

.header-content.premium-lens {
  margin-top: 0;
}

.h1 {
  opacity: 1;
  pointer-events: auto;
  color: #fff;
  letter-spacing: -1px;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 78px;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.h1.about-mu {
  margin-bottom: 55px;
  font-size: 58px;
}

.paragraph {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #fff;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
}

.button {
  background-color: var(--bluenotransparent);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 2px solid #0000;
  border-radius: 4px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: opacity .3s;
}

.button:hover {
  background-color: var(--bluenotransparent);
  outline-offset: 0px;
  border: 2px solid #000;
  outline: 1px #fff;
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.button.contact {
  background-color: var(--white);
  color: var(--bluenotransparent);
  overflow-wrap: normal;
  background-image: url('../images/telephone-icon_1telephone-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20%;
  border-width: 3px;
  border-color: #fff;
  border-radius: 3px;
  width: 100%;
  margin-top: 0;
  margin-left: 30px;
  padding: 10px 10px 10px 43px;
  font-size: 14px;
  font-weight: 600;
  transition: box-shadow .2s, opacity .3s;
}

.button.contact:hover {
  background-position: 8%;
  border-style: solid;
  border-width: 3px;
  border-radius: 20px;
  margin-left: 33px;
  padding-left: 55px;
}

.button.cv {
  background-color: var(--white);
  color: var(--bluenotransparent);
  border-width: 3px;
  border-color: #25508b;
  border-radius: 40px;
  margin-top: 0;
  transition: all .2s, opacity .3s;
}

.button.cv:hover {
  box-shadow: 0 2px 14px 9px #0000001a;
}

.button.cv.w--current {
  text-align: left;
  margin-top: 10px;
  padding: 5px 20px;
}

.button.cv.review {
  margin-top: 40px;
}

.button.cv.phone.small {
  text-align: left;
  margin-top: 0;
  padding: 10px 20px;
}

.button.cv.phone.small.forms {
  margin: 10px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

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

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

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

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container.cc-contact {
  display: flex;
}

.features {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.h2 {
  color: var(--white);
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: flex;
  position: relative;
  inset: 0;
}

.h2.cc-center {
  margin-bottom: 40px;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2.map {
  color: var(--bluenotransparent);
  text-align: center;
  margin-left: -10px;
  margin-right: 40px;
  font-size: 22px;
  font-weight: 800;
}

.h2.map.title {
  text-align: center;
  margin-bottom: 20px;
  margin-left: -20px;
  font-size: 28px;
  bottom: 0;
}

.h2.map.title.phone {
  align-self: center;
}

.h2.map.landscape {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.h2-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-bottom: 90px;
  display: flex;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  clear: none;
  color: #000;
  flex: none;
  font-weight: 800;
  position: static;
}

.text-span.cc-white-text {
  color: #fff;
}

.prkfeatureditem {
  text-align: center;
  background-color: #d80000;
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #f7f7f7;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--logodarkbluefullopacity);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.about {
  background-color: #55759e0d;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: var(--logodarkbluefullopacity);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: #0000;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--logodarkbluefullopacity);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #00437f;
  background-image: url('../images/footer.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 44%;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  margin-bottom: 0%;
  padding: 40px 30px 5%;
  display: flex;
}

.footer.landscape {
  padding: 0 0 0%;
}

.footer-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 10px;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer-column.phone {
  width: 100%;
}

.text-footer-credits {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-left: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  display: block;
}

.footer-links-list {
  background-color: #fff0;
  flex-direction: column;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
  font-family: Droid Sans, sans-serif;
  display: flex;
}

.footer-links-list.phone.mid {
  margin-right: 0;
}

.link-footer {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.link-footer:hover {
  color: #93a3b6;
}

.link-footer.w--current:hover {
  color: #fff;
  font-weight: 600;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  background-color: #cacaca;
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: #18467e;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner-content {
  width: 57%;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--logodarkbluefullopacity);
  max-width: 370px;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--logodarkbluefullopacity);
  border-left: 0 #0000;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--logodarkbluefullopacity);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--logodarkbluefullopacity);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--logodarkbluefullopacity);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.nav-menu.w--open {
  color: #000;
  background-color: #ddd;
}

.nav-link {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s;
}

.nav-link:hover {
  border-top: 0px none var(--white);
  font-weight: 600;
}

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

.menu-button {
  opacity: 1;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.text-span-2 {
  color: #00437f;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  cursor: default;
  mix-blend-mode: normal;
  border: 0 #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: -20px;
  font-size: 45px;
  display: flex;
}

.text-span-2.homepage {
  text-align: center;
}

.text-span-2.homepage.phone {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 41px;
  font-size: 5rem;
}

.text-span-2.mu-about {
  font-size: 51px;
  line-height: 63px;
}

.text-span-2.mu-about.phone {
  margin-bottom: -40px;
}

.text-span-2.mu-about.lenstitle {
  margin-top: 20px;
  margin-bottom: -50px;
}

.text-span-2.sub-heading {
  margin-top: 40px;
}

.text-span-3 {
  width: 100vh;
}

.image-4 {
  align-self: center;
}

.dropdown-list {
  margin-left: -3px;
}

.dropdown-list.w--open {
  margin-left: 19px;
  right: -60.9062px;
  box-shadow: 0 16px 10px 8px #0003;
}

.icon-3 {
  clear: none;
  color: #fff;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon-3:active, .text-block-2, .text-block-2:hover {
  color: #fff;
}

.text-block-2:active {
  color: var(--white);
}

.text-block-3 {
  color: #fff;
  cursor: default;
  margin-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 800;
  display: block;
}

.div-block {
  align-self: center;
  width: 40%;
  height: 10svw;
  display: flex;
}

.h3-featured-items {
  color: #fff;
  text-align: center;
}

.list {
  justify-content: center;
  align-items: center;
  width: 50svw;
  max-width: 1000px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  align-self: center;
  margin: 20px 40px 20px 5px;
  text-decoration: none;
}

.container-2 {
  clear: both;
  display: flex;
}

.image-5 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  clear: none;
  width: 25%;
  position: relative;
}

.div-block-3 {
  text-decoration: none;
  display: flex;
}

.text-span-4 {
  outline-offset: 0px;
  color: var(--bluenotransparent);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  text-shadow: 0 1px 3px var(--white);
  cursor: default;
  outline: 3px #25508b;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
}

.text-span-4.homepage {
  text-align: center;
  margin-top: 40px;
  font-size: 3rem;
}

.text-span-4.lens {
  margin-top: 0;
}

.link-block {
  text-decoration: none;
}

.nav-menu-2 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.brand {
  margin-right: 44px;
}

.text-block-62 {
  color: #abaeaf;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-size: 14px;
}

.navigation-container-2 {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.dropdown-link-4 {
  color: #283338;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-4:hover {
  background-color: #f8faff;
}

.dropdown {
  margin-right: 0;
}

.flowbase-logo {
  width: 150px;
  position: relative;
}

.navigation-2 {
  z-index: 9;
  background-color: #0000;
  border-bottom: 1px solid #4455671c;
  flex-direction: column;
  align-items: center;
  margin-top: -6px;
  padding: 0 3% 10px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.icon-4 {
  margin-right: 5px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-61 {
  font-size: 16px;
}

.icon-square {
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 12px;
  display: flex;
}

.dropdown-toggle {
  cursor: pointer;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #00437f;
}

.dropdown-toggle.left {
  padding-left: 0;
}

.dropdown-toggle.services {
  margin-left: 0;
  margin-right: 0;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.navigation-column {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22px;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-link-1 {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-1:hover {
  background-color: #f8faff;
}

.navigation-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  display: flex;
}

.dropdown-link-5 {
  color: #283338;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-5:hover {
  background-color: #f8faff;
}

.navigation-link-2 {
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-2:hover {
  color: #00437f;
}

.navigation-link-2.w--current {
  color: #99d715;
}

.navigation-column-right {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link-details {
  color: #00427fb3;
  font-size: 14px;
}

.navigation-left {
  justify-content: flex-end;
  align-items: center;
  width: 57%;
  padding: 20px 15px;
  display: flex;
}

.dropdown-column-wrap {
  display: flex;
}

.link-18 {
  color: #283338;
  margin-bottom: 15px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.link-18:hover {
  color: #8c54ff;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #fff;
  min-width: 350px;
  max-height: 100vh;
  position: absolute;
  left: 0;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.nav-menu-3 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.text-block-63 {
  color: #abaeaf;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-size: 14px;
}

.navigation-container-3 {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-3 {
  z-index: 9;
  background-color: #fff;
  border: 1px #d8d8d8b3;
  flex-direction: column;
  align-items: center;
  padding: 0 3% 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 6px 14px 9px #00000012;
}

.icon-5 {
  margin-right: 5px;
}

.text-block-64 {
  font-size: 16px;
}

.dropdown-link-6 {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-6:hover {
  background-color: #f8faff;
}

.dropdown-link-7 {
  color: #283338;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-7:hover {
  background-color: #f8faff;
}

.link-19 {
  color: #283338;
  margin-bottom: 15px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.link-19:hover {
  color: #8c54ff;
}

.nav-menu-4 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.text-block-65 {
  color: #abaeaf;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-size: 14px;
}

.navigation-container-4 {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flowbase-logo-2 {
  width: 54px;
}

.icon-6 {
  margin-right: 5px;
}

.text-block-66 {
  font-size: 16px;
}

.icon-square-2 {
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 12px;
  display: flex;
  box-shadow: 4px 4px 20px 5px #00000017;
}

.dropdown-link-8 {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-8:hover {
  background-color: #f8faff;
}

.dropdown-link-9 {
  color: #283338;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-9:hover {
  background-color: #f8faff;
}

.dropdown-link-2 {
  color: #283338;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-2:hover {
  background-color: #f8faff;
}

.nav-menu-5 {
  color: #283338;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 15px;
  display: flex;
  position: static;
}

.text-block-67 {
  color: #abaeaf;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-size: 14px;
}

.navigation-container-5 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-link-10 {
  color: #283338;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-10:hover {
  background-color: #f8faff;
}

.flowbase-logo-3 {
  width: 200px;
}

.flowbase-logo-3.logo-header {
  width: 70%;
  max-width: 100%;
  display: inline-block;
}

.icon-7 {
  margin-right: 11px;
}

.text-block-68 {
  font-size: 16px;
}

.icon-square-3 {
  background-color: #fff0;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 3px;
  display: flex;
}

.dropdown-link-11 {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-11:hover {
  background-color: #f8faff;
}

.dropdown-link-3 {
  color: #283338;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-3:hover {
  background-color: #f8faff;
}

.dropdown-link-12 {
  color: #283338;
  cursor: pointer;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-12:hover {
  background-color: #f8faff;
}

.text-block-69 {
  -webkit-text-stroke-color: #00437f;
}

.image-6 {
  width: 110%;
  max-width: 100%;
  font-size: 0;
}

.image-7, .image-8 {
  max-width: 100%;
}

.image-9 {
  color: #00437f;
  width: 100%;
  max-width: 100%;
}

.image-10 {
  width: 150%;
  max-width: 100%;
}

.image-11, .image-12 {
  width: 140%;
  max-width: 100%;
}

.image-13 {
  color: #00437f;
  width: 140%;
  max-width: 100%;
}

.image-14 {
  width: 140%;
  max-width: 100%;
}

.hero-heading-center {
  background-color: var(--white);
  background-image: url('../images/BOB_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-bottom: 1px #e4ebf3;
  margin-top: 0;
  padding: 168px 30px 183px;
  position: relative;
}

.hero-heading-center.phone.tablet {
  -webkit-text-fill-color: inherit;
  background-size: cover;
  background-clip: border-box;
  padding-top: 13%;
  padding-bottom: 13%;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-3.phone {
  max-width: 100%;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 1px 9px #000c;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 15%;
  padding-right: 15%;
  font-family: Libre Franklin, sans-serif;
  font-size: 45px;
  line-height: 50px;
  display: flex;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  text-align: left;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 32px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.test {
  max-width: 100%;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-slider-large {
  background-color: #f5f7fa00;
  padding: 10px 30px 40px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 20px;
  display: flex;
}

.testimonial-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 100%;
  margin-right: 20px;
  display: flex;
}

.testimonial-quote-icon {
  color: #00437f;
  -webkit-text-stroke-color: #00437f00;
  background-color: #fff;
  margin-bottom: 24px;
  font-family: Merriweather, serif;
}

.testimonial-quote-icon.close {
  transform-style: preserve-3d;
  align-self: flex-end;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-quote.traylor {
  color: #00437f;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.video {
  clear: none;
  aspect-ratio: 3 / 2;
  object-fit: scale-down;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.bestofbay {
  background-image: url('../images/BOB.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  padding-top: 417px;
}

.div-block-5 {
  object-fit: contain;
  width: 100%;
  height: 20svw;
}

.image-15 {
  align-self: auto;
  width: 8%;
  margin-right: 20px;
  display: block;
}

.content-simple {
  text-align: left;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.content-simple.premium-lens {
  border-bottom-style: none;
}

.container-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  transition: all .2s;
}

.clients-wrapper-three.phone {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.clients-image-three {
  width: 15%;
  margin-bottom: 10px;
  margin-left: 5%;
  margin-right: 5%;
}

.clients-image-three:hover {
  filter: saturate();
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 80px;
  position: relative;
}

.centered-heading-2 {
  color: #00437f;
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  height: 350px;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.arrow-wrapper {
  object-fit: fill;
  width: 100%;
}

.slider-arrow-embed {
  color: #1a1b1f;
  max-width: 100%;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  width: 50%;
  box-shadow: 0 4px 24px #96a3b514;
}

.paragraph-2 {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.paragraph-2.subcontent {
  margin-bottom: 40px;
}

.div-block-6 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.image-16 {
  align-self: center;
  width: 15%;
  max-width: 75%;
  margin-right: 12px;
}

.list-item {
  background-image: url('../images/bullet-graphic.png');
  background-position: 24% 2%;
  background-repeat: no-repeat;
  background-size: 4svw;
  margin-left: 0%;
  padding-left: 30%;
  padding-right: 20%;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.list-2 {
  align-self: auto;
  width: 80%;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 40px;
  list-style-type: none;
}

.flex-block {
  margin-left: 0;
  padding-left: 0;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
}

.flex-block-2.cataract-title, .flex-block-2.top {
  margin-top: 40px;
}

.image-17 {
  width: 16%;
}

.features-table {
  grid-template-columns: 1fr 1fr 1fr;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template: ". Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 0;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template: ". Area Area-2 Area-3"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.mu-header-photo {
  align-self: auto;
  width: 20%;
  margin-right: 20px;
  display: block;
}

.mu-header-photo.headshot {
  width: 20%;
  max-width: 100%;
}

.div-block-7 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-18 {
  align-self: flex-start;
  width: 10%;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 11px;
  padding-left: 0;
}

.flex-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 14px;
  padding-right: 0;
  text-decoration: none;
}

.div-block-8 {
  background-color: #00437f00;
  border: 3px solid #bad8e6;
  border-radius: 20px;
  order: 0;
  width: 80%;
  margin-top: 10px;
  margin-left: 25px;
  margin-right: 0;
  padding: 8px 5px;
}

.text-block-70 {
  color: #000;
  font-size: 14px;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

.flex-block-4 {
  justify-content: center;
  align-items: center;
}

.flex-block-5 {
  justify-content: center;
  align-self: auto;
  align-items: center;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 60px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border: 1px solid #000;
  border-radius: 0;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 0;
  display: flex;
}

.hero-split-3.desktop {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.hero-split-3.desktop.phone {
  width: 100%;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-3 {
  border: 3px solid #00437f;
  max-width: 50%;
  box-shadow: 0 4px 20px 19px #96a3b514;
}

.image-19 {
  align-self: center;
  width: 20%;
  margin-bottom: 15px;
  margin-left: -10px;
  position: relative;
}

.image-19.tablet {
  width: 10%;
  max-width: 100%;
}

.flex-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-block-7 {
  justify-content: flex-start;
  align-items: center;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  width: 50%;
  margin-left: 5px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-20 {
  color: #fff;
}

.flex-block-8 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  margin-top: 20px;
  margin-right: 20px;
}

.image-21 {
  width: 100%;
  margin-right: 20px;
}

.image-22, .image-23 {
  width: 100%;
}

.text-block-74, .text-block-75, .text-block-76 {
  font-size: 22px;
}

.testimonial-slider-small-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-2 {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper-2 {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info-2 {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-2 {
  margin-bottom: 2px;
}

.tagline-2 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left-2:focus-visible, .testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.testimonial-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right-2:focus-visible, .testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-2 {
  display: none;
}

.flex-block-9 {
  justify-content: center;
  align-items: center;
}

.flex-block-10 {
  flex-flow: column;
  margin-bottom: 10px;
}

.div-block-13 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.flex-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.div-block-14 {
  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;
  padding-top: 10px;
  padding-left: 10px;
  display: flex;
}

.div-block-14.phone.desktop {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.div-block-15 {
  flex-flow: column;
  display: flex;
}

.image-25 {
  margin-left: 20px;
}

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

.image-26 {
  max-width: 100%;
}

.link-block-5 {
  margin-left: 20px;
  text-decoration-color: #fff;
}

.link-block-5:hover, .link-block-6:hover {
  opacity: .8;
}

.image-27 {
  width: 15%;
  max-width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.image-28 {
  max-width: 100%;
}

.educational-icons {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-29 {
  width: 15%;
  max-width: 100%;
  margin: 40px 20px 20px;
}

.image-30 {
  width: 15%;
  max-width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.image-31 {
  width: 15%;
  max-width: 100%;
  margin-top: 20px;
  margin-left: 20px;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.faq-wrapper {
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.answer-f66 {
  font-size: 16px;
  overflow: hidden;
}

.answer-text-f66 {
  width: 95%;
  margin-top: 10px;
  padding-left: 10px;
}

.answer-text-f66.prk {
  text-align: center;
  font-size: 22px;
  line-height: 40px;
}

.faq-f66 {
  flex-direction: column;
  align-items: center;
  margin: 20px;
  display: flex;
}

.arrow-blue-f66 {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.question-wrapper-f66 {
  color: #333;
  flex-direction: column;
  max-width: 800px;
  margin: 10px auto;
  text-decoration: none;
}

.question-f66 {
  color: #333;
  border-bottom: 1px solid #dbdbdb;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 15px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.question-f66:hover {
  text-decoration: underline;
}

.question-f66.prk {
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.arrow-black-f66 {
  display: block;
}

.icon-wrapper-f66 {
  position: relative;
}

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

.div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23 {
  width: 50%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-32 {
  max-width: 100%;
}

.lists {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.listitem {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
}

.div-block-24 {
  width: 100%;
  margin-bottom: 20px;
}

.text-block-77 {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.button-2 {
  background-color: #00437f;
  border-radius: 20px;
  flex: none;
  margin-left: 5px;
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    background-image: url('../images/swirl-background.png');
    background-position: 50% 20%;
    background-size: 120%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .header.about-desktop {
    background-position: 30% 120%;
    background-size: 140svw;
  }

  .navigation-logo.w--current {
    width: 100vh;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .container.cc-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2.map {
    font-size: 20px;
    line-height: 31px;
  }

  .h2.map.title {
    font-size: 24px;
  }

  .h2.map.title.phone {
    margin-left: 0;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .prkfeatureditem {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-column.cc-footer {
    width: 40%;
  }

  .footer-links-list {
    flex-flow: column;
  }

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

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--logodarkbluefullopacity);
    opacity: .9;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--logodarkbluefullopacity);
  }

  .text-span-2.homepage.phone {
    font-size: 4rem;
  }

  .nav-menu-2 {
    display: none;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list-2 {
    background-color: #fff;
  }

  .navigation-2 {
    display: none;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .nav-content-wrap.billpay {
    background-color: #bad8e669;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-nav {
    background-color: #fff;
    flex-flow: row;
    padding-top: 15px;
    display: block;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .menu-mob {
    color: #fff;
    background-color: #00437f;
    border-radius: 100px;
    margin-left: 10px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #00437f;
  }

  .nav-link-details {
    text-align: left;
  }

  .navigation-left {
    display: flex;
  }

  .nav-menu-3 {
    display: none;
  }

  .dropdown-list-3 {
    background-color: #fff;
  }

  .navigation-3, .nav-menu-4 {
    display: none;
  }

  .dropdown-list-4 {
    background-color: #fff;
  }

  .nav-menu-5 {
    display: none;
  }

  .dropdown-list-5 {
    background-color: #fff;
  }

  .flowbase-logo-3 {
    width: 250px;
    max-width: 80%;
  }

  .text-block-68 {
    text-align: left;
  }

  .dropdown-link-12.tablet {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link-12.tablet.billpay {
    justify-content: center;
    align-items: center;
  }

  .hero-heading-center {
    margin-top: -40px;
    padding-top: 43px;
    padding-bottom: 48px;
  }

  .hero-heading-center.phone.tablet {
    background-color: var(--transparent);
    background-size: cover;
    margin-top: -44px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .centered-heading.margin-bottom-32px {
    font-size: 30px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-content {
    width: 70%;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .container-4 {
    max-width: 728px;
  }

  .container-4.phone {
    padding-left: 0%;
    padding-right: 0%;
  }

  .clients-wrapper-three.phone {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .clients-image-three {
    width: 25%;
    margin-bottom: 30px;
    margin-left: 5%;
    margin-right: 0%;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-5 {
    max-width: 728px;
  }

  .container-6 {
    max-width: 728px;
    display: flex;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .hero-heading-left {
    flex-flow: row;
    display: flex;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-3 {
    width: 50%;
  }

  .image-19 {
    width: 10%;
  }

  .flex-block-7 {
    flex-flow: column;
  }

  .div-block-9 {
    flex-flow: column;
    display: flex;
  }

  .div-block-10 {
    display: flex;
  }

  .text-block-71 {
    color: #1a3e71;
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 700;
  }

  .text-block-72, .text-block-73 {
    text-align: left;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .image-24 {
    text-align: right;
    width: 500px;
    display: block;
  }

  .image-24.phone-tablet {
    width: 350px;
  }

  .image-24.phone-phone {
    width: 55px;
    max-width: 350px;
  }

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

  .link-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: right;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: 14%;
    display: flex;
  }

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

  .testimonial-slider-left-2 {
    left: -20px;
  }

  .testimonial-slider-right-2 {
    right: -20px;
  }

  .div-block-15 {
    margin-left: 20px;
  }

  .educational-icons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .faq-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .question-wrapper-f66 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
  }

  .question-f66 {
    padding-right: 10px;
  }

  .question-f66:hover {
    text-decoration: none;
  }

  .div-block-20 {
    width: 90%;
  }

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-2 {
    margin-right: 28px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-position: 90% 36%;
    background-size: 140svw;
    height: 500px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header.toric {
    height: 20%;
    margin-bottom: 0;
  }

  .header.about-desktop {
    background-position: 70%;
    background-size: 210svw;
  }

  .navigation-links {
    display: none;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .container.cc-cta {
    flex-wrap: wrap;
  }

  .container.cc-footer {
    flex-flow: row;
  }

  .features {
    padding-top: 60px;
  }

  .h2.map.title.phone {
    justify-content: flex-end;
    align-items: center;
  }

  .h2.map.landscape {
    font-size: 18px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .prkfeatureditem {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer.landscape {
    flex-flow: row;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .footer-links-list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
  }

  .link-footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .text-span-2 {
    margin-top: 73px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-2.homepage.phone {
    margin-top: 10px;
    font-size: 3rem;
  }

  .text-span-2.mu-about.phone {
    margin-top: 0;
  }

  .text-span-4 {
    text-shadow: 0 0 8px var(--white);
  }

  .text-span-4.homepage {
    font-size: 2.5rem;
  }

  .mobile-nav {
    flex: 0 auto;
  }

  .dropdown-link-12.tablet {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-heading-center.phone.tablet {
    background-image: radial-gradient(circle, #00437f, #000);
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    width: 80%;
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

  .content-simple {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: 30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .hero-heading-center-2, .features-table {
    padding: 60px 15px;
  }

  .container-5 {
    display: none;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .image-19.tablet {
    width: 20%;
    max-width: 100%;
    margin-left: 0;
  }

  .flex-block-7.tablet {
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    padding-left: 0;
  }

  .div-block-10.landscape {
    flex-flow: column;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .image-24 {
    width: 500px;
  }

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

  .testimonial-slider-small-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .image-27 {
    width: 150px;
  }

  .educational-icons {
    flex-flow: wrap;
  }

  .image-29 {
    width: 150px;
  }

  .image-30, .image-31 {
    width: 150px;
    margin-top: 20px;
  }

  .faq-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .answer-text-f66 {
    width: 90%;
  }

  .text-question-f66 {
    padding-right: 10px;
  }

  .faq-f66 {
    padding: 40px 10px;
  }

  .arrow-blue-f66 {
    inset: auto;
  }

  .question-f66 {
    line-height: 24px;
  }

  .icon-wrapper-f66 {
    flex: none;
    align-items: flex-start;
    padding-top: 5px;
    display: flex;
  }

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

  .div-block-20, .div-block-21, .div-block-22, .div-block-23 {
    width: 90%;
  }

  .div-block-25 {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .header {
    background-position: 70%;
    background-size: 210svw;
    height: 63vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
    line-height: 20px;
  }

  .header.toric {
    height: 20%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .header.about-desktop {
    background-position: 50% 100%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .navigation-logo.w--current {
    text-align: center;
  }

  .header-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .h1.about-mu.iphone {
    text-align: center;
  }

  .button.cv.phone.w--current {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    display: flex;
  }

  .button.cv.phone.small {
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    position: relative;
  }

  .container.cc-footer {
    flex-flow: column;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .h2.map.title.phone {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .h2.map.phone {
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
    line-height: 20px;
  }

  .h2.map.landscape {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .h2.phone {
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer.phone {
    margin-top: 20px;
    padding-top: 10px;
  }

  .footer.landscape {
    background-size: 94%;
    width: 100%;
    overflow: hidden;
  }

  .footer-column {
    flex-wrap: wrap;
    margin-left: 0;
  }

  .footer-column.cc-footer {
    text-align: center;
  }

  .footer-links-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .footer-links-list.phone {
    width: 100%;
  }

  .footer-links-list.phone.mid {
    justify-content: center;
    align-items: flex-start;
  }

  .link-footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    padding-left: 0;
    display: flex;
  }

  .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .nav-menu {
    flex-flow: column;
  }

  .image-3 {
    width: 50vw;
  }

  .text-span-2.homepage.phone {
    font-size: 2.5rem;
  }

  .text-span-2.mu-about.phone {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 40px;
  }

  .text-span-2.mu-about.lenstitle {
    text-align: center;
    font-size: 70%;
  }

  .text-span-2.sub-heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 80%;
  }

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

  .text-block-3 {
    margin-bottom: 10px;
  }

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

  .text-span-4.homepage {
    font-size: 2rem;
  }

  .text-span-4.lens {
    font-size: 90%;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-content-wrap.billpay {
    background-color: #bad8e67d;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .flowbase-logo-3 {
    width: 180px;
    max-width: 80%;
  }

  .hero-heading-center.phone {
    background-color: var(--bluenotransparent);
    background-image: radial-gradient(circle, #00437f, #000);
  }

  .hero-heading-center.phone.tablet {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    max-width: none;
  }

  .container-3.phone {
    flex-flow: column;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.margin-bottom-32px {
    font-size: 26px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .testimonial-content {
    width: 100%;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .content-simple.premium-lens {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    max-width: none;
  }

  .container-4.phone {
    flex-flow: column;
    display: flex;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-wrapper-three.phone {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .clients-image-three {
    width: 60%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .container-5 {
    max-width: none;
    display: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 10px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .mu-header-photo, .mu-header-photo.headshot {
    width: 50%;
  }

  .container-6 {
    max-width: none;
  }

  .hero-split-3.desktop.phone {
    flex-flow: column;
  }

  .shadow-two-3 {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .image-19.tablet {
    width: 20%;
    max-width: 100%;
  }

  .flex-block-6 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .flex-block-7.tablet {
    margin-left: 0;
  }

  .container-7 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-24.phone-phone {
    width: 55px;
    max-width: 3000%;
  }

  .div-block-11 {
    width: 40%;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .flex-block-10 {
    text-align: center;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .div-block-13.phone {
    flex-flow: column;
  }

  .flex-block-11 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-14.phone {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-14.phone.desktop {
    margin-bottom: 0;
  }

  .div-block-16.phone-footer {
    margin-top: -35px;
    margin-bottom: 60px;
  }

  .link-block-6 {
    margin-bottom: 40px;
  }

  .faq-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .faq-f66, .div-block-19 {
    width: 100%;
  }

  .div-block-20, .div-block-21, .div-block-23 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .video-3, .video-4, .video-5 {
    width: 90%;
  }

  .link-block-7 {
    display: flex;
  }

  .div-block-25 {
    align-self: center;
  }
}

#w-node-_2928d6ed-b604-d2c0-b62e-bcb084c43c56-cc8f05ec, #w-node-_40602d29-59fe-293b-61a5-f20d633b0f08-cc8f05ec {
  justify-self: center;
}

#w-node-c1ceec74-ef8d-24de-fdf0-733f6339c9b8-cc8f05ec {
  place-self: auto center;
}

#w-node-_6c1818a0-a226-864f-857e-a1b6b174301d-cc8f05ec {
  justify-self: center;
}

#w-node-_2928d6ed-b604-d2c0-b62e-bcb084c43c5b-cc8f05ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_268bbb71-75da-38a2-c3d3-34c498cf64eb-cc8f05ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8d8d8815-fcc1-a391-1582-88d64a6c2c3b-cc8f05ec, #w-node-_2cb500a8-fc3d-5ca8-e854-0bc016fdb49b-cc8f05ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_287d2e6a-d4aa-af26-2472-bf3850b20be3-cc8f05ec, #w-node-_95be0070-7f34-1555-a033-37c1379a05f9-cc8f05ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f7468f6-c665-19d7-6af4-8c479fc20c3b-cc8f05ec, #w-node-e8312637-2f35-9896-7c90-832567966aed-cc8f05ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2e87336d-282b-66fd-fc95-d55ed92d6a3d-cc8f05ec, #w-node-_2e87336d-282b-66fd-fc95-d55ed92d6a3e-cc8f05ec, #w-node-_2e87336d-282b-66fd-fc95-d55ed92d6a3f-cc8f05ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e87336d-282b-66fd-fc95-d55ed92d6a44-cc8f05ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}


