@font-face {
  font-family: Mont;
  src: url('../fonts/MONT-BLACKITALIC.TTF') format("truetype"), url('../fonts/MONT-HEAVYITALIC.TTF') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/MONT-BLACK.OTF') format("opentype"), url('../fonts/MONT-HEAVY.OTF') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/MONT-BOLDITALIC.TTF') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mont Book;
  src: url('../fonts/MONT-BOOK.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/MONT-BOLD.OTF') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/MONT-EXTRALIGHT.TTF') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/MONT-THIN.TTF') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/MONT-EXTRALIGHTITALIC.TTF') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/MONT-REGULARITALIC.TTF') format("truetype"), url('../fonts/MONT-BOOKITALIC.OTF') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/MONT-LIGHT.TTF') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/MONT-THINITALIC.TTF') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/MONT-SEMIBOLD.TTF') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/ROBOTO-BOLD.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/MONT-LIGHTITALIC.TTF') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/ROBOTO-BOLDITALIC.TTF') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/ROBOTO-LIGHTITALIC.TTF') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/ROBOTO-THIN.TTF') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/ROBOTO.MEDIUM-ITALIC.TTF') format("truetype"), url('../fonts/ROBOTO.MEDIUM.TTF') format("truetype"), url('../fonts/ROBOTO-REGULAR.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/ROBOTO-THINITALIC.TTF') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/ROBOTO-ITALIC.TTF') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/ROBOTO-LIGHT.TTF') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/MONT-SEMIBOLDITALIC.TTF') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/MONT-REGULAR.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --theme: #f6931d;
  --theme-secondary: #103f76;
  --black: black;
  --white: white;
  --omoh-p-color2: #777;
  --omvoh-green: #98d801;
  --omvoh-prim: #0133a0;
  --systemflow-lite--primary--60: #2f54eb;
  --systemflow-lite--neutral--70: #838d95;
  --systemflow-lite--neutral--80: #636b75;
  --systemflow-lite--neutral--90: #1e2024;
  --systemflow-lite--neutral--10: white;
  --systemflow-lite--primary--50: #597ef7;
  --systemflow-lite--primary--70: #1d39c4;
  --systemflow-lite--primary--80: #10239e;
  --systemflow-lite--neutral--60: #aaafb6;
  --systemflow-lite--neutral--100: #0e0f11;
  --systemflow-lite--neutral--20: #f9fafb;
  --systemflow-lite--primary--10: #f2f6ff;
  --systemflow-lite--neutral--40: #dde1e6;
  --systemflow-lite--neutral--30: #edf0f3;
  --systemflow-lite--neutral--50: #d0d4d9;
  --omovoh-p-color: #555;
  --omvoh-mont: Mont, Verdana, sans-serif;
  --omvoh-roboto: Roboto, "Times New Roman", sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

li {
  color: var(--theme);
  padding-bottom: 10px;
}

.navbar-no-shadow {
  position: static;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: static;
  top: 140px;
}

.navbar-no-shadow-container.fixed {
  position: fixed;
}

