@font-face {
            font-family: 'Rische';
            src: url('fonts/rische-demo.otf') format('opentype');
        }

        @font-face {
          font-family: 'Fog';
          src: url('fonts/FogtwoNo5.ttf') format('truetype');
          font-weight: normal;
          font-style: normal;
        }
:root {
  --goudy: "Sorts Mill Goudy", serif;
  --roboto: "Roboto", sans-serif;
  --blue: #0094CA;
  --green: #317622;
  --red: #c53d18;
  --white: #FFFFFF;
  --black: #000000;
  --dark-grey: #363839;
  --light-grey: #F4F4F4;
  --main: #543980;
  --main-fade: #A89ABF;
  --bg: #FEFAEA;
  --rische: "Rische", sans-serif;
  --mainLight: #f2e9f7;
  --hGreen: #16764B;
  --hSub: #95c11f;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--roboto);
  text-rendering: optimizeLegibility;
}

button {
  font-family: var(--roboto);
}

.left {
  float: left;
}
.right {
  float: right;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  color: var(--blue);
}

.goudy {
  font-family: var(--goudy);
}
.roboto {
  font-family: var(--roboto);
}
.mcpTopHeader {
  position: fixed;
  left: 0;
  top: 0;
  background: var(--blue);
  height: 50px;
  width: 100%;
  z-index: 1000;
  color: var(--white);
  font-family: 'Poppins';
  line-height: 50px;
}
.mcpTopHeaderLeft {
  float: left;
  margin-left: 20px;
}
.mcpTopHeaderRight {
  float: right;
  margin-right: 20px;
}
.mcpHeader {
  height: 100px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 50px;
  background: var(--main);
  color: var(--white);
  text-align: center;
  line-height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,1);
  box-shadow: 0px 0px 11px 0px rgba(0,0,0,1);
}
.mcpHeader .navigation {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  font-family: "Poppins", sans-serif;
}
.mcpHeader .navigation .nav {
  cursor: pointer;
  font-family: "Poppins", serif;
}
.mcpHeader .overlay {
  background: var(--main);
  height: 100vh;
  width: 100%;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.submenu {
  position: fixed;
  z-index: 3;
  left: 0;
  top: -100vh;
  font-family: "Poppins", sans-serif;
}
.chevron {
  font-size: 10px;
}
.mcpHeader .logo {
  height: 80px;
  margin-top: 10px;
}
.submenu {
  line-height: 1.2em;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  width: calc(100% - 100px);
}
.submenuText {
  float: left;
  width: 400px;
  text-align: left;
}
.submenuNav {
  float: right;
  width: calc(100% - 450px);
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-top: 20px;
}
.submenuNavInd {
  margin-bottom: 10px;
}
.submenuNavInd:hover {
  margin-left: 10px;
  transition: 0.5s;
}
.module2Container h2 {
  font-size: 100px;
  text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
  font-family: "Cinzel", serif;
  font-weight: normal;
  line-height: 1em;
}
.module2Container .heroBody {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}
.module2Container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
  z-index: -100;
}
.module2Video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  object-fit: cover; /* Ensures video covers container */
  transform: translate(-50%, -50%);
  z-index: -10; /* Places video behind content */
}
.module2Overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: .4;
  width: 100%;
}
.module2Content {
  position: relative;
  width: 100%;
  height: 100vh;
  color: white;
  text-align: center;
}
.module6Container {
  display: grid;
  text-align: center;
}
.fpImage {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.fpName {
  color: var(--main);
  font-weight: bold;
  font-family: 'Poppins';
}
.fpLocation {
  margin-top: -5px;
  color: var(--main);
  font-weight: bold;
  font-family: 'Poppins';
  opacity: 0.5;
}
.fpTagline {
  font-family: 'Poppins';
  color: var(--dark-grey);
  font-size: 12px;
}
.featuredParkReplace {
  text-align: center;
  margin-top: 30px;
  background: #eaeaea;
  padding: 20px;
  border-radius: 20px;
  cursor: pointer;
}
.featuredParkReplace:hover {
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
  transition: 0.2s;
}
.fpImageReplace {
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.fpNameReplace {
  color: var(--main);
  font-weight: bold;
  font-family: 'Poppins';
}
.fpLocationReplace {
  margin-top: -5px;
  color: var(--main);
  font-weight: bold;
  font-family: 'Poppins';
  opacity: 0.5;
  margin-top: -10px;

}
.fpTaglineReplace {
  font-family: 'Poppins';
  color: var(--dark-grey);
  font-size: 12px;
  line-height: 1.5 !important;
}
.wrapped {
  max-width: 1200px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
.navContainer {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  overflow: auto;
  width: 100%;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}
.mobileNav {
  display: none;
}
.blueNav {
  background: var(--blue);
  color: var(--white);
  height: 40px;
  line-height: 40px;
}
.blueNav img {
  height: 18px;
  margin-top: 11px;
}
#navNumber {
  margin-left: 5px;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
#navTimes {
  margin-left: 5px;
  font-size: 13px;
}
#navLocation {
  font-size: 13px;
  margin-left: 10px;
  margin-right: 30px;
  color: white;
}
#navSearchIcon {
  margin-left: 30px;
}
#navSearch {
  height: 30px;
  margin-top: 5px;
  padding: 0px;
  background: none;
  border: none;
  margin-left: 10px;
}
#navSearch::placeholder {
  color: white;
}
#navBookContainer {
  background: var(--green);
  color: white;
  cursor: pointer;
}
#navBookContainer {
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
}
#navCalendarText {
  font-weight: bold;
  font-size: 13px;
  float: left;
  margin-left: 10px;
}
.whiteNav {
  overflow: auto;
  background: white;
  line-height: 90px;
}
#navLogo {
  height: 40px;
  margin-top: 25px;
}
#navNav {

}
#navNav .nav {
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  padding-top: 25px;
}
#navChev {
  transform: rotate(90deg);
  margin-left: 10px;
}
.subNav {
  padding-top: 50px;
  padding-bottom: 25px;
  display: none;
  width: 100%;
  background: white;
  overflow: auto;
}
.subNavText {
  width: 45ch;
}
.subNavNav {
  width: calc(50% - 50px);
}
h4 {
  color: var(--blue);
  font-size: 25px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: 'Cinzel'
}
h3 {
  color: var(--main);
  font-size: 40px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: 'Cinzel'
}
.subNavDescription {
  font-weight: 300px;
  line-height: 19px;
  margin-bottom: 0px;
}
.navLine {
  height: 1px;
  background: var(--blue);
  width: 100%;
}
.navLineHalf {
  height: 1px;
  background: var(--blue);
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.subNavNav .halfNav {
  width: calc(50% - 10px);
  height: 40px;
  line-height: 40px;
}
.subNavNav .halfNav:hover {
  color: var(--blue);
  cursor: pointer;
  font-weight: 300px;
}
#hero {
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
#hero #heroGrid {
  width: 85%;
    max-width: 1200px;
    grid-template-rows: auto;
    grid-template-columns: 450px 1fr;

    grid-row-gap: 16px;
grid-column-gap: 16px;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
#hero #heroGrid #gridContentLeft {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  width: 450px;
}
#hero #heroGrid .heroTitle {
  color: var(--blue);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: var(--goudy);
  font-size: 62px;
  font-weight: 400;
  line-height: 50px;
}
#hero #heroGrid .heroDescription {
  margin-bottom: 25px;
