:root {
  --color-3: #376e7d;
  --color: white;
  --color-4: #252f40;
  --color-5: #7ac7db;
  --color-2: #1a1a1a;
  --color-6: #a05c1f;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  z-index: 50;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--color-3);
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

p {
  z-index: 50;
  margin-bottom: 20px;
  position: relative;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  line-height: 1.3em;
}

li {
  margin-bottom: 10px;
}

.hero {
  background-image: linear-gradient(228deg, #0000, #0006), url('../images/download.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  height: 91vh;
  margin-top: 75px;
  padding: 25px 25px 25px 5%;
  display: flex;
  position: relative;
}

.hero-txt-div {
  z-index: 20;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 55%;
  padding: 0;
  display: flex;
  position: relative;
}

.hero-title-div {
  color: var(--color);
  width: auto;
}

.hero-lg-line {
  color: var(--color);
  margin-bottom: 15px;
  font-size: 4em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.hero-list-div {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  display: flex;
}

.button {
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-weight: 400;
  line-height: 1em;
}

.button:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color);
}

.button.outline {
  color: var(--color);
  background-color: #02aeee00;
  font-weight: 400;
}

.button.outline:hover {
  background-color: var(--color-3);
}

.button.outline.lt {
  border-color: var(--color-5);
}

.button.outline.lt:hover {
  background-color: var(--color-5);
  color: var(--color-2);
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  padding-left: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 55px;
}

.image.white {
  filter: brightness(800%) saturate(0%);
}

.brand {
  margin-top: 10px;
  margin-bottom: 5px;
}

.brand._2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.nav-menu {
  align-items: center;
  height: 75px;
  display: flex;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 1.2em;
}

.nav-link:hover {
  color: var(--color-3);
}

.section {
  margin: 10px 10px 0;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.st {
  background-color: var(--color-4);
  justify-content: flex-end;
  align-items: center;
  min-height: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section.intro {
  padding: 5% 5% 4%;
  position: relative;
}

.section.flex {
  justify-content: space-between;
  width: 90%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 0%;
  display: flex;
}

.section.price {
  background-color: var(--color-3);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin: 0 0 10px;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.section.white {
  background-color: var(--color);
  color: var(--color-2);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  margin-bottom: 10px;
  padding-bottom: 4%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.st-text-div {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-holder {
  z-index: 50;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  display: flex;
  position: relative;
}

.btn-holder.h {
  flex-flow: row;
  justify-content: flex-start;
}

.top-txt {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  inset: 8% 5% auto;
}

.service-block {
  width: 24%;
  min-height: 350px;
  position: relative;
}

.serv-pic {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.im-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.im-cover.zoom {
  width: 120%;
  height: 120%;
}

.im-cover.zoom._2 {
  width: 110%;
  max-width: none;
  height: 120%;
}

.serv-text {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color);
  background-color: #376e7dcc;
  min-height: 125px;
  padding: 20px;
  line-height: 1.2em;
  position: absolute;
  inset: auto 0% 0%;
}

.h3-min {
  min-height: 0;
  font-size: 1.5em;
  line-height: 1.1em;
}

.p-lg {
  font-size: 1.5em;
}

.intro-wrap {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-wrap.right {
  z-index: 5;
  position: relative;
}

.intro-wrap.right.cost {
  width: 85%;
  margin-left: 10%;
}

.text-div-55 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.text-div-55.left-text-cost {
  text-align: left;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 0%;
}

.white-section {
  padding-top: 5%;
  padding-bottom: 0%;
  display: block;
}

.testimonials {
  width: 90%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  justify-content: space-between;
  display: flex;
}

.flex.top-marg {
  margin-top: 50px;
}

.flex.top-marg.full {
  background-color: var(--color-4);
  margin-bottom: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 5% 10%;
  display: flex;
}

.flex.top-marg.wrap._100 {
  width: 100%;
}

.test-div-49 {
  background-color: #2272b10d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24%;
  padding: 20px;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

.quote-icon {
  background-color: var(--color-3);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.evo-icl-section {
  background-image: url('../images/evo-lens.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 0;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 45% 20px 30px;
  display: flex;
  position: relative;
}

.evo-icl-section.grow.min {
  color: var(--color);
  background-image: url('../images/download-2.jpg');
  background-position: 0%;
  min-height: 50vh;
  padding-left: 30px;
  padding-right: 45%;
  overflow: hidden;
}

.title-div {
  width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.smile-2 {
  background-image: url('../images/zeiss-smile.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 65vh;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 20px 52%;
  display: flex;
  position: relative;
}

.smile-2.grow {
  color: var(--color);
  background-position: 100%;
  justify-content: center;
  min-height: 50vh;
  padding-top: 20px;
  padding-left: 45%;
  padding-right: 30px;
  overflow: hidden;
}

.rle {
  background-image: url('../images/rle.jpg');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 65vh;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 20px 55%;
  display: flex;
  position: relative;
}

.rle.grow {
  color: var(--color);
  background-image: url('../images/download-1.jpg');
  background-position: 100% 0;
  padding-left: 50%;
  padding-right: 30px;
  overflow: hidden;
}

.h2-lg {
  font-size: 3em;
}

.line {
  background-color: var(--color-5);
  height: 1px;
  margin-bottom: 50px;
}

._32 {
  background-color: #2272b10d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 32%;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
}

._32.no-bg {
  color: var(--color);
  background-color: #fff0;
  width: 40%;
  padding-left: 0;
}

._18 {
  background-color: var(--color-3);
  color: var(--color);
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 15px 30px;
  display: flex;
  position: relative;
}

._18.btm {
  margin-bottom: 0;
}

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

.wrap.flex {
  z-index: 50;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.wrap.flex.top-marg {
  flex-flow: wrap;
}

.wrap.flex.top-marg.white {
  color: var(--color);
  text-align: center;
  justify-content: center;
  line-height: 1.5em;
}

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

.wrap.center.white {
  color: var(--color);
}

.form-holder {
  color: var(--color);
  width: 60%;
}

.text-field {
  background-color: #ffffffad;
  border: 1px #000;
}

.text-field:focus, .text-field::placeholder {
  color: #0a0a0a;
}

.footer {
  background-image: url('../images/download-7.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5%;
  padding-bottom: 8%;
  position: relative;
}

.info-35 {
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.field-label {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 300;
}

._10 {
  height: 10px;
}

.locations {
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 3%;
  display: flex;
}

.vid-parallax {
  min-height: 0;
  margin: 10px;
  position: relative;
}

.h2-slide.white, .div-slide {
  color: var(--color);
}

.button-no-ani {
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-weight: 400;
  line-height: 1em;
}

.button-no-ani:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color);
}

.button-no-ani.outline {
  border-color: var(--color-5);
  color: var(--color);
  background-color: #02aeee00;
}

.button-no-ani.outline:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
}

.button-no-ani.phon {
  color: var(--color);
  margin-bottom: 0;
  font-weight: 400;
}

.list-fancy {
  align-items: center;
  margin-bottom: 5px;
  padding-left: 25px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
}

.check {
  filter: brightness(130%) hue-rotate(9deg);
  width: 20px;
  margin-right: 10px;
}

.h3-sub {
  z-index: 50;
  margin-top: -10px;
  margin-bottom: 15px;
  position: relative;
}

.mobile-btn-div {
  display: none;
}

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

.image-2 {
  max-width: 200px;
  margin-bottom: 15px;
}

.image-3 {
  max-width: 300px;
  position: absolute;
  inset: 20px auto auto 20px;
}

.evo-content-div {
  z-index: 100;
  position: relative;
}

.bg-gradient {
  z-index: 1;
  background-image: linear-gradient(211deg, #0000 4% 57%, #000000a1 76%, #000);
  position: absolute;
  inset: 0%;
}

.gradient-overlay-div {
  background-image: linear-gradient(to bottom, #00000047, #00000047), linear-gradient(41deg, var(--color-6), var(--color-3));
  opacity: .84;
  text-overflow: clip;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  width: 55%;
  display: flex;
}

.h3-no, .list-item {
  margin-bottom: 0;
}

.list {
  list-style-type: none;
}

.doc-div {
  background-color: #2272b10d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 24%;
  margin-bottom: 4%;
  padding: 0;
  display: flex;
  position: relative;
}

.img-div {
  object-fit: cover;
  overflow: hidden;
}

.img-div._100 {
  width: 100%;
  margin-bottom: 20px;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.doc-txt {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.loc {
  margin-bottom: 3%;
  margin-left: 3%;
  margin-right: 3%;
}

.cost-calc {
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.image-5 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    justify-content: flex-end;
    height: 700px;
    padding: 0 0 5%;
  }

  .hero-txt-div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    background-color: var(--color);
    height: auto;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .section.flex {
    flex-flow: wrap;
    justify-content: center;
  }

  .section.white {
    padding-left: 5%;
    padding-right: 5%;
  }

  .btn-holder {
    justify-content: flex-start;
  }

  .btn-holder.h {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-block {
    width: 48%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .intro-wrap {
    flex-flow: column;
  }

  .intro-wrap.right {
    align-items: flex-end;
  }

  .intro-wrap.right.cost {
    margin-left: auto;
  }

  .text-div-55, .text-div-55.left-text-cost {
    width: 100%;
  }

  .flex.top-marg {
    flex-flow: wrap;
  }

  .flex.top-marg.full {
    flex-flow: column;
  }

  .test-div-49 {
    width: 48%;
    margin-bottom: 20px;
  }

  .evo-icl-section.grow.min {
    background-position: 50% 100%;
  }

  .smile-2.grow {
    background-position: 0%;
  }

  .rle.grow {
    background-position: 30%;
  }

  .h2-lg {
    font-size: 2.5em;
  }

  ._32.no-bg {
    width: 100%;
    padding: 0;
  }

  ._18 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .list-fancy {
    align-items: flex-start;
    line-height: 1.2em;
  }

  .mb.w--open {
    background-color: var(--color-4);
  }

  .background-video {
    height: 45vh;
  }

  .bg-gradient {
    background-image: linear-gradient(211deg, #0000 4% 12%, #000000a1 53%, #000);
  }

  .div-block {
    width: 100%;
  }

  .doc-div {
    width: 48%;
  }

  .cost-calc {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 425px;
  }

  .hero-lg-line {
    font-size: 2em;
  }

  .hero-list-div {
    display: none;
  }

  .image {
    height: 50px;
  }

  .brand._2 {
    padding-left: 0;
  }

  .flex.top-marg {
    flex-flow: column;
  }

  .test-div-49 {
    width: 100%;
    margin-bottom: 20px;
  }

  .evo-icl-section.grow.min {
    background-color: #000;
    background-size: contain;
    padding-bottom: 250px;
    padding-right: 30px;
  }

  .smile-2.grow {
    background-color: var(--color-2);
    background-position: 50% 100%;
    background-size: contain;
    justify-content: flex-start;
    padding: 20px 20px 325px;
  }

  .rle.grow {
    background-color: var(--color-2);
    background-position: 50% 100%;
    background-size: contain;
    justify-content: flex-start;
    padding: 20px 20px 250px;
  }

  .h2-lg {
    font-size: 2em;
  }

  .footer {
    padding-bottom: 100px;
  }

  .locations {
    flex-flow: column;
    padding-bottom: 100px;
  }

  .list-fancy {
    align-items: center;
    padding-left: 0;
    font-size: 1em;
  }

  .mobile-btn-div {
    z-index: 1000;
    flex-flow: column;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .link-block {
    color: #fff;
    text-align: center;
    background-color: #1a1a1a;
    padding: 15px;
    line-height: 1em;
    text-decoration: none;
  }

  .link-block:hover, .link-block.blue {
    background-color: var(--color-3);
  }

  .link-block.blue:hover {
    background-color: #1a1a1a;
  }

  .bg-gradient {
    background-image: linear-gradient(318deg, #0000 4% 12%, #000000a1 53%, #000);
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  .hero {
    background-position: 0 0, 65%;
    background-size: auto, auto 150%;
    height: 550px;
    margin-top: 50px;
  }

  .hero-txt-div {
    padding: 10px;
  }

  .hero-lg-line {
    font-size: 2em;
  }

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

  .image {
    height: 30px;
  }

  .brand {
    padding-left: 0;
  }

  .section.st {
    margin: 0;
  }

  .service-block {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .flex.top-marg {
    margin-top: 0;
  }

  .flex.top-marg.full {
    padding-left: 5%;
    padding-right: 5%;
  }

  .evo-icl-section.grow.min {
    background-position: 87% 100%;
    padding: 20px 20px 150px;
  }

  .smile-2.grow {
    padding: 20px 20px 175px;
  }

  .rle.grow {
    padding: 20px 20px 150px;
  }

  ._18.btm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap.flex {
    flex-flow: column;
  }

  .form-holder {
    width: 100%;
  }

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

  .info-35 {
    width: 100%;
  }

  .h2-slide {
    font-size: 1.8em;
  }

  .list-fancy {
    align-items: flex-start;
    padding-left: 0;
  }

  .h3-sub {
    font-size: 1em;
  }

  .mb {
    padding: 10px;
  }

  .background-video {
    height: 30vh;
  }

  .heading {
    font-size: 1.8em;
  }

  .image-2 {
    max-width: 150px;
  }

  .image-3 {
    max-width: 250px;
  }

  .list {
    font-size: .9em;
  }
}