.container-regular {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-regular.align-center {
  align-items: center;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper.hide_on_desktop {
  display: none;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--theme-secondary);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--theme-secondary);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.page-content {
  min-height: 80vh;
  padding-top: 100px;
}

.container {
  color: var(--black);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.hero-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bg-image {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/bg-home.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.section.grey-background {
  background-color: #f8f8f8;
}

.section.omvoh_footer {
  background-color: #1f2520;
}

.section.themecolored {
  background-color: #103f76b3;
  display: none;
}

.section.grey {
  background-color: #f8f8f8;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 52px;
}

.heading.hero_title {
  font-weight: 700;
}

.paragraph {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 50px;
}

.hero_title {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 52px;
}

.transparent-button {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 25px;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 24px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.button {
  border: 2px solid var(--theme);
  background-color: var(--theme);
  text-align: center;
  border-radius: 25px;
  min-width: 200px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

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

.body {
  font-family: Open Sans, sans-serif;
}

.heading-2 {
  color: var(--theme-secondary);
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 600;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 24px;
}

.paragraph-3 {
  max-width: 80%;
  font-size: 18px;
  line-height: 24px;
}

.hero-section {
  background-image: url('../images/hero-image-min.jpeg');
  background-position: 50%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer.grey-background {
  background-color: #f8f8f8;
}

.footer.theme-background {
  background-color: var(--theme-secondary);
  color: var(--white);
}

.v-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-img {
  margin-bottom: 20px;
}

.link {
  color: var(--theme-secondary);
  font-size: 18px;
  line-height: 24px;
}

.paragraph-4 {
  font-size: 18px;
  line-height: 24px;
}

.paragraph-5 {
  padding-top: 10px;
  line-height: 18px;
}

.shadow {
  box-shadow: 0 2px 5px #0003;
}

.header {
  background-color: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  box-shadow: inset 0 2px 5px #0003, 0 2px 5px #0003;
}

.list-item {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block, .text-block-2 {
  color: var(--theme-secondary);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

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

.div-block-2 {
  width: 40%;
  max-width: 40%;
}

.div-block-2.pr20 {
  color: var(--white);
  padding-right: 20px;
}

.div-block-3 {
  width: 60%;
  max-width: 60%;
}

.paragraph-6 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.heading-3 {
  color: var(--theme);
  margin-top: 0;
  margin-bottom: 40px;
}

.paragraph-7, .paragraph-8 {
  font-size: 18px;
  line-height: 24px;
}

.vision-list {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.brand {
  text-align: center;
  min-width: 150px;
  height: auto;
  min-height: 80px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
}

.brand.w--current {
  min-width: 120px;
  height: auto;
  min-height: 75px;
  margin-top: 4px;
  padding-top: 0;
}

.nav {
  background-color: #fff;
  border-radius: 3px;
  max-width: 1400px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px #0003;
}

.nav-wrapper {
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-list {
  color: #333;
  border-radius: 5px;
  padding: 20px 10px;
}

.dropdown-list.w--open {
  color: #000;
  background-color: #fff;
  width: 200px;
  min-width: auto;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  top: 40px;
  left: -25px;
  box-shadow: 0 5px 4px 1px #0003;
}

.icon-2 {
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.navigation {
  z-index: 999;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.icon {
  height: 20px;
}

.text-block-12 {
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.nav-link-8 {
  border-bottom: 2px solid #0000;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
  transition: border-color .2s;
  display: inline-block;
}

.nav-link-8:hover {
  border-bottom-color: var(--theme);
}

.nav-link-8.w--current {
  border-bottom: 2px solid var(--theme);
  color: #222;
  margin-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-8.pr40 {
  margin-left: 5px;
  margin-right: 0;
  padding-right: 20px;
}

.nav-link-8.pr40:hover {
  border-bottom-color: var(--theme);
  color: var(--theme);
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.image-4 {
  object-fit: fill;
  width: 260px;
  min-width: 140px;
  min-height: 70px;
  max-height: 100px;
  margin-top: 0;
  padding-top: 0;
}

.nav-link-7 {
  border-bottom: 2px solid #0000;
  margin-left: 6px;
  margin-right: 6px;
  padding: 8px 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: border-color .2s;
  display: inline-block;
}

.nav-link-7:hover {
  border-bottom-color: var(--theme);
  color: var(--theme);
}

.nav-link-7.w--current {
  border-bottom: 2px solid var(--theme);
  color: #222;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.nav-link-7.apply {
  color: #fff;
  background-color: #e70066;
  border: 2px solid #d9000d;
  border-radius: 30px;
  margin-left: 5px;
  padding-left: 18px;
  padding-right: 18px;
  transition: border-color .2s, background-color .2s;
}

.nav-link-7.apply:hover, .nav-link-7.apply.w--current {
  color: #e70066;
  background-color: #0000;
  border-color: #e70066;
}

.list {
  color: var(--white);
  padding-left: 20px;
}

.section-20 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-20.photo-background {
  color: #fff;
  background-image: linear-gradient(#ffffff8f, #ffffff8f), url('../images/bg-edu.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-27 {
  background-color: #fff0;
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.cta-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 44px;
  position: static;
}

.paragraph-9 {
  font-size: 18px;
  line-height: 24px;
}

.pr20 {
  padding-right: 20px;
}

.heading-4 {
  color: var(--theme);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

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

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

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

.flex.justify-start.pt40 {
  padding-top: 40px;
}

.flex.justify-start.pt60 {
  padding-top: 60px;
}

.speaker {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  margin-bottom: 40px;
  display: flex;
}

.heading-5 {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-10 {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.bold-text {
  font-size: 18px;
  line-height: 24px;
}

.div-block-4 {
  color: var(--black);
}

.div-block-4.pl20 {
  padding-left: 20px;
}

.image-5 {
  max-height: 300px;
}

.paragraph-11 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.section-title-wrapper {
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-title {
  color: var(--theme-secondary);
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.title-line {
  background-color: var(--theme);
  flex: 1;
  height: 2px;
}

.div-block-5 {
  height: 2px;
}

.horizontal-line {
  color: var(--theme);
  text-align: center;
  border: 1px solid #dadada;
  width: 80%;
  height: 2px;
  margin: 40px auto 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-6 {
  min-width: 160px;
}

.paragraph-12 {
  padding-left: 40px;
  font-size: 18px;
  line-height: 24px;
}

.list-2 {
  padding-top: 40px;
  padding-left: 20px;
}

.list-item-3 {
  color: #333;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  list-style-type: disc;
}

.body-2, .body-3 {
  font-family: Open Sans, sans-serif;
}

.directors {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  border-radius: 5px;
}

.paragraph-13 {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.image-8 {
  border-radius: 10px;
}

.paragraph-14 {
  font-size: 18px;
  line-height: 26px;
}

.paragraph-15 {
  font-size: 18px;
  line-height: 24px;
}

.image-9 {
  min-width: 150px;
}

.pl40 {
  width: 100%;
  padding-left: 40px;
}

.heading-6 {
  font-size: 18px;
  line-height: 23px;
}

.list-3 {
  padding-left: 20px;
}

.list-item-4 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.heading-7 {
  color: var(--theme-secondary);
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-8 {
  color: var(--theme-secondary);
}

.rich-text-block {
  display: flex;
}

.link-2 {
  color: var(--theme);
  text-decoration: underline;
}

.list-item-5 {
  color: var(--theme);
  font-size: 18px;
  line-height: 24px;
}

.guideine_faq_title {
  width: 100%;
  padding: 10px 40px 10px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.guideine_faq_title.grey-background {
  background-color: #f8f8f8;
  margin-right: 10px;
}

.guideline_faqs {
  width: 50%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

.p10 {
  padding: 10px;
}

.dropdown-list-2 {
  background-color: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 20px;
}

.dropdown-list-2.w--open {
  position: static;
}

.div-block-6 {
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: flex-start;
  display: flex;
}

.list-4, .list-5 {
  font-size: 18px;
  line-height: 24px;
}

.journal-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-10 {
  min-width: 160px;
  box-shadow: 0 4px 6px 3px #0003;
}

.pdfs-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.link-block {
  width: 100%;
  padding-bottom: 20px;
}

.div-block-7 {
  width: 30%;
  padding-right: 40px;
}

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

.ls6 {
  color: var(--black);
  padding-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.list-6 {
  color: #000;
}

.link-3 {
  color: var(--black);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

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

.text-block-5 {
  padding-left: 10px;
}

.flex-block-15 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-47 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  display: block;
}

.container-28 {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image-21 {
  width: 300px;
}

.bold-text-13 {
  line-height: 24px;
}

.bold-text-14 {
  color: #222;
  font-size: 18px;
  line-height: 24px;
}

.text-block-6 {
  padding-left: 10px;
}

.container-31 {
  background-color: #0000;
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.page-content-2 {
  padding-top: 160px;
  padding-bottom: 0;
}

.div-block-48 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.align-center {
  text-align: center;
  padding-bottom: 40px;
}

.bold-text-15 {
  color: #222;
  font-size: 18px;
  line-height: 24px;
}

.link-block-20 {
  display: flex;
}

.flex-block-16 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.html-embed {
  color: #d9000d;
  width: 30px;
}

.div-block-49 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-21 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.div-block-51 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-10 {
  color: var(--theme-secondary);
  margin-top: 0;
  text-decoration: none;
}

.link-block-21 {
  width: 100%;
  text-decoration: none;
}

.image-22 {
  text-align: left;
  object-fit: contain;
  width: 100%;
  height: auto;
  min-height: 150px;
  max-height: none;
  display: block;
}

.paragraph-16 {
  color: var(--black);
  font-size: 18px;
  line-height: 24px;
}

.paragraph-17 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.speakers-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.spekaer-item {
  width: 50%;
  margin-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.image-23 {
  border-radius: 10px;
  width: 150px;
  min-width: 150px;
  height: 150px;
}

.speaker_label {
  color: #717e94;
  margin-bottom: 2px;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
}

.speaker_text {
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 24px;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
}

.meeting_title {
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.p20 {
  padding: 20px;
}

.p20.grey-background {
  background-color: #f8f8f8;
  border-radius: 10px;
}

.p20.grey-background.shadow {
  border-radius: 5px;
  margin-bottom: 40px;
}

.link-4, .gudielines_link {
  color: var(--theme);
}

.rich-text-block-2 {
  font-size: 18px;
  line-height: 24px;
}

.rich-text-block-2.pt40 {
  padding-top: 40px;
  display: block;
}

.image-24 {
  object-fit: fill;
  width: 400px;
  min-height: 100px;
  display: block;
}

.div-block-53._1 {
  display: none;
}

.div-block-54 {
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
}

.image-26 {
  width: 200px;
  min-width: 200px;
}

.collection-list {
  margin-bottom: 40px;
}

.hide {
  display: none;
}

.paragraph-18 {
  font-size: 18px;
  display: block;
}

.otab {
  color: var(--omoh-p-color2);
  text-transform: uppercase;
  background-color: #f1f1f2;
  border-right: 1px #ddd;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  font-family: Mont, Verdana, sans-serif;
  font-weight: 600;
  display: flex;
}

.otab:hover {
  background-color: var(--omvoh-green);
  color: var(--omvoh-prim);
}

.otab.w--current {
  background-color: var(--omvoh-green);
  color: var(--omvoh-prim);
  text-transform: uppercase;
  border-right-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Mont, Verdana, sans-serif;
}

.otab.last_child {
  border-right: 0 #0000;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tabs-menu.shadow {
  z-index: 999;
  background-color: #f1f1f2;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  position: sticky;
  top: 0;
  box-shadow: 1px 1px 8px 1px #0000001a;
}

.div-block-55 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tabs {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: block;
}

.div-block-56 {
  position: absolute;
  left: 15px;
}

.omvoh-menu-wrapper {
  padding-top: 0;
  font-family: Mont, Verdana, sans-serif;
  position: relative;
}

.tabs_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  padding-bottom: 0;
  display: flex;
}

.image-27 {
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
}

.o_menu_text {
  border-right: 1px solid #ddd;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Mont, Verdana, sans-serif;
}

.o_menu_text.lastchild {
  border-right-style: none;
}

.material-icons.sysf-feature-icon-small {
  color: var(--systemflow-lite--primary--60);
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.material-icons.sysf-feature-icon-small.sysf-slider-icon {
  color: var(--systemflow-lite--neutral--70);
}

.material-icons.sysf-feature-icon-small.sysf-slider-icon:hover {
  color: var(--systemflow-lite--neutral--80);
}

.sysf-right-arrow {
  color: var(--systemflow-lite--neutral--90);
  justify-content: center;
  align-items: center;
  display: flex;
}

.sysf-left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sysf-button-text {
  font-weight: 500;
  display: inline-block;
}

.sysf-button {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button.sysf-medium:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button.sysf-medium:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button.sysf-medium:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-ctas-wrapper {
  margin-top: 1.5rem;
}

.sysf-body-text {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
}

.sysf-body-text.sysf-m {
  letter-spacing: -.011em;
}

.sysf-c-t-neutral-60 {
  color: var(--systemflow-lite--neutral--60);
}

.sysf-heading {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading.sysf-xl {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-heading.sysf-xl.sysf-c-t-neutral-10 {
  color: #fff;
}

.sysf-c-t-neutral-10 {
  color: var(--systemflow-lite--neutral--10);
}

.sysf-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: center;
}

.sysf-wrapper-l {
  padding-top: 128px;
  padding-bottom: 128px;
}

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-slide-3 {
  background-color: var(--systemflow-lite--neutral--100);
}

.sysf-c-t-primary-60 {
  color: var(--systemflow-lite--primary--60);
}

.sysf-slide-2 {
  background-color: var(--systemflow-lite--neutral--20);
}

.sysf-slide-1 {
  background-color: var(--systemflow-lite--primary--10);
  height: 100%;
}

.sysf-slider {
  background-color: #0000;
  height: 100%;
}

.slide {
  background-image: url('../images/BannerImage1.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
  min-height: 500px;
}

.slide-2 {
  background-image: url('../images/BannerImage2.jpg');
  background-position: 50%;
  background-size: auto;
  height: 100%;
  min-height: 500px;
}

.slide-3 {
  background-image: url('../images/BannerImage3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 500px;
}

.mask {
  height: auto;
}

.slider {
  height: 100%;
  min-height: 100%;
}

.div-block-58 {
  background-image: url('../images/Banner_Text_Background.jpg');
  background-position: 50%;
  background-size: cover;
  width: 350px;
  padding: 20px 20px 10px;
  position: absolute;
  top: 170px;
  left: 9%;
}

.div-block-58.hide-from-tablet {
  display: block;
  left: 5%;
}

.heading-12 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Mont, Verdana, sans-serif;
}

.paragraph-19 {
  color: var(--white);
  line-height: 22px;
}

.div-block-59 {
  background-color: var(--omvoh-green);
  width: 100%;
  height: 3px;
}

.omvoh_logo {
  z-index: 9999;
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  top: 0;
  left: 1%;
}

.oh2-1 {
  color: var(--omvoh-prim);
  text-align: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-20 {
  color: #212529;
  text-align: center;
  font-weight: 600;
}

.bold-text-16 {
  font-weight: 700;
}

.omvoh_row {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-62 {
  width: 33.33%;
  min-height: 0;
  padding: 15px;
}

.blue_bg_card {
  color: var(--white);
  background-image: url('../images/Banner_Text_Background.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 290px;
  padding: 20px;
  display: flex;
}

.image-28 {
  width: 50px;
  height: 50px;
}

.green_line {
  background-color: var(--omvoh-green);
  width: 80px;
  height: 3px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.paragraph-21 {
  text-align: center;
}

.rich-text-block-3 {
  color: var(--omvoh-green);
}

.code-embed {
  text-align: center;
  font-weight: 600;
}

.heading-13 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, Times New Roman, sans-serif;
  font-weight: 400;
}

.o_section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.o_section._0_grey_bg {
  background-color: #f1f1f2;
}

.div-block-63, .div-block-64 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.image-29 {
  border-right: 15px solid var(--omvoh-green);
  border-bottom: 15px solid var(--omvoh-green);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

.image-29.clipped_img {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.blue_txt {
  color: var(--omvoh-prim);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.watch_video_btn {
  background-color: var(--omvoh-green);
  color: var(--white);
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 200px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.watch_video_btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.image-30 {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.text-block-13 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.div-block-65 {
  border-bottom: 1px solid #dee2e6;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-66 {
  display: flex;
}

.div-block-67 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-31 {
  width: 30px;
  min-width: 30px;
  height: 30px;
}

.div-block-68 {
  border-right: 2px solid var(--omvoh-green);
  width: 2px;
  height: 50px;
  margin-top: 20px;
  padding-top: 0;
}

.div-block-69 {
  padding-left: 20px;
}

.paragraph-22 {
  color: #555;
  font-weight: 600;
}

.code-embed-2 {
  color: var(--omvoh-prim);
  font-weight: 600;
}

.omvoh_row_start {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.play_icon_hover {
  z-index: 99;
  width: 100px;
  min-width: 100px;
  height: 100px;
  position: absolute;
  top: 30%;
  left: 40%;
}

.prelative {
  position: relative;
}

.modal {
  z-index: 999;
  opacity: .7;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 500px;
  height: 100%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0;
}

.modal.modal-container {
  opacity: 100;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#000c, #000c);
  height: 100vh;
  min-height: 100vh;
  padding: 20px;
  display: none;
  position: fixed;
  left: 0;
}

.sysf-button-text-2 {
  font-weight: 500;
  display: inline-block;
}

.sysf-button-2 {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button-2:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button-2:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-2:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button-2.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button-2.sysf-medium:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-2.sysf-medium:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button-2.sysf-medium:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-2.sysf-small {
  border-radius: 6px;
  padding: 4px 8px;
  font-size: .875rem;
  line-height: 1.5rem;
}

.sysf-button-2.sysf-small:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-2.sysf-small:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button-2.sysf-small:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-2.sysf-small.sysf-outline {
  box-shadow: 0 0 0 1px var(--systemflow-lite--neutral--40);
}

.sysf-button-2.sysf-small.sysf-outline:hover {
  background-color: var(--systemflow-lite--neutral--20);
}

.sysf-button-2.sysf-small.sysf-outline:active {
  background-color: var(--systemflow-lite--neutral--30);
}

.sysf-button-2.sysf-small.sysf-outline:focus {
  background-color: var(--systemflow-lite--neutral--20);
}

.sysf-button-2.sysf-outline {
  background-color: var(--systemflow-lite--neutral--10);
  color: var(--systemflow-lite--neutral--100);
}

.sysf-button-2.sysf-outline:hover {
  background-color: var(--systemflow-lite--neutral--30);
}

.sysf-s-m-l-8 {
  margin-left: 8px;
}

.sysf-modal-buttons-wrapper {
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.sysf-body-text-2 {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
}

.sysf-body-text-2.sysf-m {
  letter-spacing: -.011em;
}

.sysf-modal-content {
  padding: 24px;
}

.material-icons-2.sysf-icon-close {
  cursor: pointer;
}

.material-icons-2.sysf-icon-close:hover {
  opacity: .5;
}

.sysf-modal-header-title {
  color: var(--systemflow-lite--neutral--100);
  flex: 1;
  margin-bottom: 0;
  font-weight: 600;
}

.sysf-modal-header {
  border-bottom: 1px solid var(--systemflow-lite--neutral--40);
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.sysf-modal {
  border-style: solid;
  border-width: 1px;
  border-color: var(--systemflow-lite--neutral--50) var(--systemflow-lite--neutral--50) var(--systemflow-lite--neutral--40);
  background-color: var(--systemflow-lite--neutral--10);
  color: var(--systemflow-lite--neutral--90);
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 12px #00000026;
}

.sysf-wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-container-2 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-modal-wrapper {
  z-index: 5000;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.modal_body {
  width: 600px;
  min-width: 600px;
  margin: auto;
  position: relative;
}

.image-32 {
  width: 263px;
  margin-left: 10px;
  margin-right: 10px;
}

.close_btn {
  cursor: pointer;
  background-color: #0000;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.div-block-70 {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.green_bg_section {
  background-image: url('../images/lu_bg.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 120px;
}

.heading-14 {
  color: var(--omvoh-prim);
  text-align: center;
  margin-top: 0;
  font-size: 20px;
}

.paragraph-23 {
  color: var(--omvoh-prim);
  text-align: center;
  font-weight: 600;
}

.section-22 {
  margin-top: -100px;
}

.div-block-71 {
  background-color: var(--white);
  flex-flow: wrap;
  height: 50vh;
  padding: 20px;
  display: block;
}

.material-icons-3.sysf-feature-icon-small {
  color: var(--systemflow-lite--primary--60);
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.material-icons-3.sysf-feature-icon-small.sysf-slider-icon {
  color: var(--systemflow-lite--neutral--70);
}

.material-icons-3.sysf-feature-icon-small.sysf-slider-icon:hover {
  color: var(--systemflow-lite--neutral--80);
}

.sysf-right-arrow-2 {
  color: var(--systemflow-lite--neutral--90);
  justify-content: center;
  align-items: center;
  display: flex;
}

.sysf-left-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sysf-button-text-3 {
  font-weight: 500;
  display: inline-block;
}

.sysf-button-3 {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button-3:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button-3:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-3:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button-3.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button-3.sysf-medium:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-3.sysf-medium:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button-3.sysf-medium:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-ctas-wrapper-2 {
  margin-top: 1.5rem;
}

.sysf-body-text-3 {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
}

.sysf-body-text-3.sysf-m {
  letter-spacing: -.011em;
}

.sysf-c-t-neutral-60-2 {
  color: var(--systemflow-lite--neutral--60);
}

.sysf-heading-2 {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading-2.sysf-xl {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-heading-2.sysf-xl.sysf-c-t-neutral-10-2 {
  color: #fff;
}

.sysf-c-t-neutral-10-2 {
  color: var(--systemflow-lite--neutral--10);
}

.sysf-feature-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: center;
}

.sysf-wrapper-l-2 {
  width: 300px;
  padding-top: 128px;
  padding-bottom: 128px;
}

.sysf-container-3 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-slide-4 {
  background-color: var(--systemflow-lite--neutral--100);
}

.sysf-c-t-primary-60-2 {
  color: var(--systemflow-lite--primary--60);
}

.sysf-slide-5 {
  background-color: var(--systemflow-lite--neutral--20);
}

.sysf-slide-6 {
  background-color: var(--systemflow-lite--primary--10);
  width: 300px;
  height: 100%;
}

.sysf-slider-2 {
  background-color: #0000;
  height: 100%;
}

.slide-4, .slide-5 {
  width: 50%;
}

.mask-2, .slider-2 {
  width: 100%;
}

.white_bg {
  background-color: #fff;
  padding: 20px 40px;
}

.div-block-72 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 47%;
  margin: 10px;
  padding: 0;
  display: flex;
}

.div-block-72:hover {
  box-shadow: 1px 1px 8px 1px #0009;
}

.div-block-73 {
  background-color: var(--omvoh-prim);
  width: 100%;
  padding: 10px 12px 0;
}

.heading-15 {
  color: var(--white);
  text-align: left;
  font-family: Roboto, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-24 {
  color: var(--omvoh-green);
  font-weight: 600;
}

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

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

.div-block-74 {
  flex-flow: wrap;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.om_btn1 {
  background-color: var(--omvoh-green);
  color: var(--white);
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 224px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.om_btn1:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.om_btn2 {
  border: 2px solid var(--omvoh-green);
  color: var(--white);
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 200px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.om_btn2:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.dropdown-2 {
  width: 100%;
}

.icon-4 {
  left: 0;
}

.dropdown-toggle {
  width: 100%;
}

.o_grey_bg {
  background-color: #f1f1f2;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.material-icons-4.sysf-dropdown-menu-item-icon {
  color: var(--systemflow-lite--neutral--80);
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0;
  margin-bottom: -2px;
  margin-right: .5rem;
  font-size: 1.4rem;
}

.material-icons-4.sysf-icon-right {
  margin-left: 4px;
}

.sysf-dropdown-link-w-icon {
  color: var(--systemflow-lite--neutral--80);
  align-items: center;
  width: 100%;
  padding: 6px 16px;
  text-decoration: none;
  display: flex;
}

.sysf-dropdown-link-w-icon:hover {
  background-color: var(--systemflow-lite--neutral--20);
}

.sysf-dropdown-link-w-icon:active {
  background-color: var(--systemflow-lite--neutral--30);
}

.sysf-dropdown-menu-separator {
  background-color: var(--systemflow-lite--neutral--40);
  width: 100%;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.sysf-dropdown-menu-1 {
  z-index: 8;
  cursor: pointer;
  display: none;
}

.sysf-dropdown-menu-1:active {
  background-color: #b3d6f9;
}

.sysf-dropdown-menu-1.w--open {
  border: 1px solid var(--systemflow-lite--neutral--40);
  background-color: var(--systemflow-lite--neutral--10);
  color: var(--systemflow-lite--neutral--90);
  border-radius: 6px;
  width: 200px;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0003;
}

.sysf-text-icon-wrapper {
  align-items: center;
  display: flex;
}

.sysf-dropdown-inline {
  color: var(--systemflow-lite--neutral--80);
  padding: 0;
}

.sysf-dropdown-inline:hover {
  color: var(--systemflow-lite--primary--60);
}

.sysf-dropdown-inline:active, .sysf-dropdown-inline:focus {
  color: var(--systemflow-lite--primary--70);
}

.sysf-dropdown-inline.w--open {
  color: var(--systemflow-lite--primary--60);
}

.dropdown-list-3 {
  height: 100px;
}

.div-block-75 {
  display: flex;
  position: relative;
}

.heading-16 {
  color: #555;
  padding-left: 20px;
}

.image-33 {
  width: 30px;
  min-width: 30px;
  height: 30px;
}

.div-block-76 {
  display: none;
  position: absolute;
}

.dropdown-list-4 {
  min-height: 400px;
}

.dropdown-list-4.w--open {
  z-index: 999;
  background-color: #f1f1f2;
  height: auto;
  min-height: 200px;
  padding: 0 20px 20px 60px;
  inset: 60px auto auto;
}

.dropdown-link {
  min-height: 200px;
}

.dropdown-toggle-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-left: 60px;
  display: flex;
}

.dropdown-toggle-2.w--open {
  height: 100%;
  min-height: auto;
  padding-bottom: 10px;
  padding-left: 60px;
}

.dropdown-3 {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding-left: 0;
}

.icon-5 {
  font-size: 20px;
  position: absolute;
  left: 20px;
  right: auto;
}

.list-item-6 {
  color: #555;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}

.text-block-14 {
  color: var(--omovoh-p-color);
  padding-left: 0;
  font-weight: 600;
}

.image-34 {
  opacity: .5;
  width: 30px;
  min-width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
}

.list-7 {
  padding-left: 10px;
  list-style-type: decimal;
}

.list-item-7 {
  border-bottom: 1px none var(--omovoh-p-color);
  width: 100%;
}

.div-block-77 {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 20px;
}

.body-4 {
  font-family: Open Sans, sans-serif;
}

.heading-17 {
  margin-bottom: 40px;
}

.div-block-78 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-79 {
  padding: 0 20px 20px 60px;
}

.image-35 {
  opacity: .5;
  width: 30px;
  min-width: 30px;
  height: 30px;
}

.ref_title {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 5px;
  display: flex;
}

.heading-18 {
  color: var(--omovoh-p-color);
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
}

.ref_content {
  padding: 0 10px 10px 60px;
  transition: opacity .2s;
}

.ref_content.sysf-collapse-text {
  display: block;
}

.div-block-82 {
  border-bottom: 2px solid #e5e5e5;
  width: 100%;
  margin-bottom: 20px;
}

.div-block-83 {
  width: auto;
}

.link-5 {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.div-block-84 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.omvoh_row_start2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.div-block-85 {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 0 10px 20px;
  display: flex;
}

.image-36 {
  width: 150px;
}

.div-block-86 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-15 {
  color: var(--white);
  font-size: 11px;
  line-height: 18px;
}

.div-block-87 {
  border-bottom: 2px solid #555;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
}

.link-6, .link-7 {
  color: var(--white);
}

.section-23 {
  margin-bottom: 40px;
}

.section-23.pt40 {
  padding-top: 40px;
}

.section-23.pt20 {
  padding-top: 20px;
}

.section-24 {
  background-image: url('../images/BannerImage3.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 100px;
}

.div-block-88 {
  background-image: url('../images/yellow_card_bg.png');
  background-position: 50%;
  background-size: cover;
  width: 330px;
  min-width: 300px;
  height: auto;
  padding: 20px;
}

.paragraph-25 {
  color: var(--omvoh-prim);
  margin-top: 0;
  font-weight: 600;
}

.image-37 {
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin-bottom: 10px;
}

.heading-19 {
  color: var(--omvoh-prim);
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 16px;
}

.div-block-89 {
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 40px;
}

.section-25 {
  margin-top: -80px;
  margin-bottom: 0;
}

.div-block-90 {
  background-color: #fff;
  padding: 40px 20px;
}

.paragraph-26 {
  text-align: center;
}

.patient_bllue_bg {
  width: 33.33%;
  padding: 20px 15px;
}

.image-38 {
  width: 50px;
  min-width: 50px;
  height: 50px;
}

.patient_blue_card {
  background-image: url('../images/Banner_Text_Background.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 180px;
  padding: 20px;
  display: flex;
}

.code-embed-3 {
  color: var(--white);
  text-align: center;
  padding-top: 10px;
}

.oh2-roboto {
  color: var(--omvoh-prim);
  text-align: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.hide-from-tablet {
  display: none;
}

.tabs-2 {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
}

.green_bg_section_tabs {
  background-image: url('../images/lu_bg.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 120px;
}

.green_bg_section_tabs.prelative {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-bottom: 40px;
}

.po_tab {
  color: #777;
  text-align: center;
  background-color: #f1f1f2;
  border-radius: 5px 5px 0 0;
  min-width: 150px;
  margin-left: 10px;
  padding: 10px 40px;
  font-family: Roboto, Times New Roman, sans-serif;
}

.po_tab.w--current {
  background-color: var(--omvoh-prim);
  color: var(--white);
  text-align: center;
}

.paragraph-27 {
  text-align: center;
  font-weight: 600;
}

.tabpages_innner {
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.tabpages_innner.pt40 {
  padding-top: 40px;
}

.tabpages_innner.pt20 {
  padding-top: 20px;
}

.tabs_imgs {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-92 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-28 {
  color: var(--black);
  text-align: left;
  font-size: 10px;
  font-weight: 600;
}

.section-26 {
  height: auto;
  margin-top: -40px;
  position: sticky;
  top: 0;
}

.section-27 {
  background-image: url('../images/lu_bg.png');
  background-position: 0 0;
  background-size: auto;
  min-height: 60px;
}

.img_ftr {
  color: var(--omoh-p-color2);
  text-align: left;
  font-family: Roboto, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.heading-20 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.div-block-93 {
  background-color: var(--omvoh-prim);
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-94 {
  display: flex;
}

.table_half {
  background-color: #f1f1f2;
  width: 50%;
  padding: 10px;
}

.table_half.br-end {
  border-right: 2px solid #ddd;
}

.heading-21 {
  color: var(--omvoh-prim);
  text-align: left;
}

.list-item-8 {
  color: var(--black);
  text-align: left;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.paragraph-30 {
  color: var(--omoh-p-color2);
  text-align: left;
  font-size: 10px;
}

.list-9 {
  padding-left: 20px;
}

.section-28 {
  padding-top: 40px;
}

.div-block-95 {
  width: 33.33%;
  padding: 10px 15px 0;
}

.grey_bg_card {
  background-image: url('../images/grey_bg_img.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  padding: 10px;
  display: flex;
}

.paragraph-31 {
  color: var(--white);
  text-align: left;
  font-weight: 600;
}

.image-40 {
  width: 80%;
}

.link-8 {
  color: #555;
}

.tabs_pg_section {
  padding-top: 40px;
}

.blue_bg {
  background-image: url('../images/blue_bg_img.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 120px;
}

.oh1-mont {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-32 {
  color: var(--white);
  text-align: center;
  font-weight: 600;
}

.section-31 {
  margin-top: -100px;
}

.bg-white {
  background-color: #fff;
  padding: 20px 40px;
}

.videos_list {
  width: 30%;
  margin: 10px;
  padding: 0;
  position: relative;
}

.videos_list:hover {
  box-shadow: 1px 1px 8px 1px #0009;
}

.darkgrey_bg {
  background-color: #737682;
  min-height: 80px;
  padding: 10px;
}

.heading-22 {
  color: var(--white);
  font-weight: 600;
}

.div-block-97 {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#030f2eb3, #030f2eb3);
  justify-content: center;
  align-items: center;
  width: 80px;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.heading-23 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.image-41 {
  width: 80px;
  min-width: 80px;
  height: 80px;
  position: absolute;
  top: 35%;
  left: 39%;
}

.section-32 {
  padding-top: 0;
}

.green_bg_s {
  background-image: url('../images/lu_bg.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 120px;
  font-weight: 600;
}

.paragraph-33 {
  color: var(--omvoh-prim);
  text-align: center;
}

.section-33 {
  margin-top: -100px;
  margin-bottom: 20px;
}

.bg_white {
  background-color: #fff;
  padding: 10px;
}

.bg_white.mt20 {
  margin-top: 0;
}

.bg_white.pt30 {
  padding-top: 20px;
}

.safety_tab {
  color: #777;
  text-align: center;
  background-color: #f1f1f2;
  border-radius: 5px 5px 0 0;
  min-width: 150px;
  margin-left: 10px;
  padding: 10px 40px;
  font-family: Roboto, Times New Roman, sans-serif;
}

.safety_tab.w--current {
  background-color: var(--omvoh-prim);
  color: var(--white);
  text-align: center;
}

.safety-tab {
  color: #777;
  text-align: center;
  background-color: #f1f1f2;
  border-radius: 5px 5px 0 0;
  min-width: 150px;
  margin-left: 10px;
  padding: 10px 40px;
  font-family: Roboto, Times New Roman, sans-serif;
}

.safety-tab.w--current {
  background-color: var(--omvoh-prim);
  color: var(--white);
  text-align: center;
}

.image-42 {
  width: 80%;
}

.img_ftr_txt {
  color: var(--omoh-p-color2);
  text-align: left;
  padding-top: 20px;
  font-family: Roboto, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.bg_omvoh_light {
  background-color: #f1f1f2;
  min-height: 0;
  padding: 10px;
}

.bg_omvoh_light.mb20 {
  min-height: 0;
  margin-bottom: 20px;
}

.div-block-98 {
  display: flex;
}

.safety_icon_50px {
  width: 50px;
  min-width: 50px;
  height: 50px;
}

.paragraph-35 {
  text-align: left;
  margin-bottom: 0;
}

.div-block-99 {
  width: 100%;
  padding-left: 20px;
}

.list-10 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item-9 {
  color: var(--black);
  text-align: left;
  margin-left: 0;
  margin-right: 20px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
}

.paragraph-36 {
  text-align: left;
}

.list-11 {
  padding-left: 20px;
  display: flex;
}

.lightbox-link {
  position: static;
  top: 25%;
}

.text-block-18, .lightbox-link-2 {
  text-decoration: none;
}

.mobile_hero_content {
  background-image: url('../images/Banner_Text_Background.jpg');
  background-position: 50%;
  background-size: cover;
  width: 350px;
  padding: 20px 20px 10px;
  position: absolute;
  top: 170px;
  left: 9%;
}

.slide-nav {
  bottom: 0;
}

.show-from-tablet {
  display: none;
}

.section-34 {
  margin-top: -100px;
  padding-bottom: 20px;
}

.blue_strip {
  background-color: var(--omvoh-prim);
  margin-bottom: 20px;
  padding: 10px;
}

.heading-24 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.paragraph-37 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-100 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-101 {
  background-color: #f1f1f2;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
}

.image-43 {
  width: 70px;
  min-width: 70px;
  height: 70px;
}

.dosing_table_half {
  width: 46%;
  max-width: 46%;
  padding: 10px;
}

.list-12 {
  margin-top: 20px;
}

.bg_white2 {
  background-color: #fff;
  padding: 20px 10px;
}

.div-block-102 {
  border: 20px solid #0000;
  border-left: 25px solid #777;
  border-right: 15px #000;
  margin-top: 60px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.omvoh_row_start4 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.link-9 {
  color: #555;
}

.bold-text-17 {
  font-weight: 600;
}

.eff_tab {
  color: #777;
  text-align: center;
  background-color: #f1f1f2;
  border-radius: 5px 5px 0 0;
  min-width: 150px;
  margin-left: 0;
  margin-right: 10px;
  padding: 10px 40px;
  font-family: Roboto, Times New Roman, sans-serif;
}

.eff_tab.w--current {
  background-color: var(--omvoh-prim);
  color: var(--white);
  text-align: center;
}

.eff_tabs_wrapper {
  margin-top: -40px;
}

.div-block-103 {
  background-color: #f1f1f2;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.eff_t1_links {
  border-bottom: 1px none var(--omovoh-p-color);
  color: var(--omovoh-p-color);
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

.eff_t1_links:hover {
  border-bottom-style: solid;
  border-bottom-color: var(--omoh-p-color2);
}

.list-13 {
  list-style-type: none;
  display: flex;
}

.material-icons-5.sysf-icon-right {
  margin-left: 4px;
}

.material-icons-5.sysf-dropdown-menu-item-icon {
  color: var(--systemflow-lite--neutral--80);
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0;
  margin-bottom: -2px;
  margin-right: .5rem;
  font-size: 1.4rem;
}

.material-icons-5.sysf-icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons-5.sysf-icon-left.sysf-icon-collapse {
  opacity: .4;
  color: var(--systemflow-lite--neutral--80);
  background-image: url('../images/reference_icon.png');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 0;
}

.sysf-text-icon-wrapper-2 {
  align-items: center;
  display: flex;
}

.sysf-dropdown-inline-2 {
  color: var(--systemflow-lite--neutral--80);
  padding: 0;
}

.sysf-dropdown-inline-2:hover {
  color: var(--systemflow-lite--primary--60);
}

.sysf-dropdown-inline-2:active, .sysf-dropdown-inline-2:focus {
  color: var(--systemflow-lite--primary--70);
}

.sysf-dropdown-inline-2.w--open {
  color: var(--systemflow-lite--primary--60);
}

.sysf-dropdown-menu-2 {
  z-index: 8;
  cursor: pointer;
  display: none;
}

.sysf-dropdown-menu-2:active {
  background-color: #b3d6f9;
}

.sysf-dropdown-menu-2.w--open {
  border: 1px solid var(--systemflow-lite--neutral--40);
  background-color: var(--systemflow-lite--neutral--10);
  color: var(--systemflow-lite--neutral--90);
  border-radius: 6px;
  width: 200px;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0003;
}

.sysf-dropdown-menu-separator-2 {
  background-color: var(--systemflow-lite--neutral--40);
  width: 100%;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.sysf-dropdown-link-w-icon-2 {
  color: var(--systemflow-lite--neutral--80);
  align-items: center;
  width: 100%;
  padding: 6px 16px;
  text-decoration: none;
  display: flex;
}

.sysf-dropdown-link-w-icon-2:hover {
  background-color: var(--systemflow-lite--neutral--20);
}

.sysf-dropdown-link-w-icon-2:active {
  background-color: var(--systemflow-lite--neutral--30);
}

.sysf-container-4 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-heading-3 {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading-3.sysf-l {
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-body-text-4 {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
}

.sysf-body-text-4.sysf-m {
  letter-spacing: -.011em;
}

.sysf-section-title {
  width: 50%;
  margin-bottom: 48px;
}

.sysf-wrapper-m-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.sysf-tagline {
  background-color: var(--systemflow-lite--primary--10);
  color: var(--systemflow-lite--primary--60);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-collapse-item {
  background-color: var(--systemflow-lite--neutral--20);
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}

.sysf-collapse-text {
  opacity: 0;
  color: var(--systemflow-lite--neutral--80);
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 32px;
  display: none;
}

.sysf-collapse-trigger {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.sysf-collapse-title {
  flex: 1;
  margin-left: 12px;
  font-weight: 500;
  display: inline-block;
}

.sysf-collapse {
  border-radius: 6px;
  overflow: hidden;
}

.sysf-container-5 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-heading-4 {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading-4.sysf-l {
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-body-text-5 {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
}

.sysf-body-text-5.sysf-m {
  letter-spacing: -.011em;
}

.sysf-section-title-2 {
  width: 50%;
  margin-bottom: 48px;
}

.sysf-wrapper-m-3 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-tagline-2 {
  background-color: var(--systemflow-lite--primary--10);
  color: var(--systemflow-lite--primary--60);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.material-icons-6.sysf-icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons-6.sysf-icon-left.sysf-icon-collapse {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
  margin-right: 0;
}

.sysf-collapse-item-2 {
  background-color: var(--systemflow-lite--neutral--20);
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}

.sysf-collapse-text-2 {
  opacity: 0;
  color: var(--systemflow-lite--neutral--80);
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 32px;
  display: none;
}

.sysf-collapse-trigger-2 {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.sysf-collapse-title-2 {
  flex: 1;
  margin-left: 12px;
  font-weight: 500;
  display: inline-block;
}

.sysf-collapse-2 {
  border-radius: 6px;
  overflow: hidden;
}

.img_ftr_txt2 {
  color: var(--omoh-p-color2);
  text-align: left;
  padding-top: 0;
  font-family: Roboto, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.eff_img_500_1 {
  object-fit: contain;
  width: 50%;
  height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-104 {
  padding-top: 40px;
}

.paragraph-38 {
  font-weight: 600;
}

.div-block-105 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.eff_img_500_2 {
  object-fit: contain;
  width: 50%;
  height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabs-menu-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._0h3_mont {
  color: var(--omvoh-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.clinicalremission1-1, .clinicalremission1-2, .clinicalremission1-3, .clinicalremission1-4 {
  padding-top: 40px;
}

.div-block-103-1 {
  background-color: #f1f1f2;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  display: flex;
}

.eff_t2_links {
  color: var(--omovoh-p-color);
  margin-bottom: 0;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

.eff_t2_links.w--current {
  border-bottom: 2px solid var(--omvoh-prim);
  color: var(--omvoh-prim);
  font-weight: 600;
}

.endoscopicresults2-1, .endoscopicresults2-2, .bowelurgency3-1 {
  padding-top: 40px;
}

.div-block-106 {
  justify-content: center;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.bu_cards {
  width: 33.33%;
  padding: 10px 15px;
}

.icon_50 {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.paragraph-39 {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.yellow_bg {
  background-color: #f2d147;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 10px 20px;
}

.oh5_mont {
  color: var(--omvoh-prim);
  text-align: left;
  font-weight: 600;
}

.bowelurgency3-2 {
  padding-top: 40px;
}

.img_ftr_black_txt {
  text-align: left;
  font-size: 10px;
  line-height: 15px;
}

.bowelurgency3-3 {
  padding-top: 40px;
}

.bg_omvoh_light2 {
  background-color: #f1f1f2;
  min-height: 220px;
  padding: 10px;
}

.bg_omvoh_light2.mb20 {
  margin-bottom: 20px;
}

.bg_omvoh_light-copy {
  background-color: #f1f1f2;
  min-height: 220px;
  padding: 10px;
}

.bg_omvoh_light-copy.mb20 {
  margin-bottom: 20px;
}

.div-block-107 {
  justify-content: flex-end;
  align-items: flex-end;
  height: 60px;
  display: flex;
}

.popup_efficacy {
  z-index: 999;
  color: var(--omvoh-prim);
  background-color: #ffc007;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-44 {
  width: 22px;
  height: 22px;
  margin-left: 5px;
}

.sysf-button-4 {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button-4:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button-4:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-4:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button-4.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button-4.sysf-medium:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-4.sysf-medium:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button-4.sysf-medium:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-text-4 {
  font-weight: 500;
  display: inline-block;
}

.eff_modal {
  z-index: 999;
  opacity: 1;
  background-image: linear-gradient(#000c, #000c);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-108 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.paragraph-40 {
  text-align: center;
}

.image-45 {
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.eff_modal_close {
  color: var(--omovoh-p-color);
  background-color: #0000;
  font-family: Mont, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
}

.popup_safety {
  z-index: 999;
  color: var(--omvoh-prim);
  background-color: #ffc007;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.oh2_mont {
  font-size: 20px;
  line-height: 30px;
}

.efficacy_green_bg_sec {
  background-image: url('../images/lu_bg.png');
  background-position: 0 0;
  background-size: auto;
  min-height: 60px;
}

.gototop {
  z-index: 99;
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: none;
  position: fixed;
  bottom: 100px;
  right: 10px;
  transform: rotate(-91deg);
}

.board_list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.board_mem {
  width: 25%;
  padding: 10px;
}

.board {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
  display: flex;
}

.paragraph-41 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
}

.board_list_home {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.board_mem_home {
  min-width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.board_home {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 224px;
  padding: 0 10px 10px;
  display: flex;
}

.image-46 {
  border-radius: 10px;
  width: 120px;
  min-width: 120px;
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 10px;
}

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

.paragraph-42 {
  text-align: center;
  font-size: 16px;
}

.board_img {
  border-radius: 10px;
  width: 120px;
  min-height: 160px;
  max-height: 160px;
}

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

.collection-list-wrapper {
  padding-top: 20px;
}

.article_slide {
  width: 33.33%;
  height: auto;
  min-height: 0;
  padding: 0 8px;
}

.section-35 {
  padding-top: 40px;
}

.articles_slider {
  background-color: #f8f8f8;
  height: auto;
  min-height: 70vh;
  padding-top: 40px;
  padding-bottom: 80px;
}

.slider-3 {
  background-color: #f8f8f8;
  max-width: 1340px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.icon-7, .icon-8 {
  color: var(--omvoh-prim);
}

.div-bloc {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slide-nav-2 {
  bottom: -50px;
}

.mask-3 {
  max-width: 1340px;
  min-height: 500px;
  padding-bottom: 0;
}

.right-arrow-2 {
  width: 40px;
  height: auto;
}

.left-arrow-2 {
  width: 40px;
}

.article-slide-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 10px 0;
  padding: 0;
  display: flex;
}

.article-slide-inner:hover {
  box-shadow: 1px 1px 8px 1px #0009;
}

.rich-text-block-4 {
  color: var(--black);
}

.list-item-10, .list-item-11 {
  color: var(--black);
  font-size: 18px;
  line-height: 26px;
}

.list-item-12 {
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
}

.list-item-13, .list-item-14, .list-item-15, .list-14, .list-item-16 {
  color: var(--black);
}

.paragraph-43, .paragraph-44, .paragraph-45 {
  font-size: 18px;
  line-height: 26px;
}

.image-47 {
  width: 100%;
}

.link-block-22 {
  width: 100%;
  max-width: 100%;
}

.image-48 {
  width: 25px;
}

.link-block-23 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-46 {
  color: var(--theme-secondary);
  margin-bottom: 0;
  font-weight: 600;
}

.paragraph-47 {
  font-size: 18px;
  line-height: 26px;
}

.heading-27 {
  margin-bottom: 40px;
}

.image-49 {
  width: 100px;
}

.agenda-image, .faculty-image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-110 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.buttonnig {
  border: 2px solid var(--theme);
  background-color: var(--theme);
  text-align: center;
  border-radius: 25px;
  min-width: 200px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  box-shadow: 0 2px 5px #0003;
}

.buttonnig:hover {
  border-color: var(--theme-secondary);
  background-color: var(--theme-secondary);
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.eventspeaker-img {
  border-radius: 0;
  width: 160px;
  min-width: 160px;
  height: 160px;
}

.collection-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-111 {
  padding-left: 20px;
}

.label {
  color: var(--theme-secondary);
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.paragraph-48 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
}

.heading-28 {
  margin-bottom: 40px;
}

.speakers-section {
  padding-bottom: 20px;
}

.rich-text-block-5 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.mobile-agenda-richtext {
  font-size: 18px;
  line-height: 24px;
  display: none;
}

.mobile-agenda-richtext.pt40 {
  padding-top: 20px;
}

.lock-image {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-49, .paragraph-50 {
  font-size: 18px;
  line-height: 26px;
}

.tandc-title {
  margin-bottom: 40px;
}

.rich-text-block-6 {
  color: var(--black);
  font-size: 18px;
  line-height: 26px;
}

.list-item-17, .list-15 {
  color: var(--black);
}

.list-16, .list-17 {
  margin-bottom: 0;
}

.div-block-112 {
  text-align: center;
  margin-top: 20px;
}

.flex-block-17 {
  margin-bottom: 10px;
}

.button-2 {
  background-color: var(--white);
  color: var(--theme-secondary);
  text-align: center;
  border-radius: 30px;
  width: 300px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.div-block-113 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list-right {
  color: #333;
  border-radius: 5px;
  padding: 20px 10px;
}

.dropdown-list-right.w--open {
  color: #000;
  background-color: #fff;
  min-width: auto;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  left: 190px;
  right: auto;
  box-shadow: 0 5px 4px 1px #0003;
}

.dropdown-toggle-3 {
  width: 100%;
  padding: 0 20px 0 0;
}

.dropdown-inner {
  width: 100%;
  position: relative;
}

.icon-9 {
  width: 18px;
  height: 18px;
  font-size: 18px;
  transition: transform .2s;
  transform: rotate(270deg);
}

.div-block-114 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.heading-30, .heading-31 {
  margin-bottom: 40px;
}

.paragraph-51 {
  font-size: 18px;
  line-height: 30px;
}

.agenda {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-bottom: 20px;
  display: block;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-32 {
  margin-bottom: 10px;
}

.progarm {
  margin-bottom: 3rem;
  display: block;
}

.program-table {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e8e8e8;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: grid;
}

.program-table.grey {
  background-color: #f8f8f8;
}

.mw-80 {
  max-width: 80%;
}

.program-details {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.program-details.mw-80 {
  max-width: 80%;
  margin-bottom: 0;
}

.div-block-115 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-50 {
  width: 200px;
  max-height: 200px;
}

.section-bp {
  padding-bottom: 60px;
}

.heading-33 {
  margin-bottom: 20px;
}

.heading-34 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1440px) {
  .section.themecolored {
    display: none;
  }

  .nav {
    max-width: 1400px;
  }

  .section-31 {
    padding-bottom: 20px;
  }

  .green_bg_s {
    padding-top: 40px;
  }

  .articles_slider {
    background-color: #f1f1f2;
    display: none;
  }

  .slider-3 {
    background-color: #f1f1f2;
    min-height: 580px;
  }

  .mask-3 {
    max-width: 1360px;
  }
}

@media screen and (min-width: 1920px) {
  .page-content {
    min-height: 80vh;
  }

  .container.prelative {
    position: relative;
  }

  .brand.w--current {
    min-height: 75px;
  }

  .image-4 {
    max-height: 100px;
  }

  .section-20 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-27 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-title-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .container-31 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .flex-block-16 {
    margin-bottom: 40px;
  }

  .html-embed {
    color: #d9000d;
  }

  .section-21 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tabs-menu {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-56 {
    top: auto;
    left: 18%;
  }

  .div-block-57 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .slide {
    background-image: url('../images/BannerImage1.jpg');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 600px;
  }

  .div-block-58 {
    top: 220px;
    left: 0%;
  }

  .div-block-58.hide-from-tablet {
    left: 0%;
  }

  .omvoh_logo {
    left: 17%;
  }

  .div-block-72 {
    width: 48%;
  }

  .div-block-83 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .list-8 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .link-5 {
    color: var(--white);
    padding-left: 5px;
    padding-right: 5px;
  }

  .mobile_hero_content {
    top: 220px;
    left: 0%;
  }

  .blue_strip {
    padding-top: 0;
  }

  .div-block-102 {
    padding-right: 0;
  }

  .oh5_mont {
    text-align: left;
  }

  .article_slide {
    width: 50%;
    max-width: 50%;
  }

  .articles_slider {
    min-height: 500px;
  }

  .slider-3 {
    max-width: 1300px;
    min-height: 570px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mask-3 {
    min-height: 570px;
  }

  .article-slide-inner {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-wrapper.hide_on_desktop {
    display: block;
  }

  .nav-menu-wrapper.hide_on_desktop.menu-css {
    z-index: 9;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
    top: 40px;
  }

  .nav-menu {
    z-index: 99;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
    position: absolute;
    top: 0;
    left: auto;
    right: 40px;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header {
    display: none;
  }

  .list-item {
    margin-bottom: 10px;
  }

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

  .heading-3 {
    margin-bottom: 20px;
  }

  .list-item-2 {
    margin-bottom: 10px;
  }

  .menu-button-7 {
    z-index: 999;
    color: #222;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 12px 0% auto;
  }

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

  .nav {
    border-radius: 0;
    width: 100%;
  }

  .nav-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .dropdown-list.w--open {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    display: flex;
    left: -28px;
    right: auto;
  }

  .icon-2 {
    color: var(--white);
    margin-right: 15px;
  }

  .navigation {
    top: 0;
  }

  .icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }

  .text-block-12 {
    color: var(--white);
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link-8 {
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .nav-link-8.w--current {
    color: #e70066;
  }

  .nav-link-8.pr40 {
    color: var(--white);
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    background-color: var(--theme-secondary);
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding-top: 10px;
    padding-bottom: 20px;
    position: fixed;
    inset: 0%;
  }

  .nav-link-7 {
    color: var(--white);
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    display: block;
  }

  .nav-link-7.apply {
    border: 2px solid #fff;
  }

  .nav-link-7.apply:hover {
    color: #fff;
  }

  .nav-link-7.apply.regitser_btn {
    color: #e70066;
    background-color: #fff;
    border-color: #e70066;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    display: flex;
  }

  .dropdown {
    text-align: center;
    min-width: 0;
  }

  .section-20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-27 {
    max-width: 900px;
  }

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

  .flex.justify-start {
    flex-wrap: nowrap;
  }

  .speaker {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .image-5 {
    max-height: 500px;
  }

  .section-title {
    padding-right: 30px;
  }

  .paragraph-12 {
    padding-top: 20px;
  }

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

  .pdfs-wrapper {
    justify-content: center;
  }

  .div-block-7 {
    width: 40%;
  }

  .container-28 {
    max-width: none;
  }

  .image-21 {
    font-size: 16px;
  }

  .container-31 {
    max-width: 900px;
  }

  .flex-block-16 {
    flex-wrap: nowrap;
    align-items: center;
  }

  .section-21 {
    padding-top: 40px;
  }

  .image-22 {
    width: 100%;
  }

  .spekaer-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .speaker-content.pl40 {
    text-align: center;
    padding-top: 20px;
  }

  .image-24 {
    object-fit: fill;
    width: 300px;
    min-height: 100px;
  }

  .div-block-52 {
    text-align: left;
  }

  .otab {
    aspect-ratio: auto;
    color: var(--omoh-p-color2);
    text-align: center;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    min-height: 72px;
    text-decoration: none;
    display: flex;
  }

  .otab.w--current {
    font-weight: 600;
  }

  .tabs-menu.shadow {
    overflow: scroll;
  }

  .image-27 {
    width: 150px;
  }

  .sysf-right-arrow, .sysf-left-arrow {
    display: none;
  }

  .sysf-button.sysf-medium {
    font-size: 16px;
  }

  .sysf-ctas-wrapper {
    margin-top: 1rem;
  }

  .sysf-feature-grid {
    grid-template-columns: 1fr;
  }

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .omvoh_logo {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
    position: static;
  }

  .blue_bg_card {
    min-height: 315px;
  }

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

  .sysf-button-2.sysf-medium {
    font-size: 16px;
  }

  .sysf-container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sysf-right-arrow-2, .sysf-left-arrow-2 {
    display: none;
  }

  .sysf-button-3.sysf-medium {
    font-size: 16px;
  }

  .sysf-ctas-wrapper-2 {
    margin-top: 1rem;
  }

  .sysf-feature-grid-2 {
    grid-template-columns: 1fr;
  }

  .sysf-container-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-72 {
    width: 46%;
  }

  .sysf-dropdown-link-w-icon {
    text-align: left;
  }

  .sysf-dropdown-menu-1.w--open {
    margin-top: 4px;
    position: absolute;
  }

  .patient_blue_card {
    min-height: 220px;
  }

  .videos_list {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .darkgrey_bg {
    min-height: 100px;
  }

  .image-41 {
    width: 50px;
    min-width: 50px;
    height: 50px;
    top: 38%;
    left: 41%;
  }

  .bg_omvoh_light {
    min-height: 0;
  }

  .list-11 {
    flex-flow: wrap;
  }

  .show-from-tablet {
    display: none;
  }

  .icon-6 {
    left: 0;
  }

  .div-block-102 {
    padding-right: 0;
  }

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

  .eff_t1_links {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .material-icons-5.sysf-icon-left.sysf-icon-collapse {
    margin-top: 1px;
  }

  .sysf-dropdown-menu-2.w--open {
    margin-top: 4px;
    position: absolute;
  }

  .sysf-dropdown-link-w-icon-2 {
    text-align: left;
  }

  .sysf-container-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sysf-section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .sysf-collapse-text {
    display: none;
  }

  .sysf-container-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sysf-section-title-2 {
    width: 100%;
    margin-bottom: 32px;
  }

  .material-icons-6.sysf-icon-left.sysf-icon-collapse {
    margin-top: 1px;
  }

  .sysf-collapse-text-2 {
    display: none;
  }

  .eff_img_500_1 {
    height: auto;
  }

  .eff_img_500_2 {
    height: auto;
    max-height: 300px;
  }

  .eff_t2_links {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .oh5_mont {
    font-weight: 600;
  }

  .bg_omvoh_light2, .bg_omvoh_light-copy {
    min-height: 280px;
  }

  .popup_efficacy {
    z-index: 99;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-44 {
    margin-left: 0;
  }

  .text-block-19 {
    display: none;
  }

  .sysf-button-4.sysf-medium {
    font-size: 16px;
  }

  .popup_safety {
    padding-left: 10px;
    padding-right: 10px;
  }

  .board_mem {
    width: 33.33%;
  }

  .article_slide {
    width: 50%;
  }

  .article-slide-inner {
    width: 100%;
  }

  .dropdown-list-right.w--open {
    box-shadow: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    left: -28px;
    right: auto;
  }

  .dropdown-toggle-3 {
    width: 80%;
  }

  .dropdown-inner {
    text-align: center;
  }

  .icon-9 {
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .page-content {
    padding-top: 110px;
  }

  .container.prelative.hide-on-tablet, .container.hide-from-tablet {
    display: none;
  }

  .paragraph-3 {
    max-width: 80%;
  }

  .h-flex {
    flex-direction: column;
  }

  .div-block-2.pr20, .div-block-3 {
    width: 100%;
    max-width: 100%;
  }

  .brand.w--current {
    height: 100%;
    min-height: 80px;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navigation {
    top: 0;
  }

  .nav-link-8.w--current {
    color: #000;
  }

  .image-4 {
    max-height: 100px;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-link-7.w--current {
    color: #fff;
  }

  .section-20 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .speaker {
    width: 50%;
  }

  .section-title-wrapper {
    margin-top: 0;
  }

  .pl40 {
    text-align: center;
    padding-left: 0;
  }

  .pl40.mt20 {
    margin-top: 20px;
  }

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

  .guideline_faqs {
    width: 100%;
  }

  .journal-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .journal-content.pl40 {
    text-align: center;
    padding-top: 20px;
  }

  .div-block-7 {
    width: 50%;
  }

  .flex-block-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-2 {
    display: flex;
  }

  .bold-text-14 {
    color: #222;
  }

  .div-block-51 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-24 {
    width: 500px;
  }

  .otab {
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    display: flex;
  }

  .tabs-menu {
    display: flex;
  }

  .tabs-menu.shadow {
    height: 55px;
    overflow: scroll;
  }

  .o_menu_text {
    font-size: 12px;
  }

  .sysf-heading.sysf-xl {
    margin-bottom: 12px;
  }

  .sysf-feature-grid {
    text-align: left;
  }

  .sysf-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide, .slide-2, .slide-3 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-58.hide-from-tablet {
    display: none;
  }

  .heading-12, .paragraph-19 {
    text-align: center;
  }

  .div-block-59 {
    text-align: center;
    max-width: 300px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .omvoh_logo {
    justify-content: center;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-62 {
    width: 50%;
  }

  .div-block-63, .div-block-64 {
    width: 100%;
  }

  .sysf-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sysf-heading-2.sysf-xl {
    margin-bottom: 12px;
  }

  .sysf-feature-grid-2 {
    text-align: left;
  }

  .sysf-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-72 {
    width: 100%;
  }

  .div-block-83 {
    flex-flow: wrap;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-5 {
    padding-bottom: 5px;
  }

  .patient_bllue_bg {
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .patient_blue_card {
    min-height: 0;
  }

  .hide-from-tablet {
    margin-top: 0;
    display: block;
  }

  .tabpages_innner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs_imgs {
    width: 100%;
  }

  .text-block-16 {
    font-size: 12px;
    font-style: normal;
  }

  .div-block-95 {
    width: 80%;
  }

  .grey_bg_card {
    background-position: 50%;
    background-size: cover;
    min-height: 120px;
  }

  .image-40 {
    display: none;
  }

  .videos_list {
    width: 100%;
  }

  .videos_list:hover {
    box-shadow: 1px 1px 8px 1px #0009;
  }

  .image-41 {
    width: 80px;
    min-width: 80px;
    height: 80px;
    top: 40%;
    left: 40%;
  }

  .safety_tab {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bg_omvoh_light {
    min-height: 0;
  }

  .text-block-17 {
    font-size: 12px;
  }

  .mobile_hero_content {
    width: 100%;
    padding-bottom: 60px;
    position: static;
  }

  .slide-nav {
    bottom: 0;
  }

  .show-from-tablet {
    display: block;
  }

  .dosing_table_half {
    width: 100%;
    max-width: 100%;
  }

  .div-block-102 {
    border-width: 25px 20px 0;
    border-top-color: var(--omoh-p-color2);
    border-bottom-style: none;
    border-left-color: #0000;
    border-right-style: solid;
    border-right-color: #0000;
    margin-top: 10px;
    padding-left: 0;
  }

  .omvoh_row_start4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .eff_tab {
    min-width: 140px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
  }

  .eff_tab.custom3 {
    min-width: 125px;
  }

  .eff_tabs_wrapper {
    margin-top: -60px;
  }

  .div-block-103 {
    padding-bottom: 10px;
    overflow: scroll;
  }

  .eff_t1_links {
    min-width: 150px;
    padding-bottom: 5px;
    font-size: 10px;
  }

  .sysf-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sysf-section-title {
    width: 100%;
  }

  .sysf-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sysf-section-title-2 {
    width: 100%;
  }

  .div-block-103-1 {
    overflow: scroll;
  }

  .eff_t2_links {
    min-width: 150px;
  }

  .bu_cards {
    width: 50%;
  }

  .bg_omvoh_light2, .bg_omvoh_light-copy {
    min-height: 265px;
  }

  .popup_efficacy {
    z-index: 99;
    height: 30px;
    position: fixed;
    top: 150px;
  }

  .image-44 {
    margin-left: 0;
  }

  .popup_safety {
    z-index: 99;
    height: 30px;
    position: fixed;
    top: 180px;
  }

  .efficacy_green_bg_sec {
    min-height: 80px;
  }

  .board_mem {
    width: 50%;
  }

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

  .article_slide {
    width: 100%;
  }

  .slider-3 {
    min-height: 515px;
  }

  .icon-8 {
    display: none;
  }

  .mask-3 {
    min-height: 515px;
  }

  .article-slide-inner {
    width: 100%;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .section-36 {
    background-color: #f3f3fe;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropdown-list-right.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container.hide-from-tablet {
    display: none;
  }

  .heading.hero_title {
    width: 100%;
  }

  .transparent-button {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .button {
    width: 100%;
  }

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

  .paragraph-3 {
    text-align: center;
    max-width: 100%;
  }

  .hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph-5 {
    text-align: center;
    font-size: 12px;
  }

  .div-block-2.pr20, .div-block-3 {
    text-align: center;
  }

  .brand {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .brand.w--current {
    margin-left: 0%;
  }

  .menu-button-7 {
    justify-content: center;
    align-items: center;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    margin-right: 15px;
  }

  .nav-container {
    justify-content: space-between;
  }

  .navigation {
    top: 0;
  }

  .text-block-12 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .nav-link-8.w--current {
    color: #e70066;
    border-bottom-color: #fff;
  }

  .image-4 {
    width: 280px;
    min-height: 80px;
    max-height: none;
    margin-left: 0%;
  }

  .nav-link-7.w--current {
    color: #fff;
    border-bottom-color: #fff;
  }

  .nav-link-7.apply.w--current {
    color: #fff;
  }

  .nav-link-7.apply.regitser_btn {
    color: #e70066;
    border-color: #000;
  }

  .nav-link-7.apply.regitser_btn:hover {
    border-color: #000;
  }

  .nav-link-7.pr40 {
    margin-right: 0;
  }

  .list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-20 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-20.photo-background {
    background-image: linear-gradient(to bottom, null, null), url('../images/bg-edu.jpg');
    background-position: 0 0, 50%;
  }

  .container-27 {
    text-align: center;
  }

  .cta-text {
    font-size: 26px;
  }

  .flex.align-top {
    flex-direction: column;
  }

  .speaker {
    width: 100%;
  }

  .div-block-4 {
    text-align: center;
  }

  .flex-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-11 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .section-title-wrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .section-title {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 32px;
  }

  .image-6 {
    max-height: 200px;
  }

  .paragraph-12 {
    text-align: center;
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .list-2 {
    text-align: center;
  }

  .list-item-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .mb20 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .paragraph-14, .paragraph-15 {
    text-align: center;
  }

  .rich-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .dropdown-list-2.w--open {
    font-size: 16px;
    line-height: 22px;
  }

  .list-4, .list-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .pdfs-wrapper {
    justify-content: center;
    align-items: center;
  }

  .link-block {
    text-align: center;
  }

  .div-block-7 {
    width: 100%;
    padding-right: 0;
  }

  .ls6, .list-6 {
    font-size: 16px;
    line-height: 22px;
  }

  .flex-block-15 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-28 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 15px;
    display: flex;
  }

  .image-21 {
    width: 100%;
  }

  .bold-text-14 {
    text-align: left;
    word-break: normal;
  }

  .container-31 {
    text-align: center;
    background-color: #fff0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-48, .div-block-50 {
    width: 100%;
  }

  .flex-block-16 {
    flex-wrap: wrap;
    width: 100%;
  }

  .image-22 {
    width: 100%;
  }

  .spekaer-item {
    width: 100%;
    padding-right: 0;
  }

  .meeting_title {
    text-align: center;
    margin-bottom: 40px;
  }

  .rich-text-block-2.pt40 {
    text-align: left;
    padding-top: 0;
    display: none;
  }

  .image-25 {
    width: 80%;
  }

  .div-block-52, .div-block-53 {
    text-align: center;
  }

  .otab {
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding-bottom: 10px;
    display: flex;
  }

  .otab.w--current {
    min-height: 69px;
  }

  .tabs-menu {
    aspect-ratio: auto;
    overflow: scroll;
  }

  .tabs-menu.shadow {
    justify-content: center;
    align-items: center;
    height: 55px;
    min-height: 55px;
  }

  .o_menu_text {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }

  .o_menu_text.lastchild {
    border-right-style: none;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .sysf-ctas-wrapper {
    flex-direction: column;
    margin-top: 1rem;
    display: flex;
  }

  .paragraph-19 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-59 {
    max-width: 175px;
  }

  .omvoh_row {
    flex-flow: column;
  }

  .div-block-62 {
    width: 100%;
  }

  .blue_bg_card {
    min-height: 200px;
  }

  .div-block-63 {
    width: 100%;
  }

  .div-block-64 {
    width: 100%;
    padding-top: 20px;
  }

  .text-block-13 {
    font-size: 14px;
    font-weight: 600;
  }

  .sysf-button-2.sysf-medium {
    align-self: stretch;
  }

  .image-32 {
    min-width: 150px;
  }

  .sysf-button-3.sysf-medium {
    align-self: stretch;
  }

  .sysf-ctas-wrapper-2 {
    flex-direction: column;
    margin-top: 1rem;
    display: flex;
  }

  .sysf-wrapper-l-2 {
    width: 100%;
  }

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

  .div-block-72 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .om_btn1, .om_btn2 {
    width: 100%;
    max-width: 100%;
  }

  .ref_content {
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .div-block-83 {
    flex-flow: wrap;
    display: flex;
  }

  .link-5 {
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    padding-left: 0;
  }

  .div-block-85 {
    width: 100%;
    padding-top: 10px;
  }

  .div-block-86 {
    width: 100%;
    padding: 10px 15px;
  }

  .section-24.hide_in_mobile {
    display: none;
  }

  .div-block-88 {
    width: 100%;
  }

  .div-block-89 {
    padding-left: 0;
  }

  .section-25 {
    margin-top: 0;
  }

  .div-block-90 {
    padding-top: 0;
  }

  .patient_bllue_bg {
    width: 100%;
  }

  .hide-from-tablet {
    margin-top: 0;
    display: block;
  }

  .po_tab {
    min-width: 130px;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .po_tab.w--current {
    min-width: 100px;
  }

  .tabpages_innner {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs_imgs {
    min-height: 0;
  }

  .paragraph-28 {
    line-height: 14px;
  }

  .section-26 {
    margin-top: -40px;
  }

  .section-27 {
    min-height: 60px;
  }

  .text-block-16 {
    font-size: 10px;
  }

  .tabs-menu-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: scroll;
  }

  .div-block-94 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .table_half, .table_half.br-end, .div-block-95 {
    width: 100%;
  }

  .grey_bg_card {
    min-height: 120px;
  }

  .paragraph-31 {
    margin-bottom: 0;
  }

  .image-40 {
    display: none;
  }

  .image-41 {
    width: 60px;
    min-width: 60px;
    height: 60px;
    top: 40%;
    left: 45%;
  }

  .safety_tab {
    min-width: 210px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .safety_tab.w--current {
    min-width: 210px;
  }

  .safety-tab.w--current {
    min-width: 100px;
  }

  .bg_omvoh_light {
    min-height: 200px;
  }

  .paragraph-36 {
    margin-bottom: 0;
  }

  .right-arrow {
    display: none;
    top: 0;
    right: 0;
  }

  .image-43 {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .utility-page-wrap {
    padding-top: 220px;
  }

  .utility-page-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .eff_tab {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .eff_tab.w--current {
    min-width: 121px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .eff_tab.custom3 {
    min-width: 120px;
  }

  .eff_tabs_wrapper {
    margin-top: -60px;
  }

  .div-block-103 {
    overflow: scroll;
  }

  .eff_t1_links {
    min-width: 140px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
  }

  .material-icons-5.sysf-icon-left.sysf-icon-collapse {
    margin-top: 4px;
  }

  .sysf-collapse-trigger {
    align-items: flex-start;
  }

  .sysf-collapse-title {
    line-height: 1.5;
  }

  .material-icons-6.sysf-icon-left.sysf-icon-collapse {
    margin-top: 4px;
  }

  .sysf-collapse-trigger-2 {
    align-items: flex-start;
  }

  .sysf-collapse-title-2 {
    line-height: 1.5;
  }

  .eff_img_500_1 {
    width: 100%;
  }

  .div-block-105 {
    flex-flow: column;
  }

  .eff_img_500_2 {
    width: 100%;
    max-height: none;
  }

  .tabs-menu-3 {
    z-index: 999;
    overflow: scroll;
  }

  .div-block-103-1 {
    overflow: scroll;
  }

  .eff_t2_links {
    min-width: 140px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .bu_cards {
    width: 100%;
  }

  .oh5_mont {
    text-align: center;
  }

  .bg_omvoh_light2, .bg_omvoh_light-copy {
    min-height: 200px;
  }

  .popup_efficacy {
    position: fixed;
    top: 100px;
  }

  .sysf-button-4.sysf-medium {
    align-self: stretch;
  }

  .image-45 {
    width: 100%;
  }

  .popup_safety {
    top: 224px;
  }

  .left-arrow {
    display: none;
  }

  .oh2_mont {
    color: var(--omvoh-prim);
    font-size: 20px;
    line-height: 30px;
  }

  .efficacy_green_bg_sec {
    min-height: 80px;
  }

  .board_mem {
    width: 100%;
  }

  .board {
    margin-bottom: 10px;
  }

  .article_slide {
    width: 100%;
  }

  .slider-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-7, .icon-8, .right-arrow-2 {
    display: none;
  }

  .article-slide-inner {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-109, .heading-27 {
    text-align: center;
  }

  .collection-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-111 {
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
  }

  .heading-28, .rich-text-block-5 {
    text-align: center;
  }

  .mobile-agenda-richtext {
    text-align: center;
    padding-top: 20px;
    display: block;
  }

  .mobile-agenda-richtext.pt40 {
    text-align: left;
    padding-top: 0;
  }

  .heading-29 {
    font-size: 24px;
  }

  .dropdown-list-right.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .agenda {
    display: none;
  }

  .program-table {
    text-align: center;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .program-table.grey {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
  }

  .program-details.mw-80 {
    max-width: 100%;
  }

  #w-node-_8019c940-5374-0f04-515b-d86f0c192a8f-ada06e85, #w-node-_8019c940-5374-0f04-515b-d86f0c192a96-ada06e85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mont';
  src: url('../fonts/MONT-BLACKITALIC.TTF') format('truetype'), url('../fonts/MONT-HEAVYITALIC.TTF') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/MONT-BLACK.OTF') format('opentype'), url('../fonts/MONT-HEAVY.OTF') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/MONT-BOLDITALIC.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont Book';
  src: url('../fonts/MONT-BOOK.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/MONT-BOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/MONT-EXTRALIGHT.TTF') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/MONT-THIN.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/MONT-EXTRALIGHTITALIC.TTF') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/MONT-REGULARITALIC.TTF') format('truetype'), url('../fonts/MONT-BOOKITALIC.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/MONT-LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/MONT-THINITALIC.TTF') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/MONT-SEMIBOLD.TTF') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/ROBOTO-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/MONT-LIGHTITALIC.TTF') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/ROBOTO-BOLDITALIC.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/ROBOTO-LIGHTITALIC.TTF') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/ROBOTO-THIN.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/ROBOTO.MEDIUM-ITALIC.TTF') format('truetype'), url('../fonts/ROBOTO.MEDIUM.TTF') format('truetype'), url('../fonts/ROBOTO-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/ROBOTO-THINITALIC.TTF') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/ROBOTO-ITALIC.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/ROBOTO-LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/MONT-SEMIBOLDITALIC.TTF') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/MONT-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}