:root {
    --black: #000;
    --dark-green: #043317;
    --green: #15a750;
    --grey: #444;
    --white: white;
    --light_green: #69ffa6;
    --white-2: white;
    --black-2: black;
}

.w-layout-layout {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 20px;
}

.w-layout-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

body {
    color: #333;
    font-family: Quicksand, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
}

h1 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 3em;
    font-weight: 500;
    line-height: 1.2em;
}

h2 {
    color: #0b8b3f;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2em;
}

h3 {
    color: var(--dark-green);
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.6em;
    font-weight: 800;
    line-height: 1.2em;
}

h4 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 15px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.2em;
}

h5 {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2em;
}

p {
    color: var(--black);
    text-wrap: pretty;
    margin-bottom: 30px;
    line-height: 1.8em;
}

a {
    color: var(--dark-green);
    text-decoration: none;
}

a:hover {
    color: var(--green);
}

ul {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 20px;
    line-height: 1.8em;
}

li {
    margin-bottom: 10px;
}

.menu-icon_line-middle-top {
    z-index: 2;
    background-color: #070707;
    width: 24px;
    height: 2px;
    display: block;
    position: absolute;
    inset: auto;
}

.navbar {
    z-index: 1000;
    background-color: #fff;
    border: 1px #000;
    border-bottom: 1px solid #0000002e;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: 90px;
    min-height: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
}

.logo_img {
    width: 240px;
    margin-left: 0;
    margin-right: 0;
}

.top_phone_btn {
    color: #000;
    letter-spacing: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
    display: none;
}

.top_phone_btn:hover {
    color: #ee1c26;
}

.logo {
    z-index: 1100;
    background-color: #0000;
    border-radius: 120px;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: auto;
    margin-left: 40px;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
}

.navbar18_menu-button {
    z-index: 1;
    margin-left: 0;
    margin-right: 20px;
    padding: 0;
}

.navbar18_menu-button.w--open {
    background-color: #0000;
}

.menu-icon4_line-middle {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    display: flex;
}

.menu-icon4_line-top {
    background-color: #070707;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
}

.navbar18_container {
    object-position: 50% 50%;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
}

.menu-icon_line-middle-base {
    background-color: #000;
    width: 24px;
    height: 2px;
    position: absolute;
}

.menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.menu-icon4_line-bottom {
    opacity: 1;
    background-color: #070707;
    width: 24px;
    height: 2px;
}

.top_phone_wrapper {
    grid-column-gap: 1rem;
    flex-direction: row;
    align-items: stretch;
    display: flex;
}

.menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    position: relative;
}

.phone_icon {
    width: 20px;
    margin-bottom: 0;
    margin-right: 5px;
}

.navlink {
    color: var(--black);
    text-transform: none;
    border-bottom: 1px solid #72246c;
    padding: 15px;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1em;
    text-decoration: none;
    display: block;
}

.navlink:hover {
    color: var(--green);
    background-color: #ee1c2600;
}

.navmenu_column_wrapper {
    justify-content: space-between;
    width: 40%;
    margin-right: 2%;
    display: flex;
}

.navmenu_column_wrapper._2 {
    width: 20%;
}

.navmenu_column_wrapper._1 {
    width: 70%;
}

.navmenu_div {
    justify-content: center;
    width: 100%;
    display: flex;
}

.sublink {
    color: var(--grey);
    border-bottom: 1px #00000021;
    margin-bottom: 0;
    padding: 12px 15px 10px 20px;
    font-weight: 400;
    text-decoration: none;
}

.sublink:hover {
    background-color: var(--green);
    color: #fff;
}

.sublinks_wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 0;
    padding-left: 0;
    display: flex;
}

.navmenu_column {
    width: 15%;
    margin-right: 2%;
}

.navmenu_column.half {
    width: 67%;
    margin-right: 0%;
}

.navmenu_column.fullwidth {
    width: 100%;
    margin-right: 0%;
}

.navmenu_column.third {
    width: 30%;
    margin-right: 0%;
}

