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

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  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-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: 10px;
}

.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;
}

.facebookicon {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/Asset-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-attachment: scroll;
  background-clip: border-box;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-right: 5px;
  padding: 0;
  overflow: visible;
}

.container {
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.instaicon {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/Asset-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-attachment: scroll;
  background-clip: border-box;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 0;
  padding: 0;
  overflow: visible;
}

.nav-link-3 {
  color: #7f7f7f;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham Book, sans-serif;
  font-size: 12px;
  line-height: 0;
}

.nav-link-4, .nav-link-5, .nav-link-6 {
  color: #7f7f7f;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham Book, sans-serif;
  font-size: 12px;
}

.nav-link-7 {
  color: #7f7f7f;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham Book, sans-serif;
  font-size: 14px;
}

.menutext {
  color: #7f7f7f;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  font-family: Gotham Book, sans-serif;
  font-size: 13px;
  line-height: 13px;
  position: static;
}

.menutext.w--current {
  color: #7f7f7f;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 0;
  min-height: 120px;
  max-height: 120px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: static;
}

.image {
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

.image-2 {
  background-color: #9b5d5d;
  background-image: linear-gradient(#6e66aa80, #6e66aa80);
  position: absolute;
  inset: 36% auto auto 44%;
}

.cell {
  background-color: #b7cf4a;
  align-items: center;
  padding-bottom: 0;
  padding-right: 0;
}

.heading {
  color: #8cc240;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.btn-read-mb {
  text-transform: uppercase;
  background-color: #97ca45;
  margin-top: 10px;
  margin-left: 0;
  padding: 5px 70px;
  font-family: Montserrat, sans-serif;
}

.tradinghours_block {
  text-align: left;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  display: flex;
}

.cell-2 {
  background-color: #afafaf;
  background-image: url('../images/header-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.tradinghours_day {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border: 1px #000;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
}

.tradinghours {
  background-color: #44202000;
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: auto;
  min-width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tradinghours_time {
  color: #fff;
  text-align: right;
  min-width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-3 {
  background-image: url('../images/header-02.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  overflow: hidden;
}

.mainpage_background1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #7980b2;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  position: static;
}

.mainpage_logo {
  z-index: 2;
  float: none;
  object-fit: fill;
  background-color: #8f666600;
  background-image: url('../images/Asset-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  min-width: 40%;
  height: auto;
  min-height: 40%;
  margin-top: 168px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto;
}

.paragraph-2 {
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 23px;
  display: block;
}

.paragraph-3 {
  color: #8cc240;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.cellblocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: .25fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 100%;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  left: 0;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 400px;
  display: flex;
}

.button-2 {
  text-align: center;
  background-color: #8cc240;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.button-3 {
  text-align: center;
  background-color: #8cc240;
  flex: none;
  justify-content: center;
  width: 200px;
  margin-right: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-3 {
  color: #8cc240;
  justify-content: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  justify-content: center;
  width: 800px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.exhibi_div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
}

.greyinfoblock {
  background-color: #00000017;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 15px;
  display: flex;
}

.management_div {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 40px;
  display: block;
  position: static;
}

.management_blocks {
  flex: 0 auto;
  justify-content: space-between;
  width: 1200px;
  margin-bottom: 89px;
  display: flex;
}

.contactblock {
  background-color: #5bd45d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 150px;
  display: flex;
}

.heading-propmanager {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-5 {
  color: #fff;
  font-size: 16px;
}

.div-block-8 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.contactus_block {
  background-color: #8cc240;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  padding: 40px;
  display: flex;
}

.contactblock2 {
  background-color: #0000;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 100px 60px;
  display: flex;
}

.photosblock2 {
  background-color: #0000;
  background-image: url('../images/Olympus-64.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  height: auto;
  min-height: 300px;
  margin-left: 40px;
  margin-right: 0;
}

.map_area {
  width: 100%;
  height: 400px;
}

.footer {
  background-color: #8cc240;
}

.link {
  color: #fff;
  cursor: pointer;
  font-size: 11px;
}

.text-block-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  padding: 20px 100px;
  display: flex;
}

.div-block-12 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/Asset-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100px;
  height: 75px;
  overflow: visible;
}

.footer_creator_link {
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.brand {
  background-image: url('../images/Coloured-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  min-width: 150px;
  max-width: 150px;
  min-height: 90px;
  max-height: 90px;
  padding-bottom: 0;
  position: static;
}

.slider {
  z-index: 1;
  width: 100%;
  height: 600px;
  position: absolute;
}

.slide {
  background-image: url('../images/Olympus-63.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .2s;
  position: sticky;
  inset: 0%;
}

.slide-2 {
  background-image: url('../images/Olympus-44.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Olympus-81.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav, .left-arrow {
  overflow: visible;
}

.quick-stack {
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-13 {
  max-height: 300px;
}

.heading-leasemanager, .heading-marketmanager {
  color: #fff;
  font-size: 20px;
}

.heading-opsmanager {
  color: #fff;
  text-align: center;
  align-self: center;
  font-size: 20px;
}

.partext-property {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.partext-leasing, .partext-marketing, .partext-operations {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.div-block-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 40px;
  display: flex;
}

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

.leasingblock {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 68px;
  display: flex;
}

.par-exhibit {
  text-align: center;
  justify-content: center;
  width: 800px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.par-management, .par-leasing {
  text-align: center;
  justify-content: center;
  width: 800px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.partext-contactinfo {
  color: #fff;
  margin-top: 20px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.management-blocks-mb {
  flex: 0 auto;
  justify-content: space-between;
  width: auto;
  margin-bottom: 40px;
  display: flex;
}

.contactblock-mb {
  background-color: #8cc240;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.contactblock-copy {
  background-color: #5bd45d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 150px;
  display: flex;
}

.div-block-17 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.aboutall {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.hoursblock {
  color: #8cc240;
  background-color: #8cc240;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.hoursandphoto {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-right: 40px;
  display: flex;
}

.aboutblockmain {
  width: 60%;
  margin-left: 40px;
}

.aboutblock-img {
  background-image: url('../images/Olympus-40.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 100%;
  height: 400px;
  display: flex;
}

.heading-contactus {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
  max-width: 290px;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
}

.aboutus-mb {
  display: none;
}

.div-about {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding: 100px;
  display: flex;
}

.heading-about-mb {
  color: #8cc240;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.par-aboutus-mb {
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 23px;
  display: block;
}

.par-visit-mb {
  color: #8cc240;
  margin-left: 20px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-examples {
  background-color: #e2e2e2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-examples-inside {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.div-example1 {
  background-color: #fff0;
  width: 30%;
  height: auto;
}

.div-example-image1 {
  background-color: #bbb;
  background-image: url('../images/olympus-village-mall-convenience-shopping.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 225px;
}

.div-example-text1 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-4 {
  color: #8cc240;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.par-beauty {
  text-align: center;
}

.div-footer-img {
  width: 100%;
  height: 400px;
}

.div-block-23 {
  background-color: #ad7474;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.div-block-24 {
  background-color: #8cc240;
  flex-wrap: nowrap;
  align-items: flex-end;
  width: 350px;
  height: 60px;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 56% auto auto 17%;
}

.div-block-25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-top: 50px;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 0;
}

.div-block-26 {
  background-color: #9c6161;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  height: 500px;
  display: flex;
}

.collection-list-wrapper {
  line-height: 20px;
}

.collection-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.container-2 {
  width: 90%;
}

.div-block-27 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 500px;
  display: flex;
}

.div-block-28 {
  background-color: #837070;
  width: 50%;
  height: 500px;
}

.div-store-names1 {
  text-shadow: 0 1px 9px #000000b5;
  background-color: #0000;
  width: 40%;
}

.div-store-number1 {
  background-color: #0000;
  justify-content: flex-end;
  width: 15%;
  margin-right: 35px;
  display: flex;
}

.div-store-name2 {
  text-shadow: 0 0 9px #00000096;
  background-color: #0000;
  width: 40%;
}

.div-store-number2 {
  color: #fff;
  background-color: #0000;
  justify-content: flex-end;
  width: 15%;
  height: 100%;
  display: flex;
}

.div-stores-desktop {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-29, .footer-img {
  background-image: url('../images/olympus-village-mall-food-court.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.div-stores-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.heading-convenience {
  color: #8cc240;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.heading-beauty, .heading-restaurants {
  color: #8cc240;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.par-convenience {
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.par-restaurants {
  text-align: center;
}

.nav-menu-3 {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: static;
}

.menu-button-2 {
  display: none;
  position: static;
}

.ov_logo {
  background-image: url('../images/Coloured-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 150px;
  max-width: 150px;
  min-height: 90px;
  max-height: 90px;
}

.topmenu {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.map {
  height: 400px;
}

.div-example-image3 {
  background-color: #bbb;
  background-image: url('../images/olympus-village-mall-beauty-shopping.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 225px;
}

.div-example-image2 {
  background-color: #bbb;
  background-image: url('../images/olympus-village-mall-restaurants-food-shopping.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 225px;
}

.slider2 {
  z-index: 1;
  width: 100%;
  height: 300px;
  position: static;
}

.aboutsection {
  display: flex;
}

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

.section {
  background-image: url('../images/header-02.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.collection-list-2 {
  color: #fff;
}

.collection-list-wrapper-3 {
  color: #fff;
  text-shadow: 0 1px 9px #00000091;
}

.collection-list-3 {
  color: #fff;
}

.collection-list-wrapper-4 {
  text-shadow: 0 1px 10px #0009;
}

.storeinfosection {
  background-color: #8cc240;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-9 {
  text-shadow: none;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-10 {
  text-align: right;
  text-shadow: none;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.paragraph-11 {
  text-shadow: none;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.paragraph-12 {
  text-align: right;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.headinstores {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.collection-list-4 {
  text-shadow: none;
}

.link-2 {
  color: #000;
  text-transform: none;
  text-decoration: none;
}

.par-exhibit-copy {
  text-align: center;
  justify-content: center;
  width: 800px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.div-block-30 {
  justify-content: space-between;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.collection-list-wrapper-5 {
  display: none;
}

.collection-item {
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.burgermenudiv {
  display: none;
}

.exhibitions {
  background-color: #00000017;
}

.tradinghoursmobile {
  background-color: #44202000;
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: auto;
  min-width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.fade {
  z-index: 1;
  background-image: linear-gradient(#0000, #000c);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 400px;
  max-height: 400px;
  margin-top: 200px;
  position: absolute;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.storesdiv {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.list1 {
  justify-content: space-between;
  min-width: auto;
  max-width: none;
  display: flex;
}

.shopnames {
  margin-right: 20px;
}

.telenumbers {
  min-width: auto;
}

.text-block-4-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.numbers {
  color: #fff;
  text-align: right;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.names {
  color: #fff;
  min-width: auto;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.mainlist {
  display: block;
}

.list2 {
  justify-content: space-between;
  min-width: auto;
  max-width: none;
  display: flex;
}

.listwide {
  justify-content: space-around;
  min-width: 49%;
  max-width: 49%;
  display: block;
}

.egg {
  background-image: url('../images/101129-golden-easter-egg-png-image-high-quality.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 20px;
  margin-left: -29px;
  position: absolute;
}

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

.div-block35 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/Broll-logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  width: 70px;
  height: 50px;
  margin-right: 20px;
  overflow: visible;
}

.list1-copy {
  justify-content: space-around;
  min-width: 49%;
  max-width: 49%;
  display: flex;
}

.textblock1 {
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
}

.block1 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
}

.textblock2 {
  text-align: center;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
}

.textblock3 {
  text-align: center;
  border: 1px solid #000;
  min-width: 80%;
  max-width: 80%;
  margin-bottom: 35px;
  padding: 30px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.textblock4 {
  text-align: center;
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.photo1 {
  background-color: #e2e2e2;
  background-image: url('../images/martmarie-kombusitee--130.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 16%;
  max-width: 16%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-33 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.mainpage_background1-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  min-height: 300px;
  display: flex;
  position: static;
  overflow: visible;
}

.slider-copy {
  z-index: 1;
  width: 100%;
  height: 300px;
  position: absolute;
}

.fade-copy {
  z-index: 1;
  background-image: linear-gradient(#0000, #000c);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 300px;
  max-height: 300px;
  margin-top: 1px;
  position: absolute;
}

.photo2 {
  background-color: #e2e2e2;
  background-image: url('../images/martmarie-kombusitee--179.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 16%;
  max-width: 16%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.photo3 {
  background-color: #e2e2e2;
  background-image: url('../images/martmarie-kombusitee--165.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 16%;
  max-width: 16%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.photo4 {
  background-color: #e2e2e2;
  background-image: url('../images/martmarie-kombusitee--210.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 16%;
  max-width: 16%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.photo5 {
  background-color: #e2e2e2;
  background-image: url('../images/martmarie-kombusitee--188.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 16%;
  max-width: 16%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.photo6 {
  background-color: #e2e2e2;
  background-image: url('../images/martmarie-kombusitee--159.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 16%;
  max-width: 16%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.photo7 {
  background-color: #e2e2e2;
  background-image: url('../images/martmarie-kombusitee--144.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 12%;
  max-width: 12%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._2_photo7 {
  background-color: #e2e2e2;
  background-image: url('../images/olympusviillage--55.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._2_photo8 {
  background-color: #e2e2e2;
  background-image: url('../images/olympusviillage--48.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._2_photo9 {
  background-color: #e2e2e2;
  background-image: url('../images/martmarie-kombusitee--145.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._2_photo10 {
  background-color: #e2e2e2;
  background-image: url('../images/olympusviillage--54.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.photo12 {
  background-color: #e2e2e2;
  background-image: url('../images/martmarie-kombusitee--183.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 12%;
  max-width: 12%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.photo13 {
  background-color: #e2e2e2;
  background-image: url('../images/martmarie-kombusitee--187.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 12%;
  max-width: 12%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.photo14 {
  background-color: #e2e2e2;
  background-image: url('../images/martmarie-kombusitee--151.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 12%;
  max-width: 12%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.episodes {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.link-4 {
  color: #fff;
  background-color: #8bc340;
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.episode1 {
  margin-top: 100px;
}

._2_photo1 {
  background-color: #e2e2e2;
  background-image: url('../images/olympusviillage--25.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._2_photo2 {
  background-color: #e2e2e2;
  background-image: url('../images/olympusviillage--52.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._2_photo3 {
  background-color: #e2e2e2;
  background-image: url('../images/olympusviillage--37.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._2_photo4 {
  background-color: #e2e2e2;
  background-image: url('../images/olympusviillage--47.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._2_photo5 {
  background-color: #e2e2e2;
  background-image: url('../images/martmarie-kombusitee--136.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._2_photo6 {
  background-color: #e2e2e2;
  background-image: url('../images/olympusviillage--34.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._3_photo1 {
  background-color: #e2e2e2;
  background-image: url('../images/IMG_8168.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._3_photo2 {
  background-color: #e2e2e2;
  background-image: url('../images/IMG_8170.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._3_photo3 {
  background-color: #e2e2e2;
  background-image: url('../images/IMG_8162.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._3_photo4 {
  background-color: #e2e2e2;
  background-image: url('../images/IMG_8172.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._3_photo5 {
  background-color: #e2e2e2;
  background-image: url('../images/IMG_8156.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._3_photo6 {
  background-color: #e2e2e2;
  background-image: url('../images/IMG_8151.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 25%;
  max-width: 25%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._2_photo7-copy {
  background-color: #e2e2e2;
  background-image: url('../images/olympusviillage--55.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 20%;
  max-width: 20%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._3_photo7 {
  background-color: #e2e2e2;
  background-image: url('../images/IMG_8165.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 25%;
  max-width: 25%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._3_photo8 {
  background-color: #e2e2e2;
  background-image: url('../images/73594878-33DB-4914-B2F4-39D61F281430.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 25%;
  max-width: 25%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._3_photo9 {
  background-color: #e2e2e2;
  background-image: url('../images/IMG_8148.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 25%;
  max-width: 25%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.springbanner {
  background-image: url('../images/OV_LipstickWorkshop_Quicket.jpg.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 800px;
  min-width: 800px;
  height: 300px;
  min-height: 300px;
  margin-bottom: 20px;
}

.block5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
}

.wellnessbanner {
  background-image: url('../images/OV_Wellness_Coverset.jpg.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 800px;
  min-width: 800px;
  height: 300px;
  min-height: 300px;
  margin-bottom: 20px;
}

._4_photo1 {
  background-color: #e2e2e2;
  background-image: url('../images/e64aef6e-a71c-43e0-86f9-1b2fdaf6af30.JPG');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 16.5%;
  max-width: 16.5%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._4_photo2 {
  background-color: #e2e2e2;
  background-image: url('../images/3aee4cae-1d23-455e-8458-6f7f255394c1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 16.5%;
  max-width: 16.5%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._4_photo4 {
  background-color: #e2e2e2;
  background-image: url('../images/1d2b0868-3782-4b9e-bffc-f15257f864f7.JPG');
  background-position: 50%;
  background-size: cover;
  min-width: 16.5%;
  max-width: 16.5%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._3_photo4-copy {
  background-color: #e2e2e2;
  background-image: url('../images/60e11ab1-8b7f-410d-9f87-0708593ac4dc.JPG');
  background-position: 50%;
  background-size: cover;
  min-width: 16.5%;
  max-width: 16.5%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._4_photo5 {
  background-color: #e2e2e2;
  background-image: url('../images/3d217db1-14ae-4b97-b9d1-941d359949fc.JPG');
  background-position: 50%;
  background-size: cover;
  min-width: 16.5%;
  max-width: 16.5%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

._4_photo6 {
  background-color: #e2e2e2;
  background-image: url('../images/f19dd8c9-aa75-4c7f-96b8-5e3eb027857c.JPG');
  background-position: 50%;
  background-size: cover;
  min-width: 16.5%;
  max-width: 16.5%;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-34 {
  background-color: #8dc240;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  min-height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.emaillink {
  color: #fff;
  text-decoration: none;
}

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

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .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;
  }

  .menutext {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tradinghours_block {
    margin-bottom: 15px;
  }

  .tradinghours_day {
    font-size: 13px;
    line-height: 18px;
  }

  .heading-2 {
    margin: 0;
    padding-bottom: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .tradinghours {
    width: 90%;
    padding-bottom: 0;
  }

  .tradinghours_time {
    font-size: 11px;
    line-height: 16px;
  }

  .mainpage_background1 {
    height: 400px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 19px;
  }

  .greyinfoblock {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .management_div {
    width: 100%;
  }

  .heading-propmanager {
    text-align: center;
    margin-bottom: 5px;
    font-size: 17px;
  }

  .contactus_block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 50%;
    height: auto;
    min-height: 300px;
    max-height: 300px;
    display: block;
  }

  .contactblock2 {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 40px;
  }

  .photosblock2 {
    width: 50%;
    height: auto;
    min-height: 300px;
    margin-left: 0;
  }

  .slider {
    height: 400px;
  }

  .heading-leasemanager, .heading-marketmanager, .heading-opsmanager {
    text-align: center;
    margin-bottom: 5px;
    font-size: 17px;
  }

  .partext-property, .partext-leasing, .partext-marketing, .partext-operations {
    font-size: 14px;
  }

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

  .div-block-15, .leasingblock {
    width: 100%;
  }

  .par-exhibit, .par-management, .par-leasing {
    width: 90%;
  }

  .partext-contactinfo {
    justify-content: center;
    align-self: auto;
    width: 90%;
    font-size: 13px;
    display: block;
  }

  .management-blocks-mb {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: wrap;
    width: 90%;
  }

  .contactblock-mb {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 45%;
    max-width: 45%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hoursblock {
    padding: 20px;
  }

  .hoursandphoto {
    width: 50%;
    margin-right: 20px;
  }

  .aboutblockmain {
    width: 50%;
  }

  .aboutblock-img {
    height: 500px;
  }

  .heading-contactus {
    width: 90%;
    font-size: 33px;
  }

  .aboutus-mb {
    display: block;
  }

  .div-about {
    padding: 60px;
  }

  .div-block-27 {
    width: 90%;
  }

  .div-stores-desktop {
    flex-wrap: wrap;
    height: 400px;
    min-height: auto;
    margin-bottom: -30px;
    padding-bottom: 0;
  }

  .div-stores-inner {
    align-items: flex-start;
    width: 90%;
  }

  .nav-menu-3 {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .menu-button-2 {
    display: none;
  }

  .topmenu {
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-4 {
    min-width: 100%;
    min-height: 100px;
    display: flex;
    position: static;
  }

  .nav-link-8 {
    display: flex;
    position: static;
  }

  .paragraph-9, .paragraph-10, .paragraph-12 {
    font-size: 12px;
  }

  .par-exhibit-copy {
    width: 70%;
  }

  .div-block-30 {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
  }

  .text-block-3 {
    color: #fff;
    text-align: right;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .collection-list-wrapper-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template: ". ."
                   ". Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-items: flex-start;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    display: none;
    overflow: visible;
  }

  .collection-list-5 {
    clear: none;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-wrap: wrap;
    grid-template: "Area"
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    place-items: start;
    min-height: 50%;
    max-height: 50%;
    display: block;
    overflow: visible;
  }

  .collection-item {
    min-width: 50%;
    max-width: 50%;
    min-height: auto;
    max-height: none;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .text-block-4 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    line-height: 24px;
  }

  .tradinghoursmobile {
    width: 90%;
    padding-bottom: 0;
  }

  .fade {
    margin-top: 0;
  }

  .storesdiv {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-height: auto;
  }

  .text-block-4-copy {
    color: #fff;
    font-family: Montserrat, sans-serif;
    line-height: 24px;
  }

  .numbers {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 20px;
  }

  .names {
    color: #fff;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 20px;
  }

  .textblock1 {
    text-align: center;
    font-size: 50px;
  }

  .mainpage_background1-copy, .slider-copy {
    height: 400px;
  }

  .fade-copy {
    margin-top: 0;
  }

  .episodes {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .springbanner, .wellnessbanner {
    width: 90%;
    min-width: 90%;
  }
}

@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;
  }

  .tradinghours_day {
    font-size: 15px;
    line-height: 20px;
  }

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

  .tradinghours {
    display: none;
  }

  .mainpage_logo {
    min-width: 60%;
  }

  .greyinfoblock {
    padding-bottom: 0;
  }

  .contactblock2 {
    display: block;
  }

  .photosblock2 {
    width: 100%;
  }

  .div-block-11 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .partext-contactinfo {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .management-blocks-mb {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .contactblock-mb {
    margin-bottom: 23px;
  }

  .hoursandphoto {
    width: 100%;
  }

  .aboutblockmain {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .aboutblock-img {
    height: 300px;
  }

  .div-stores-desktop {
    height: auto;
    margin-bottom: 59px;
    padding-bottom: 46px;
  }

  .topmenu {
    align-items: center;
  }

  .aboutsection {
    display: block;
  }

  .menudiv {
    display: none;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .collection-list-wrapper-5 {
    display: none;
  }

  .collection-item {
    min-width: 100%;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .burgermenudiv {
    display: block;
  }

  .dropdown-toggle {
    background-image: url('../images/olympusburgermenu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 50px;
    max-width: 50px;
    min-height: 40px;
    max-height: 40px;
    padding: 0;
  }

  .dropdown {
    min-width: 50px;
    max-width: 50px;
    min-height: 30px;
    max-height: 30px;
  }

  .dropdown-list {
    background-color: #ddd;
  }

  .dropdown-list.w--open {
    background-color: #8cc240;
  }

  .burgerlink {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .tradinghoursmobile {
    display: block;
  }

  .fade {
    margin-top: 0;
  }

  .storesdiv {
    padding-left: 86px;
    padding-right: 86px;
    display: block;
  }

  .list1 {
    justify-content: space-between;
    min-width: 100%;
    max-width: 100%;
  }

  .text-block-4-copy {
    font-size: 16px;
  }

  .numbers, .names {
    font-size: 20px;
    line-height: 24px;
  }

  .list2, .list1-copy, .listwide {
    min-width: 100%;
    max-width: 100%;
  }

  .list1-copy {
    justify-content: space-between;
    min-width: 100%;
    max-width: 100%;
  }

  .fade-copy {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .facebookicon {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .instaicon {
    position: static;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    text-align: center;
    margin-bottom: -4px;
    margin-left: 0;
    font-size: 5vw;
    line-height: 6vw;
  }

  .btn-read-mb {
    justify-content: center;
    margin-top: 5px;
    margin-left: 0;
    display: flex;
  }

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

  .tradinghours_day {
    text-align: center;
    font-size: 4vw;
    line-height: 6vw;
  }

  .heading-2 {
    text-align: center;
    font-size: 6vw;
    line-height: 6vw;
  }

  .tradinghours {
    display: block;
  }

  .mainpage_logo {
    width: 200px;
  }

  .paragraph-2 {
    text-align: center;
    min-width: 100%;
    margin-left: 0;
    padding: 14px 6px;
    font-size: 3vw;
    line-height: 5vw;
  }

  .paragraph-3 {
    text-align: center;
    margin-left: 0;
    font-size: 4vw;
    line-height: 5vw;
  }

  .div-block-5 {
    justify-content: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .button-2 {
    text-align: center;
    background-color: #8cc240;
    justify-content: center;
    width: auto;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4vw;
    line-height: 6vw;
  }

  .button-3 {
    background-color: #8cc240;
    flex-wrap: nowrap;
    flex: none;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 4vw;
    line-height: 6vw;
    display: flex;
  }

  .heading-3 {
    color: #8cc240;
    width: auto;
    font-size: 6vw;
    line-height: 8vw;
  }

  .exhibi_div {
    width: auto;
  }

  .greyinfoblock {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-top: 40px;
    display: flex;
  }

  .management_div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 320px;
    display: flex;
  }

  .contactblock {
    width: 100%;
  }

  .contactus_block {
    width: auto;
    min-width: auto;
    min-height: auto;
    max-height: none;
  }

  .contactblock2 {
    width: auto;
    max-width: 100%;
    padding: 0;
    display: block;
  }

  .photosblock2 {
    width: 320px;
    min-height: 200px;
    display: none;
  }

  .footer {
    justify-content: space-between;
    display: flex;
  }

  .div-block-11 {
    flex-flow: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack {
    max-width: 100%;
  }

  .div-block-14 {
    width: auto;
    min-width: 100%;
    padding-top: 29px;
  }

  .div-block-15 {
    width: auto;
    max-width: none;
  }

  .leasingblock {
    max-width: none;
    padding-bottom: 49px;
  }

  .par-exhibit {
    width: 90%;
  }

  .par-management {
    width: auto;
    font-size: 4vw;
    line-height: 6vw;
  }

  .par-leasing {
    width: 80%;
    font-size: 4vw;
    line-height: 6vw;
  }

  .partext-contactinfo {
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 4vw;
    line-height: 6vw;
  }

  .body {
    max-width: 320px;
  }

  .management-blocks-mb {
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 320px;
    margin-bottom: -3px;
    display: flex;
  }

  .contactblock-mb {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .contactblock-copy {
    width: 100%;
  }

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

  .aboutall {
    text-align: left;
    display: block;
  }

  .hoursblock {
    min-width: 100%;
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hoursandphoto {
    width: 100%;
  }

  .aboutblockmain {
    order: -1;
    align-self: auto;
    width: 100%;
  }

  .heading-contactus {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .aboutus-mb {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 320px;
    display: flex;
  }

  .div-about {
    padding: 20px;
    display: block;
  }

  .div-block-22 {
    background-color: #0000;
    width: 90%;
    height: auto;
  }

  .heading-about-mb {
    text-align: center;
    margin-left: 0;
    font-size: 20px;
  }

  .par-aboutus-mb {
    text-align: center;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 11px;
    line-height: 19px;
  }

  .par-visit-mb {
    text-align: center;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 5px;
    font-size: 12px;
    line-height: 17px;
  }

  .div-examples {
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .div-examples-inside {
    background-color: #0000;
    display: block;
  }

  .div-example1 {
    background-color: #0000;
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-24 {
    width: 100%;
    position: static;
  }

  .heading-5 {
    padding-right: 0;
    position: relative;
  }

  .div-block-27 {
    width: 100%;
  }

  .div-store-names1 {
    width: 55%;
    margin-left: 15px;
    font-size: 12px;
  }

  .div-store-number1 {
    text-align: right;
    width: 30%;
    margin-right: 15px;
    font-size: 12px;
  }

  .div-store-name2 {
    width: 55%;
    margin-left: 15px;
    font-size: 12px;
  }

  .div-store-number2 {
    text-align: right;
    width: 30%;
    height: auto;
    margin-top: -16px;
    margin-right: 15px;
    font-size: 12px;
  }

  .div-stores-desktop {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-left: 34px;
    padding-right: 20px;
  }

  .paragraph-7, .paragraph-8 {
    text-align: center;
  }

  .div-stores-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .ov_logo {
    min-width: 130px;
    max-width: 130px;
  }

  .topmenu {
    align-items: center;
  }

  .collection-list-2 {
    margin-top: -20px;
  }

  .storeinfosection {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .headinstores {
    padding-top: 0;
    padding-right: 0;
    position: relative;
  }

  .par-exhibit-copy {
    width: 90%;
    margin-bottom: 37px;
    font-size: 4vw;
    line-height: 6vw;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .text-block-4 {
    font-size: 13px;
  }

  .someicons {
    min-width: 50px;
    max-width: 50px;
    display: block;
  }

  .tradinghoursmobile {
    min-height: auto;
    display: none;
    position: static;
  }

  .fade {
    margin-top: 0;
  }

  .storesdiv {
    padding-left: 0;
    padding-right: 0;
  }

  .shopnames {
    min-width: auto;
  }

  .text-block-4-copy {
    font-size: 13px;
  }

  .numbers, .names {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .textblock1 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 40px;
    line-height: 50px;
  }

  .block1 {
    margin-left: 0;
    margin-right: 0;
  }

  .textblock2 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .textblock3 {
    padding: 26px;
    font-size: 16px;
    line-height: 18px;
  }

  .textblock4 {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 30px;
    line-height: 30px;
  }

  .photo1 {
    min-width: 50%;
    max-width: 50%;
    min-height: 250px;
    max-height: 250px;
    margin-bottom: 0;
  }

  .fade-copy {
    margin-top: 0;
  }

  .photo2, .photo3, .photo4 {
    min-width: 50%;
    max-width: 50%;
    min-height: 250px;
    max-height: 250px;
    margin-bottom: 0;
  }

  .photo5 {
    min-width: 50%;
    max-width: 50%;
    min-height: 250px;
    max-height: 250400px;
    margin-bottom: 0;
  }

  .photo6, .photo7, ._2_photo7, ._2_photo8, ._2_photo9, ._2_photo10, .photo12, .photo13, .photo14 {
    min-width: 50%;
    max-width: 50%;
    min-height: 250px;
    max-height: 250px;
    margin-bottom: 0;
  }

  .episodes {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  ._2_photo1, ._2_photo2, ._2_photo3, ._2_photo4 {
    min-width: 50%;
    max-width: 50%;
    min-height: 250px;
    max-height: 250px;
    margin-bottom: 0;
  }

  ._2_photo5 {
    min-width: 50%;
    max-width: 50%;
    min-height: 250px;
    max-height: 250400px;
    margin-bottom: 0;
  }

  ._2_photo6, ._3_photo1, ._3_photo2, ._3_photo3, ._3_photo4 {
    min-width: 50%;
    max-width: 50%;
    min-height: 250px;
    max-height: 250px;
    margin-bottom: 0;
  }

  ._3_photo5 {
    min-width: 50%;
    max-width: 50%;
    min-height: 250px;
    max-height: 250400px;
    margin-bottom: 0;
  }

  ._3_photo6, ._2_photo7-copy, ._3_photo7, ._3_photo8, ._3_photo9 {
    min-width: 50%;
    max-width: 50%;
    min-height: 250px;
    max-height: 250px;
    margin-bottom: 0;
  }

  .springbanner {
    height: 150px;
    min-height: 150px;
  }

  .block5 {
    margin-left: 0;
    margin-right: 0;
  }

  .wellnessbanner {
    height: 150px;
    min-height: 150px;
  }

  ._4_photo1, ._4_photo2, ._4_photo4, ._3_photo4-copy {
    min-width: 50%;
    max-width: 50%;
    min-height: 250px;
    max-height: 250px;
    margin-bottom: 0;
  }

  ._4_photo5, ._4_photo6 {
    min-width: 50%;
    max-width: 50%;
    min-height: 250px;
    max-height: 250400px;
    margin-bottom: 0;
  }
}


@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}