:root {
  --black: #000;
  --blue: #3090f6;
  --grey: #85989e;
  --white: white;
  --blue-blue: #07233b;
  --darker-blue: #4f799f;
  --footer_blue: #152b31;
  --very-dark-blue: #113759;
  --light-grey: #e3e8ec;
}

.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: Poppins, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: #657377;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

ul {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
}

.navbar {
  z-index: 1000;
  width: auto;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  width: 200px;
}

.navlink {
  color: var(--black);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1em;
  line-height: 1.2em;
}

.navlink:hover {
  color: var(--grey);
}

.hero_section {
  height: 100vh;
  background-image: url('../images/hero-img.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

.phone_btn {
  background-color: var(--grey);
  color: var(--white);
  flex: 0 auto;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

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

.navmenu {
  width: auto;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.main_tagline_wrapper {
  width: 30%;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: 10%;
  right: auto;
}

.main_tagline {
  color: var(--black);
  letter-spacing: -5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 800;
  line-height: .9em;
}

.main_tagline_thin {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 300;
  line-height: 1em;
}

.navwrapper {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 5%;
  display: flex;
}

.phone_icon {
  width: 24px;
  opacity: .67;
  margin-right: 10px;
}

.welcome_section {
  background-image: url('../images/lines-decor-lightgrey.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 150%;
  background-attachment: fixed;
  padding: 10% 0%;
  position: relative;
}

.wrapper_div.welcome {
  margin-left: 15%;
  margin-right: 15%;
}

.welcome_headline {
  color: var(--grey);
}

.section_text {
  color: var(--black);
  letter-spacing: 5px;
  text-transform: uppercase;
}

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

.services_text_cell {
  justify-content: center;
  padding-left: 5%;
  padding-right: 10%;
}

.services_headline {
  font-size: 2em;
  font-weight: 700;
}

.services_btn {
  color: var(--black);
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  text-decoration: none;
  display: flex;
}

.dot_div {
  width: 20px;
  height: 20px;
  background-color: var(--grey);
  border-radius: 30px;
  margin-right: 20px;
}

.services_img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.lasik_section {
  background-color: var(--white);
  background-image: url('../images/lines-decor-lightgrey.svg');
  background-repeat: no-repeat;
  background-size: 150%;
  background-attachment: fixed;
  padding: 0% 0% 5%;
}

.lasik_candidate_wrapper {
  background-color: var(--black);
  justify-content: space-between;
  margin-bottom: 10%;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 0%;
  display: flex;
  position: relative;
}

.candidate_img_div {
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.lasik_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}

.candidate_text_div {
  width: 100%;
  height: auto;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 15% 5%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lasik_headline {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.4em;
  line-height: 1em;
}

.lasik_headline.candidate {
  color: #9acbff;
  font-size: 3em;
}

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

.white_text.nomargin {
  margin-bottom: 0;
}

.button {
  background-color: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  padding: 20px 30px;
}

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

.lasik_subheadline {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1em;
}

.lasik_subheadline.no_margin {
  margin-bottom: 10px;
  font-size: 1.6em;
}

.lasik_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 10%;
  padding: 0;
  position: relative;
}

.lasik_main_headline {
  z-index: 10;
  opacity: 1;
  color: var(--black);
  margin-bottom: 30px;
  margin-left: 0%;
  margin-right: 0;
  font-size: 5em;
  font-weight: 200;
  line-height: .9em;
  position: static;
  top: 0%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.lasik_text_cell {
  justify-content: center;
  padding-top: 0%;
  padding-left: 15%;
  padding-right: 5%;
}

.lasik_img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lasik_img_cell {
  align-items: stretch;
}

.p_nomargin {
  margin-bottom: 0;
}

.technology_gid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 10%;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
}

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

.laser_img {
  width: 99.9997%;
  height: 100%;
  object-fit: cover;
  margin-top: 0%;
}

.technology_header_div {
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
}

.tech_headline {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.6em;
  line-height: 1em;
}

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

.lasik_text_cell_right {
  justify-content: center;
  padding-left: 5%;
  padding-right: 15%;
}

.steps_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: -5%;
  margin-left: 15%;
  margin-right: 0%;
  padding: 0;
}

.step_cell {
  background-color: var(--darker-blue);
  padding: 10%;
}

.step_text {
  color: var(--white);
  text-transform: none;
  margin-bottom: 20px;
  font-weight: 200;
}

.step_headline {
  height: 65px;
  color: var(--white);
  margin-bottom: 10px;
  font-size: 1.6em;
}

.doc_section {
  background-image: url('../images/lines-decor-lightgrey.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 150%;
  background-attachment: fixed;
  padding: 0% 5% 5%;
}

.docs_wrapper {
  position: relative;
}

.docs_img_div {
  width: 99.9997%;
  height: 600px;
  overflow: hidden;
}

.docs_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.docs_text_img {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  padding: 10% 15% 5%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.docs_headline {
  color: var(--white);
  margin-bottom: 10px;
}

.docs_subheadline {
  color: #dfdfdf;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
}

.resources_section {
  background-image: url('../images/lines-decor-lightgrey.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 150%;
  background-attachment: fixed;
  padding-top: 0%;
  padding-bottom: 0%;
}

.resources_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-left: 15%;
  padding: 0;
}

.resources_text_cell {
  justify-content: center;
  padding-left: 0%;
  padding-right: 5%;
}

.resources_img_div {
  overflow: hidden;
}

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

.footer_section {
  background-color: var(--footer_blue);
  padding: 5% 15%;
}

.dropdown_toggle {
  color: var(--black);
  padding-left: 15px;
  padding-right: 20px;
}

.dropdown_toggle.w--open {
  color: var(--grey);
}

.dropdown_icon {
  margin-right: 5px;
  font-size: .7em;
}

.dropdown_list.w--open {
  background-color: var(--grey);
}

.dropdown_link {
  color: var(--white);
  font-size: .95em;
}

.dropdown_link:hover {
  color: var(--white);
  background-color: #3f555c;
}

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

.contact_cell {
  align-items: stretch;
}

.footer_headline {
  color: #89c2ff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1em;
}

.location_name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1em;
}

.address_text {
  color: var(--white);
  margin-bottom: 15px;
  font-size: .9em;
}

.phone_fax {
  color: var(--white);
  font-size: .9em;
}

.hours_text {
  color: var(--white);
  font-size: .85em;
}

.links_cell {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.footer_links_div {
  width: 48%;
  flex-direction: column;
  justify-content: space-between;
  display: block;
}

.quick_link {
  color: var(--white);
  margin-bottom: 10px;
  font-size: .9em;
  display: block;
}

.quick_link:hover {
  color: var(--grey);
}

.text_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 15px;
}

.text_field::-ms-input-placeholder {
  color: var(--grey);
}

.text_field::placeholder {
  color: var(--grey);
}

.submit_btn {
  background-color: var(--grey);
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
}

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

.text_area {
  min-height: 120px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 30px;
}

.text_area::-ms-input-placeholder {
  color: var(--grey);
}

.text_area::placeholder {
  color: var(--grey);
}

.footer_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid rgba(133, 152, 158, .47);
  margin-top: 5%;
  padding: 30px 0 0;
}

.soc_media_cell {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer_cell {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.footer_logo {
  width: 150px;
}

.footer_text_div {
  width: auto;
  margin-top: 5%;
  margin-left: 0%;
  font-size: .85em;
}

.footer_text {
  color: var(--white);
  margin-top: 0;
  font-size: .9em;
}

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

.soc_media_btn:hover {
  opacity: 1;
}

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

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

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

.s_wrapper {
  width: 25%;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.s_cell {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.s_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/search-icon.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 0;
}

.s_input::-ms-input-placeholder {
  color: var(--grey);
}

.s_input::placeholder {
  color: var(--grey);
}

.search-button {
  background-color: var(--grey);
  color: var(--white);
  text-transform: uppercase;
  font-size: .8em;
  display: none;
}

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

.tech_img_div {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.arrow1 {
  width: 120px;
  position: absolute;
  bottom: 66.5px;
  left: 61px;
  transform: rotate(-74deg);
}

.arrow2 {
  width: 120px;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: auto;
  right: 22%;
  transform: rotate(-66deg);
}

.arrow3 {
  width: 120px;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 24%;
  transform: rotate(134deg);
}

.static_btns_div {
  z-index: 100;
  flex-direction: column;
  align-items: stretch;
  margin-right: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 0;
}

.static_btn {
  height: 50px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--grey) black var(--grey) var(--grey);
  background-color: var(--footer_blue);
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  align-items: center;
  margin-bottom: 1px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.static_btn:hover {
  background-color: var(--blue);
  color: #fff;
}

.static_btn.phone {
  display: none;
}

.side_btn_icon {
  width: 24px;
  margin-right: 10px;
}

.inner_page_section {
  background-color: #e7e7e7;
  padding: 10%;
}

.innerpage_headline {
  color: var(--darker-blue);
  font-size: 2em;
}

.innerpage_img_div_right {
  width: 25%;
  height: 250px;
  float: right;
  margin-bottom: 20px;
  margin-left: 40px;
  overflow: hidden;
}

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

.inner_video_placeholder {
  width: 45%;
}

.inner_video_placeholder.left {
  float: left;
  margin-bottom: 20px;
  margin-right: 40px;
}

.inner_video_placeholder.right {
  float: right;
  margin-left: 40px;
}

.inner_img_div_center {
  width: 60%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.breadcrumbs_wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, .26);
  align-items: center;
  margin-bottom: 5%;
  padding-bottom: 20px;
  display: flex;
}

.related_pages_txt {
  margin-right: 10px;
  font-size: .9em;
  font-weight: 600;
}

.breadcrumbs_link {
  color: var(--very-dark-blue);
  margin-right: 10px;
  font-size: .9em;
}

.breadcrumbs_link.w--current {
  color: var(--grey);
}

@media screen and (max-width: 991px) {
  .navmenu {
    background-color: #fcf8f8;
  }

  .main_tagline_wrapper {
    width: 35%;
    bottom: 24%;
    left: 8%;
  }

  .main_tagline {
    letter-spacing: 0;
    font-size: 3em;
  }

  .main_tagline_thin {
    font-size: 3em;
  }

  .navwrapper {
    align-items: center;
    padding-right: 5%;
  }

  .wrapper_div.welcome {
    margin-left: 10%;
    margin-right: 10%;
  }

  .dot_div {
    margin-right: 10px;
  }

  .lasik_section {
    padding-bottom: 10%;
  }

  .lasik_candidate_wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .candidate_text_div {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lasik_main_headline {
    font-size: 4em;
  }

  .lasik_text_cell {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lasik_img_div {
    height: 600px;
  }

  .technology_gid {
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .technology_header_div {
    margin-left: 10%;
    margin-right: 10%;
  }

  .lasik_text_cell_right {
    padding-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .steps_grid {
    margin-top: 5%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .step_cell {
    padding: 5%;
  }

  .step_headline {
    height: auto;
    margin-bottom: 20px;
  }

  .doc_section {
    padding-bottom: 10%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .docs_text_img {
    padding-left: 10%;
    padding-right: 10%;
  }

  .resources_section {
    padding-bottom: 10%;
  }

  .resources_grid {
    margin-left: 10%;
  }

  .resources_img_div {
    height: 100%;
  }

  .footer_section {
    padding: 10%;
  }

  .navlink_dropdown, .dropdown_toggle {
    display: block;
  }

  .dropdown_icon {
    margin-right: 10px;
  }

  .menu-button {
    color: #050505;
    border: 1px solid #000;
  }

  .menu-button:hover {
    border-color: var(--blue);
    background-color: var(--blue);
    color: #fcfafa;
  }

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

  .inner_page_section {
    padding-top: 20%;
  }

  .innerpage_img_div_right {
    width: 45%;
    height: 200px;
    margin-left: 20px;
  }

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

  .inner_video_placeholder.right {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .inner_img_div_center {
    width: 100%;
  }

  .breadcrumbs_wrapper {
    flex-wrap: wrap;
  }

  .related_pages_txt, .breadcrumbs_link {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: absolute;
  }

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

  .hero_section {
    height: 400px;
  }

  .main_tagline_wrapper {
    top: 397px;
    bottom: auto;
  }

  .main_tagline, .main_tagline_thin {
    font-size: 2em;
  }

  .navwrapper {
    padding-left: 2%;
    padding-right: 2%;
    position: static;
  }

  .services_text_cell {
    padding-left: 10%;
  }

  .lasik_candidate_wrapper {
    flex-direction: column;
  }

  .candidate_img_div {
    height: 300px;
  }

  .lasik_img {
    object-position: 50% 50%;
  }

  .candidate_text_div {
    margin-top: -180px;
    padding-bottom: 10%;
    position: static;
  }

  .lasik_headline.candidate {
    font-size: 2em;
  }

  .lasik_subheadline.no_margin {
    font-size: 1.4em;
  }

  .lasik_main_headline {
    font-size: 3.6em;
  }

  .lasik_img_div {
    height: 450px;
  }

  .docs_wrapper {
    background-color: var(--black);
  }

  .docs_img_div {
    height: 300px;
  }

  .docs_text_img {
    background-image: linear-gradient(rgba(0, 0, 0, .4), #000);
    margin-top: 0;
    padding-bottom: 10%;
    position: relative;
    top: auto;
  }

  .docs_headline {
    font-size: 2em;
  }

  .resources_grid {
    margin-right: 10%;
  }

  .resources_img_div {
    height: 450px;
  }

  .arrow1, .arrow2, .arrow3 {
    display: none;
  }

  .static_btns_div {
    margin-top: 77px;
    position: static;
  }

  .static_btn {
    height: 44px;
    border-style: none;
    border-color: #000;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }

  .static_btn.phone {
    display: none;
  }

  .inner_page_section {
    padding-top: 10%;
  }

  .innerpage_img_div_right {
    width: 100%;
    height: 250px;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero_section {
    background-position: 100% 15%;
  }

  .phone_btn {
    display: none;
  }

  .main_tagline_wrapper {
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, .73);
    padding: 28px;
    top: 585px;
    left: 0%;
  }

  .main_tagline {
    font-size: 1.6em;
  }

  .main_tagline_thin {
    font-size: 1.4em;
  }

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

  .welcome_headline {
    line-height: 1em;
  }

  .services_btn {
    font-size: 1.1em;
  }

  .lasik_candidate_wrapper {
    margin-bottom: 15%;
  }

  .lasik_img {
    object-position: 80% 50%;
  }

  .lasik_main_headline {
    font-size: 2em;
  }

  .step_cell {
    padding: 10%;
  }

  .step_headline {
    font-size: 1.4em;
  }

  .doc_section {
    padding-bottom: 15%;
  }

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

  .docs_headline {
    font-size: 1.6em;
  }

  .docs_subheadline {
    font-size: 1.4em;
  }

  .resources_img_div {
    height: 350px;
  }

  .footer_section {
    padding-top: 15%;
  }

  .links_cell {
    flex-wrap: wrap;
  }

  .footer_links_div {
    width: 100%;
    margin-bottom: 40px;
  }

  .s_wrapper {
    width: 90%;
  }
 
  .static_btns_div {
    margin-top: 97px;
  }

  .static_btn.phone {
    display: flex;
  }
}

#w-node-c68c279b-0202-18c5-c223-4393df4b0a0d-b2a53025 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_0e9fc883-05ca-c175-72c5-55044a4d4348-b2a53025, #w-node-_9af3612e-603a-a56b-ef7e-fa0dfce06942-b2a53025, #w-node-_512fd9cf-1b93-f48a-259e-bd14fea9eb55-b2a53025 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_89e22e51-c3cc-e4fb-8b87-60a89fc9be17-b2a53025 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_42c8558d-4e1a-e906-0686-22fcf2fb7ae0-b2a53025 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-cd0cd57f-0fd1-6bff-2e1b-9ee6768978db-b2a53025 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
}

#w-node-_33d59023-d829-6c2d-0b2a-b76f3da0cff4-b2a53025 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0e21e46b-ce62-16a4-cffa-2c484ee7fce2-ae1573a3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
}

#w-node-_0e21e46b-ce62-16a4-cffa-2c484ee7fd46-ae1573a3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0e9fc883-05ca-c175-72c5-55044a4d4348-b2a53025, #w-node-_512fd9cf-1b93-f48a-259e-bd14fea9eb55-b2a53025, #w-node-_89e22e51-c3cc-e4fb-8b87-60a89fc9be17-b2a53025 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cd0cd57f-0fd1-6bff-2e1b-9ee6768978db-b2a53025, #w-node-_0e21e46b-ce62-16a4-cffa-2c484ee7fce2-ae1573a3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c68c279b-0202-18c5-c223-4393df4b0a0d-b2a53025, #w-node-_42c8558d-4e1a-e906-0686-22fcf2fb7ae0-b2a53025, #w-node-cd0cd57f-0fd1-6bff-2e1b-9ee6768978db-b2a53025, #w-node-_0e21e46b-ce62-16a4-cffa-2c484ee7fce2-ae1573a3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9af3612e-603a-a56b-ef7e-fa0dfce06942-b2a53025 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