.navmenu_wrapper {
    z-index: 1000;
    background-color: #fff;
    justify-content: center;
    height: auto;
    padding: 3% 5%;
    font-weight: 400;
    display: none;
    position: fixed;
    inset: 90px 0% auto;
    box-shadow: 0 8px 10px 1px #00000014;
}

.sub_sublink_wrapper {
    padding-left: 0;
}

.subsublink {
    color: var(--grey);
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 39px;
    font-size: .9em;
    text-decoration: none;
    display: block;
}

.subsublink:hover {
    background-color: var(--dark-green);
    color: var(--white);
}

.columns_grid {
    padding: 0;
}

.sublink_cell {
    align-items: stretch;
}

.sub_sublink3 {
    color: var(--grey);
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 50px;
    font-size: .85em;
    text-decoration: none;
    display: flex;
}

.sub_sublink3:hover {
    color: var(--green);
}

.hero_section {
    background-image: url('../images/hero-test.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 80vh;
    display: none;
}

.main_tagline_wrapper {
    text-align: center;
    width: 100%;
    position: absolute;
    inset: 50% auto auto 0%;
}

.main_tagline_wrapper.option {
    text-align: center;
    width: 45%;
    top: 34%;
    left: 10%;
}

.main_tagline1 {
    color: var(--white);
    letter-spacing: 20px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 2em;
    font-weight: 600;
}

.main_tagline1.option {
    color: var(--black);
    margin-left: 2px;
    font-weight: 600;
}

.main_tagline2 {
    color: var(--light_green);
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 4em;
    font-weight: 200;
    line-height: 1.2em;
    text-decoration: none;
}

.main_tagline2.option {
    color: var(--green);
    letter-spacing: 0;
    font-weight: 300;
}

.welcome_section {
    padding: 8% 10%;
}

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

.wrapper_div.products {
    background-color: var(--white);
    text-align: center;
    border-radius: 20px;
    padding: 29px 10% 5%;
    box-shadow: 0 14px 14px 3px #00000008;
}

.welcome_headline {
    color: var(--green);
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

.welcome_headline.light {
    color: var(--light_green);
}

.welcome_text {
    margin-bottom: 0;
    font-size: 1.1em;
}

.text_black_span {
    color: var(--black);
}

.about_section {
    background-image: url('../images/grey-bg.svg');
    background-position: 50% 101%;
    background-repeat: repeat-x;
    background-size: auto 40%;
    padding: 0% 10% 8%;
    overflow: visible;
}

.about_grid {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    width: 90%;
    margin-bottom: 10%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.about_cell {
    background-color: var(--white);
    box-shadow: none;
    border: 1px #0000000f;
    border-radius: 20px;
    padding: 0%;
}

.about_headline {
    color: var(--green);
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 500;
}

.about_text {
    margin-bottom: 0;
}

.about_text.products {
    font-size: 1.3em;
}

.logo_grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 80%;
    margin-top: 8%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.logo_grid.footer {
    width: 40%;
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0;
}

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

.logo_cell_right {
    justify-content: center;
    align-items: flex-end;
}

.logo_cell_center {
    justify-content: center;
    align-items: center;
}

.click_logo {
    width: 160px;
}

.click_logo.footer {
    width: 90px;
}

.clear_view_logo {
    mix-blend-mode: normal;
}

.products_headline {
    color: var(--dark-green);
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 500;
}

.iols_section {
    background-color: #eee;
    background-image: url('../images/tech-bg-img2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

.iols_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 0;
}

.iols_img_cell {
    border-radius: 20px;
    align-items: stretch;
    box-shadow: 0 0 20px 8px #00000008;
}

.iols_cell {
    background-color: #ffffffa3;
    border: 1px solid #00000029;
    border-radius: 20px;
    padding: 10% 30px;
}

.p_nomargin {
    margin-bottom: 0;
}

.iols_callout_headline {
    color: var(--green);
    margin-bottom: 15px;
    font-weight: 400;
}

.clear_view_img_div {
    object-fit: fill;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.lens_img_div {
    z-index: 10;
    mix-blend-mode: normal;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
    position: absolute;
    inset: 0%;
}

.lens_img {
    opacity: 1;
    width: 60%;
}

.iols_header_cell {
    padding: 10%;
}

.iols_main_headline {
    color: var(--green);
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 400;
}

.iols_open_text {
    color: var(--black);
    font-size: 1.3em;
}

.background-video {
    width: 100%;
    height: 100%;
    position: relative;
}

.lens_bg_video {
    z-index: 2;
    position: absolute;
    inset: 0%;
}

.bg_overlay_div {
    z-index: 5;
    background-color: #0000003d;
    background-image: radial-gradient(circle, #000000c9, #0000);
    border-radius: 20px;
    position: absolute;
    inset: 0%;
}

.leaders_section {
    background-color: #022511;
    background-image: url('../images/tech-bg-img.jpg');
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10%;
}

.contact_section {
    background-color: var(--black);
    background-image: linear-gradient(#00000042, #00000042), url('../images/tech-bg-img.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding: 10%;
}

.contact_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 0;
}

.contact_form_cell {
    justify-content: center;
    align-items: stretch;
    padding-right: 20%;
}

.contact_text_cell {
    padding-right: 10%;
}

.contact_headline {
    color: var(--light_green);
    text-transform: uppercase;
    font-size: 2.6em;
    font-weight: 400;
}

.footer_wrapper_div {
    border-top: 1px #00000061;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 0;
    display: flex;
}

.footer_logo {
    width: 80px;
    margin-bottom: 20px;
}

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

.footer_div {
    width: auto;
}

.footer_section {
    padding: 5% 10% 10%;
}

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

.location_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 10%;
    padding: 0;
}

.location_headline {
    color: var(--light_green);
    font-weight: 400;
}

.location_txt {
    color: var(--white);
    font-size: .9em;
    font-weight: 400;
}

.news_section {
    padding: 10%;
}

.iols_text {
    color: var(--black);
    margin-bottom: 0;
}

.news_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 5%;
    padding: 0;
}

.news_cell {
    border: 1px solid #0006;
    border-radius: 20px;
    padding: 36px;
}

.news_headline {
    text-transform: uppercase;
    height: 50px;
    margin-bottom: 5px;
    font-weight: 500;
}

.news_date_text {
    color: #646464;
    font-weight: 500;
}

.news_link {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: auto;
    font-size: .9em;
    font-weight: 500;
}

.line_div {
    background-color: var(--green);
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
}

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

.soc_media_btn {
    opacity: .5;
    width: 26px;
    margin-left: 10px;
    margin-right: 0;
}

.soc_media_btn:hover {
    opacity: 1;
}

.callout_icon {
    width: 50px;
    margin-bottom: 10px;
}

.light_link {
    color: var(--light_green);
}

.light_link:hover {
    color: var(--white);
}

.hero_section2 {
    background-image: url('../images/hero-img3.jpg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

.providers_headlione {
    color: var(--green);
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.3em;
    font-weight: 400;
}

.instagram_section {
    background-color: #eee;
    padding: 7% 10%;
}

.insta_grid {
    padding: 0;
}

.insta_icon {
    width: 45px;
}

.news_img_div {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}

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

.news_img.top {
    object-position: 50% 10%;
}

.contact_us_btn {
    background-color: var(--green);
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 30px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    display: flex;
}

.contact_us_btn:hover {
    background-color: var(--light_green);
    color: var(--black);
}

.contact_icon {
    width: 30px;
    margin-right: 10px;
}

.insta_feed_cell {
    align-items: stretch;
}

.innerpage_section {
    padding: 10%;
}

.breadcrumbs_wrapper {
    border-bottom: 1px solid var(--green);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5%;
    padding-bottom: 20px;
    display: flex;
}

.breacrumbs_link {
    margin-right: 0;
    font-size: .9em;
    font-weight: 500;
}

.divider_text {
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    .menu-icon_line-middle-top {
        z-index: 2;
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
        position: absolute;
        inset: auto;
    }

    .navbar {
        position: relative;
    }

    .logo_img {
        width: 130px;
    }

    .logo {
        width: auto;
        margin-left: 20px;
        margin-right: auto;
        position: relative;
        left: 0%;
    }

    .navbar18_menu-button {
        margin-left: -.5rem;
        padding: 0;
    }

    .navbar18_menu-button.w--open {
        background-color: #0000;
    }

    .menu-icon4_line-middle {
        background-color: #000;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 2px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
        position: static;
    }

    .menu-icon4_line-top {
        background-color: #000;
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .navbar18_container {
        grid-auto-columns: 1fr;
    }

    .menu-icon_line-middle-base {
        background-color: #000;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
        position: absolute;
    }

    .menu-icon4_wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }

    .menu-icon4_line-bottom {
        background-color: #000;
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .menu-icon4 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        margin-right: -.5rem;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
        position: relative;
    }

    .navlink {
        padding: 20px 10px 15px;
        font-size: 1.1em;
    }

    .navmenu_column_wrapper {
        flex-wrap: wrap;
        align-items: flex-start;
        width: 24%;
        margin-right: 10px;
    }

    .navmenu_column_wrapper._1 {
        flex-wrap: nowrap;
        width: 70%;
    }

    .navmenu_div {
        align-items: flex-start;
    }

    .sublink {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 10px;
        font-size: .9em;
    }

    .navmenu_column {
        width: 24%;
    }

    .navmenu_column.half {
        width: 68%;
    }

    .navmenu_wrapper {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        display: none;
        box-shadow: 0 8px 10px 1px #00000014;
    }

    .hero_section {
        background-position: 100%;
    }

    .main_tagline_wrapper {
        top: 61%;
    }

    .main_tagline_wrapper.option {
        background-color: #ffffffb0;
        width: 60%;
        padding: 27px;
        top: 23%;
        left: 5%;
    }

    .main_tagline1.option {
        text-align: center;
        margin-left: 0;
        padding-left: 20px;
        font-size: 1.5em;
    }

    .main_tagline2.option {
        text-align: center;
        font-size: 3em;
    }

    .logo_grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        width: 100%;
    }

    .iols_header_cell {
        padding-left: 5%;
        padding-right: 5%;
    }

    .contact_headline {
        font-size: 2.2em;
    }

    .footer_text {
        font-size: .85em;
    }

    .hero_section2 {
        height: 50vh;
    }
}

@media screen and (max-width: 767px) {
    .navbar {
        height: 70px;
        min-height: auto;
        position: static;
    }

    .logo_img {
        width: 100px;
        margin-left: 0;
        margin-right: 0;
    }

    .top_phone_btn {
        font-size: 1em;
    }

    .logo {
        justify-content: flex-start;
        align-items: center;
        width: auto;
        height: auto;
        margin-top: 5px;
        margin-left: 0;
        padding: 0 0 9px;
        top: 0;
        left: 0;
    }

    .navbar18_menu-button {
        margin-left: -1rem;
        margin-right: 1rem;
    }

    .navbar18_container {
        justify-content: space-between;
        margin-left: 10px;
    }

    .top_phone_wrapper {
        grid-column-gap: .5rem;
    }

    .phone_icon {
        display: block;
    }

    .navlink {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 1em;
    }

    .navmenu_column_wrapper {
        width: 32%;
    }

    .navmenu_column_wrapper._2 {
        width: 45%;
    }

    .navmenu_column_wrapper._1 {
        flex-wrap: wrap;
        width: 45%;
    }

    .sublink {
        display: none;
    }

    .navmenu_column.third {
        width: 100%;
    }

    .navmenu_wrapper {
        box-shadow: none;
        padding-bottom: 40px;
        display: none;
        top: 60px;
    }

    .columns_grid {
        flex: 0 auto;
    }

    .hero_section {
        height: 300px;
    }

    .main_tagline_wrapper {
        top: 259px;
    }

    .main_tagline_wrapper.option {
        top: 254px;
    }

    .main_tagline1 {
        font-size: 1.6em;
    }

    .main_tagline1.option {
        letter-spacing: 10px;
        padding-left: 10px;
        font-size: 1.3em;
    }

    .main_tagline2 {
        font-size: 2.8em;
    }

    .main_tagline2.option {
        font-size: 2.2em;
    }

    .welcome_section {
        padding-top: 10%;
    }

    .wrapper_div.products {
        margin-top: -17px;
    }

    .about_section {
        padding-bottom: 26%;
    }

    .about_grid {
        margin-bottom: 25%;
    }

    .logo_grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .iols_grid {
        grid-column-gap: 44px;
    }

    .clear_view_img_div {
        height: 250px;
    }

    .lens_img_div {
        height: auto;
    }

    .lens_img {
        width: 40%;
    }

    .iols_open_text {
        font-size: 1.1em;
    }

    .footer_div {
        width: 70%;
    }

    .callout_icon {
        width: 40px;
    }

    .hero_section2 {
        height: 400px;
    }
}

@media screen and (max-width: 479px) {
    .logo_img {
        width: 140px;
    }

    .top_phone_btn {
        padding-right: 12px;
    }

    .logo {
        justify-content: flex-end;
        width: auto;
        margin-left: 0;
        margin-right: auto;
        padding: 0;
        top: 0;
        left: 0;
        right: 10px;
    }

    .navbar18_container {
        justify-content: space-between;
        align-items: center;
    }

    .phone_icon {
        display: block;
    }

    .navlink {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navmenu_column_wrapper {
        flex-wrap: wrap;
        width: 100%;
    }

    .navmenu_column_wrapper._2 {
        width: 100%;
    }

    .navmenu_column_wrapper._1 {
        flex-wrap: wrap;
        width: 100%;
    }

    .navmenu_div {
        flex-wrap: wrap;
    }

    .navmenu_column {
        width: 48%;
    }

    .navmenu_column.fullwidth {
        margin-right: 0%;
    }

    .navmenu_wrapper {
        box-shadow: none;
        padding-top: 24px;
        padding-bottom: 30px;
        display: none;
    }

    .hero_section {
        height: 450px;
    }

    .main_tagline_wrapper {
        top: 406px;
    }

    .main_tagline_wrapper.option {
        background-color: #ffffffd1;
        width: 90%;
        top: 293px;
    }

    .main_tagline1 {
        letter-spacing: 5px;
        font-size: 1.3em;
    }

    .main_tagline1.option {
        font-size: 1em;
    }

    .main_tagline2 {
        letter-spacing: 5px;
        font-size: 1.6em;
    }

    .main_tagline2.option {
        font-size: 1.8em;
    }

    .welcome_section {
        padding-top: 15%;
        padding-bottom: 15%;
    }

    .wrapper_div.products {
        padding-bottom: 10%;
    }

    .welcome_text {
        text-align: left;
        font-size: 1em;
    }

    .about_text.products {
        text-align: left;
        font-size: 1.1em;
    }

    .logo_grid {
        margin-top: 10%;
    }

    .logo_grid.footer {
        width: 100%;
    }

    .logo_cell, .logo_cell_right {
        justify-content: center;
        align-items: center;
    }

    .click_logo, .clear_view_logo {
        width: 100px;
    }

    .products_headline {
        font-size: 1.6em;
    }

    .iols_section {
        background-position: 50%;
        background-size: cover;
        padding-bottom: 15%;
    }

    .iols_main_headline {
        font-size: 2em;
    }

    .leaders_section, .contact_section {
        padding-top: 15%;
        padding-bottom: 15%;
    }

    .contact_headline {
        font-size: 1.6em;
    }

    .footer_wrapper_div {
        flex-flow: wrap;
    }

    .footer_logo {
        margin-bottom: 10px;
    }

    .footer_div {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_section {
        padding-top: 15%;
        padding-bottom: 15%;
    }

    .location_grid {
        margin-top: 25%;
    }

    .news_section {
        padding-top: 15%;
        padding-bottom: 15%;
    }

    .news_cell {
        padding: 25px;
    }

    .soc_media_wrapper {
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 15%;
    }

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

    .softec_logo {
        width: 100px;
    }

    .breadcrumbs_wrapper {
        flex-flow: wrap;
    }

    .breacrumbs_link, .divider_text {
        margin-bottom: 10px;
    }
}

#w-node-_5128c2bd-db24-d937-e4c7-f56f91e11f8d-33203312, #w-node-_4b3356d1-31e8-1587-f923-2490ed94efc5-33203312 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-feef2710-3f35-4c31-79c8-9377709d7c8c-33203312 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-c16cdc9d-d6d7-f862-2b49-ffc32fe367c4-33203312 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_441795f3-9b02-ec2f-f80a-0ec16f9c565b-33203312 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_441795f3-9b02-ec2f-f80a-0ec16f9c565c-33203312 {
    grid-column: span 2 / span 2;
}

#w-node-_0f171a82-e1a1-503e-34bd-c94e7c0ff691-33203312 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3fed2d36-c6cb-1f97-0dfa-b7148c45e6b2-33203312 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
}

#w-node-_126a46fb-9903-5622-98c5-dc76fc4a1bf0-33203312 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_21d35ec8-bb06-778c-afed-31e4924e16cd-33203312 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr 1fr 1fr;
}

#w-node-_73c41828-cc5d-755f-db8b-f3ea90072088-33203312, #w-node-_449e6971-b8ea-12af-751a-ee22e6d7f07f-76a4f675 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_74d754c9-6f2c-28cd-df80-cfe98f23ff1d-76a4f675 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
}

#w-node-_74d754c9-6f2c-28cd-df80-cfe98f23ff2b-76a4f675 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_62537d97-d402-0234-09ac-21f6e18c0f3c-76a4f675 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 1375px) {
    .main_tagline_wrapper.option {
        text-align: center;
        top: 24%;
    }

}
@media screen and (max-width: 1080px) {
    .main_tagline_wrapper.option {
        background-color: #ffffffd1;
        padding: 27px;
        width: 50%;

    }
}

@media screen and (max-width: 991px) {
    #w-node-_441795f3-9b02-ec2f-f80a-0ec16f9c565b-33203312 {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr 1fr;
    }

    #w-node-_441795f3-9b02-ec2f-f80a-0ec16f9c565c-33203312 {
        grid-column: span 2 / span 2;
    }

    #w-node-_0f171a82-e1a1-503e-34bd-c94e7c0ff691-33203312 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }

    #w-node-_126a46fb-9903-5622-98c5-dc76fc4a1bf0-33203312 {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
    }

    #w-node-_21d35ec8-bb06-778c-afed-31e4924e16cd-33203312 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }

    #w-node-_74d754c9-6f2c-28cd-df80-cfe98f23ff2b-76a4f675 {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {

    .main_tagline_wrapper.option {
        text-align: center;
        top: 100px;
    }

    #w-node-_5128c2bd-db24-d937-e4c7-f56f91e11f8d-33203312 {
        display: none;
    }

    #w-node-feef2710-3f35-4c31-79c8-9377709d7c8c-33203312 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }

    #w-node-_441795f3-9b02-ec2f-f80a-0ec16f9c565b-33203312 {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
    }

    #w-node-_441795f3-9b02-ec2f-f80a-0ec16f9c565c-33203312 {
        grid-column: span 1 / span 1;
    }

    #w-node-_3fed2d36-c6cb-1f97-0dfa-b7148c45e6b2-33203312 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }

    #w-node-_449e6971-b8ea-12af-751a-ee22e6d7f07f-76a4f675 {
        display: none;
    }

    #w-node-_74d754c9-6f2c-28cd-df80-cfe98f23ff1d-76a4f675 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_4b3356d1-31e8-1587-f923-2490ed94efc5-33203312 {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
    }

    #w-node-c16cdc9d-d6d7-f862-2b49-ffc32fe367c4-33203312, #w-node-_126a46fb-9903-5622-98c5-dc76fc4a1bf0-33203312, #w-node-_73c41828-cc5d-755f-db8b-f3ea90072088-33203312, #w-node-_74d754c9-6f2c-28cd-df80-cfe98f23ff2b-76a4f675, #w-node-_62537d97-d402-0234-09ac-21f6e18c0f3c-76a4f675 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
}


