:root {
  --color-5: #204888;
  --color: white;
  --color-6: black;
  --color-3: #070d1a;
  --color-7: #3467b6;
  --color-4: #08224d;
  --color-2: #333;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--color-5);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  min-height: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.navbar {
  background-color: var(--color);
  padding-left: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, .2);
}

.brand {
  max-width: 250px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.brand.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link {
  color: var(--color-5);
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
}

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

.nav-link.phone {
  color: #204888;
  background-image: url('../images/icons8-phone.svg');
  background-position: 7px;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 45px;
  font-weight: 700;
}

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

.nav-menu {
  padding-top: .5%;
}

.hero {
  height: 92vh;
  background-image: url('../images/download.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  margin-top: 6vh;
  padding: 5% 5% 5% 3%;
  display: flex;
  position: relative;
}

.hero-wrapper {
  z-index: 10;
  width: 48%;
  position: relative;
}

.hero-large-text {
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-buttons {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.hero-button {
  width: 49%;
  background-color: var(--color-7);
  color: var(--color);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

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

.hero-button.marg {
  background-color: var(--color-7);
  margin-right: 10px;
}

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

.hero-button.light-blue {
  background-color: var(--color-5);
}

.hero-button.light-blue:hover {
  background-color: var(--color-4);
}

.top-span {
  font-size: 1.2em;
  font-weight: 700;
}

.image {
  width: 35px;
  margin-bottom: 10px;
}

.iol-choice-section {
  min-height: 50vh;
  background-image: linear-gradient(125deg, var(--color-4), var(--color-7));
  justify-content: space-between;
  align-items: stretch;
  padding: 5%;
  display: flex;
  position: relative;
}

.choosing-iol-div {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.large-white-text {
  color: var(--color);
  margin-bottom: 20px;
  font-size: 1em;
}

.button {
  background-color: var(--color-6);
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 1em;
}

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

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

.button.white:hover {
  background-color: var(--color-5);
  color: var(--color);
}

.button.white.marg {
  margin-right: 10px;
}

.button.light-blue {
  background-color: var(--color-5);
  color: var(--color);
}

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

.important-rle-section {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 5%;
}

.when-rle-wrapper {
  width: 90%;
  max-width: 1400px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-center {
  color: #3467b6;
  text-align: center;
}

.h2-white-center, .p-white-center {
  color: var(--color);
  text-align: center;
}

.questions-boxes {
  width: 100%;
  max-height: 500px;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.question-div {
  width: 32%;
  flex-direction: column;
  display: flex;
}

.question-text-div {
  background-color: var(--color);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: flex;
}

.small-center {
  color: var(--color-5);
  text-align: center;
  margin-bottom: 0;
}

.center-larger {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.question-photo-div {
  width: auto;
  object-fit: cover;
  overflow: hidden;
}

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

.body-buttons {
  width: 75%;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.text-div-45 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 50px 30px;
  display: flex;
}

.team-photo-div {
  width: 50%;
  object-fit: cover;
  overflow: hidden;
}

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

.not-matter-section {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.blue {
  color: var(--color-5);
}

.steps-holder {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.step-div {
  width: 32%;
  color: var(--color);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.number-circle {
  width: 75px;
  height: 75px;
  background-color: var(--color);
  color: var(--color-3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.h4-center-white {
  color: var(--color);
  text-align: center;
  font-size: 1.5em;
}

.basic-body-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.age-section {
  background-color: rgba(1, 34, 46, .1);
  justify-content: space-between;
  padding-top: 5%;
  padding-bottom: 5%;
  display: block;
}

.age-wrapper-div {
  width: 90%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.age-left-div {
  width: 40%;
}

.age-options {
  width: 55%;
  justify-content: space-between;
  display: flex;
}

.age-div {
  width: 33.3%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.age-holder {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.age-holder.center {
  border-left: 1px solid rgba(1, 34, 46, .2);
  border-right: 1px solid rgba(1, 34, 46, .2);
  padding-top: 20px;
  padding-bottom: 20px;
}

.age-large {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

.testimonial-section {
  min-height: 50vh;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/mountains.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

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

.testimonial-blocks {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.testimonial-holder {
  width: 32%;
  background-color: var(--color);
  padding: 20px 20px 0;
}

.image-6 {
  margin-bottom: 15px;
}

.about-dr-dell-section {
  background-image: linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .86)), url('../images/webclip.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.dell-wrapper-div {
  width: 90%;
  max-height: 600px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dell-photo-div {
  width: 30%;
  object-fit: cover;
  overflow: hidden;
}

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

.dell-bio-text-div {
  width: 65%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.schedule {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 4%;
}

.schedule-wrapper {
  width: 90%;
  justify-content: space-between;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.schedule-text-div {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.field-label {
  color: var(--color);
}

.text-block {
  color: var(--color);
  margin-left: 5%;
  margin-right: 5%;
}

.mobile-button-holder {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.mobile-button {
  width: 49%;
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.mobile-button:hover {
  background-color: var(--color-5);
}

.mobile-hero-img {
  display: none;
}

.fancy-list-div {
  color: var(--color);
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
}

.image-9 {
  width: 40px;
  margin-right: 15px;
}

.curious-about-section {
  min-height: 55vh;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .59), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/woman-using-cellphone.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  align-items: center;
  padding: 5%;
  display: flex;
}

.curious-wrapper-div {
  width: 45%;
}

.p-white {
  color: var(--color);
}

.hero-gradient-div {
  background-image: linear-gradient(to right, var(--color-6), rgba(0, 11, 16, .66) 38%, rgba(1, 34, 46, 0) 74%, rgba(1, 34, 46, 0));
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  margin-bottom: 10px;
}

.awards-list {
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.award-list-48 {
  width: 48%;
  flex-direction: column;
  display: flex;
}

.award-item {
  align-items: flex-start;
  margin-bottom: 15px;
  line-height: 1.2em;
  display: flex;
}

.image-13 {
  width: 35px;
  margin-right: 10px;
}

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

  h3 {
    margin-bottom: 0;
    font-size: 1.2em;
  }

  .brand {
    max-width: 175px;
  }

  .brand.w--current {
    max-width: 200px;
  }

  .nav-menu {
    background-color: var(--color);
  }

  .hero {
    height: 800px;
    background-image: url('../images/download.jpg');
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
    padding: 0%;
  }

  .hero-wrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, .65);
    padding: 15px;
  }

  .hero-large-text {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .hero-buttons {
    margin-top: 0;
  }

  .iol-choice-section {
    flex-direction: column;
  }

  .choosing-iol-div {
    width: 100%;
  }

  .large-white-text {
    font-size: 1em;
  }

  .questions-boxes {
    max-height: 300px;
    margin-top: 0;
    margin-bottom: 2%;
  }

  .body-buttons {
    width: 100%;
  }

  .experience-section {
    flex-direction: column;
  }

  .text-div-45 {
    width: 100%;
    padding: 5% 5% 3%;
  }

  .team-photo-div {
    width: 100%;
    max-height: 400px;
  }

  .no-matter-wrapper {
    width: 95%;
  }

  .number-circle {
    width: 50px;
    height: 50px;
    font-size: 2em;
  }

  .h4-center-white {
    font-size: 1.2em;
  }

  .age-wrapper-div {
    flex-direction: column;
  }

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

  .age-options {
    width: 100%;
  }

  .testimonial-section {
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/aerial-skyline.jpg');
    background-attachment: scroll, scroll;
    padding-bottom: 3%;
  }

  .testimonial-blocks {
    flex-direction: column;
    margin-top: 0;
  }

  .testimonial-holder {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-dr-dell-section {
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/webclip.png');
    background-position: 0 0, 100% 0;
  }

  .dell-wrapper-div {
    max-height: none;
    flex-direction: column;
  }

  .dell-photo-div {
    width: 40%;
    max-height: 300px;
  }

  .dell-bio-text-div {
    width: 100%;
    margin-top: 20px;
  }

  .schedule-wrapper {
    margin-bottom: 50px;
  }

  .schedule-text-div {
    width: 100%;
  }

  .icon {
    color: var(--color-7);
  }

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

  .fancy-list-div {
    font-size: 1.2em;
  }

  .curious-about-section {
    min-height: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .59), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/woman-using-cellphone.jpg');
    background-attachment: scroll, scroll, scroll;
  }

  .hero-gradient-div {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    display: none;
  }
}

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

  h3 {
    font-size: 1em;
  }

  .navbar {
    padding-left: 5px;
  }

  .brand {
    max-width: 150px;
    padding-left: 0;
  }

  .hero {
    height: 500px;
  }

  .hero-wrapper {
    background-color: rgba(0, 0, 0, .65);
    padding-bottom: 0;
  }

  .hero-large-text {
    font-size: 1.8em;
  }

  .hero-buttons {
    display: none;
  }

  .image {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .iol-choice-section {
    flex-direction: column;
  }

  .choosing-iol-div {
    width: 100%;
  }

  .button {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9em;
    line-height: 1.2em;
  }

  .small-center {
    font-size: .9em;
  }

  .center-larger {
    font-size: 1em;
  }

  .question-photo-div {
    max-height: 150px;
  }

  .body-buttons {
    display: none;
  }

  .steps-holder {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .age-options {
    flex-direction: column;
  }

  .age-div {
    width: 100%;
  }

  .age-holder.center {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: rgba(1, 34, 46, .2);
    border-bottom-width: 1px;
    border-bottom-color: rgba(1, 34, 46, .2);
  }

  .image-6 {
    max-width: 25px;
    margin-bottom: 10px;
  }

  .about-dr-dell-section {
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .dell-photo-div {
    max-height: 200px;
  }

  .schedule {
    padding-bottom: 150px;
  }

  .schedule-wrapper {
    margin-bottom: 20px;
  }

  .menu-button {
    padding: 10px;
  }

  .mobile-button-holder {
    z-index: 1000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-button {
    width: 100%;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 25%;
    padding-right: 0%;
  }

  .mobile-button.top {
    background-color: var(--color-5);
  }

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

  .fancy-list-div {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .image-9 {
    width: 30px;
  }

  .curious-wrapper-div {
    width: 50%;
  }
}

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

  .navbar {
    height: 5vh;
  }

  .brand {
    max-width: 125px;
  }

  .brand.w--current {
    max-width: 150px;
  }

  .hero {
    height: auto;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    margin-top: 0%;
    padding-top: 5vh;
  }

  .hero-wrapper {
    background-color: var(--color-3);
  }

  .hero-large-text {
    font-size: 1.5em;
    line-height: 1.1em;
  }

  .choosing-iol-div {
    width: 100%;
  }

  .large-white-text {
    font-size: 1em;
  }

  .button.white.marg {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .questions-boxes {
    max-height: none;
    flex-direction: column;
  }

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

  .center-larger {
    font-size: 1.2em;
  }

  .question-photo-div {
    max-height: 300px;
  }

  .basic-body-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .dell-photo-div {
    width: 100%;
    max-height: 300px;
  }

  .schedule {
    padding-bottom: 175px;
  }

  .mobile-button, .mobile-button.top {
    padding-left: 5%;
  }

  .mobile-hero-img {
    display: block;
  }

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

  .curious-wrapper-div {
    width: 100%;
  }

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

  .awards-list {
    flex-direction: column;
  }

  .award-list-48 {
    width: 100%;
  }
}


