@font-face {
  font-family: "ArialMT Regular";
  src: url("../fonts/arialmt.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}

/* body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

/* p {
  margin-bottom: 10px;
  font-size: 14px;
}

a:hover {
  color: #32343a;
}

img {
  display: block;
} */

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}

.w-container:after {
  clear: both;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-menu {
  position: relative;
  float: right;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

.w-form {
  margin: 0 0 15px;
}

.w-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

/* .w-inline-block {
  max-width: 100%;
  display: inline-block;
} */

/* .w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  overflow: hidden;
} */

/* .w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
} */

/* .w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
} */

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.w-slider-arrow-left {
  right: auto;
  left: 0;
}

.w-icon-slider-left,
.w-icon-slider-right {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 0;
  right: 0;
}

/* .w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
} */

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

/* ---- Original header.css Content ---- */

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 62px;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-size: 14px;
}

a {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-normal-white {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  max-width: 100%;
}

.banner-paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 30px;
  padding-left: 0;
  opacity: 1;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.banner-paragraph.small {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
  max-width: 370px;
}

.heading-page-small {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
  font-weight: 700;
  text-transform: none;
}

.paragraph-normal-grey {
  padding-right: 15px;
  opacity: 0.6;
  color: #616161;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.heading-banner {
  display: block;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 10px;
  padding-right: 0;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 100%;
}

.heading-page-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 50px;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-normal-black {
  margin-top: -10px;
  margin-bottom: 40px;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.page-banner-copy-com {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 105%;
  max-width: 35%;
  min-height: auto;
  min-width: 30%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.slide {
  height: 100%;
  background-image: url(../images/eyeblaster_PGO_Oct.webp);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-color: #fff;
  background-image: url(../images/eyeblaster_POV_NYD_2020_website.webp);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url(../images/perodua_homepage_17.webp);
  background-position: 0 0;
  background-size: cover;
}

.menu-bar {
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar {
  margin-top: 46px;
  margin-left: 54px;
  padding-left: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
}

.menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -154px -10px 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 5px -1px #000;
}

.nav-menu-panel .dropdown-div,
.nav-menu-panel .nav-link {
  height: 100%;
  display: flex;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
}

.nav-menu-panel > .nav-link,
.dropdown-div > .nav-link {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.nav-menu-panel > .dropdown-div {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.nav-menu-top {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7f7;
}

.category-panel {
  background-color: transparent;
}

.category-switch {
  cursor: pointer;
}

.c--current {
  background-color: #00864c33 !important;
  color: #00864c !important;
}

.localization-panel {
  display: flex;
  background-color: #e5e5e5;
}

.nav-menu-bottom {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu-mobile-only-bottom {
  display: none;
}

.nav-link {
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #333333;
  font-size: 13px;
  font-weight: 600 !important;
  opacity: 0.6;
}

.nav-link:hover {
  opacity: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  height: 100%;
  width: 100%;
  border-left: 1px solid #cccccc;
}

.nav-menu-panel {
  position: relative;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  height: 100%;
}

.menu-button-1,
.menu-button-2 {
  display: none;
}

.logo {
  margin-right: 50px;
  margin-left: 10px;
}

.brand {
  margin-right: -14px;
}

.sub-nav-2 {
  position: fixed;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-right: 50px;
}

.search {
  padding-top: 0;
  padding-right: 10px;
}

.top-right-nav {
  position: fixed;
  left: auto;
  top: auto;
  right: 3%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-4 {
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.48);
}

.footer {
  min-height: 400px;
  background-color: #c21b1b;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.footer-link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-12 {
  height: 10px;
  background-color: #007e41;
}

.div-block-13 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.button-5 {
  padding: 11px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #e81d25;
  border-radius: 6px;
  background-color: transparent;
  color: #dd2a2b;
  font-weight: 800;
  text-transform: uppercase;
}

.button-5:hover {
  background-color: #dd2a2b;
  color: #fff;
}

.training-banner {
  position: static;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  display: block;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: transparent;
  font-weight: 300;
  height: 100%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.car-grid {
  padding-top: 0;
  grid-column-gap: 0;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  max-width: 100%;
}

.car-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0078ff;
}

.white-car-paragraph {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}

.white-car-title {
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.mobile-banner {
  display: none;
}

.homepage-slider {
  height: auto;
  background-color: #fdfdfd;
}

.btn-book-test-drive {
  display: block;
  width: 300px;
  margin-top: 25px;
  padding: 15px 40px;
  border-radius: 8px;
  background-color: #f1293a;
  box-shadow: 1px 2px 4px 0 #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-align: center;
}

.page-banner-copy-com-7 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 35%;
  min-height: 600px;
  min-width: 30%;
  padding-top: 110px;
  padding-left: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.heading-banner-7 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  padding-right: 0;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 55px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  max-width: 530px;
}

.milestone-bg {
  border: 2px solid #000;
  background-color: #f7f9f8;
}

/* .new-green-btn {
    padding: 10px 35px;
    border-radius: 5px;
    background-color: #007e41;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
} */

/* .green-outline-btn {
    padding: 10px 35px;
    border: 1.5px solid #007e41;
    border-radius: 5px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #007e41;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
} */

.transparent-btn {
  padding: 10px 35px;
  border: 1.5px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.fa {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* .d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
} */

/* .w-slider-nav.w-round > div {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 100%;
} */

.red-outline-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 100px;
  margin-top: 0;
  padding: 8px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f1293a;
  border-radius: 11px;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease, opacity 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, opacity 0.4s ease, color 0.4s ease;
  color: #ff1010;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.red-outline-button-2.cc-jumbo-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  margin-top: 10px;
  margin-left: 0;
  padding: 10px 0;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 26px;
}

/* .red-outline-button-2:hover {
  background-color: #f1293a;
  color: #fff;
} */

@media (max-width: 1344px) {
  .menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    background-color: #ffffff;
  }
  .sub-nav-2 {
    display: none;
  }

  /* This sets the overlay container to fill the viewport below the header. */
  .w-nav-overlay {
    width: 100% !important;
    height: calc(100vh - 50px) !important; /* Assumes a 50px header height */
  }

  /* --- CORRECTED RULE --- */
  .nav-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    background-color: #ffffff;
    height: 100%; /* Fills the container */
    overflow-y: auto; /* Enables scrolling ONLY when the content is too long */
    position: relative;
  }

  .w-nav-overlay .w--nav-menu-open {
    display: flex !important;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px;
    margin-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #ffffff;
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
    position: relative;
  }

  .w-nav-overlay .w--nav-menu-open {
    display: flex !important;
  }

  body:has(.w-nav-overlay .w--nav-menu-open),
  html:has(.w-nav-overlay .w--nav-menu-open) {
    overflow: hidden;
  }
  /* .w-nav-overlay .nav-menu {
        height: calc(100% - 50px) !important;
    } */
  /* .w-nav-overlay .nav-menu {
        height: 100% !important;
    } */

  /* .nav-menu-bottom {
        height: -webkit-fill-available !important
    } */
  .w-nav-overlay .nav-menu {
    height: 100vh !important; /* This is for browsers that don't support custom properties */
    height: calc((var(--vh, 1vh) * 100) - 50px) !important;
  }

  .nav-menu-top {
    position: relative;
    bottom: 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    align-self: flex-end;
    order: 1;
    border-bottom: 1px solid #cccccc;
  }

  .nav-menu-bottom {
    height: auto;
    margin-bottom: 20px;
    align-self: flex-start;
    order: 2;
    flex: 100%;
    width: 100%;
  }

  .nav-menu-mobile-only-bottom {
    display: flex;
    background-color: #f7f7f7;
    position: relative;
    bottom: 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    align-self: flex-end;
    order: 3;
  }

  .nav-menu-panel {
    flex-direction: column;
  }
  .nav-menu-panel .dropdown-div,
  .nav-menu-panel .nav-link {
    justify-content: left;
    height: auto;
    width: 100%;
    text-align: center !important;
  }
  .nav-link.about-link {
    margin-right: 22px;
  }
  .nav-link.ufirst-link {
    display: block;
    margin-right: 22px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    background-image: url(../images/btn-ufirst.webp);
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: repeat-y;
    background-attachment: scroll;
    color: transparent;
  }
  .menu-button-1,
  .menu-button-2 {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-color: #fff;
    padding: 0px;
    max-width: 50px;
  }
  .menu-button-1 {
    right: 50px !important;
  }
  /* .menu-button-2.w--open {
        background-color: #fe0000;
    } */
  .menu-button-2 .btn-menu-open {
    display: block;
  }
  .menu-button-2 .btn-menu-close {
    display: none;
  }
  .menu-button-2.w--open .btn-menu-open {
    display: none;
  }
  .menu-button-2.w--open .btn-menu-close {
    display: block;
  }
  .menu-tab,
  .nav-menu-panel {
    width: 100%;
  }
  .nav-link {
    margin-top: 20px;
    margin-right: 0;
    padding-top: 0;
    padding-right: 25px;
    font-size: 18px;
    text-align: right !important;
  }
  .nav-link.about-link {
    margin-right: 22px;
  }
  .nav-link.ufirst-link {
    display: block;
    margin-right: 22px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    background-image: url(../images/btn-ufirst.webp);
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: repeat-y;
    background-attachment: scroll;
    color: transparent;
  }
  .menu-button-1,
  .menu-button-2 {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-color: #fff;
  }
  /* .menu-button-2.w--open {
        background-color: #fe0000;
    } */
  .category-panel,
  .category-panel a,
  .localization-panel,
  .localization-panel a,
  .localization-panel a img {
    display: flex;
    height: 16.67vw !important;
    flex-basis: 100%;
    padding: 0px;
    justify-content: center !important;
    object-fit: contain;
  }
  .localization-panel {
    background-color: #ffffff;
  }
  .nav-menu-top .localization-panel .language-btn {
    display: none;
  }
  .menu-top-localization {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 0 !important;
    position: absolute;
    left: auto;
    top: 0;
    right: 100px !important;
    min-height: 100%;
    color: #1a1b1f !important;
  }
  .pov-tablet,
  .ufirst-tablet {
    background-color: #ffffff;
  }
}

.right-arrow-5 {
  display: none;
}
.left-arrow-3 {
  display: none;
}
@media (max-width: 991px) {
  .top-right-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .desktop-banner {
    display: none;
  }
  /* .mobile-banner {
    display: block;
    width: 100%;
  } */
  .container {
    text-align: center;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
}

#searchFrm {
  display: none;
}

@media (min-width: 480px) {
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block;
  }
  .logo {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .mobile-banner {
    display: block;
    width: 100%;
  }
}

.slide-nav-7 {
  margin-bottom: 20px;
  border: 1px none #000;
  border-radius: 0;
  background-color: transparent;
  text-shadow: 1px 1px 6px #000;
}