font-size: 20px;
line-height: 26px;
font-weight: 300;
color: var(--dark-grey);
}
#hero #heroGrid button {
  background-color: var(--green);
  color: var(--white);
  border: none;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 0;
  padding: 10px 25px 9px;
  font-size: 13px;

  transition: background-color .2s;
  cursor: pointer;
}
#hero #heroGrid button:hover {
  background: var(--blue);
}
#overflowContainer {

}
#overflowContainerInner {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;

  position: relative;
}
#overflowContainerBoxes {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  grid-template-rows: auto;

  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: -50px;

}
.overflowBox {
  overflow: auto;
  display: flex;
  align-items: center;
}
.overflowBoxContent {
  align-self: auto;
  background-color: #fff;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 23px 0 25px 24px;
  display: flex;
}
.overflowBox h3 {
  margin-top: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 23px;
}
.overflowBoxArrow {
  align-self: center;
  justify-self: center;
  padding: 10px;
  display: flex;
}
.overflowBoxArrow img {
  max-width: 100%;
vertical-align: middle;
display: inline-block;
width: 30px;
}
.overflowText {
  color: var(--dark-grey);
margin-bottom: 0;
font-size: 14px;
line-height: 18px;
text-decoration: none;
}
.overflowBox:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}
.testRowContainer {
  padding-bottom: 50px;
}
.testRow {
  grid-column-gap: 39px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    display: grid;
}
.test {
  text-align: center;
}
.test img {
  width: 30px;
  margin-bottom: 10px;
}
.testText {
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.textAuthor {
  font-weight: 300;
  font-size: 14px;
}
.whiteTestButton {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.blueTestButton {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.greenTestButton {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.whiteTestButton button {
  color: var(--white);
  cursor: pointer;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #fff;
  transition: border-color .2s, background-color .2s;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 0;
  padding: 8px 25px 7px;
  font-size: 13px;
  font-weight: 500;
}
.whiteTestButton button:hover {
  border: solid 1px #659fdb;
}

.blueTestButton button {
  color: var(--blue);
  cursor: pointer;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid var(--blue);
  transition: border-color .2s, background-color .2s;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 0;
  padding: 8px 25px 7px;
  font-size: 13px;
  font-weight: 500;
}
.blueTestButton button:hover {
  border: solid 1px var(--green);
}

.greenTestButton button {
  color: var(--green);
  cursor: pointer;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid var(--green);
  transition: border-color .2s, background-color .2s;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 0;
  padding: 8px 25px 7px;
  font-size: 13px;
  font-weight: 500;
}
.greenTestButton button:hover {
  border: solid 1px var(--blue);
}


#editorBar {
  position: fixed;
  height: calc(100vh - 50px);
  top: 25px;
  width: 50px;
  z-index: 10000;
}

#editorBar .notch {
  background: #c0c2c4;
  cursor: pointer;
  margin-bottom: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
#editorBar .notch .notchContainer {
  float: right;
  height: 50px;
  width: 30px;
  padding-top: 10px;
  margin-right: 10px;
}
#editorBar .notch img {
  height: 20px;
  margin: 0 auto;
}
#editorBar .notch .text {
  font-size: 10px;
  height: 20px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
#editorBar .notch:hover {
  width: 60px;
  transition: 0.5s;
}
#editorWindow {
  position: fixed;
  left: -300px;
  padding: 20px;
  top: 25px;
  max-height: calc(100vh - 90px);
  overflow: auto;
  min-height: calc(100vh - 90px);
  width: 260px;
  background: #c0c2c4;
  border-bottom-right-radius: 10px;
  z-index: 10000;
}

