:root {
    --text-black: #363f45;
    --main-blue: #45a2da;
    --background-blue: #e9f5f9;
    --black: black;
    --main-yellow: #f9d147;
    --color: white;
    --main-teal: #54bed1;
    --color-5: #dfeffd;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

h1.heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1em;
}

.button {
    text-align: center;
    text-transform: uppercase;
    background-color: #54bed1;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 20px 35px 18px;
    font-weight: 500;
    line-height: 1em;
}

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

.button.min {
    min-width: 350px;
    margin-left: 5px;
    margin-right: 5px;
}

.button.sm {
    padding: 12px 25px;
    font-size: .9em;
}

.button.sm.yellow {
    background-color: var(--background-blue);
    color: var(--black);
}

.button.sm.yellow:hover {
    background-color: var(--main-yellow);
}

.footer-wrapper-3 {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: .8em;
    display: flex;
}

.policies {
    text-align: center;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: .8em;
    display: flex;
}

.image-7 {
    height: 100px;
}

.dd-list-columns.w--open {
    background-color: var(--color);
    width: auto;
    padding: 20px;
    display: flex;
    inset: 85% auto auto -100%;
    box-shadow: 0 2px 12px #0003;
}

.dd-list-columns.no-pad.w--open {
    padding: 0;
    left: auto;
}

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

.dropdown-link {
    font-size: .9em;
    line-height: 1.2em;
}

.dropdown-link:hover {
    color: var(--main-teal);
    text-decoration: underline;
}

.image-8 {
    width: 20px;
    margin-right: 10px;
}

.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: 260px;
    display: flex;
}

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

.search {
    margin-bottom: 0;
    display: flex;
}

.search-input {
    margin-bottom: 0;
}

.search-button {
    background-color: var(--main-teal);
    font-size: .8em;
    line-height: 1em;
}

.search-button:hover {
    background-color: var(--main-blue);
}

.what-is-lasik-text-div {
    background-color: var(--background-blue);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 65%;
    padding-left: 10%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
}

.what-is-lasik-text-div.left {
    padding-left: 5%;
    padding-right: 10%;
    inset: 0% auto 0% 0%;
}

.what-is-lasik-photo-div {
    object-fit: cover;
    width: 40%;
    position: absolute;
    inset: 10% auto 10% 0%;
    overflow: hidden;
}

.what-is-lasik-photo-div.right {
    z-index: 5;
    inset: 10% 0% 10% auto;
}

.what-is-lasik-photo-div.right.show {
    background-color: var(--background-blue);
    flex-flow: column;
    justify-content: space-between;
    display: flex;
    top: 50px;
    bottom: 50px;
    overflow: visible;
    box-shadow: -3px 6px 9px #0000001a;
}

.what-is-lasik-photo-div.right.contain {
    background-color: var(--color);
    object-fit: contain;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 50px;
    bottom: 50px;
    overflow: visible;
    box-shadow: -3px 6px 9px #0000001a;
}

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

.image-9.contain {
    object-fit: contain;
    width: 90%;
    height: auto;
}

.list-item-jm {
    align-items: center;
    margin-bottom: 20px;
    line-height: 1.2em;
    display: flex;
}

.list-item-jm.top {
    align-items: flex-start;
}

.bullet {
    background-color: var(--main-yellow);
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    margin-right: 15px;
}

.bullet.top {
    margin-top: 5px;
}