.inputContainer {
  margin-bottom: 20px;
  font-family: var(--roboto);
  font-size: 13px;
}
.inputContainer .title {
  font-weight: bold;
  font-size: 14px;
  float: left;
}
.inputContainer .input {
  border: none;
  background: transparent;
  border-bottom: solid 1px black;
  margin-top: 5px;
  height: 30px;
  width: 100%;
  font-family: var(--roboto);
}
.inputContainer .input:focus {
  outline: none;
}
.titleUpdating {
  background: orange;
  font-size: 10px;
  padding: 5px;
  color: white;
  margin-top: -5px;
  border-radius: 5px;
  float: right;
  margin-left: 10px;
}
.titleUpdated {
  background: green;
  font-size: 10px;
  padding: 5px;
  color: white;
  margin-top: -5px;
  border-radius: 5px;
  float: right;
  margin-left: 5px;
}
.newModule {
  display: block;
  height: 50px;
  line-height: 50px;
  border: dashed 1px var(--blue);
  background: #cedff0;
  text-align: center;
  cursor: pointer;
  display: none;
}
.newModule img {
  height: 20px;
  margin-top: 15px;
  opacity: 0.5;
}
.newModule img:hover {
  opacity: 1;
}
.newModuleContainer {
  background: black;
  color: white;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.newModuleContainer .newModuleName {
  font-weight: bold;
}
.newModuleContainer .newModuleDescription {
  font-size: 12px;
  font-style: oblique;
}
.moduleOption {
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.moduleOption img {
  width: 100%;
}
#editorMode {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100000;
  height: 200px;
  width: 200px;
  opacity: 0.5;
}
.moduleEditorTitle {
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: solid 1px #343434;
  padding-bottom: 10px;
  font-size: 20px;
}
.inputContainer .html {
  background: var(--dark-grey);
  color: white;
  width: calc(100%);
  height: 150px;
  font-family: monospace;
  resize: none;
  border: none;
  padding: 10px;
  margin-top: 10px;

}
#autoReload {
  position: fixed;
  left: 10px;
  bottom: 10px;
  height: 20px;
  background: red;
  width: 150px;
  border-radius: 10px;
  overflow: hidden;
  border: solid 2px white;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
}
#autoReloadInner {
  background: green;
  height: 20px;
  width: 0px;
}
.gridContainer {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  position: relative;
}
.gridContainer .grid {

}
.noMarginPadding {
  margin: 0;
  padding: 0;
}
.smallIcon {
  height: 20px;
}.servicesImage {
  width: 100%;
  min-height: 250px;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.servicesImage .servicesImageText {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: var(--white);
  font-size: 22px;
  line-height: 23px;
  font-weight: 700;
}
h2 {
  color: var(--white);
  font-size: 26px;
}
.relative {
  position: relative;
}
.pageHeader {
  letter-spacing: -1.5px;
margin-top: 0;
margin-bottom: 0;
font-size: 37px;
font-weight: 400;
line-height: 37px;
}
strong {
  font-weight: bold;
}
b {
  color: var(--green);
  font-weight: bold;
}
.greenButton {
  background-color: var(--green);
  color: var(--white);
  border: none;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 25px 9px;
  font-size: 13px;

  transition: background-color .2s;
  cursor: pointer;
}
.greenButton:hover {
  background: var(--blue);
}
.productGrid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
}
.productGrid .product {
  flex: 1;
  padding: 20px;
  padding-top: 0px;
  margin-bottom: 20px;
}
.productRowContainer .product:hover {
  /* -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
transition: 0.5s; */
}
.productImage {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.productBrand {
  color: var(--blue);
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
}
.mobileOnly {
  display: none;
}
.productName {
  color: var(--blue);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.productTagline {
  color: var(--dark-grey);
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 15px;
    font-weight: 300;
}
.brandBreakdownContainer {
}
.brandBreakdownContainer .supplier {
    height: 60px;
      justify-content: center;
      align-items: center;
      padding: 15px 20px;
      display: flex;
}
.brandBreakdownContainer .supplier img {
  max-height: 50px;
    max-width: 110px;
}

.branchRowContainer {
  display: flex;
  flex: 1;

}
.branchRowContainer .branch {
  flex: 1;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.branchImage {
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.branchName {
  color: var(--blue);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.branchAddress {
  color: var(--dark-grey);
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 300;
}
.branchContact {
  color: var(--dark-grey);
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 300;
}
.greenLink {
  color: var(--green);
  text-decoration: underline;
}
.blueArrow {
  color: var(--blue);
  font-weight: 700;
}
.noModules {
  border: dashed var(--blue) 1px;
  width: 400px;
  color: var(--blue) !important;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}
.noModules strong {
  color: var(--blue);
}
.noModules p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dragDrop {
  height: 10px;
  margin-bottom: -0px;
  background: red;
  display: none;
}
.enchancedSupplierBreakdown {
}
.enchancedSupplierBreakdown .esbGrid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}
.enchancedSupplierBreakdown .esbGrid .grid {

  position: relative;
  margin-bottom: 20px;
}
.gridLeft {


}
.gridMid {


}
.gridRight {


}
.enchancedSupplierBreakdown .esbGrid .grid .gridInner {

}
.enchancedSupplierBreakdown .esbGrid .grid .gridInner .esbImage {
  background: white;
  height: 70px;
  width: 120px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
  float: left;
  margin-top: 20px;

}
.enchancedSupplierBreakdown .esbGrid .grid .gridInner .esbImage .image {
  width: 100%;
  max-height: 50px;
}
.enchancedSupplierBreakdown .esbGrid .grid .gridInner .text {
  background: var(--light-grey);
  padding: 20px;
  margin-left: 80px;
  padding-left: 80px;
}
.module13Title {
  font-family: var(--goudy);
  color: var(--blue);
  font-size: 37px;
  line-height: 1;
  margin-bottom: 10px;
}
.module13Date {
  color: var(--green);
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.module13Time {

}
.module13Place {
  margin-top: 10px;
}
.module13CalendarSlot {
  float: left;
  width: calc(100% / 3);
}
.module13CalendarSlotInner {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  border: solid 2px var(--blue);
  border-radius: 10px;
  cursor: pointer;
  color: var(--blue);
}
.module13CalendarSlotInner:hover {
  background: var(--blue);
  color: white;
  transition: 0.5s;
}
.module13CalendarSlotInner .slotDate {
  padding: 10px;
}
.module13CalendarSlotInner .slotDate .day {
  color: inherit;
}
.module13CalendarSlotInner .slotDate .date {
  color: inherit;
}
.module13CalendarSlotInner .slotTime {
  background: var(--blue);
  color: #F4F4F4;
  padding: 5px;
  font-weight: bold;
  font-size: 20px;
}
.module13CalendarHeader {
  color: var(--blue);
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.module13CalendarFooter {
  text-align: right;
  color: var(--blue);
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}
.thirdContainer {
  width: calc(100% / 3);
  float: left;
}
.leftThird {

  margin-right: 20px;
}
.midThird {
  margin-left: 20px;
  margin-right: 20px;

}
.rightThird {

  margin-left: 20px;
}
.module13HPTitle {
  color: var(--blue);
  font-weight: bold;
  font-size: 20px;
}
.module13HPAvatar {
  background-color: #F4F4F4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}
.module13HP {
  float: left;
  width: 100%;
  text-align: center;
}
.module13HPName {
  margin-bottom: 0px;
}
.module13HPQualifications {
  font-size: 14px;
  color: var(--blue);
}
.thirdContainer .midThird p {
  font-size: 14px;
  line-height: 1.5em;
}

.wteContainer {
  margin-top: 20px;
  overflow: auto;
}
.wteContainer .wteIcon {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}
.wteContainer .wteText {
  float: left;
  width: calc(100% - 60px);
  font-size: 14px;
  height: 40px;
}
.module16IndContainer {
  float: left;
  width: calc(100% / 4);
  margin-top: 20px;
  background: white;
}
.module16IndContainerInner {
  padding: 20px;

}
.module16IndContainerLeft {
  margin-right: 10px;
  width: calc((100% / 4) - 10px);
}
.module16IndContainerMid {
  margin-left: 10px;
  margin-right: 10px;
  width: calc((100% / 4) - 20px);
}
.module16IndContainerRight {
  margin-left: 10px;
  width: calc((100% / 4) - 10px);
}

.module16Date {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.module16Address {
  margin-bottom: 20px;
  font-size: 14px;
  min-height: 50px;
  overflow: auto;
}
.module16Button {
  color: var(--green);
  width: 100%;
  border: solid 1px var(--green);
  height: 40px;
  border-radius: 20px;
  background: none;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}
.module16Button:hover {
  color: var(--blue);
  border: solid 1px var(--blue);
  transition: 0.2s;

}
.module14Parking {
  background: var(--light-grey);
  padding: 20px;
  margin-top: 20px;
  font-size: 14px;
}

.blueBoxImage {
  width: calc(100% - 20px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.blueBoxText {
  position: absolute;
  right: -20px;
  bottom: -30px;
  background: var(--blue);
  color: var(--white);
  max-width: 300px;
  padding: 20px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.2em;
}
.blueBoxTextMobile {
  display: none;
}
.branchCheckContainer {
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
  display: grid;
}
.branchCheckContainer .branchCheck {
  border-radius: 10px;
}
.branchCheckContainer .branchCheck .branchCheckInner {
  padding: 20px;
}
.branchCheckName {
  font-weight: bold;
  font-size: 20px;
}
.branchCheckAddress {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
}
.branchCheckButton {
  width: 100%;
  background: none;
  height: 40px;
  border-radius: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.slimDivide {
  height: 2px;
  background: #e2dfdf;
}
.brandImageImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: calc(100% - 100px);
}
.brandImageBrand {
  width: 200px;
  background: white;
  padding: 20px;
  border: solid 1px grey;
  position: absolute;
  left: -100px;
  top: 0;
}
.brandImageBrand img {
  width: 100%;
}
.roundle {
  width: 30%;
  padding-bottom: 30%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 20px;
}
.fullRoundle {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 20px;
}
.roundleText {
  float: right;
  width: calc(70% - 20px);
}
ul {
  margin-left: 0px;
  padding-left: 0px;
}
ul li {
  margin-left: 0px;
  list-style-type: none;
  margin-bottom: 10px;
  border-left: solid 3px #F4F4F4;
  padding-left: 10px;
}
ul li:last-child {
  margin-bottom: 0px;
}
.desktopHidden {
  display: none;
}
.mobileOnly {
  display: none;
}
.desktopOnly {
  display: block;
}
.module14HPSection {
  overflow: auto;
}
.module14HP {
  float: left;
  width: calc((100% / 3) - 20px);
  text-align: center;
  margin-right: 20px;
}
.module20Container {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.styleGallery {
  display: grid;
  grid-template-columns: repeat(10,1fr);
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}
.styleGalleryImage {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.module22Search {
  width: 250px;
  float: left;
}
#module22Results {
  width: calc(100% - 300px);
  float: right;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-row-gap: 40px;
  grid-column-gap: 40px;
}
.searchContainer {
  margin-bottom: 10px;
}
.searchContainer .title {
  font-size: 16px;
  font-weight: bold;
}
.searchContainer .input {
  height: 30px;
  background: var(--light-grey);
  color: var(--dark-grey);
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 20px);
  line-height: 30px;
  font-size: 14px;
}
.searchContainer .inputSelected {
  height: 30px;
  background: var(--green);
  color: white;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 20px);
  line-height: 30px;
  font-size: 14px;
}
.searchContainer .input:focus {
  outline: none;
}
.greenOutlineButton {
  height: 40px;
  border: solid 1px var(--green);
  background: white;
  color: var(--green);
  text-transform: uppercase;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
#module22NoResults {
  background: var(--green);
  color: white;
  padding: 20px;
  text-align: center;
  float: right;
  width: calc(100% - 300px);
  border-radius: 10px;
  font-weight: 300;
  font-size: 18px;
  display: none;
}
.module23ProductData {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 50px;
}
.module23ProductImage {
  width: 80%;
  margin: 0 auto;
}
.module23SupportingImages {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 20px;
}
.module23SupportingImage {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: none;
  cursor: pointer;
}
.module23ScoreContainer {
border-bottom: solid 2px var(--light-grey);
padding-bottom: 20px;
margin-bottom: 20px;
}
.module23FeatureList {
  font-weight: 300;
  font-size: 14px;
}
.module23ScoreContainer .score {
  float: left;
  width: 25%;
}
.module23ScoreContainer .description {
  width: calc(75% - 50px);
  float: right;
}
.module23Score {
  overflow: auto;
  margin-bottom: 10px;
}
.module23Score {
  margin-bottom: 20px;
}
.module23Score:last-child {
  margin-bottom: 0px;
}
.module23Score .score .star {
  height: 15px;
  float: left;
  margin-right: 5px;
  margin-top: 10px;
}
.module23Score .description {
  font-size: 12px;
  line-height: 1.5em;
}
.module23GreyBox {
  padding: 20px;
  background: var(--light-grey);
  margin-top: 50px;
  font-size: 14px;
  font-weight: 300;
}
.module23Blurb {
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 14px;
}
.module23CTA {
  width: 70%;
  text-align: right;
  float: right;
}
.module24Container {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 100px;
  row-gap: 50px;
}
.module24Inner {
  font-weight: 300;
  font-size: 14px;
  background: white;
  padding: 20px;
  border-radius: 20px;
}
.module24Left {
  width: calc((100% / 3) - 20px);
  float: left;
}
.module24Right {
  width: calc((100% / 3) * 2);
  float: right;
}
.module24Avatar {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-size: cover;
  background-repeat: none;
  background-position: center;
  background-color: #F4F4F4;
}
.module25Container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 50px;
  row-gap: 50px;
}
.module25Inner {
  background: var(--light-grey);
  padding: 20px;
  font-weight: 300;
  font-size: 14px;
}
.module25Image {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.module26Container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 50px;
  row-gap: 50px;
}
.module26Icon {
  width: 30px;
  margin-bottom: 20px;
}
.module26Inner {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
}
.onlineHearingTest {
  width: 100%;
  height: 700px;
  border: none;
  border-radius: 20px;
}
.module27Container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 30px;
  row-gap: 30px;
}
.module27Inner {
  background: var(--light-grey);
  border-radius: 20px;
  overflow: hidden;
}
.module27Image {
  height: 150px;
  background: var(--light-grey);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.module28Container {

}
.module28Title {
  float: left;
  width:calc(100% - 200px);
  margin-top: 0px;
}
.module28Image {
  width: 100%;
  border-radius: 20px;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
  margin-bottom: 20px;
}
.module28Content {
  font-weight: 300;
  line-height: 1.5em;
  font-size: 16px;
  width: 100%;
  overflow-wrap: break-word;

}
.module28Content p {
  overflow-wrap: break-word;

}
.module30Container {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 30px;
  row-gap: 30px;
}
.module30Container .module30Inner {
  background: white;
  padding: 20px;
  font-size: 14px;
}
.module31Container {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
}
.module31Left {
  float: left;
  width: calc(60% - 20px);
}
.module31Right {
  float: right;
  width: 40%;
}
.module32Container {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  column-gap: 20px;
  background: var(--dark-grey);
  color: white;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  padding-top: 50px;
}
.clickableText {
  color: var(--blue);
  font-weight: bold;
}
.heroTitle {
  font-size: 40px;
  font-family: var(--goudy);
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.mobileNavClear {
  display: none;
}
#mobileNavMenu {
  display: none;
}
.formContainer {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  column-gap: 20px;
}
.formInput {
  width: calc(100% - 20px);
  background: none;
  border: solid 1px white;
  border-radius: 5px;
  height: 30px;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-family: var(--roboto);
}
.formInput::placeholder {
  color: white;
}
.clearButton {
  height: 30px;
  background: transparent;
  border: solid 1px white;
  border-radius: 15px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}
.whiteButton {
  height: 40px;
  line-height: 40px;
  background: white;
  border: solid 1px white;
  border-radius: 15px;
  color: var(--blue);
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Poppins';
}
.darkButton {
  height: 40px;
  line-height: 40px;
  background: var(--main);
  border-radius: 15px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Poppins';
  text-align: center;
  border: none;
}
input:focus {
  outline: none;
}
.formResponse {
  height: 30px;
  background: white;
  color: var(--blue);
  line-height: 30px;
  text-align: center;

  border-radius: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  display: none;
}
.module13NoSpace {
  background: white;
  padding: 20px;
  border-radius: 20px;
  padding-bottom: 10px;
}
.module33Container {
  background: white;
  border-radius: 10px;
}
.module33Inner {
  padding: 20px;
}
.module33Location {
  color: var(--green);
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.module33Date {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.module33Address {
  margin-bottom: 20px;
  font-size: 14px;
  min-height: 50px;
  overflow: auto;
}
.module33Button {
  color: var(--green);
  width: 100%;
  border: solid 1px var(--green);
  height: 40px;
  border-radius: 20px;
  background: none;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 38px;
}
.module33Button:hover {
  color: var(--blue);
  border-color: var(--blue);
  transition: 0.5s;
}
.navigationParent  {
  background: white;
  margin-bottom: 10px;
  border: solid 1px grey;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}
.navigationChild {
  background: white;
  margin-bottom: 10px;
  border: solid 1px grey;
  border-radius: 5px;
  padding: 10px;
  width: calc(100% - 40px);
  float: right;
  cursor: pointer;
}
.navInput {
  border:  none;
  margin-left: 10px;
  width: calc(100% - 50px);
}
.redButton {
  height: 20px;
  background: red;
  border: none;
  color: white;
  font-size: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.module3Container {
  display: grid;
}
.fpReplaceFOM {
  font-weight: bold;
  font-size: 14px;
  color: var(--main);
}
.module7Container {
  overflow: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.module7Inner {
  max-width: 1200px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 40px;
  color: white;
  font-family: 'Poppins';
  text-align: center;
}
.module7Title {
  font-family: 'Cinzel';
  font-size: 30px;
	font-weight: normal;
}
.module7Excerpt {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 24px;
}
.module7Author {
  opacity: 0.8;
  font-weight: bold;
  font-size: 20px;
}
.module7Location {
  opacity: 0.8;
  font-weight: bold;
  font-style: oblique;
}
.module7ReadMore {
  margin-top: 20px;
}
.mcpInput {
  height: 40px;
  border: none;
  font-family: "Poppins";
  width: 100%;
  background: none;
  border-bottom: dotted 1px white;
  color: white;
  margin-bottom: 10px;
}
.mcpInputBlack {
  height: 40px;
  border: none;
  font-family: "Poppins";
  width: 100%;
  background: none;
  border-bottom: dotted 1px black;
  color: black;
  margin-bottom: 10px;
}
.mcpInputBlack::placeholder {
	color: black;
}
.mcpInputGrey {
  height: 40px;
  border: none;
  font-family: "Poppins";
  width: 100%;
  background: none;
  border-bottom: dotted 1px grey;
  color: grey;
  margin-bottom: 10px;
}
.mcpInputDark {
  height: 40px;
  border: none;
  font-family: "Poppins";
  width: 100%;
  background: none;
  border-bottom: dotted 1px var(--main);
  color: var(--main);
  margin-bottom: 20px;
}
.mcpInputDark::placeholder {
  color: var(--main);
}
.mcpInput::placeholder {
  color: white;
}
.mcpInput option {
  background: var(--blue);
  color: var(--white);
}
.halfWidth {
  width: calc(50% - 20px);
}
textarea:focus {
  outline: none;
}
.module9Container {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 50px;
}
.module9PropertyContainer {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
}
.module9FeaturedImage {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
.module9Information {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 1.5em;
  color: var(--dark-grey);
  font-weight: bold;
  margin-top: 5px;
}
.module9Blurb {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 2em;
  color: var(--dark-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: solid 3px var(--light-grey);
}
.module9PropertyImage {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.module9PropertyImageBW {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.module9PropertyImageSold {
  width: 50%;
}
.module9PropertyImageSoldContainer {
  height: 200px;
  width: 100%;
}

.module10Container {
  background: var(--main);
  border-radius: 50px;
  color: var(--white);
}
.module11Container {
  text-align: center;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-size: cover; /* Ensures the background image covers the entire element */
  background-position: center; /* Keeps the image centered */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  color: var(--white);
  font-size: 40px;
  font-family: 'Cinzel';
  text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}
.module12Container {
  text-align: center;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-size: cover; /* Ensures the background image covers the entire element */
  background-position: center; /* Keeps the image centered */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  color: var(--white);
  font-size: 40px;
  font-family: 'Cinzel';
  text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}
.smallTrans {
  opacity: 0.8;
  font-size: 14px;
}
.bgImage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 175px;
}
.testimonialBubble {
  background: white;
  border-radius: 20px;
  border-bottom-right-radius: 0px;
  color: var(--main);
  padding: 20px;
}
.bubblePoint {
  float: right;
  width: 50px;
}
.module14Container {
  display: grid;
}
.module14Image {
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.mobileHeader {
  display: none;
}
#enquiryFixed {
  position: fixed;
  z-index: 100;
  right: -340px;
  bottom: 0;
  width: 380px;
}
.efButton {
  background: var(--blue);
  width: 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  float: left;
}
.efForm {
  float: right;
  background: var(--blue);
  color: white;
  width: 300px;
  padding: 20px;
  border-bottom-left-radius: 20px;
  font-family: 'Poppins';
  font-size: 14px;
}
.mainButton {
  width: 100%;
  background: var(--main);
  color: var(--white);
  height: 60px;
  border: none;
  border-radius: 20px;
  font-family: 'Poppins';
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}
.module15Images {
  width: calc(100% - 400px);
  float: left;
  font-family: 'Poppins';
}
.module15Form {
  width: 360px;
  float: right;
  background: #eaeaea;
  border-radius: 20px;
  font-family: 'Poppins';
  color: grey;
  overflow: hidden;
}
#module15FeaturedVideo {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  background: #eaeaea;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background: #eaeaea;
  display: none;
}
#module15FeaturedImage {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  background: #eaeaea;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  z-index: 1;
	position: relative;
}

.module15Gallery {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 10px;
}
.module15Image {
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 5px;
}
.module15FormHeader {
  background: var(--main);
  color: white;
  text-align: center;
  padding: 20px;
  padding-bottom: 10px;
  font-family: 'Poppins';
}
.module15FormHeaderAddress {
  opacity: 0.5;
}
.module15FormHeaderPrice {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: -5px;
}
.module15Benefit {
  margin-top: 10px;

}

.module15ParkContainer {
  border-radius: 20px;
  color: white;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  font-family: 'Poppins';
}
.module15ParkContainerInd {
  padding: 20px;
}
.module15External {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2,1fr);
}
.module15SoldContainer {
  width: 100%;
  height: 450px;
}
.module15SoldContainer img {
  width: 50%;
}
.module16ParkSelect {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
}
.module16ParkSelectButton {
  background: var(--light-grey);
  border: none;
  height: 40px;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  font-family: 'Poppins';
}
.module16ParkSelectButtonSelected {
  background: var(--main);
  color: var(--white);
  border: none;
  height: 40px;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  font-family: 'Poppins';
}
.module16ParkGroup {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
}
.module16Location {
  font-family: 'Poppins';
  font-size: 14px;
  opacity: 0.5;
  margin-top: 5px;
}
.module16Location img {
  height: 20px;
  float: left;
  margin-right: 5px;
}
.module15NoStamp {

  width: 200px;
}
.module18Container {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 100px;
  row-gap: 50px;
}
.module18Container .module18Ind .module18Avatar {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;

}
.module18Container .module18Ind .module18Name {
  text-align: center;
  color: var(--main);
  font-family: 'Poppins';
  font-weight: bold;
  margin-top: 20px;
  font-size: 20px;
}
.module18Container .module18Ind .module18Title {
  text-align: center;
  color: var(--main);
  font-family: 'Poppins';
  opacity: 0.5;
  margin-top: -5px;
}
.module9NoProp {
  font-family: 'Poppins';
  color: var(--main);
}
.module9NoProp .title {
  font-weight: bold;
  font-size: 30px;
}
.module9NoProp .tagline {
  font-size: 20px;
  opacity: 0.5;
}
.module19Container {
  font-family: "Poppins";
}
.module19Grid {
  grid-template-columns: repeat(3,1fr);
  display: grid;
  gap: 50px;
}
.module20Container {
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--dark-grey);
  color: var(--white);
  font-family: 'Poppins';
  font-size: 14px;
}
.module20Inner {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
  font-family: 'Poppins';
  font-size: 14px;
}
.module21Container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
  font-family: 'Poppins';
  overflow: auto;
}
.module21Ind {

}
.module21Image {
  height: 100px;
  width: 100%;
}
.module21Ind img {
  max-width: 100%;
  max-height: 100px;
}
.module21Title {
  font-weight: bold;
  color: var(--main);
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.module21Description {
  opacity: 0.8;
  border-left: solid 2px var(--light-grey);
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.module22Container {
  font-family: "Poppins";
}
.module22Logo {
  max-width: 50%;
  margin: 0 auto;
}
.doubleGrid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.module15PartEx {
  background: var(--main);
  color: white;
  border-radius: 10px;
  font-family: 'Poppins';
  padding: 20px;
}
.tripleGrid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.module15Manufacturer {

}
.module15ManufacturerLogo {
  width: 100%;
  float: left;
  margin: 0 auto;
  margin-bottom: 20px;
}
.module15ManufacturerText {
  float: right;
  width: 100%;
  font-size: 14px;
}
.module9Enquiry {
  background: var(--main);
  color: white;
  border-radius: 20px;
  padding: 20px;
  font-family: 'Poppins';
}
.m9eTitle {
  font-weight: bold;
}
.m9eText {
  font-size: 14px;
  opacity: 0.8;
  padding-left: 15px;
  border-left: solid 2px var(--main-fade);
  margin-top: 10px;
  margin-bottom: 10px;
}
.m9eButton {
  margin-top: 10px;
  background: white;
  color: var(--main);
  border: none;
  border-radius: 10px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Poppins';
  cursor: pointer;

}
.module15Floorplan {
  width: 360px;
  float: right;
  font-family: 'Poppins';
}
.module20Map {
  padding-left: 30px;
}
.module20MapText {
  padding-right: 30px;
}
.module15Telephone {
  font-size: 30px;
}
#modal {
  position: fixed;
  left: 100px;
  top: 50px;
  z-index: 100000;
  width: calc(100% - 200px);
  height: calc(100vh - 100px);
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  display: none;
}
#modalInner {
  height: calc(100vh - 100px);
  width: 100%;
}
#modalInner img {
  margin: 0 auto;
  max-width: calc(100% - 50px);
  max-height: calc(100vh - 200px);
}
#modalBG {
   background: var(--main);
   position: fixed;
   z-index: 99999;
   left: 0;
   top: 0;
   width: 100%;
   height: 100vh;
   opacity: 0.5;
   display: none;
}
.mcpInput {
	    height: 40px;
    border: none;
    font-family: "Poppins";
    width: 100%;
    background: none;
    border-bottom: dotted 1px white;
    color: white;
    margin-bottom: 10px;
}
.mcpInputGrey {
	    height: 40px;
    border: none;
    font-family: "Poppins";
    width: 100%;
    background: none;
    border-bottom: dotted 1px white;
    color: white;
    margin-bottom: 10px;
}


.fixedPromoBar {
  background: var(--main);
  padding: 20px;
  color: white;
  position: fixed;
  left: 0;
  bottom: 0;
  width: calc(100% - 40px);
  font-family: 'Poppins';
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.fixedPromoBar .fpbTitle {
  font-weight: bold;
  font-size: 25px;
  font-family: 'Cinzel';
  margin-left: 20px;
}
.fixedPromoBar .fpbText {
  opacity: 0.5;
  margin-left: 20px;
}
.fixedPromoBar .fpbButton {
  float: right;
  height: 50px;
  background: white;
  color: var(--main);
  border: none;
  font-size: 20px;
  border-radius: 20px;
  font-family: 'Poppins';
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  margin-top: 3px;
}
.fpbClose {
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
  opacity: 0.5;
  font-size: 20px;
  font-weight: bold;
}

.ttdContainer {
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
  text-align: center;
}
.ttdImage {
  height: 175px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
border-radius: 20px;
}


#parkMatchContainer {
  font-family: 'Poppins';
  font-size: 20px;
}
.parkMatchInput {
  width: 200px;
  height: 50px;
  margin-top: 20px;
  border: none;
  border-bottom: solid 1px grey;
  text-align: center;
  font-size: 20px;
  font-family: 'Poppins';
}
.parkMatchButton {
  margin-top: 20px;
  height: 50px;
  border-radius: 20px;
  width: 200px;
  background: var(--main);
  color: var(--white);
  font-family: 'Poppins';
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.parkMatchGrid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
}
.parkMatchType {
  background: #eaeaea;
  padding: 50px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}
.parkMatchType:hover {
  background: #dbc8fa;
  transition: 0.5s;
}
.pmIcon {
  margin: 0 auto;
  width: 50%;
  margin-bottom: 20px;
}


.module15Last {
  position: absolute;
  left: 20;
  bottom: 20;
  height: 50px;
	opacity: 0.8;
	cursor: pointer;
}

.module15Next {
  position: absolute;
  right: 20;
  bottom: 20;
  height: 50px;
  opacity: 0.8;
	cursor: pointer;
}
.module15Benefits {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.module15Left {
  float: left;
  width: calc(100% - 400px);
  font-family: 'Poppins';
}

.module15Right {
  float: right;
  width: 360px;
  font-family: 'Poppins';
}

.promoHeader {
  margin-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  color: white;
  padding: 20px;
  font-family: 'Poppins';
  text-align: center;
width: calc(100% - 100px);
}
.phHeader {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

.laLine {
  overflow: auto;
}
.laIcon {
  height: 50px;
  margin-right: 20px;
  float: left;
}
.laContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: var(--main);
  gap: 10px;
}
.parkMap {
  width: 100%;
  cursor: pointer;
border-radius: 20px;
}
.module15Reduction {
  opacity: 0.5;
  font-size: 40px;
  text-decoration: line-through;
  font-weight: bold;
  margin-bottom: -20px;
}
.module27Title {
  font-family: 'Cinzel';
  color: var(--blue);
  font-size: 20px;
  text-align: center;
}
.module27Excerpt {
  opacity: 0.8;
  font-family: 'Poppins';
  font-size: 14px;
  text-aligN: center;
  margin-top: 10px;
}
.module9Subtitle {
	font-family: 'Poppins';
	opacity: 0.5;
	font-size: 12px;
}
.module41Container {
  position: relative;
}
.module41LogoContainer {
  width: 200px;
  background: white;
  -webkit-box-shadow: 0px -1px 15px 5px #000000;
  box-shadow: 0px -1px 15px 5px #000000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: calc(50% - 100px);
  top: 0;
  z-index: 10;
}
.module41Bar {
  height: 50px;
  background: #222b45;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.module41BarLeft {
  float: left;
  height: 50px;
  width: calc((100% - 200px) / 2);
}
.module41BarRight {
  float: right;
  height: 50px;
  width: calc((100% - 200px) / 2);
}
.module41Content {
  background: white;
  width: calc(80%);
  margin-left: 10%;
  border-radius: 10px;
  color: #222b45;
  position: absolute;
  left: 0;
  bottom: 150px;
  font-family: "Imbue", serif;
  -webkit-box-shadow: 0px -1px 15px 5px #000000;
  box-shadow: 0px -1px 15px 5px #000000;
  z-index: 100;
  text-align: center;
}
.module41Content h1 {
  margin: 0;
  padding: 0;
}
.module41Content h3 {
  font-family: 'Poppins';
  opacity: 0.5;
  font-size: 18px;
  font-weight: 300;
}
.seabreezeButton {
  background: #222b45;
  color: white;
  width: 100%;
  border: none;
  border-radius: 10px;
  margin-top: 10px;
  height: 50px;
  cursor: pointer;
  width: auto;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
.module41Footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
  height: 50px;
  z-index: 1000;
}
.module41FooterBook {
  background: #222b45;
  width: calc(50% - 15px);
  margin-left: 10px;
  float: left;
  height: 40px;
  color: white;
  margin-top: 5px;
  border: none;
  border-radius: 5px;
  font-family: 'Poppins';
  text-transform: uppercase;
  cursor: pointer;
}
.module41FooterChat {
  background: #A5AAB5;
  width: calc(50% - 15px);
  margin-right: 10px;
  float: right;
  height: 40px;
  color: white;
  margin-top: 5px;
  border: none;
  border-radius: 5px;
  font-family: 'Poppins';
  text-transform: uppercase;
  cursor: pointer;
}
.module42Container {
  display: relative;
}
.module42Content {
  width: calc(100% - 70px);
  position: absolute;
  left: 35px;
  z-index: 10;
  border-radius: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.module42Left {
  width: 50px;
  height: 50px;
  left: 10px;
  background: #222b45;
  z-index: 11;
  border-radius: 50%;
  position: absolute;
}
.module42Left img {
  height: 30px;
  margin: 10px;
  margin-left: 7.5px;
  opacity: .5;
}
.module42Right img {
  height: 30px;
  margin: 10px;
  opacity: .5;
  margin-left: 12.5px;
}
.module42Right {
  width: 50px;
  height: 50px;
  right: 10px;
  background: #222b45;
  z-index: 11;
  border-radius: 50%;
  position: absolute;
}
.module42ContentInner {
  background: blue;
  width: 300%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.module42ContentInnerContent {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 200px;
  padding-bottom: 20px;
}
.module42CICI {
  background: white;
  color: #222b45;
  text-align: center;
  border-top: solid 5px #222b45;
  border-bottom: solid 5px #222b45;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  font-family: 'Poppins';
  font-size: 14px;
}
.module42CICI h4 {
  color: #222b45;
  font-family: 'Imbue';
}
.module42CICINumber {
  background: #222b45;
  width: 100px;
  height: 50px;
  border-radius: 100px 100px 0 0;
  top: 150px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 30px;
  font-family: 'Imbue';
  margin-bottom: -1px;
}
.module43PropertyContainer {
  width: 80%;
  margin-left: 10%;
  background: #222b45;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
.module43PropertyContainerInner {
  background: white;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #222b45;
}
.module43PropertyImage {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.module43PropertyDetails {
  background: white;
  padding: 20px;
  overflow: auto;
}
.module43PropertyDetailsMakeModel {
  font-family: 'Imbue';
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.module43PropertyNewPreloved {
  background: white;
  border-radius: 10px;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin: 0 auto;
  margin-top: 10px;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: bold;
  opacity: 0.75;
}
.module43PropertyNewPrelovedContainer {
  display: grid;
  place-items: center;  /* This shorthand centers content both vertically and horizontally */
}
.module43PropertyPrice {
  float: right;
  width: calc(50% - 10px);
  text-align: right;
  color: #222b45;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Imbue';
}
.module43PropertyInformation {
  float: left;
  width: calc(50% - 10px);
  text-align: left;
  color: #222b45;
  font-size: 16px;
  font-family: 'Poppins';
}
.module43From {
  font-family: 'Poppins';
  opacity: 0.5;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: -5px;
}
.module43StampDuty {
  font-family: 'Poppins';
  opacity: 0.5;
  font-weight: normal;
  font-size: 14px;
  margin-top: -5px;
}
.module43PropertyInformation img {
  height: 30px;
  float: left;
  margin-right: 10px;
}
.module44Container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.module44Video {
  height: 100vh;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.module44Content {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 150px;
  background: white;
  z-index: 1;
}
.module41Form {
  margin-left: 10px;
  margin-right: 10px;
}
.seabreezeInput {
  height: 40px;
  border: none;
  font-family: "Poppins";
  width: 100%;
  background: none;
  border-bottom: dotted 1px white;
  color: white;
  margin-bottom: 10px;
}
.seabreezeFormButton {
  width: 100%;
  background: #222b45;
  color: white;
  height: 40px;
  border: none;
  border-radius: 10px;
  font-family: 'Poppins';
  text-transform: uppercase;
}
.seabreezeInput::placeholder {
  color: white;
}
.module45Container {
  position: relative;
}
.module45LogoContainer {
  width: 200px;
  background: #16764B;
  -webkit-box-shadow: 0px -1px 15px 5px #000000;
  box-shadow: 0px -1px 15px 5px #000000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: calc(50% - 100px);
  top: 0;
  z-index: 10;
}
.module45Bar {
  height: 50px;
  background: white;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.module45BarLeft {
  float: left;
  height: 50px;
  width: calc((100% - 200px) / 2);
}
.module45BarRight {
  float: right;
  height: 50px;
  width: calc((100% - 200px) / 2);
}
.module45Content {
  background: white;
  width: calc(80%);
  margin-left: 10%;
  border-radius: 10px;
  color: #222b45;
  position: absolute;
  left: 0;
  bottom: 150px;
  font-family: "Imbue", serif;
  -webkit-box-shadow: 0px -1px 15px 5px #000000;
  box-shadow: 0px -1px 15px 5px #000000;
  z-index: 100;
  text-align: center;
}
.module45Content h1 {
  margin: 0;
  padding: 0;
}
.module45Content h3 {
  font-family: 'Poppins';
  opacity: 0.5;
  font-size: 18px;
  font-weight: 300;
}
.haddiscoeButton {
  background: #16764B;
  color: white;
  width: 100%;
  border: none;
  border-radius: 10px;
  margin-top: 10px;
  height: 50px;
  cursor: pointer;
  width: auto;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
.module45Footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
  height: 50px;
  z-index: 1000;
}
.module45FooterBook {
  background: #16764B;
  width: calc(50% - 15px);
  margin-left: 10px;
  float: left;
  height: 40px;
  color: white;
  margin-top: 5px;
  border: none;
  border-radius: 5px;
  font-family: 'Poppins';
  text-transform: uppercase;
  cursor: pointer;
}
.module45FooterChat {
  background: #95c11f;
  width: calc(50% - 15px);
  margin-right: 10px;
  float: right;
  height: 40px;
  color: white;
  margin-top: 5px;
  border: none;
  border-radius: 5px;
  font-family: 'Poppins';
  text-transform: uppercase;
  cursor: pointer;
}

.module45Form {
  margin-left: 10px;
  margin-right: 10px;
}
.haddiscoeInput {
  height: 40px;
  border: none;
  font-family: "Poppins";
  width: 100%;
  background: none;
  border-bottom: dotted 1px white;
  color: white;
  margin-bottom: 10px;
}
.haddiscoeFormButton {
  width: 100%;
  background: white;
  color: #16764B;
  height: 40px;
  border: none;
  border-radius: 10px;
  font-family: 'Poppins';
  text-transform: uppercase;
}
.haddiscoeInput::placeholder {
  color: white;
}
.module46Content {
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  width: 100%;
  height: auto;
  overflow: auto;

}
.module46ContentInner {
  background: white;
}
.module46ContentInnerContent {
  width: 80%;
  margin-left: 10%;
  text-align: center;
}
.module46CICTitle {
  color: #16764B;
  margin: 0;
  padding: 0;
  font-family: "Fog", sans-serif;
  font-size: 100px;
}
.module46CICSubtitle {
  color: #72B16B;
  margin: 0;
  padding: 0;
  font-family: 'Poppins';
  font-size: 50px;
}
.module47PropertyContainer {
  width: 80%;
  margin-left: 10%;
  display: relative;
}
.module47PropertyImage {
width: 100%;
padding-top: 100%;
border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: absolute;
  left: 0;
  top: 0;

z-index: 1;
margin-bottom: 20px;
}
.module47PropertyDetailsContainer {
  background: #16764B;
  border-radius: 20px;
  margin-top: -100px;
  margin-bottom: 50px;
  width: 100%;

color: white;
text-align: center;
overflow: auto;
}
.module47NewPreloved {
  background: white;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #16764B;
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 12px;
}
.module43PropertyNewPrelovedContainer {
  display: grid;
  place-items: center;  /* This shorthand centers content both vertically and horizontally */
}
.module47MakeModel {
  color: white;
  font-family: "Fog", sans-serif;
  font-size: 30px;
  margin-top: 10px;
}
.module47Price {
  color: white;
  font-size: 30px;
  font-family: "Fog", sans-serif;
  font-weight: bold;
}
.module47Bedrooms {
  float: left;
  font-family: 'Poppins';
  opacity: 0.5;
  font-weight: bold;
}
.module47Bathrooms {
  float: right;
  text-align: right;
  font-family: 'Poppins';
  opacity: 0.5;
  font-weight: bold;
}
.module48Container {
  position: relative;
}
.module48TopImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.module48BottomImage {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.module48Text {
  font-family: 'Poppins';
  width: 80%;
  margin-left: 10%;
  position: relative;
}
.module49FeatureImage {
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.module49FeatureCurve {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -1px;
}
.module49Gallery {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-bottom: 50px;
}
.module49GalleryImage {
  height: 80px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.module49PropertyHeader {
    text-align: center;
}
.module49PHTitle {
  font-family: "Fog";
  font-size: 100px;
  color: #16764B;
  margin-top: 10px;
  margin: 0;
  padding: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
}
.module49PHPrice {
  font-family: 'Fog';
  font-size: 120px;
  color: #95c11f;
  margin: 0; padding: 0;
}
.module49NewPreloved {
  background: #95c11f;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.module49PHBlurb {
  font-family: 'Poppins';
  width: 80%;
  margin-left: 10%;
  opacity: 0.5;
  font-size: 24px;
  margin-top: 10px;
}
.module49PHRTitle {
  color: #95c11f;
  font-family: 'Fog';
  font-size: 75px;
  font-weight: bold;
  margin-bottom: 10px;
  font-weight: normal;
}
.module49PHReasons {
  width: 80%;
  margin-left: 10%;
  margin-top: 20px;
  text-align: center;
}
.module49PHRBenefits {
  opacity: 0.5;
  font-family: "Poppins";
  font-size: 20px;
}
.module49GalleryTitle {
  font-family: "Fog";
  color: #95c11f;
  margin-top: 50px;
  width: calc(100% - 40px);
  margin-left: 20px;
  font-size: 75px;
  margin-bottom: 50px;
}
.module49PHVideo {
  width: calc(100% - 40px);
  border-radius: 10px;
  margin-top: 20px;
}
.module49Floorplan {
  width: calc(100% - 40px);
}
.module49GalleryFloorplan {
  background: #95c11f;
  color: white;
  height: 80px;
  border-radius: 10px;
  line-height: 80px;
  font-family: 'Poppins';
}
.module49Bedrooms {
  float: left;
  margin-left: 20px;
  font-family: 'Poppins';
  opacity: 0.5;
}
.module49Bathrooms {
  float: right;
  text-align: right;
  margin-right: 20px;
  font-family: 'Poppins';
  opacity: 0.5;
}
.module47Container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
}
.module3Container h1 {
    color: var(--main);
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-family: 'Cinzel';
}
.module3Container h2 {
    color: var(--blue);
    font-size: 25px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-family: 'Cinzel';
}
.module2Content h1 {
	    font-size: 100px;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
    font-family: "Cinzel", serif;
    font-weight: normal;
    line-height: 1em;
	color: white;
}
.module2Content h2 {
	font-family: "Poppins", sans-serif;
    font-size: 30px;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}
.readMore {
  height: 30px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  opacity: 0.5;
  cursor: pointer;
  border-radius: 10px;
}
.readMore:hover {
  background: black;
  opacity: 0.5;
  color: white;
  transition: 0.5s;
}
.readMoreText {
  display: none;
}