.lasik-benefits-wrapper, .faq-wrapper-div {
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

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

.news-wrapper._90 {
    width: 80%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}

.category-text {
    margin-bottom: 15px;
}

.what-is-lasik-yellow {
    background-color: var(--main-yellow);
    width: 20px;
    position: absolute;
    inset: 0% auto 0% 0%;
}

.what-is-lasik-yellow.right {
    inset: 0% 0% 0% auto;
}

.what-is-lasik-yellow.btm {
    width: 100%;
    height: 20px;
    inset: auto 0% 0%;
}

.jm-hero {
    background-color: var(--color);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 80vh;
    min-height: 900px;
    margin-top: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 0%;
    display: flex;
    position: relative;
}

.hero-content-jm {
    z-index: 5;
    color: var(--color);
    max-width: 45%;
    position: relative;
}

.hero-content-jm.main {
    max-width: 45%;
    margin-bottom: 50px;
    margin-left: 5%;
}

.lg-ip-title {
    margin-bottom: 25px;
    font-size: 3em;
    font-weight: 500;
    line-height: 1.2em;
}

.lg-ip-title.ip {
    margin-bottom: 20px;
    font-size: 3em;
}

.list-49 {
    width: 49%;
}

.lists {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}

.center-wrap {
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-bottom: 25px;
    display: flex;
}

.h4-less {
    margin-top: 0;
    margin-bottom: 10px;
}

.lens-title {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 500;
}

.lens-row {
    justify-content: space-between;
    width: 100%;
    min-height: 300px;
    margin: 7% auto 5%;
    display: flex;
}

.note-block {
    background-color: #45a2da29;
    width: 90%;
    margin: 50px auto 0%;
    padding: 25px;
}

.section-5-column {
    text-align: left;
    width: 48%;
    max-width: none;
    padding-top: 10px;
}

.section-5-column.quote-100 {
    background-color: var(--background-blue);
    background-image: linear-gradient(#e9f5f9d6, #e9f5f9d6), url('../images/icons8-quote.svg');
    background-position: 0 0, 104% 30px;
    background-repeat: repeat, no-repeat;
    background-size: auto, 300px;
    width: 90%;
    max-width: none;
    min-height: 0;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    font-size: 1.5em;
    line-height: 1.5em;
}

.section-5-column.vert {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.section-5-top-wrap {
    justify-content: space-between;
    width: 90%;
    max-width: 1600px;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.section-7 {
    padding-top: 5%;
    padding-bottom: 5%;
}

._7-top-wrap {
    text-align: center;
    width: 55%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.timeline_dot {
    z-index: 1;
    border: 4px solid var(--main-blue);
    background-color: var(--main-yellow);
    border-radius: 0;
    width: 24px;
    height: 24px;
    position: relative;
}

.timeline_progress {
    z-index: 1;
    background-color: var(--main-teal);
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 3px;
    height: 5%;
    display: flex;
    position: absolute;
    inset: 0% 0% auto 50%;
    transform: translate(-50%);
}

.container {
    width: 100%;
    max-width: 90em;
    margin-left: auto;
    margin-right: auto;
}

.timeline_track {
    background-color: var(--background-blue);
    flex-direction: column;
    align-items: center;
    width: 2px;
    height: 100%;
}

.is-h4 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em;
}

.timeline_grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 0em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr .25fr 1fr;
    width: 100%;
}

.timeline_progress-overlay-bottom {
    background-image: linear-gradient(180deg, #0a227d00, var(--background-blue));
    width: 6px;
    height: 4em;
    position: absolute;
    inset: auto 0% 0 47%;
}

.timeline_grid-wrap {
    position: relative;
}

.timeline_inner {
    grid-row-gap: 6em;
    flex-direction: column;
    display: flex;
}

.timeline_progress-overlay-top {
    z-index: 0;
    background-image: linear-gradient(180deg, var(--background-blue), #0a227d00);
    width: 6px;
    height: 2em;
    position: absolute;
    inset: 0% 0% auto -2px;
}

.timeline_track-wrap {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
}

.page-padding-m {
    padding: 50px 14.72%;
}

.timeline_item {
    grid-row-gap: 1em;
    background-color: #94bac7;
    border-radius: .5em;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.9em;
    margin-bottom: 1.9em;
    padding: 2em;
    display: flex;
    box-shadow: 6px 6px #ea4537;
}

.timeline_item.is-1 {
    background-color: var(--background-blue);
    box-shadow: 6px 6px 0 0 var(--main-yellow);
    border-radius: 0;
    padding: 25px;
    text-decoration: none;
}

.timeline_item.is-1:hover {
    background-color: var(--main-teal);
}

.timeline_item.is-3 {
    background-color: var(--background-blue);
    box-shadow: 6px 6px 0 0 var(--main-yellow);
    border-radius: 0;
    padding: 25px;
    text-decoration: none;
}

.timeline_item.is-3:hover {
    background-color: var(--main-teal);
}

.timeline_item.is-2 {
    background-color: var(--background-blue);
    box-shadow: 6px 6px 0 0 var(--main-yellow);
    border-radius: 0;
    padding: 25px;
    text-decoration: none;
}

.timeline_item.is-2:hover {
    background-color: var(--main-teal);
}

.timeline_item.is-1, .timeline_item.is-2, .timeline_item.is-3 {
    background-color: #e9f5f9;
    border-radius: 0;
    padding: 25px;
    box-shadow: 6px 6px #f9d147;
}

.cta-wrap {
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.cta-wrap.hide {
    display: none;
}

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

.btn-div {
    justify-content: center;
    margin-top: 30px;
    display: flex;
}

.btn-div.left {
    justify-content: flex-start;
}

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

.padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
}

.margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.section_faq2 {
    width: 100%;
    margin-top: 0;
}

.max-width-large {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
}

.container-large {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.faq2_component {
    border-bottom: 1px solid #0000;
    margin-bottom: 30px;
}

.padding-global {
    padding-left: 0%;
    padding-right: 0%;
}

.faq2_accordion {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.faq2_answer {
    overflow: hidden;
}

.default-hero-img-div {
    z-index: auto;
    /*background-image: linear-gradient(222deg, #0000, #0000 32%, #000000d1), url('../images/couple-jogging.jpg');*/
    background-image: linear-gradient(270deg, #0000, #0000 0%, #000000d1), url('../images/couple-jogging.jpg');
    background-position: 0 0, 35% 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    min-height: 700px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
}

.h1-holder {
    align-items: center;
    margin-bottom: 5%;
    display: flex;
}

.yellow-sq-hero {
    background-color: var(--main-yellow);
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

h1.heading {
    font-size: 1em;
}

.list-btm {
    margin-bottom: 20px;
}

.path-2 {
    justify-content: center;
    display: none;
}

.path-3-section-1 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.path-3 {
    display: none;
}

.path-2-section-1-copy {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.insurance-text-div-copy {
    padding: 15px;
}

.insurance-text-div-copy.h-60 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 45%;
    display: flex;
}

.new-blog-div {
    background-color: #fff0;
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
    display: flex;
}

.blog-links-48 {
    flex-flow: column;
    justify-content: space-between;
    width: 48%;
    display: flex;
}

.blog-img-div {
    object-fit: cover;
    min-height: 0;
    max-height: 55%;
    margin-bottom: 0;
    overflow: hidden;
}

.location-little-square-2 {
    background-color: #45a2da;
    width: 40px;
    height: 40px;
    position: absolute;
    inset: 0% auto auto 0%;
}

.location-little-square-2.btm-right {
    inset: auto 0% 0% auto;
}

.location-yellow-line-2 {
    background-color: #f9d147;
    width: 20px;
    position: absolute;
    inset: 0% 0% 0% auto;
}

.location-yellow-line-2.left {
    inset: 0% auto 0% 0%;
}

.image-11 {
    object-fit: contain;
    max-width: none;
    max-height: 100%;
}

.image-11.contain {
    max-width: 100%;
}

.path-1-hero {
    background-color: var(--color);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 70vh;
    min-height: 700px;
    margin-top: 75px;
    padding-top: 8%;
    padding-bottom: 5%;
    padding-left: 5%;
    display: flex;
    position: relative;
}

.top-right-blue {
    background-color: var(--main-blue);
    width: 30px;
    height: 30px;
    position: absolute;
    inset: 0% auto auto 0%;
}

.top-right-blue.top {
    inset: 0% 0% auto auto;
}

.path-1-section-2 {
    background-color: var(--color);
    min-height: 60vh;
    margin-top: 0%;
    margin-bottom: 5%;
    position: relative;
}

.path-1-section-2.top-marg {
    margin-top: 5%;
}

.path-1-section-2.top-marg.min-80 {
    min-height: 70vh;
    margin-top: 0%;
    margin-bottom: 0%;
}

.path-1-section-5 {
    min-height: 65vh;
    margin-top: 5%;
    margin-bottom: 0%;
    position: relative;
}

.path-1-section-5.btm-marg {
    margin-bottom: 5%;
    padding-bottom: 0;
}

.path-1-section-4-new {
    background-color: var(--background-blue);
    flex-direction: column;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 8%;
    display: flex;
}

.path-1-section-4-new.why {
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 5%;
}

.path-1-section-4-new.top-marg {
    margin-top: 5%;
}

.path-1-section-4-new.top-marg.less {
    padding-bottom: 5%;
}

.static-progress-bar {
    z-index: 5000;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
}

.progress-link {
    color: #fff;
    text-align: center;
    background-color: #54bed1;
    border: 1px #000;
    justify-content: center;
    align-items: center;
    width: 12.5%;
    padding: 10px;
    font-size: .8em;
    line-height: 1.2em;
    text-decoration: none;
    display: flex;
}

.progress-link.w--current {
    border-top-color: var(--main-yellow);
    background-color: var(--main-yellow);
    font-weight: 300;
}

.progress-link._16 {
    width: 16.7%;
}

.path-1-end-section {
    padding-top: 0%;
    padding-bottom: 5%;
}

.path-1-end-section.top-marg {
    margin-top: 5%;
}

.spacer {
    height: 50px;
}

.spacer._3 {
    height: 30px;
}

.path-1-h {
    z-index: auto;
    background-image: linear-gradient(222deg, #0000, #0000 32%, #000000d1), url('../images/hero-2.jpg');
    background-position: 0 0, 0 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
}

.path-1-next-steps {
    background-image: url('../images/woman-doing-research.jpg');
    background-position: 0%;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 60vh;
    padding: 5% 55% 5% 5%;
    display: flex;
}

.next-steps-div {
    background-color: var(--background-blue);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding: 5% 10% 5% 5%;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
}

.bucket-holder-hero {
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.path-bucket {
    border-bottom: 10px solid var(--main-yellow);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--background-blue);
    background-color: #54bed1e6;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 32%;
    padding: 25px;
    display: flex;
}

.text-block {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.5em;
}

.cataract-badge {
    z-index: 8000;
    transition: all .2s ease-in-out;
    position: fixed;
    inset: auto 15px 100px auto;
}

.cataract-badge:hover {
    transform: scale(1.1);
}

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

.h2-center-3 {
    color: #363f45;
    text-align: center;
}

.h2-center-3.extra-marg {
    margin-bottom: 50px;
}

.cat-faq {
    padding-top: 5%;
    padding-bottom: 5%;
}

.cat-faq.no-pad {
    padding-bottom: 0%;
}

._7-top-wrap-2 {
    text-align: center;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}

.section-15 {
    background-color: #e9f5f9;
    margin-bottom: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.section-15.no-btm {
    margin-bottom: 0%;
}

.button-2 {
    text-align: center;
    text-transform: uppercase;
    background-color: #54bed1;
    border-radius: 50px;
    padding: 20px 35px 18px;
    font-weight: 500;
    line-height: 1em;
}

.button-2:hover {
    background-color: #45a2da;
}

.button-2.sm {
    padding: 12px 25px;
    font-size: .8em;
}

.link-2 {
    color: #54bed1;
    font-weight: 500;
}

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

.tabs-content {
    width: 100%;
    height: auto;
}

.tab-pane {
    float: right;
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.faq2_question-2 {
    color: #363f45;
    cursor: pointer;
    background-color: #e9f5f9;
    border-top: 1px #0000;
    border-bottom: 1px #363f45;
    border-left: 5px #f9d147;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1em;
    display: flex;
}

.faq2_icon-2 {
    color: #00222e;
    background-color: #f9d147;
    align-self: flex-start;
    width: 2rem;
    margin-left: 1.5rem;
}

.lens-choice-txt-block-2 {
    color: #363f45;
    background-color: #fff;
    flex-flow: column;
    align-items: flex-start;
    padding: 20px 20px 0;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    text-decoration: none;
    display: flex;
    position: relative;
}

.service-link-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    width: 31%;
    text-decoration: none;
    display: flex;
    position: relative;
}

.block-quote-2 {
    border-left-width: 10px;
    border-left-color: #f9d147;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 1.2em;
    line-height: 1.5em;
}

.lens-img-div-2 {
    background-color: #fff;
    border-radius: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: absolute;
    inset: -50px 30px auto auto;
}

.image-16 {
    max-width: none;
    max-height: 80px;
}

.path-2-sect-2 {
    background-color: #e9f5f9;
    padding-top: 5%;
    padding-bottom: 5%;
}

.tabs-content-2 {
    height: auto;
}

.pane {
    height: 65vh;
    min-height: 65vh;
}

.tab-line {
    background-color: #45a2da4d;
    justify-content: center;
    align-items: center;
    max-width: 1170px;
    height: 10px;
    margin-bottom: 10px;
    display: flex;
}

._3-stop-section {
    background-color: #fff0;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0%;
}

.slider-pane {
    background-image: url('../images/single.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.slider-pane.lens {
    background-image: url('../images/multi.jpg');
}

.slider-pane.after {
    background-image: url('../images/edof.jpg');
}

.tab-link {
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    width: 33.34%;
    padding-top: 21px;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    display: block;
}

.tab-link.w--current {
    background-color: #0000;
    width: 33.33%;
    font-weight: 700;
}

.text-block-3 {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    font-family: museo-sans, sans-serif;
}

.tabs-menu-2 {
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.ondot {
    background-color: var(--main-yellow);
    border: 5px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.tabs-2 {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.dot {
    background-color: var(--main-teal);
    border: 5px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.lasik-treat-text-2 {
    background-color: #e9f5f9;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 65%;
    padding-left: 5%;
    padding-right: 10%;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
}

.lasik-treat-yellow-2 {
    background-color: #f9d147;
    width: 20px;
    position: absolute;
    inset: 0% 0% 0% auto;
}

.btm-left-blue-2 {
    background-color: #45a2da;
    width: 30px;
    height: 30px;
    position: absolute;
    inset: auto auto 0% 0%;
}

.quiz-placeholder-2 {
    object-fit: contain;
    background-color: #fff;
    border: 5px #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    padding: 0;
    display: flex;
    position: absolute;
    inset: 10% 0% 10% auto;
    overflow: hidden;
    box-shadow: 0 2px 14px #0000001f;
}

.path-2-sect-3 {
    width: 90%;
    min-height: 55vh;
    margin: 5% auto;
    padding-top: 0%;
    padding-bottom: 0%;
    position: relative;
}

.path-2-next-steps {
    background-image: url('../images/consult.jpg');
    background-position: 0%;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 60vh;
    padding: 5% 50% 5% 5%;
    display: flex;
}

.dd-icon {
    width: 15px;
    margin-left: 5px;
}

.symptom {
    background-color: var(--color);
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
}

.tabs-3 {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.tabs-3._50 {
    flex-flow: row;
    width: 100%;
    margin-right: 0;
}

.tabs-menu-3 {
    flex-direction: column;
    width: 100%;
    display: flex;
}

.tab-links-2 {
    color: #000;
    background-color: #dfeffd;
    border-left: 10px solid #dfeffd;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 16.66%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: museo-sans, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    display: flex;
}

.tab-links-2:hover {
    background-color: #54bed1;
    border-left-color: #54bed1;
}

.tab-links-2.w--current {
    color: #000;
    background-color: #dfeffd;
    border-left-color: #f9d147;
    font-family: museo-sans, sans-serif;
    font-size: 1em;
    font-weight: 700;
}

.wrap {
    background-color: var(--background-blue);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
    display: flex;
}

.path-3-hero {
    background-color: var(--color);
    background-image: linear-gradient(263deg, #0000 1% 36%, #000000b0), url('../images/couple-wide.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 70vh;
    min-height: 700px;
    margin-top: 75px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    display: flex;
    position: relative;
}

.path-3-next {
    background-image: url('../images/happy-woman-at-appointment.jpg');
    background-position: 0%;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 60vh;
    padding: 5% 50% 5% 5%;
    display: flex;
}

.start-txt {
    font-family: museo-sans, sans-serif;
}

.div-block-3 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.path-2-hero {
    background-color: var(--color);
    background-image: linear-gradient(254deg, #0000 1% 31%, #000000b5), url('../images/path-2-hero.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 70vh;
    min-height: 700px;
    margin-top: 75px;
    padding-top: 8%;
    padding-bottom: 5%;
    padding-left: 5%;
    display: flex;
    position: relative;
}

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

.wrap-center.btm-marg {
    margin-bottom: 50px;
}

.start-section {
    padding-top: 5%;
    padding-bottom: 5%;
}

.img-div._48 {
    width: 48%;
}

.why-div {
    background-color: var(--color);
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 48%;
    max-width: none;
    padding: 30px;
    display: flex;
    position: relative;
}

.hub-next {
    background-image: url('../images/woman-eye-exam.jpg');
    background-position: 0%;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 60vh;
    padding: 5% 55% 5% 5%;
    display: flex;
    position: relative;
}

.trust-badges {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
    position: absolute;
    inset: auto 5% 10% auto;
}

.trust-badge {
    background-color: var(--background-blue);
    border-radius: 50px;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-weight: 500;
    line-height: 1em;
    display: flex;
}

.check {
    width: 25px;
    margin-right: 10px;
}

.p-lg {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.4em;
}

.problem-img {
    background-color: var(--color);
    text-align: left;
    object-fit: cover;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 48%;
    max-width: none;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
}

.what-to-expect {
    background-color: var(--background-blue);
    flex-direction: column;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
}

.bridge-section {
    background-color: var(--background-blue);
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 70px;
    position: relative;
}

.not-alone-path-2 {
    background-color: var(--color);
    min-height: 60vh;
    margin-top: 0%;
    margin-bottom: 0%;
    position: relative;
}

.numbered-list {
    list-style-type: decimal;
}

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

    .button {
        padding: 15px 25px 14px;
        font-size: .9em;
    }

    .navbar {
        height: auto;
    }

    .footer-wrapper-2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .footer-wrapper-3 {
        flex-direction: column;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .quick-link-wrapper {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .image-7 {
        height: 75px;
    }

    .brand-3 {
        height: auto;
    }

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

    .top-nav-menu {
        justify-content: space-between;
        padding-left: 10px;
    }

    .dropdown {
        display: block;
    }

    .dropdown-toggle {
        justify-content: space-between;
        padding-right: 15px;
        display: flex;
    }

    .what-is-lasik-text-div {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 5%;
        position: static;
    }

    .what-is-lasik-text-div.left {
        padding-bottom: 20px;
        padding-right: 5%;
        position: relative;
    }

    .what-is-lasik-photo-div {
        width: 100%;
        max-height: 400px;
        position: static;
    }

    .what-is-lasik-photo-div.right.show {
        overflow: hidden;
    }

    .what-is-lasik-photo-div.right.hide-mob, .what-is-lasik-photo-div.hide-mobile {
        display: none;
    }

    .image-9.contain {
        width: auto;
        max-width: 75%;
        height: auto;
    }

    .bullet {
        min-width: 15px;
        min-height: 15px;
    }

    .news-wrapper {
        flex-direction: column;
    }

    .icon {
        color: var(--main-teal);
    }

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

    .jm-hero {
        justify-content: flex-end;
        min-height: 800px;
        padding-bottom: 3%;
    }

    .hero-content-jm {
        max-width: none;
    }

    .hero-content-jm.main {
        max-width: 90%;
        margin-bottom: 0;
    }

    .lg-ip-title {
        margin-bottom: 15px;
        font-size: 2.5em;
    }

    .lg-ip-title.ip {
        font-size: 2em;
    }

    .lens-title {
        font-size: 1.5em;
    }

    .lens-row {
        flex-flow: column;
        min-height: 0;
    }

    .section-5-column {
        width: 100%;
        margin-bottom: 20px;
    }

    .section-5-top-wrap {
        flex-flow: column;
    }

    .page-padding-m {
        padding-left: 4%;
        padding-right: 4%;
    }

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

    .btn-div.left {
        flex-flow: wrap;
    }

    .padding-section-large {
        padding-top: 0;
        padding-bottom: 0;
    }

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .default-hero-img-div {
        background-position: 0 0, 100%;
        justify-content: flex-end;
    }

    .h1-holder {
        margin-bottom: 20px;
    }

    .insurance-text-div-copy {
        padding: 25px;
    }

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

    .blog-links-48 {
        width: 100%;
    }

    .location-little-square-2 {
        width: 30px;
        height: 30px;
    }

    .path-1-hero {
        justify-content: flex-end;
        min-height: 800px;
        padding-right: 5%;
    }

    .path-1-section-2 {
        flex-flow: column;
        min-height: 0;
        display: flex;
    }

    .path-1-section-2.top-marg.min-80 {
        min-height: 0;
    }

    .path-1-section-2.top-marg.no-mob {
        margin-top: 0%;
        margin-bottom: 0%;
    }

    .path-1-section-5, .path-1-section-5.btm-marg {
        min-height: 0;
    }

    .path-1-section-4-new.top-marg.less.no-mob {
        margin-top: 0%;
    }

    .static-progress-bar, .spacer {
        display: none;
    }

    .path-1-h {
        background-position: 0 0, 100% 100%;
        background-size: auto, auto 120%;
        padding-right: 5%;
    }

    .path-1-next-steps {
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: contain;
        justify-content: flex-start;
        padding: 0% 0% 350px;
    }

    .bucket-holder-hero {
        flex-flow: column;
    }

    .path-bucket {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }

    .text-block {
        margin-bottom: 10px;
        font-size: 1em;
    }

    .cataract-badge {
        bottom: 15px;
    }

    .image-13 {
        max-width: 200px;
    }

    .button-2 {
        margin-bottom: 10px;
        margin-right: 10px;
        padding: 15px 25px 14px;
        font-size: .9em;
    }

    .tabs-content {
        width: 100%;
        height: auto;
    }

    .tab-pane {
        height: auto;
    }

    .lens-choice-txt-block-2 {
        padding: 20px 10px 20px 20px;
        font-size: .8em;
        line-height: 1.2em;
    }

    .service-link-2 {
        width: 100%;
        margin-bottom: 60px;
    }

    ._3-stop-section {
        padding: 50px;
    }

    .lasik-treat-text-2 {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 5%;
        position: relative;
    }

    .quiz-placeholder-2 {
        box-shadow: none;
        width: 100%;
        position: static;
    }

    .path-2-sect-3 {
        flex-flow: column;
        display: flex;
    }

    .path-2-next-steps {
        background-position: 50% 100%;
        background-size: contain;
        justify-content: flex-start;
        padding: 0% 0% 350px;
    }

    .tabs-3 {
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .tabs-menu-3 {
        text-align: center;
        width: 100%;
    }

    .tab-links-2 {
        border-left-width: 5px;
    }

    .path-3-hero {
        background-position: 0 0, 100%;
        justify-content: flex-end;
        min-height: 800px;
        padding-right: 5%;
    }

    .path-3-next {
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: contain;
        justify-content: flex-start;
        padding: 0% 0% 350px;
    }

    .div-block-3 {
        padding-top: 0%;
        padding-bottom: 0%;
    }

    .path-2-hero {
        background-position: 0 0, 100% 0;
        justify-content: flex-end;
        min-height: 800px;
        padding-right: 5%;
    }

    .img-div._48, .why-div {
        width: 100%;
    }

    .hub-next {
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: contain;
        justify-content: flex-start;
        padding: 0% 0% 350px;
    }

    .trust-badges {
        flex-flow: row;
        padding: 15px;
        inset: auto 0% 0%;
    }

    .trust-badge {
        text-align: center;
        flex-flow: column;
        align-items: center;
        width: 32.5%;
        padding: 10px;
        font-size: .8em;
    }

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

    .p-lg {
        margin-bottom: 15px;
        font-size: 1em;
    }

    .problem-img {
        width: 100%;
    }

    .bridge-section {
        padding: 30px;
    }
}

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

    .social-link {
        width: 30px;
        height: 30px;
    }

    .brand-2.marg {
        width: 45%;
        max-width: none;
    }

    .footer-wrapper-3 {
        text-align: center;
    }

    .brand-3 {
        margin-left: 10px;
        padding-left: 0;
    }

    .top-nav-menu {
        flex-flow: column;
        align-items: flex-start;
    }

    .what-is-lasik-text-div {
        width: 100%;
        padding: 20px;
        position: relative;
    }

    .what-is-lasik-photo-div {
        max-height: 350px;
    }

    .news-wrapper._90 {
        width: 90%;
    }

    .what-is-lasik-yellow {
        display: none;
    }

    .jm-hero {
        justify-content: flex-end;
        height: auto;
        min-height: 450px;
        margin-top: 40px;
        padding-bottom: 300px;
    }

    .hero-content-jm {
        background-color: var(--background-blue);
        color: var(--black);
        padding: 35px 15px 15px;
    }

    .hero-content-jm.main {
        background-color: var(--background-blue);
        color: var(--black);
        max-width: 100%;
        margin-left: 0%;
        padding: 20px 15px 15px;
    }

    .lg-ip-title {
        margin-bottom: 10px;
        font-size: 2em;
    }

    .lg-ip-title.ip {
        margin-bottom: 10px;
    }

    .timeline_dot {
        width: 20px;
        height: 20px;
    }

    .timeline_progress {
        inset: 0% auto auto 2.5em;
    }

    .is-h4 {
        font-size: 1.5rem;
    }

    .timeline_grid {
        grid-template-columns: 5em 1fr;
    }

    .timeline_progress-overlay-bottom {
        background-image: linear-gradient(180deg, #0a227d00, var(--color-5) 59%);
        height: 4em;
    }

    .timeline_progress-overlay-top {
        background-image: linear-gradient(180deg, var(--color-5) 18%, #0a227d00);
    }

    .page-padding-m {
        padding-left: 3.5%;
        padding-right: 3.5%;
    }

    .timeline_item-wrap.is-hidden-mobile {
        display: none;
    }

    .padding-section-large {
        padding-top: 0;
        padding-bottom: 0;
    }

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .default-hero-img-div {
        background-image: url('../images/couple-jogging.jpg');
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 0;
    }

    .h1-holder {
        margin-bottom: 10px;
        font-size: .9em;
    }

    .yellow-sq-hero {
        width: 15px;
        height: 15px;
    }

    .insurance-text-div-copy {
        padding: 10px;
    }

    .blog-img-div {
        min-height: 200px;
    }

    .location-little-square-2 {
        width: 20px;
        height: 20px;
    }

    .location-yellow-line-2 {
        width: 10px;
    }

    .path-1-hero {
        justify-content: flex-start;
        height: auto;
        min-height: 450px;
        margin-top: 50px;
        padding: 20px 0% 350px;
    }

    .top-right-blue {
        width: 20px;
        height: 20px;
        display: none;
    }

    .path-1-section-2 {
        margin-bottom: 0%;
    }

    .path-1-section-5, .path-1-section-5.btm-marg {
        margin-top: 0%;
    }

    .path-1-h {
        background-image: url('../images/hero-2.jpg');
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: contain;
        justify-content: flex-start;
        padding-bottom: 350px;
    }

    .path-1-next-steps {
        padding-bottom: 300px;
    }

    .next-steps-div {
        width: 100%;
        padding: 20px;
        position: relative;
    }

    .text-block {
        font-size: .9em;
    }

    .image-13 {
        max-width: 200px;
    }

    .tabs-content {
        width: 100%;
    }

    .tab-pane {
        height: 100%;
    }

    .faq2_question-2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .faq2_icon-2 {
        width: 1.75rem;
    }

    .lens-choice-txt-block-2 {
        min-height: 65px;
    }

    .service-link-2 {
        background-color: #fff;
        justify-content: space-between;
    }

    .lens-img-div-2 {
        width: 80px;
        height: 80px;
        top: -40px;
    }

    .image-16 {
        max-height: 60px;
    }

    .pane {
        height: 350px;
        min-height: 0;
    }

    ._3-stop-section {
        padding: 25px 0;
    }

    .tab-link {
        letter-spacing: 0;
        font-size: 12px;
        line-height: 15px;
    }

    .ondot, .dot {
        border-width: 2px;
        width: 15px;
        height: 15px;
    }

    .lasik-treat-text-2 {
        width: 100%;
        padding: 20px 20px 0;
        position: relative;
    }

    .lasik-treat-yellow-2 {
        width: 10px;
        display: none;
    }

    .btm-left-blue-2 {
        display: none;
    }

    .quiz-placeholder-2 {
        width: 100%;
        max-height: none;
        position: relative;
    }

    .path-2-sect-3 {
        margin-top: 0%;
    }

    .path-2-next-steps {
        background-repeat: no-repeat;
        min-height: 0;
        padding-bottom: 280px;
    }

    .tabs-3 {
        flex-direction: column;
        align-items: stretch;
    }

    .tabs-menu-3 {
        width: 100%;
    }

    .tab-links-2 {
        height: 60px;
        font-size: .9em;
    }

    .tab-links-2.w--current {
        font-size: .9em;
    }

    .path-3-hero {
        background-position: 0 0, 100% 100%;
        background-repeat: repeat, no-repeat;
        background-size: auto, contain;
        justify-content: flex-start;
        height: auto;
        min-height: 450px;
        margin-top: 50px;
        padding: 0% 0% 300px;
    }

    .path-3-next {
        min-height: 0;
        padding-bottom: 300px;
    }

    .path-2-hero {
        background-image: url('../images/path-2-hero.jpg');
        background-position: 100% 150%;
        background-repeat: no-repeat;
        background-size: 120%;
        justify-content: flex-start;
        min-height: 500px;
        margin-top: 60px;
        padding: 0%;
    }

    .why-div {
        padding: 15px;
    }

    .hub-next {
        background-position: 100% 90%;
        padding-bottom: 350px;
    }

    .trust-badges {
        flex-flow: column;
        padding: 0;
    }

    .trust-badge {
        border-bottom: 1px solid var(--main-blue);
        border-radius: 0;
        flex-flow: row;
        justify-content: center;
        width: 100%;
        margin-bottom: 0;
    }

    .trust-badge.btm {
        border-bottom-style: none;
    }

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

    .p-lg {
        margin-bottom: 10px;
        font-size: .9em;
    }
}

@media screen and (max-width: 479px) {
    ul {
        padding-left: 20px;
        font-size: 1em;
    }

    .button {
        margin-right: 0;
        padding: 12px 20px 10px;
        font-size: .8em;
        line-height: 1.2em;
    }

    .button.min {
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

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

    .navbar {
        height: auto;
    }

    .footer-wrapper-2 {
        flex-direction: column;
    }

    .social-link-holder {
        justify-content: center;
    }

    .brand-2 {
        width: 100%;
        max-width: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .brand-2.marg {
        width: 100%;
        margin-right: 0;
    }

    .phone-link {
        width: auto;
    }

    .footer-wrapper-3 {
        padding-top: 0;
    }

    .quick-link-wrapper {
        justify-content: space-around;
    }

    .image-7 {
        height: 50px;
    }

    .brand-3 {
        height: auto;
        padding-left: 0;
    }

    .what-is-lasik-photo-div.right.contain {
        max-height: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .list-item-jm {
        align-items: flex-start;
    }

    .menu-button {
        padding: 10px;
    }

    .jm-hero {
        min-height: 0;
        margin-top: 45px;
        padding-bottom: 200px;
    }

    .hero-content-jm {
        padding-top: 15px;
    }

    .lg-ip-title {
        font-size: 1.7em;
    }

    .lg-ip-title.ip {
        font-size: 1.8em;
    }

    .list-49 {
        width: auto;
    }

    .lists {
        flex-flow: column;
    }

    .lens-row {
        flex-direction: column;
    }

    .note-block {
        padding: 10px;
    }

    .section-5-column {
        max-width: none;
    }

    .timeline_dot {
        width: 1.2rem;
        height: 1.2rem;
    }

    .timeline_progress {
        left: 2em;
    }

    .is-h4 {
        font-size: 1.5rem;
    }

    .timeline_grid {
        grid-column-gap: 1em;
        grid-template-columns: 4em 1fr;
    }

    .page-padding-m {
        padding-left: 4%;
        padding-right: 4%;
    }

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

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .max-width-large {
        padding-left: 10px;
        padding-right: 10px;
    }

    .h1-holder {
        align-items: stretch;
    }

    .yellow-sq-hero {
        height: auto;
        display: none;
    }

    .insurance-text-div-copy, .insurance-text-div-copy.h-60 {
        text-align: left;
    }

    .blog-img-div {
        min-height: 0;
    }

    .path-1-hero {
        min-height: 0;
        margin-top: 45px;
        padding-bottom: 200px;
    }

    .path-1-h {
        padding-top: 25px;
    }

    .path-1-next-steps {
        min-height: 0;
        padding-bottom: 175px;
    }

    .path-bucket {
        padding: 16px;
    }

    .text-block {
        font-size: .8em;
    }

    .cataract-badge {
        inset: auto auto 10px 10px;
    }

    .faq2_question-2 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1em;
        line-height: 1.2em;
    }

    .button-2 {
        padding-left: 20px;
        padding-right: 20px;
        font-size: .8em;
    }

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

    .lens-choice-txt-block-2 {
        padding-top: 40px;
    }

    .service-link-2 {
        width: 100%;
        margin-bottom: 50px;
    }

    .lens-img-div-2 {
        width: 50px;
        height: 50px;
        top: -25px;
        right: 10px;
    }

    .image-16 {
        max-height: 90%;
    }

    .text-block-3 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .path-2-next-steps {
        padding-bottom: 175px;
    }

    .tabs-3 {
        height: auto;
        margin-top: 0;
    }

    .tabs-3._50 {
        flex-flow: column;
    }

    .path-3-hero {
        min-height: 0;
        margin-top: 45px;
        padding-bottom: 175px;
    }

    .path-3-next {
        padding-bottom: 175px;
    }

    .path-2-hero {
        background-position: 100% 100%;
        background-size: contain;
        height: auto;
        min-height: 0;
        margin-top: 45px;
        padding-bottom: 225px;
    }

    .start-section {
        padding-bottom: 0%;
    }

    .why-div {
        max-width: none;
    }

    .hub-next {
        background-position: 100% 90%;
        min-height: 0;
        padding-bottom: 250px;
    }

    .trust-badge {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .problem-img {
        max-width: none;
    }

    .bridge-section {
        padding: 20px;
    }

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

#w-node-_3056e517-f851-23d6-c085-73044e37d94e-3700d961, #w-node-_3056e517-f851-23d6-c085-73044e37d94f-3700d961, #w-node-_3056e517-f851-23d6-c085-73044e37d951-3700d961, #w-node-_3056e517-f851-23d6-c085-73044e37d955-3700d961, #w-node-_3056e517-f851-23d6-c085-73044e37d959-3700d961, #w-node-_3056e517-f851-23d6-c085-73044e37d95b-3700d961, #w-node-_3056e517-f851-23d6-c085-73044e37d95c-3700d961, #w-node-_3056e517-f851-23d6-c085-73044e37d95d-3700d961, #w-node-_3056e517-f851-23d6-c085-73044e37d960-3700d961, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa6d-3700d961, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa6e-3700d961, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa70-3700d961, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa74-3700d961, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa78-3700d961, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa7a-3700d961, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa7b-3700d961, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa7c-3700d961, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa7f-3700d961, #w-node-e861d77e-c118-8e7d-2390-bbd909a42441-3700d961, #w-node-e861d77e-c118-8e7d-2390-bbd909a42442-3700d961, #w-node-e861d77e-c118-8e7d-2390-bbd909a42444-3700d961, #w-node-e861d77e-c118-8e7d-2390-bbd909a42448-3700d961, #w-node-e861d77e-c118-8e7d-2390-bbd909a4244c-3700d961, #w-node-e861d77e-c118-8e7d-2390-bbd909a4244e-3700d961, #w-node-e861d77e-c118-8e7d-2390-bbd909a4244f-3700d961, #w-node-e861d77e-c118-8e7d-2390-bbd909a42450-3700d961, #w-node-e861d77e-c118-8e7d-2390-bbd909a42453-3700d961, #w-node-_3056e517-f851-23d6-c085-73044e37d94e-3700d962, #w-node-_3056e517-f851-23d6-c085-73044e37d94f-3700d962, #w-node-_3056e517-f851-23d6-c085-73044e37d951-3700d962, #w-node-_3056e517-f851-23d6-c085-73044e37d955-3700d962, #w-node-_3056e517-f851-23d6-c085-73044e37d959-3700d962, #w-node-_3056e517-f851-23d6-c085-73044e37d95b-3700d962, #w-node-_3056e517-f851-23d6-c085-73044e37d95c-3700d962, #w-node-_3056e517-f851-23d6-c085-73044e37d95d-3700d962, #w-node-_3056e517-f851-23d6-c085-73044e37d960-3700d962, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa6d-3700d962, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa6e-3700d962, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa70-3700d962, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa74-3700d962, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa78-3700d962, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa7a-3700d962, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa7b-3700d962, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa7c-3700d962, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa7f-3700d962, #w-node-e861d77e-c118-8e7d-2390-bbd909a42441-3700d962, #w-node-e861d77e-c118-8e7d-2390-bbd909a42442-3700d962, #w-node-e861d77e-c118-8e7d-2390-bbd909a42444-3700d962, #w-node-e861d77e-c118-8e7d-2390-bbd909a42448-3700d962, #w-node-e861d77e-c118-8e7d-2390-bbd909a4244c-3700d962, #w-node-e861d77e-c118-8e7d-2390-bbd909a4244e-3700d962, #w-node-e861d77e-c118-8e7d-2390-bbd909a4244f-3700d962, #w-node-e861d77e-c118-8e7d-2390-bbd909a42450-3700d962, #w-node-e861d77e-c118-8e7d-2390-bbd909a42453-3700d962, #w-node-_3056e517-f851-23d6-c085-73044e37d94e-3700d963, #w-node-_3056e517-f851-23d6-c085-73044e37d94f-3700d963, #w-node-_3056e517-f851-23d6-c085-73044e37d951-3700d963, #w-node-_3056e517-f851-23d6-c085-73044e37d955-3700d963, #w-node-_3056e517-f851-23d6-c085-73044e37d959-3700d963, #w-node-_3056e517-f851-23d6-c085-73044e37d95b-3700d963, #w-node-_3056e517-f851-23d6-c085-73044e37d95c-3700d963, #w-node-_3056e517-f851-23d6-c085-73044e37d95d-3700d963, #w-node-_3056e517-f851-23d6-c085-73044e37d960-3700d963, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa6d-3700d963, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa6e-3700d963, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa70-3700d963, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa74-3700d963, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa78-3700d963, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa7a-3700d963, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa7b-3700d963, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa7c-3700d963, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa7f-3700d963, #w-node-e861d77e-c118-8e7d-2390-bbd909a42441-3700d963, #w-node-e861d77e-c118-8e7d-2390-bbd909a42442-3700d963, #w-node-e861d77e-c118-8e7d-2390-bbd909a42444-3700d963, #w-node-e861d77e-c118-8e7d-2390-bbd909a42448-3700d963, #w-node-e861d77e-c118-8e7d-2390-bbd909a4244c-3700d963, #w-node-e861d77e-c118-8e7d-2390-bbd909a4244e-3700d963, #w-node-e861d77e-c118-8e7d-2390-bbd909a4244f-3700d963, #w-node-e861d77e-c118-8e7d-2390-bbd909a42450-3700d963, #w-node-e861d77e-c118-8e7d-2390-bbd909a42453-3700d963 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
    #w-node-_3056e517-f851-23d6-c085-73044e37d955-3700d961, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa74-3700d961, #w-node-e861d77e-c118-8e7d-2390-bbd909a42448-3700d961, #w-node-_3056e517-f851-23d6-c085-73044e37d955-3700d962, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa74-3700d962, #w-node-e861d77e-c118-8e7d-2390-bbd909a42448-3700d962, #w-node-_3056e517-f851-23d6-c085-73044e37d955-3700d963, #w-node-_2273f935-a9ed-15e3-5610-5e1d3913fa74-3700d963, #w-node-e861d77e-c118-8e7d-2390-bbd909a42448-3700d963 {
        grid-area: 2 / 2 / 3 / 3;
    }
}


