:root {
  --cream: #d6cbc1;
  --black: black;
  --white: white;
  --color: #043d25;
  --darkgreen: var(--color);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.body {
  background-color: #d6cbc1;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 107.5rem;
  border-left: .0625rem #fff;
  border-right: .0625rem #fff;
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem 0;
  display: block;
}

.background {
  width: 100%;
  height: auto;
  max-height: none;
  background-image: url('../images/MH_HYDMC_Facade-2-1-2-min.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -.3125rem;
  padding: 0;
  display: flex;
  overflow: visible;
}

.container-2 {
  width: auto;
  height: auto;
  max-width: none;
  background-color: rgba(4, 61, 37, 0);
  border: .0625rem solid #d6cbc1;
  border-style: solid none;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin: 0;
  padding: 0 0 0 2rem;
  display: flex;
}

.navbar-2 {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  border: 1px #d6cbc1;
  border-style: none solid;
  justify-content: space-around;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
}

.brand {
  flex: 1;
  padding: 1rem .625rem;
  position: static;
}

.brand.w--current {
  height: auto;
  min-height: 100%;
  flex: 1;
  order: -1;
  margin: 0;
  padding: .625rem 0;
}

.div-block-3 {
  width: auto;
  height: 100vh;
  max-width: none;
  border: .0625rem solid #d6cbc1;
  border-top-style: none;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding: 2.5rem 2.5rem 8.75rem 2rem;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Halyard Display, sans-serif;
  font-size: 1rem;
}

.nav-link-2 {
  color: #d6cbc1;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Halyard Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.nav-link-2.w--current {
  color: #d6cbc1;
  border-bottom: 3px solid #d6cbc1;
  margin-top: 3px;
}

.text-block {
  font-family: Halyard Display, sans-serif;
  font-size: 3.125rem;
}

.text-block-2 {
  color: #d6cbc1;
  letter-spacing: .2825rem;
  text-transform: uppercase;
  padding-bottom: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
  line-height: 150%;
}

.button {
  margin-top: 1.25rem;
  margin-bottom: 3.75rem;
}

.grid {
  height: auto;
  max-width: 108.75rem;
  color: #043d25;
  border: .0625rem solid #fff;
  border-top-style: none;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-3 {
  color: #043d25;
  letter-spacing: .206875rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1.125rem;
  line-height: 3.4375rem;
}

.text-block-4 {
  font-family: Halyard Display, sans-serif;
}

.div-block-4 {
  letter-spacing: .1875rem;
  font-family: Halyard Display, sans-serif;
  font-size: 2.5rem;
  line-height: 4.15625rem;
}

.text-block-5 {
  color: #043d25;
  text-transform: uppercase;
}

.grid-2 {
  max-width: 108.75rem;
  grid-column-gap: 0rem;
  border-left: .0625rem solid #fff;
  border-right: .0625rem solid #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  padding-left: 2rem;
}

.image-2 {
  max-width: 95%;
  text-align: left;
  border: .0625rem #fff;
  padding: 1.875rem 0;
}

.grid-3 {
  max-width: 108.75rem;
  grid-column-gap: 0rem;
  border-top: .0625rem solid #fff;
  border-left: .0625rem solid #fff;
  border-right: .0625rem solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
  display: flex;
  overflow: visible;
}

.div-block-6 {
  height: 5rem;
  border-bottom: .0625rem solid #fff;
  border-left: .0625rem solid #fff;
  border-right: .0625rem solid #fff;
  margin-top: -.3125rem;
}

.div-block-7 {
  width: 100%;
  height: auto;
  background-image: url('../images/MH_HYDMC_Pool-1-1-2-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  padding: 0;
  display: flex;
  overflow: visible;
}

.grid-4 {
  height: 100%;
  max-height: none;
  max-width: 108.75rem;
  border-left: .0625rem #d6cbc1;
  border-right: .0625rem solid #d6cbc1;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr 1fr;
  align-items: start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.text-block-6 {
  color: #d6cbc1;
  letter-spacing: .1875rem;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Halyard Display, sans-serif;
  font-size: 2.5rem;
}

.paragraph {
  color: #fff;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.div-block-8 {
  border-left: .0625rem solid #d6cbc1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8.75rem 2.5rem 2.5rem;
  display: block;
}

.div-block-9 {
  border-left: .0625rem solid #fff;
  padding: 8.75rem 2.5rem 3.75rem;
}

.div-block-10 {
  width: auto;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
  display: flex;
  overflow: visible;
}

.text-block-7 {
  border-left: .0625rem solid #fff;
}

.div-block-11 {
  height: 101%;
  border-left: .0625rem solid #fff;
  border-right: .0625rem solid #d6cbc1;
  margin-top: -.625rem;
}

.div-block-12 {
  width: 45%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.text-block-8 {
  color: #043d25;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  border-bottom: 1px #fff;
  border-left: .0625rem #fff;
  border-right: .0625rem #fff;
  padding: 2.5rem 2.5rem 2.5rem 2rem;
  font-family: Halyard Display, sans-serif;
  font-size: 2.5rem;
  line-height: 130%;
}

.div-block-13 {
  max-width: 108.75rem;
  border: .0625rem solid #fff;
  border-top-style: none;
  margin-top: 0;
}

.grid-5 {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr .25fr .25fr;
  justify-content: stretch;
  align-items: start;
  justify-items: start;
  padding: 2.5rem;
}

.div-block-14 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.button-2 {
  justify-content: flex-start;
  margin-top: 1.25rem;
  display: flex;
}

.image-3 {
  height: 100%;
}

.image-4 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.div-block-15 {
  width: 100%;
  height: 100%;
  background-image: url('../images/image-5.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-16 {
  height: 100%;
  max-height: none;
  border-top: .0625rem #fff;
  padding: 2.5rem 2.5rem 2.5rem 2rem;
}

.columns {
  height: 37.5rem;
  align-items: center;
  display: flex;
}

.column {
  height: 100%;
}

.column-2 {
  height: 100%;
  justify-content: center;
  padding: 0;
  display: flex;
}

.column-3 {
  height: 100%;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0 0 0 1.25rem;
  display: flex;
}

.image-5 {
  height: 100%;
}

.image-6 {
  height: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
}

.grid-6 {
  height: 43.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
}

.div-block-17 {
  background-image: url('../images/image-5.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-18 {
  background-image: url('../images/image-4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-7 {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: .8rem;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

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

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

.div-block-21 {
  flex: 1;
  align-self: stretch;
  padding-top: 1.25rem;
  padding-bottom: 0;
}

.div-block-22 {
  width: 100%;
  height: 100%;
  background-image: url('../images/image-6-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-23 {
  height: 6.25rem;
}

.div-block-24 {
  height: 25rem;
  background-color: #043d25;
}

.link-block {
  color: #d6cbc1;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  background-color: #043d25;
  border: 1px solid #000;
  justify-content: space-around;
  align-items: center;
  padding: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: #043d25;
  background-color: rgba(4, 61, 37, 0);
  border-color: #043d25;
}

.text-block-9 {
  letter-spacing: .1875rem;
}

.button-light {
  width: 18.75rem;
  max-width: none;
  min-width: 12.5rem;
  color: #043d25;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  background-color: #d6cbc1;
  border: 1px solid #d6cbc1;
  justify-content: space-around;
  align-items: center;
  padding: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.button-light:hover {
  color: #d6cbc1;
  background-color: rgba(214, 203, 193, 0);
}

.text-block-10 {
  color: #043d25;
  letter-spacing: .1875rem;
  padding-right: 1.25rem;
  font-size: .8rem;
}

.text-block-11 {
  color: #d6cbc1;
  letter-spacing: .1875rem;
  font-size: .8rem;
}

.text-block-12 {
  letter-spacing: .1875rem;
  font-size: .8rem;
}

.div-block-25 {
  width: 18.75rem;
}

.div-block-26 {
  border-bottom: .0625rem #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.875rem 1.25rem 2.5rem;
  display: flex;
}

.text-block-13 {
  color: #043d25;
  padding-top: 10px;
  font-family: Halyard Display, sans-serif;
  font-size: 1.875rem;
  line-height: 130%;
}

.paragraph-2 {
  color: #043d25;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1.125rem;
  line-height: 1.9125rem;
}

.div-block-27 {
  height: 100%;
  border-left: .0625rem #fff;
  border-right: .0625rem solid #fff;
  align-items: flex-start;
  padding: 2rem 2.5rem 0 2rem;
  display: flex;
}

.div-block-28 {
  height: 100%;
  background-image: url('../images/Frame-8-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: .0625rem #dbc7c7;
}

.text-block-14 {
  height: 6.25rem;
  color: #043d25;
  align-items: center;
  font-family: Halyard Display, sans-serif;
  font-size: 6.25rem;
  display: flex;
}

.div-block-29 {
  height: 100%;
  border-left: .0625rem solid #fff;
  border-right: .0625rem solid #fff;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: center;
  padding: 2rem 2.5rem 2.5rem;
  display: flex;
}

.text-block-15 {
  color: #043d25;
  text-align: center;
  letter-spacing: .1875rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1rem;
}

.text-span {
  font-size: 5rem;
  line-height: 6.25rem;
}

.text-block-15-copy {
  color: #043d25;
  text-align: center;
  letter-spacing: .1875rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1rem;
  display: none;
}

.image-8 {
  display: none;
}

.paragraph-right {
  color: #d6cbc1;
  padding-bottom: 1.25rem;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.columns-2, .div-block-33, .div-block-34 {
  display: none;
}

.text-block-5-copy {
  color: #043d25;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: .0625rem #fff;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
  line-height: 150%;
}

.paragraph-left {
  color: #d6cbc1;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.paragraph-2-tiny {
  color: #043d25;
  padding-top: 0;
  padding-bottom: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}

.div-block-38 {
  display: none;
}

.link-block-mob {
  color: #fff;
  text-transform: uppercase;
  background-color: #043d25;
  justify-content: space-around;
  align-items: center;
  padding: 1.25rem 2.5rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: none;
}

.link-block-copy {
  color: #fff;
  text-transform: uppercase;
  background-color: #043d25;
  justify-content: space-around;
  align-items: center;
  padding: 1.25rem 2.5rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.grid-3-copy, .grid-3-copy-copy {
  max-width: 108.75rem;
  grid-column-gap: 0rem;
  border-top: .0625rem solid #fff;
  border-left: .0625rem solid #fff;
  border-right: .0625rem solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-10 {
  height: auto;
  margin: auto auto auto 0;
  padding-top: 0;
  padding-left: 0;
}

.div-block-26-copy {
  border-bottom: .0625rem #fff;
  border-left: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.875rem 6.25rem 1.8rem 4rem;
  display: flex;
}

.about {
  width: 50%;
  max-width: 60vw;
  color: #d6cbc1;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  background-color: #043d25;
  border: 1px solid #043d25;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.about:hover {
  color: #043d25;
  background-color: rgba(4, 61, 37, 0);
}

.div-block-40 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.image-11 {
  padding-left: .625rem;
}

.div-block-41 {
  height: 100%;
  align-items: flex-start;
  padding: 2rem 2.5rem 2.5rem;
  display: flex;
}

.div-block-42 {
  display: none;
}

.image-10-mob {
  height: auto;
  display: none;
}

.body-2 {
  background-color: #d6cbc1;
}

.div-block-5-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-12 {
  width: 100%;
  padding: 0 0 4rem;
}

.div-block-43 {
  border: .0625rem solid #fff;
  border-top-style: none;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.body-3, .body-3-copy-p11 {
  background-color: #043d25;
}

.div-block-3-copy {
  width: auto;
  height: auto;
  max-width: none;
  border: .0625rem #ecebec;
  border-left: .0625rem solid #d6cbc1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-44 {
  width: 60%;
}

.div-block-45 {
  width: 40%;
  height: 100vh;
  border-bottom: .0625rem solid #d6cbc1;
  border-right: .0625rem #d6cbc1;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  bottom: 0;
  left: auto;
  right: auto;
}

.div-block-46 {
  height: 10%;
  max-height: none;
  border-bottom: .0625rem solid #fff;
  border-left: .0625rem solid #d6cbc1;
  border-right: .0625rem solid #d6cbc1;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.image-13 {
  width: 100%;
  height: auto;
  max-height: none;
  border-bottom: .0625rem solid #fff;
  padding: 0 2.5rem 2.5rem;
}

.background-copy {
  width: 100%;
  height: auto;
  max-height: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-16 {
  color: #d6cbc1;
  text-align: left;
  padding-bottom: .625rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.div-block-47 {
  height: auto;
  margin-top: -9rem;
  padding: 0 3.75rem 3.75rem 2rem;
  position: absolute;
  top: 160px;
  right: auto;
}

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

.image-14 {
  border-top: 1px solid #d6cbc1;
  border-bottom: .0625rem #fff;
}

.text-block-17 {
  color: #d6cbc1;
  text-transform: uppercase;
  border: 1px #fff;
  padding: 0;
  font-family: Halyard Display, sans-serif;
  font-size: 1.125rem;
}

.text-block-2-copy {
  color: var(--cream);
  letter-spacing: .2825rem;
  text-transform: uppercase;
  padding-bottom: .625rem;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
  line-height: 150%;
}

.div-block-49 {
  width: 100%;
  height: auto;
  padding-top: 0;
}

.div-block-50 {
  height: auto;
  padding: 3.75rem 1.25rem 1.25rem;
}

.image-15 {
  padding: 6.25rem 2.5rem 2.5rem;
}

.div-block-51 {
  height: auto;
  border-bottom: .0625rem #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.image-16 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(190, 34, 34, 0);
}

.div-block-52 {
  width: 100%;
  min-height: 31.25rem;
  background-image: url('../images/image-4-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 1.25rem;
  display: flex;
}

.button-light-copy {
  width: auto;
  max-width: none;
  min-width: 0;
  color: #043d25;
  text-transform: uppercase;
  background-color: #d6cbc1;
  border: 1px solid #d6cbc1;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-light-copy:hover {
  color: #d6cbc1;
  background-color: rgba(214, 203, 193, 0);
}

.section {
  height: auto;
  background-color: #043d25;
}

.container-3 {
  width: 100%;
  height: 100%;
  max-width: 107.5rem;
  margin-top: 0;
  padding-top: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.div-block-53 {
  height: 100%;
  max-height: none;
  min-height: 0;
  border-right: .0625rem solid #d6cbc1;
  border-left: .0625rem solid var(--cream);
}

.div-block-54 {
  border-top: .0625rem #fff;
}

.grid-8 {
  height: 100%;
  min-height: 80vh;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: .0625rem solid #d6cbc1;
  grid-template-rows: auto;
}

.div-block-55 {
  width: auto;
  height: auto;
  border-left: .0625rem solid #d6cbc1;
  padding: 1.875rem 4.375rem;
  display: flex;
}

.image-17 {
  min-height: auto;
  min-width: auto;
}

.div-block-56 {
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  padding: 4rem;
  display: flex;
}

.grid-9 {
  height: auto;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-57 {
  height: auto;
}

.grid-10 {
  height: auto;
  min-height: 16vh;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
}

.text-block-13-copy {
  min-height: 1.25rem;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Halyard Display, sans-serif;
  font-size: 1.875rem;
  line-height: 150%;
}

.image-18 {
  height: auto;
  max-height: none;
}

.div-block-58 {
  height: 100%;
  padding-bottom: 0;
}

.div-block-59 {
  border-left: .0625rem solid #fff;
  align-items: center;
  padding: .625rem 1.25rem 1.25rem;
  display: flex;
}

.div-block-60 {
  width: 100%;
  height: 100%;
  border-left: .0625rem solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-61 {
  height: 98%;
  background-image: url('../images/Frame-42.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-2 {
  height: auto;
  min-height: auto;
}

.body-4 {
  background-color: #d6cbc1;
}

.container-4 {
  height: auto;
  max-width: 107.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.div-block-62 {
  height: auto;
  border-left: .0625rem solid #fff;
  border-right: .0625rem solid #fff;
}

.grid-11 {
  height: auto;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: .0625rem solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

.div-block-63 {
  border-bottom: .0625rem #fff;
  border-left: .0625rem solid #fff;
}

.div-block-64 {
  width: 60%;
  height: 6.25rem;
  background-image: url('../images/Frame-8-3.png');
  background-position: 0 0;
  background-size: contain;
}

.div-block-65 {
  height: 100%;
  border-top: .0625rem solid #fff;
  border-bottom: .0625rem none var(--white);
  flex-direction: column;
  justify-content: center;
  padding: 6.25rem 3.75rem 6.25rem 2.5rem;
  display: flex;
}

.div-block-66 {
  height: 100%;
  border-top: .0625rem solid #fff;
  border-bottom: .0625rem #fff;
  border-left: .0625rem #fff;
  flex-direction: column;
  justify-content: space-around;
  padding: .625rem 1.25rem 1.25rem;
  display: flex;
}

.text-block-13-copy {
  color: #043d25;
  font-family: Halyard Display, sans-serif;
  font-size: 1.875rem;
  line-height: 150%;
}

.text-block-13-copy-copy {
  color: #043d25;
  padding-top: .625rem;
  padding-bottom: 0;
  font-family: Halyard Display, sans-serif;
  font-size: 1.8rem;
  line-height: 150%;
}

.text-block-16-copy {
  color: #fff;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.div-block-66-copy {
  height: 100%;
  border-top: .0625rem solid #fff;
  border-bottom: .0625rem #fff;
  border-left: .0625rem #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  display: flex;
}

.div-block-67 {
  border-left: .0625rem solid #fff;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.div-block-68 {
  height: 6.25rem;
  border-right: .0625rem solid #fff;
}

.grid-12 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
}

.div-block-69 {
  height: auto;
  border-right: .0625rem solid #fff;
}

.div-block-70, .div-block-71 {
  border-bottom: .0625rem solid #fff;
  padding: 1.25rem;
}

.text-block-13-copy-copy-copy {
  color: #043d25;
  text-transform: uppercase;
  padding-top: .625rem;
  padding-bottom: 0;
  font-family: Halyard Display, sans-serif;
  font-size: 1.8rem;
  line-height: 150%;
}

.div-block-72 {
  border-bottom: .0625rem solid #fff;
  padding: 1.25rem;
}

.div-block-73 {
  height: 100%;
  border-right: .0625rem solid #fff;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-74 {
  width: 100%;
  height: 100%;
  border-bottom: .0625rem solid #fff;
  border-left: .0625rem solid #fff;
  margin-top: -3.75rem;
  padding-left: 3.75rem;
}

.div-block-75 {
  padding: 1.25rem 3.75rem;
}

.text-block-3-copy {
  color: #043d25;
  letter-spacing: .206875rem;
  text-transform: capitalize;
  margin-top: -1.875rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}

.text-block-16-copy {
  color: #043d25;
  padding-bottom: .625rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.div-block-79 {
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.text-block-16-dark {
  color: #043d25;
  padding-bottom: .625rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.text-block-16-copy-copy {
  color: #fff;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.center {
  min-height: 1.25rem;
  color: var(--cream);
  text-align: center;
  text-transform: uppercase;
  font-family: Halyard Display, sans-serif;
  font-size: 1.875rem;
  line-height: 150%;
}

.section-4 {
  height: 100%;
  background-image: url('../images/image-9.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-5 {
  height: 100vh;
  background-image: url('../images/image-9.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-6 {
  height: 100%;
  max-width: 107.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.div-block-80 {
  height: 100%;
  border-left: .0625rem solid #fff;
  border-right: .0625rem solid #d6cbc1;
}

.div-block-81 {
  height: 80vh;
  border-bottom: .0625rem solid #d6cbc1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.div-block-82 {
  height: 20vh;
}

.grid-14 {
  height: 20vh;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .25fr;
}

.div-block-83 {
  border-right: .0625rem solid #d6cbc1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  display: flex;
}

.text-block-2-copy {
  color: #d6cbc1;
  letter-spacing: .2825rem;
  text-transform: uppercase;
  padding-bottom: .625rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.div-block-84 {
  height: 100%;
  background-image: url('../images/Frame-38.png');
  background-position: 0 0;
  background-size: auto;
}

.section-6 {
  height: auto;
}

.container-7 {
  height: 100%;
  max-width: 107.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.div-block-85 {
  height: auto;
  border-bottom: .0625rem solid #fff;
  border-left: .0625rem solid #fff;
  border-right: .0625rem solid #fff;
  padding-bottom: 3.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.div-block-86 {
  padding-top: 3.75rem;
  padding-left: 0;
  padding-right: 2.5rem;
  display: none;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: .0625rem solid #e4ebf3;
  padding: 5rem 1.875rem;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 4rem;
  display: flex;
}

.testimonial-content {
  max-width: 28.75rem;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 2.5rem;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 1.5rem;
}

.testimonial-quote {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 21.875rem;
  height: 25rem;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 3.125rem;
  height: 3.125rem;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 1.5rem;
  font-size: .625rem;
  position: static;
  bottom: -3.75rem;
}

.div-block-87 {
  height: 100%;
}

.columns-3 {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 4rem 20px 2rem;
}

.column-4 {
  height: 100%;
}

.column-5 {
  height: auto;
  padding-top: 20px;
}

.slider {
  height: 100%;
  min-height: auto;
  background-color: rgba(221, 221, 221, 0);
  padding-bottom: 2.5rem;
}

.div-block-88 {
  height: 100%;
  padding-right: 6.25rem;
}

.text-block-18 {
  color: #043d25;
  text-align: center;
  letter-spacing: .2825rem;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
  line-height: 150%;
}

.text-block-19 {
  color: #043d25;
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-family: Halyard Display, sans-serif;
  font-size: 1.125rem;
}

.div-block-89 {
  height: 80%;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.text-block-16-dark-nohight {
  color: #043d25;
  padding-bottom: .625rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}

.text-block-16-dark-nohight-copy {
  color: #043d25;
  padding-top: 1.25rem;
  padding-bottom: .625rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1.8125rem;
  line-height: 130%;
}

.slide-nav {
  color: #423b3b;
}

.right-arrow, .left-arrow {
  display: none;
}

.div-block-90 {
  min-height: 37.5rem;
  border-right: .0625rem solid #fff;
  border-bottom: .0625rem none var(--white);
  border-left: .0625rem solid #fff;
  padding-bottom: 6.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-block-18-copy {
  color: #043d25;
  text-align: left;
  text-transform: uppercase;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: 0;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
  line-height: 150%;
}

.text-block-19-copy {
  color: #043d25;
  text-align: left;
  letter-spacing: .125rem;
  text-transform: uppercase;
  padding-top: .625rem;
  padding-bottom: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1.125rem;
}

.grid-15 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.grid-16 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr;
}

.div-block-91 {
  border: 1px #000;
  padding: 1.25rem 2.5rem;
}

.div-block-92 {
  background-image: url('../images/Frame-8-4.png');
  background-position: 50%;
  background-size: contain;
  border: 1px #000;
}

.div-block-93 {
  height: auto;
  border-bottom: .0625rem solid #fff;
  border-left: .0625rem solid #fff;
  border-right: .0625rem solid #fff;
  margin-bottom: 0;
  padding: 2.5rem;
}

.grid-17 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto;
}

.div-block-94 {
  width: 100%;
  border-top: .0625rem #fff;
  margin: auto;
  padding: 18.75rem 2.5rem 2.5rem;
  display: flex;
}

.div-block-94-copy {
  width: 100%;
  border-top: .0625rem solid #d6cbc1;
  padding: 2.5rem;
  display: flex;
}

.div-block-95 {
  width: 20vw;
  height: 40vh;
}

.div-block-96 {
  height: auto;
  text-align: center;
  background-color: #0a3e14;
  padding: 1.25rem;
}

.div-block-97 {
  height: 3.75rem;
  border-top: .0625rem solid #fff;
}

.div-block-98 {
  width: 300px;
  height: 450px;
  background-color: #d6cbc1;
  border: 1px #fff;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 10rem;
  margin-left: -10%;
  margin-right: -6rem;
  padding-left: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 35vh;
  left: 5px;
}

.div-block-99 {
  min-width: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 8rem 4rem;
  display: flex;
}

.div-block-100 {
  height: 100%;
  color: #043d25;
  text-align: right;
  background-color: #043d25;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-101 {
  height: 100%;
}

.text-block-20 {
  height: 100%;
  color: #043d25;
  text-align: center;
  background-color: #d6cbc1;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1rem;
  display: flex;
}

.text-block-17-copy {
  width: 100%;
  color: #d6cbc1;
  text-align: center;
  text-transform: uppercase;
  border: 1px #fff;
  padding: 1.5rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1.125rem;
}

.image-19 {
  width: 100%;
  height: auto;
  max-width: none;
}

.nav-menu {
  height: 100%;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar-2-copy {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  justify-content: space-around;
  padding-top: 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-102 {
  width: 100%;
  height: auto;
}

.navbar-2-copy {
  height: auto;
  background-color: #043d25;
  justify-content: space-around;
  padding-top: 10px;
  display: flex;
}

.div-block-105 {
  background-color: #043d25;
  display: none;
}

.section-7, .section-8 {
  display: none;
}

.text-block-16-copy-mob, .mob-about {
  color: #d6cbc1;
  padding-bottom: .625rem;
  font-family: Halyard Display, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.image-21 {
  width: 100%;
  max-height: 213px;
}

.columns-5 {
  display: none;
}

.text-block-23 {
  color: #d6cbc1;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Halyard Display, sans-serif;
  font-size: 1.25rem;
  line-height: 130%;
}

.side-hero {
  min-height: 1.25rem;
  color: var(--cream);
  text-align: left;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Halyard Display, sans-serif;
  font-size: 1.875rem;
  line-height: 150%;
}

.div-block-113 {
  width: 100%;
  background-image: url('../images/image-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  z-index: 1100;
  background-color: var(--color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-content {
  margin: auto;
}

.lottie-animation {
  width: 100%;
  height: 100%;
}

.div-block-116 {
  display: none;
}

.div-block-117 {
  padding-left: 2rem;
}

.navbar-2-sticky {
  z-index: 9997;
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  border: 1px #d6cbc1;
  border-style: none solid;
  justify-content: space-around;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container-2-copy {
  width: auto;
  height: auto;
  max-width: none;
  background-color: #043d25;
  border: .0625rem solid #d6cbc1;
  border-style: solid none;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin: 0;
  padding: 0 2rem;
  display: flex;
}

.container-9 {
  height: 30vh;
  max-width: 107.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.div-block-118 {
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.grid-19, .grid-20 {
  height: 100%;
}

.text-block-26 {
  color: #fff;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
}

.div-block-123 {
  height: 80px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.button-light-cover {
  width: 18.75rem;
  max-width: none;
  min-width: 12.5rem;
  color: #043d25;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  background-color: #d6cbc1;
  border: 1px solid #d6cbc1;
  justify-content: space-around;
  align-items: center;
  padding: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.button-light-cover:hover {
  color: #d6cbc1;
  background-color: rgba(214, 203, 193, 0);
  border: 1px solid #d6cbc1;
}

.text-block-26-copy {
  color: #fff;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
}

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

.tabs-menu {
  flex-direction: column;
  display: flex;
}

.container-10 {
  max-width: 107.5rem;
  min-height: 800px;
  padding-top: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.div-block-125 {
  min-height: 600px;
  padding: 0;
}

.tabs-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #d6cbc1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-menu-2 {
  border-right: 1px solid #d6cbc1;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.body-5 {
  background-color: #043d25;
}

.columns-6 {
  margin: 0;
}

.tab-link-tab-1 {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 0;
  font-family: Halyard Display, sans-serif;
  font-size: 1.25rem;
}

.tab-link-tab-1.w--current {
  color: #d6cbc1;
  background-color: rgba(200, 200, 200, 0);
  padding: 20px 0 30px;
  font-family: Halyard Display, sans-serif;
  font-size: 1.2rem;
  text-decoration: underline;
}

.tab-link-tab-2 {
  color: #d6cbc1;
  background-color: rgba(221, 221, 221, 0);
  padding: 20px 0 30px;
  font-family: Halyard Display, sans-serif;
  font-size: 1.2rem;
}

.tab-link-tab-2.w--current {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 20px;
  padding-bottom: 30px;
  text-decoration: underline;
}

.div-block-126 {
  height: 100%;
  padding: 0 40px 40px;
}

.text-block-27 {
  color: #d6cbc1;
  letter-spacing: .2825rem;
  text-transform: uppercase;
  padding-bottom: 60px;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
  line-height: 150%;
}

.link-block-2 {
  width: 100%;
  color: #d6cbc1;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Halyard Display, sans-serif;
  font-size: 1.25rem;
  text-decoration: underline;
  display: flex;
}

.image-24 {
  padding: 10px;
}

.text-block-28 {
  text-decoration: underline;
}

.text-block-29 {
  color: #d6cbc1;
  font-size: 1.25rem;
  line-height: 130%;
}

.text-block-30 {
  font-size: 1.25rem;
  line-height: 130%;
  text-decoration: none;
}

.tab-pane-tab-2, .tab-pane-tab-1 {
  border-left: 1px #d6cbc1;
  padding: 60px 20px 20px;
}

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

.div-block-128 {
  width: 50%;
  height: auto;
  min-height: 186px;
  background-image: url('../images/Frame-8-6.png');
  background-position: 50%;
  background-size: cover;
  border-right: 1px solid #d6cbc1;
}

.div-block-129 {
  width: 50%;
  border-left: 1px solid #d6cbc1;
  border-right: 1px solid #d6cbc1;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.text-block-31 {
  color: #d6cbc1;
  text-align: center;
  letter-spacing: .2825rem;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
  line-height: 150%;
}

.container-2-investor {
  width: auto;
  height: auto;
  max-width: none;
  background-color: rgba(4, 61, 37, 0);
  border: .0625rem solid #d6cbc1;
  border-style: solid none;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin: 0;
  padding: 0 0 0 2rem;
  display: flex;
}

.text-block-32 {
  line-height: 100%;
}

.div-block-130 {
  color: #d6cbc1;
  justify-content: space-between;
  font-family: Halyard Display, sans-serif;
  font-size: 1.25rem;
  display: block;
}

.div-block-131 {
  align-items: center;
  display: flex;
}

.link-block-3 {
  justify-content: space-between;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-33 {
  color: #d6cbc1;
}

.div-block-132 {
  padding-left: 5px;
}

.text-block-34 {
  color: #d6cbc1;
  padding-left: 5px;
  text-decoration: underline;
}

.text-block-35 {
  color: #d6cbc1;
  text-transform: capitalize;
  padding-bottom: 5px;
  font-family: Halyard Display, sans-serif;
  font-size: 1.25rem;
}

.div-block-133 {
  padding-bottom: 20px;
}

.div-block-134 {
  padding: 2rem;
  display: none;
}

.accordian {
  width: 99%;
  color: #d6cbc1;
  display: inline-block;
}

.accordian.w--open {
  padding-right: 0;
}

.dropdown {
  width: 100%;
  font-family: Halyard Display, sans-serif;
  font-size: 1.2rem;
}

.icon-2 {
  margin-right: 0;
}

.accordian-list {
  background-color: rgba(221, 221, 221, 0);
  position: static;
}

.background-video {
  width: 500px;
}

.div-block-135 {
  height: auto;
  max-width: 40%;
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin: auto;
  display: flex;
}

.image-25 {
  max-width: 40vw;
  margin: auto;
  display: block;
}

.image-26, .image-27 {
  max-width: 30%;
  margin: auto;
}

.div-block-136 {
  height: 100%;
  flex-flow: column wrap;
  flex: none;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0;
  display: flex;
  position: relative;
}

.html-embed {
  color: #874848;
  -webkit-text-stroke-color: #e38787;
}

.image-28 {
  color: #251a1a;
}

.html-embed-2 {
  color: #043d25;
  -webkit-text-stroke-color: #6b2626;
}

.html-embed-3 {
  align-self: center;
}

.footer {
  background-color: #043d25;
  margin: auto;
  overflow: visible;
}

.container-11 {
  max-width: 107.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.div-block-137 {
  padding: 0 .6rem 0 .65rem;
}

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

.columns-7 {
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: 2.5rem;
  line-height: 100%;
}

.column-10 {
  height: 100%;
  min-height: 100%;
  border-right: 1px solid #d6cbc1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.text-block-38 {
  color: #d6cbc1;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Halyard Display, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.image-29 {
  padding-bottom: 10px;
}

.column-11 {
  height: 100%;
  text-transform: uppercase;
  border-right: 1px solid #d6cbc1;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  font-family: Halyard Display, sans-serif;
  line-height: 100%;
  display: flex;
}

.column-12 {
  height: 100%;
  text-align: left;
  border-right: 1px solid #d6cbc1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.text-block-38-copy {
  color: #d6cbc1;
  text-align: left;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Halyard Display, sans-serif;
  font-size: 1rem;
  line-height: 150%;
  display: flex;
}

.div-block-139 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-30 {
  max-height: 24px;
  max-width: 24px;
}

.div-block-140 {
  height: 100%;
}

.link-block-4 {
  width: 100%;
}

.columns-8 {
  width: auto;
  height: 100%;
  border-top: 1px solid #d6cbc1;
  border-left: 1px #d6cbc1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column-14 {
  height: 100%;
  text-align: center;
  border-right: 1px #d6cbc1;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Halyard Display, sans-serif;
}

.link {
  color: #d6cbc1;
  letter-spacing: .1875px;
  text-transform: uppercase;
  font-family: Halyard Display, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
}

.column-15 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-16 {
  height: 100%;
  text-align: center;
  border-right: 1px #d6cbc1;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Halyard Display, sans-serif;
}

.column-17 {
  padding: 0;
}

.columns-9 {
  border: 1px #d6cbc1;
  border-style: none solid;
  margin: 0;
}

.div-block-52-copy {
  width: 100%;
  min-height: 31.25rem;
  background-image: url('../images/image-8-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 1.25rem;
  display: flex;
}

.text-block-39 {
  letter-spacing: .1875rem;
  padding-right: 20px;
  font-size: .8rem;
}

.div-block-141 {
  padding-left: 2rem;
}

.background-copy {
  width: 100vw;
  height: auto;
  max-height: none;
  background-image: url('../images/MH_HYDMC_Facade-2-1-3-min.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -.3125rem;
  padding: 0;
  display: flex;
}

.background-copy-portfolio {
  width: 100%;
  height: auto;
  max-height: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-52-port {
  width: 100%;
  min-height: 31.25rem;
  background-image: url('../images/image-8-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 1.25rem;
  display: flex;
}

.text-block-41 {
  padding-right: 20px;
}

.text-block-6-fo {
  color: #d6cbc1;
  letter-spacing: .1875rem;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Halyard Display, sans-serif;
  font-size: 1.2rem;
}

.nav-menu-copy {
  height: 100%;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.section-9 {
  display: none;
}

.paragraph-left-copy, .paragraph-left-copy-copy, .paragraph-left-copy-copy-3 {
  color: #d6cbc1;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.text-block-6-copy {
  color: #d6cbc1;
  letter-spacing: .1875rem;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Halyard Display, sans-serif;
  font-size: 2.5rem;
}

.text-block-5-copy-copy {
  color: #043d25;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: .0625rem #fff;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
  line-height: 150%;
}

.link-block-mob-button {
  color: #d6cbc1;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  background-color: #043d25;
  border: 1px solid #000;
  justify-content: space-around;
  align-items: center;
  padding: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: .8rem;
  text-decoration: none;
  display: none;
}

.link-block-mob-button:hover {
  color: #043d25;
  background-color: rgba(4, 61, 37, 0);
  border-color: #043d25;
}

.link-block-copy {
  color: #d6cbc1;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  background-color: #043d25;
  border: 1px solid #000;
  justify-content: space-around;
  align-items: center;
  padding: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.link-block-copy:hover {
  color: #043d25;
  background-color: rgba(4, 61, 37, 0);
  border-color: #043d25;
}

.text-block-26-copy {
  color: #fff;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
}

.what-we-do {
  color: #043d25;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: .0625rem #fff;
  padding: 1.25rem 1.25rem 1.25rem 0;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
  line-height: 150%;
}

.text-block-2-about, .text-block-about {
  color: #d6cbc1;
  letter-spacing: .2825rem;
  text-transform: uppercase;
  padding-bottom: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
  line-height: 150%;
}

.luxury-meet {
  color: #043d25;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: .0625rem #fff;
  padding: 1.25rem 1.25rem 1.25rem 0;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
  line-height: 150%;
  display: none;
}

.div-block-147 {
  height: 213px;
  max-height: none;
  background-image: url('../images/MH_HYDMC_Facade-2-1-3-min.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-about-copy, .text-block-about-copy-copy-new {
  color: #d6cbc1;
  letter-spacing: .2825rem;
  text-transform: uppercase;
  padding-bottom: 1.25rem;
  font-family: Halyard Display, sans-serif;
  font-size: 2rem;
  line-height: 150%;
}

@media screen and (min-width: 1920px) {
  .body {
    background-color: #d6cbc1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block {
    width: 100%;
    max-width: 107.5rem;
  }

  .container {
    width: 100%;
    max-width: 107.5rem;
    background-color: rgba(214, 203, 193, 0);
    margin: 0;
    padding: 0 1.25rem;
  }

  .navbar {
    background-color: rgba(221, 221, 221, 0);
    justify-content: space-around;
    display: flex;
  }

  .div-block-2 {
    width: 100%;
    height: 67.5rem;
    max-height: 67.5rem;
    max-width: none;
    background-image: url('../images/MH_HYDMC_Facade-2-1.png');
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .image {
    max-height: 3.4375rem;
  }

  .div-block-3, .grid-2 {
    padding-left: 2rem;
  }

  .div-block-10 {
    width: 100%;
    max-width: none;
    align-items: flex-start;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .text-block-8 {
    padding-left: 2rem;
  }

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

  .div-block-16, .div-block-27 {
    padding-left: 2rem;
  }

  .image-12 {
    width: 100vw;
    padding: 3.75rem;
  }

  .text-block-16 {
    color: #d6cbc1;
  }

  .div-block-53 {
    height: auto;
  }

  .grid-8 {
    height: auto;
    min-height: 75vh;
  }

  .div-block-56 {
    padding: 4rem;
  }

  .grid-10 {
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .text-block-13-copy {
    color: #d6cbc1;
  }

  .div-block-59 {
    height: 100%;
    align-items: center;
    display: flex;
  }

  .div-block-60 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .div-block-61 {
    height: 100%;
    background-image: none;
    padding-bottom: 1.25rem;
  }

  .text-block-16-copy {
    color: #d6cbc1;
  }

  .section-3 {
    height: 100vh;
    background-image: url('../images/image-9.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container-5 {
    height: 100vh;
    max-width: 107.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-76 {
    height: 100%;
    border-left: .0625rem solid #fff;
    border-right: .0625rem solid #fff;
  }

  .div-block-77 {
    height: 80vh;
    border-bottom: .0625rem solid #fff;
  }

  .grid-13 {
    height: 20vh;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr .5fr;
  }

  .div-block-78 {
    border-right: .0625rem solid #fff;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .div-block-79 {
    height: 100%;
    background-image: url('../images/Frame-42.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .text-block-16-dark {
    color: #043d25;
  }

  .text-block-16-copy-copy, .center {
    color: #d6cbc1;
  }

  .text-block-16-dark-nohight, .text-block-16-dark-nohight-copy {
    color: #043d25;
  }

  .div-block-98 {
    z-index: 9999;
    width: 112.5rem;
    height: 100%;
    background-color: #d6cbc1;
    border: .0625rem solid #fff;
    margin-top: 11.25rem;
    margin-left: -12.1875rem;
    margin-right: -6.875rem;
    padding-right: 0;
    top: 15vh;
  }

  .div-block-99 {
    z-index: 8888;
    width: 400vw;
    max-width: none;
    min-width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .div-block-100 {
    width: 100%;
    text-align: center;
    background-color: #043d25;
    padding: 1.875rem 1.25rem;
  }

  .div-block-101 {
    border-bottom: .0625rem solid #fff;
    padding: 1.875rem 1.25rem;
  }

  .text-block-20 {
    color: #043d25;
    text-align: center;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    font-family: Halyard Display, sans-serif;
    font-size: 1.125rem;
  }

  .div-block-101-copy {
    border-bottom: .0625rem #fff;
    padding: 1.875rem 1.25rem;
  }

  .text-block-16-copy-mob, .mob-about {
    color: #d6cbc1;
  }

  .text-block-23 {
    color: #d6cbc1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: Halyard Display, sans-serif;
    font-size: 1.5rem;
    line-height: 150%;
  }

  .side-hero {
    color: #d6cbc1;
    text-align: left;
    padding-bottom: 1rem;
  }

  .page-content {
    width: 100%;
  }

  .div-block-117 {
    padding-left: 2rem;
  }

  .div-block-137 {
    padding-left: .55rem;
    padding-right: .55rem;
  }

  .column-10 {
    align-items: center;
    padding: 5rem 2rem;
  }

  .div-block-141 {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .div-block-3 {
    height: 90vh;
    max-height: 100%;
    border-bottom-style: none;
  }

  .grid {
    grid-template-columns: 2fr;
    padding-top: .625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: block;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 3.75rem;
    display: block;
  }

  .image-2 {
    border-style: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-top: 1.25rem;
    display: block;
  }

  .text-block-6 {
    padding-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.2rem;
  }

  .div-block-8 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

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

  .text-block-8 {
    width: 100%;
    border-right-style: none;
  }

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

  .grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .image-7 {
    padding-top: 1rem;
  }

  .grid-7 {
    grid-template-columns: .75fr;
    display: none;
  }

  .link-block {
    width: 80%;
    margin-top: 1.25rem;
  }

  .button-light {
    margin-top: 2.5rem;
  }

  .div-block-26 {
    padding-bottom: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paragraph-right {
    text-align: right;
    border-right: .0625rem solid #fff;
    padding-top: 2.5rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

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

  .div-block-32 {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-9 {
    width: 100%;
  }

  .div-block-33 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.25rem;
    display: flex;
  }

  .div-block-34 {
    padding-top: 1.25rem;
    display: block;
  }

  .text-block-5-copy {
    letter-spacing: .125rem;
    font-size: 1.625rem;
    line-height: 150%;
  }

  .paragraph-left {
    border-left: .0625rem solid #fff;
    padding-top: 2.5rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .div-block-37 {
    justify-content: center;
    display: flex;
  }

  .icon {
    color: #d6cbc1;
  }

  .div-block-38 {
    display: block;
  }

  .link-block-mob {
    width: 80%;
    margin-top: 1.25rem;
    display: flex;
  }

  .link-block-copy {
    width: 80%;
    margin-top: 1.25rem;
  }

  .div-block-26-copy {
    padding-bottom: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about {
    width: 80%;
    margin-top: 1.25rem;
  }

  .div-block-3-copy {
    height: 100vh;
    max-height: 100%;
  }

  .button-light-copy {
    margin-top: 2.5rem;
  }

  .div-block-55 {
    width: 100%;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-56 {
    padding: 2rem;
  }

  .text-block-13-copy-copy-copy {
    font-size: 1.5rem;
  }

  .div-block-81 {
    height: 70%;
  }

  .div-block-82 {
    height: 30%;
  }

  .grid-14 {
    height: 100%;
  }

  .container-8 {
    max-width: 45.5rem;
  }

  .testimonial-slide {
    padding-left: 2rem;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .text-block-18 {
    padding-bottom: 20px;
    font-size: 2rem;
    line-height: 130%;
  }

  .div-block-89, .text-block-18-copy {
    padding-top: 0;
  }

  .div-block-98, .div-block-102 {
    display: none;
  }

  .navbar-2-copy {
    position: static;
  }

  .div-block-105 {
    display: block;
  }

  .columns-5 {
    display: none;
  }

  .div-block-113 {
    height: 100%;
    background-image: url('../images/image-8.png');
    background-position: 0%;
    background-size: cover;
  }

  .text-block-24 {
    color: #d6cbc1;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 20px 10px;
    font-family: Halyard Display, sans-serif;
    font-size: 2rem;
    line-height: 50px;
  }

  .text-block-25 {
    color: #d6cbc1;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Halyard Display, sans-serif;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .div-block-114 {
    width: 100%;
    border-bottom: 1px solid #d6cbc1;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
  }

  .image-23 {
    width: 80vw;
  }

  .div-block-115 {
    width: 80vw;
    height: 400px;
    background-image: url('../images/Group-116046794-1.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-116 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
  }

  .container-9 {
    height: auto;
  }

  .div-block-118 {
    border-left-color: #d6cbc1;
    border-right-color: #d6cbc1;
  }

  .grid-20 {
    padding: 40px 10px;
  }

  .text-block-26 {
    color: #d6cbc1;
    text-align: left;
    font-size: 1.5rem;
    line-height: 120%;
  }

  .div-block-119, .div-block-120 {
    padding-left: 40px;
  }

  .div-block-121, .div-block-122 {
    padding-right: 40px;
  }

  .button-light-cover {
    margin-top: 2.5rem;
  }

  .text-block-26-copy {
    color: #d6cbc1;
    text-align: left;
    font-size: 1.5rem;
    line-height: 120%;
  }

  .div-block-134 {
    display: none;
  }

  .text-block-6-fo {
    padding-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paragraph-left-copy, .paragraph-left-copy-copy, .paragraph-left-copy-copy-3 {
    border-left: .0625rem solid #fff;
    padding-top: 2.5rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .text-block-6-copy {
    padding-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-block-5-copy-copy {
    letter-spacing: .125rem;
    font-size: 1.625rem;
    line-height: 150%;
  }

  .link-block-mob-button {
    width: 80%;
    margin-top: 1.25rem;
    display: flex;
  }

  .link-block-copy {
    width: 80%;
    margin-top: 1.25rem;
  }

  .text-block-26-copy {
    color: #d6cbc1;
    text-align: left;
    font-size: 1.5rem;
    line-height: 120%;
  }

  .what-we-do {
    letter-spacing: .125rem;
    font-size: 1.625rem;
    line-height: 150%;
  }

  .div-block-115-copy {
    width: 80vw;
    height: 400px;
    background-image: url('../images/Group-116046794-1.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 10px;
    padding-right: 10px;
    display: flex;
  }

  .luxury-meet {
    letter-spacing: .125rem;
    font-size: 1.625rem;
    line-height: 150%;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-slider-large {
    padding: 3.75rem .9375rem;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 1.4375rem;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 2.5rem;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 3.125rem;
    margin-bottom: 1rem;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100%;
    height: auto;
    max-width: none;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    justify-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 1rem;
    display: flex;
  }

  .background {
    height: auto;
    background-position: 50%;
  }

  .container-2 {
    width: 90vw;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-style: solid none;
    border-top-width: 1px;
    flex-direction: row;
    flex: 1;
    order: 0;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .navbar-2 {
    width: 100%;
    max-width: none;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    display: block;
  }

  .brand.w--current {
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-3 {
    width: 100%;
    height: 43.75rem;
    justify-content: center;
    align-items: center;
    margin-top: -.8rem;
    padding: 0 .625rem 6rem;
  }

  .nav-link-2 {
    max-width: 80%;
    text-align: center;
  }

  .text-block-2 {
    height: auto;
    color: #043d25;
    text-align: center;
    letter-spacing: .125rem;
    font-size: 1.2rem;
    line-height: 150%;
  }

  .grid {
    width: 100%;
    flex-direction: row;
    justify-content: start;
    align-items: flex-start;
    justify-items: center;
    padding: .625rem;
    display: block;
  }

  .text-block-3 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 100%;
  }

  .text-block-5 {
    letter-spacing: .0625rem;
    font-size: 1rem;
    line-height: 200%;
  }

  .grid-2 {
    width: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 2rem;
    padding-left: 0;
    display: flex;
  }

  .image-2 {
    height: auto;
    padding: 1.25rem 0 .625rem;
  }

  .grid-3 {
    width: 90vw;
    max-width: none;
    border: .0625rem solid #fff;
    border-bottom-style: none;
    grid-template-columns: 1fr;
    margin-top: -1.875rem;
    padding-left: .625rem;
    padding-right: .625rem;
    display: block;
  }

  .div-block-7 {
    height: auto;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-4 {
    width: 100%;
    height: 100%;
    max-height: 200vh;
    max-width: none;
    border-right-style: none;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-6 {
    margin: 0;
    padding: 0 0 0 0;
    font-size: 1rem;
    line-height: 130%;
  }

  .paragraph {
    text-align: left;
    font-size: 1rem;
  }

  .div-block-8 {
    border-left-style: none;
    justify-content: flex-end;
    padding: 2.5rem .625rem 0 1.25rem;
    display: flex;
  }

  .div-block-9 {
    text-align: center;
    border-left-style: none;
    border-right: .0625rem #fff;
    align-items: center;
    padding: 2.5rem .625rem 0;
  }

  .div-block-10 {
    padding: 0;
  }

  .div-block-11 {
    width: auto;
    height: auto;
    margin-top: auto;
  }

  .text-block-8 {
    text-align: left;
    border-right-style: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.25rem;
    font-size: 1rem;
    line-height: 150%;
  }

  .div-block-13 {
    width: 100%;
    border-top-style: none;
    padding-left: 0;
  }

  .div-block-16 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem .625rem .625rem;
    display: flex;
  }

  .columns {
    height: auto;
    flex-direction: column;
  }

  .grid-6 {
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .image-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block {
    max-width: 80vw;
    margin-bottom: 2.5rem;
    display: flex;
  }

  .button-light {
    width: 90%;
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-block-10 {
    padding-right: .25rem;
    font-size: .8rem;
  }

  .text-block-10:hover {
    color: #d6cbc1;
  }

  .text-block-12 {
    color: #d6cbc1;
    font-size: .6rem;
  }

  .text-block-12:hover {
    color: rgba(214, 203, 193, 0);
  }

  .div-block-25 {
    width: auto;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-26 {
    border-bottom-style: solid;
    padding: 1.25rem .625rem 2.5rem;
  }

  .text-block-13 {
    font-size: 1.125rem;
  }

  .paragraph-2 {
    letter-spacing: .03125rem;
    flex-direction: column;
    justify-content: space-between;
    font-size: .8rem;
    line-height: 130%;
    display: flex;
  }

  .div-block-27 {
    height: auto;
    border-right-style: none;
    margin-top: 0;
    padding: 0;
    display: flex;
  }

  .div-block-29 {
    display: none;
  }

  .text-block-15 {
    font-size: .75rem;
    line-height: 130%;
  }

  .text-span {
    font-size: 2.5rem;
    line-height: 100%;
  }

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

  .div-block-31 {
    flex-direction: column;
    justify-content: space-around;
    padding-top: 0;
    display: flex;
  }

  .text-block-15-copy {
    border-top: .0625rem solid #fff;
    padding-top: 1.25rem;
    padding-left: .3125rem;
    padding-right: .3125rem;
    font-size: .75rem;
    line-height: 130%;
    display: block;
  }

  .image-8 {
    height: 100%;
    display: block;
  }

  .paragraph-right {
    text-align: right;
    border-right: .0625rem solid #fff;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .columns-2 {
    padding-top: 10px;
  }

  .text-block-5-copy {
    letter-spacing: .0625rem;
    padding-left: 10px;
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 200%;
  }

  .paragraph-left {
    text-align: left;
    border-left: .0625rem solid #fff;
    padding-left: .625rem;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .div-block-35 {
    width: auto;
    height: auto;
    padding: 0;
  }

  .paragraph-2-tiny {
    height: 100%;
    letter-spacing: .03125rem;
    border-right: .0625rem solid #fff;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: .625rem;
    font-size: .8rem;
    line-height: 130%;
    display: flex;
  }

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

  .div-block-37 {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon {
    color: #d6cbc1;
  }

  .link-block-mob {
    width: 90%;
    max-width: 80vw;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-block-copy {
    max-width: 80vw;
    margin-bottom: 2.5rem;
  }

  .grid-3-copy {
    width: 90vw;
    max-width: none;
    border: .0625rem solid #fff;
    border-bottom-style: none;
    grid-template-columns: 1fr;
    margin-top: -1.875rem;
    padding-left: .625rem;
    padding-right: .625rem;
    display: block;
  }

  .grid-3-copy-copy {
    width: 100%;
    max-width: none;
    border: .0625rem solid #fff;
    border-bottom-style: none;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-left: .625rem;
    padding-right: 0;
    display: flex;
  }

  .div-block-39 {
    width: 100%;
    height: 100%;
    background-image: url('../images/Frame-8-1.png');
    background-position: 50%;
    background-size: cover;
    border: .0625rem solid #fff;
  }

  .menu-button {
    flex: 0 auto;
    margin-right: -.625rem;
    padding: 1.125rem;
    position: static;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .image-10 {
    max-width: none;
    display: none;
  }

  .div-block-26-copy {
    border-bottom-style: none;
    border-left-style: none;
    margin-bottom: -27px;
    padding: 1.25rem .8rem 2.5rem;
  }

  .about {
    max-width: 80vw;
    margin-bottom: 2.5rem;
    display: none;
  }

  .div-block-41 {
    display: none;
  }

  .div-block-42 {
    width: 100%;
    height: 100%;
    background-image: url('../images/Frame-8-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .image-10-mob {
    max-width: none;
    padding-left: 10px;
    display: block;
  }

  .div-block-5-copy {
    margin-top: 1px;
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    margin: auto;
  }

  .div-block-3-copy {
    width: 90vw;
    height: 43.75rem;
    justify-content: center;
    align-items: flex-end;
    margin-top: -.9375rem;
    padding-top: 0;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .background-copy {
    height: auto;
  }

  .text-block-17 {
    color: #d6cbc1;
    font-size: 1.2rem;
  }

  .text-block-2-copy {
    text-align: left;
    letter-spacing: .125rem;
    font-size: 1.2rem;
    line-height: 150%;
  }

  .div-block-52 {
    min-height: 15rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button-light-copy {
    width: auto;
    max-width: 100%;
    margin-top: 2.5rem;
    padding: 1rem 1.25rem 1rem 1rem;
    font-size: .8rem;
  }

  .section {
    display: none;
  }

  .container-3 {
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-53 {
    height: 80vh;
    border-top: 1px #fff;
    align-items: flex-end;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .div-block-54 {
    height: auto;
    border-top-style: none;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .grid-8 {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-columns: .75fr;
    display: flex;
  }

  .container-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-11 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    display: flex;
  }

  .div-block-63 {
    display: none;
  }

  .div-block-65 {
    padding: 2rem 1rem;
  }

  .text-block-13-copy-copy {
    padding-bottom: .5rem;
    font-size: 1rem;
  }

  .div-block-66-copy {
    height: auto;
  }

  .div-block-67 {
    border-left-style: none;
  }

  .div-block-68 {
    display: none;
  }

  .grid-12 {
    border-left: 1px solid #fff;
    flex-direction: column;
    display: flex;
  }

  .div-block-70 {
    height: auto;
    margin: auto;
    line-height: 100%;
  }

  .text-block-13-copy-copy-copy {
    text-align: left;
    margin: 0;
    padding-top: .625rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    line-height: 100%;
  }

  .div-block-73 {
    height: auto;
    flex-direction: column-reverse;
    line-height: 100%;
    display: block;
  }

  .div-block-74 {
    display: none;
  }

  .div-block-75 {
    margin: auto;
    padding: 1rem 1rem 1rem 1.125rem;
  }

  .text-block-3-copy {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-16-copy {
    display: none;
  }

  .text-block-16-dark {
    font-size: .8rem;
    line-height: 130%;
  }

  .section-5 {
    height: auto;
    min-height: auto;
  }

  .container-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-81 {
    height: auto;
    min-height: 80vh;
    border-bottom-style: none;
    justify-content: space-around;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-82 {
    display: none;
  }

  .grid-14 {
    height: auto;
    max-width: 100%;
    display: none;
  }

  .div-block-83 {
    padding: 1rem;
  }

  .text-block-2-copy {
    text-align: center;
    letter-spacing: .125rem;
    font-size: .8rem;
    line-height: 150%;
  }

  .container-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-85 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-86 {
    padding-top: 2rem;
  }

  .container-8 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 1.875rem;
  }

  .testimonial-quote {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }

  .testimonial-author-image-three {
    margin-right: 1rem;
  }

  .columns-3, .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-5 {
    padding-left: 0;
  }

  .div-block-88 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    display: flex;
  }

  .text-block-18 {
    text-align: left;
    font-size: 1rem;
  }

  .text-block-19 {
    text-align: left;
    font-size: .8rem;
  }

  .div-block-89 {
    padding-top: 1rem;
    padding-right: 0;
  }

  .text-block-16-dark-nohight {
    font-size: .8rem;
  }

  .text-block-16-dark-nohight-copy {
    font-size: 1rem;
  }

  .div-block-90 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-18-copy {
    font-size: 1rem;
  }

  .text-block-19-copy {
    padding-top: .125rem;
    padding-bottom: 1rem;
    font-size: .8rem;
  }

  .grid-16 {
    display: none;
  }

  .div-block-93 {
    height: auto;
    border-top: 1px solid #fff;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-17 {
    flex-direction: column;
    display: flex;
  }

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

  .div-block-99 {
    width: 100%;
    min-width: auto;
    margin: auto 0;
    padding: 1rem;
  }

  .image-19 {
    height: auto;
  }

  .nav-menu {
    height: auto;
    min-height: 30vh;
    background-color: #043d25;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-103 {
    width: 100%;
    height: auto;
    background-color: #043d25;
    margin: auto 0;
    padding: 0 1rem;
  }

  .div-block-104 {
    width: 90vw;
    height: 30px;
    padding: 0;
  }

  .div-block-105 {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .grid-18 {
    height: 100%;
  }

  .section-7 {
    height: auto;
    background-image: url('../images/image-8.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .section-8 {
    height: auto;
    background-color: #043d25;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-106 {
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-16-copy-mob {
    text-align: center;
    padding-top: 1rem;
    font-size: .8rem;
    line-height: 140%;
  }

  .div-block-107 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-106-copy {
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    height: 100%;
    border-right: 1px solid #fff;
  }

  .mob-about {
    text-align: left;
    margin: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: .7rem;
    line-height: 140%;
  }

  .column-7 {
    height: auto;
    flex-direction: column;
    flex: none;
    order: 0;
    justify-content: space-around;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-108 {
    height: 4rem;
    background-image: url('../images/Frame-42.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .columns-4 {
    border-top: 1px solid #fff;
    flex-flow: row;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-109 {
    height: 100%;
  }

  .div-block-110 {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .image-20 {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-111 {
    height: 70%;
    border-top: 1px solid #fff;
    align-self: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-21 {
    width: 100%;
    height: auto;
  }

  .columns-5 {
    width: 100%;
    border: 1px solid var(--cream);
    display: block;
  }

  .column-8, .column-9 {
    border-bottom: 1px solid #fff;
  }

  .text-block-21 {
    color: #d6cbc1;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Halyard Display, sans-serif;
    font-size: .8rem;
  }

  .text-block-22 {
    color: #d6cbc1;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .8rem;
  }

  .div-block-112 {
    display: none;
  }

  .image-22 {
    padding-bottom: 10px;
  }

  .preloader {
    display: none;
  }

  .text-block-24 {
    text-align: left;
    font-size: 1.2rem;
    line-height: 150%;
  }

  .text-block-25 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    line-height: 130%;
  }

  .div-block-115 {
    background-position: 100%;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .div-block-116 {
    width: 100%;
    max-width: none;
    border-left-color: #d6cbc1;
    border-right-color: #d6cbc1;
  }

  .div-block-117 {
    width: 100%;
    margin: auto;
    padding-left: 1rem;
  }

  .navbar-2-sticky {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    left: auto;
  }

  .container-2-copy {
    width: 90vw;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-style: solid none;
    border-top-width: 1px;
    border-bottom-width: 1px;
    flex-direction: row;
    flex: 1;
    order: 0;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-20 {
    min-height: 100%;
  }

  .text-block-26 {
    text-align: left;
    font-size: 1rem;
  }

  .div-block-119 {
    padding-left: 0;
  }

  .div-block-120 {
    height: 40px;
    padding-left: 0;
    line-height: 130%;
  }

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

  .div-block-122 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-123 {
    display: none;
  }

  .button-light-cover {
    width: 100%;
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-124 {
    padding-bottom: 10px;
  }

  .text-block-26-copy {
    text-align: left;
    font-size: 1.2rem;
  }

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

  .container-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-2 {
    display: none;
  }

  .div-block-126 {
    padding: 0;
  }

  .text-block-27 {
    padding: 0;
    font-size: 1.2rem;
  }

  .link-block-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-24 {
    width: auto;
    height: auto;
    max-height: 40px;
    max-width: none;
    min-height: auto;
    padding-right: 0;
  }

  .div-block-127 {
    flex-direction: column;
  }

  .div-block-128 {
    width: 100%;
    min-height: 50px;
    border-left: 1px solid #d6cbc1;
  }

  .div-block-129 {
    width: 100%;
    padding-left: 1rem;
  }

  .text-block-31 {
    text-align: left;
    font-size: 1.2rem;
  }

  .container-2-investor {
    width: 90vw;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-style: solid none;
    flex-direction: row;
    flex: 1;
    order: 0;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-134 {
    height: 100%;
    border-bottom: 1px solid #d6cbc1;
    border-left: 1px solid #d6cbc1;
    border-right: 1px solid #d6cbc1;
    padding-left: .5rem;
    padding-right: .5rem;
    display: block;
  }

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

  .accordian.w--open {
    padding-left: 5px;
  }

  .dropdown {
    padding-bottom: 10px;
  }

  .accordian-list.w--open {
    padding: 5px 5px 20px;
  }

  .text-block-36 {
    height: auto;
  }

  .text-block-37 {
    font-size: 1.25rem;
    line-height: 130%;
  }

  .image-27 {
    max-width: 80%;
  }

  .footer {
    height: 100%;
  }

  .container-11 {
    height: auto;
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-137 {
    width: auto;
    min-width: 100%;
    padding: 0;
  }

  .column-10 {
    height: auto;
    border-right-style: none;
    flex-direction: row;
    align-items: center;
    padding: 20px 10px;
  }

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

  .column-11 {
    height: auto;
    border-top: 1px #000;
    border-right-style: none;
    justify-content: flex-start;
    padding: 10px;
  }

  .column-12 {
    height: auto;
    border-right-style: none;
    justify-content: flex-start;
  }

  .column-13 {
    height: 30%;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .text-block-38-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-139 {
    padding-left: 10px;
  }

  .columns-8 {
    border-bottom: 1px solid #d6cbc1;
    font-size: .8rem;
  }

  .column-14 {
    padding-left: 0;
    font-size: .6rem;
  }

  .link {
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    font-size: .8rem;
    display: flex;
  }

  .column-15 {
    padding-right: 20px;
  }

  .columns-9 {
    border-bottom-style: solid;
    border-right-style: solid;
  }

  .div-block-52-copy {
    min-height: 15rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-block-39 {
    padding-right: 10px;
    font-size: .6rem;
  }

  .div-block-141 {
    padding-left: 0;
  }

  .text-block-40 {
    text-align: left;
  }

  .background-copy {
    height: auto;
    background-position: 50%;
  }

  .background-copy-portfolio {
    height: auto;
  }

  .div-block-52-port {
    min-height: 15rem;
  }

  .text-block-6-fo {
    margin-left: 0;
    padding: 0 0 0 10px;
    font-size: 1.625rem;
    line-height: 130%;
  }

  .html-embed-4 {
    padding-left: 10px;
  }

  .nav-menu-copy {
    height: auto;
    min-height: 30vh;
    background-color: #043d25;
    margin-left: 0;
    margin-right: 0;
  }

  .container-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-9 {
    background-color: #043d25;
    display: block;
  }

  .paragraph-left-copy {
    text-align: left;
    border-left: .0625rem #fff;
    padding-top: 0;
    padding-left: .625rem;
    font-size: 1rem;
  }

  .column-18 {
    height: 100%;
    padding: 0;
  }

  .paragraph-left-copy-copy {
    height: 100%;
    text-align: left;
    border-left: .0625rem #fff;
    margin-bottom: 0;
    padding: 0;
    font-size: 1rem;
  }

  .column-19 {
    height: 100%;
    max-height: none;
    min-height: 474px;
    border-right: 1px solid #ecebec;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    display: flex;
  }

  .div-block-142 {
    max-height: none;
    min-height: 100px;
    background-image: url('../images/Frame-42.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .columns-10 {
    height: 100%;
    max-height: none;
    border-top: 1px solid #ecebec;
    margin-top: 20px;
    padding: 0;
  }

  .div-block-143 {
    height: auto;
    max-height: none;
    min-height: 350px;
    border-top: 1px solid #ecebec;
    border-right: 1px #000;
    align-items: center;
    display: flex;
  }

  .div-block-144 {
    border-left: 1px solid #ecebec;
    border-right: 1px solid #ecebec;
    padding-top: 40px;
  }

  .paragraph-left-copy-copy-3 {
    text-align: center;
    text-transform: capitalize;
    border-left: .0625rem #fff;
    padding-top: 0;
    padding-left: .625rem;
    font-size: 1rem;
  }

  .text-block-6-copy {
    margin-left: 0;
    padding: 0 0 0 10px;
    font-size: 1.625rem;
    line-height: 130%;
  }

  .nav-menu-mob {
    background-color: #043d25;
  }

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

  .text-block-5-copy-copy {
    letter-spacing: .0625rem;
    text-transform: capitalize;
    padding-top: 0;
    padding-left: 0;
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 130%;
  }

  .text-block-42, .text-block-43 {
    font-size: .6rem;
  }

  .link-block-mob-button, .link-block-copy {
    max-width: 80vw;
    margin-bottom: 2.5rem;
    display: flex;
  }

  .link-block-copy:hover {
    color: #093d27;
  }

  .text-block-26-copy {
    text-align: right;
    font-size: 1.2rem;
  }

  .what-we-do {
    letter-spacing: .0625rem;
    padding-left: 0;
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 200%;
  }

  .div-block-146 {
    border-bottom: 1px solid #d6cbc1;
  }

  .div-block-115-copy {
    background-image: url('../images/MH_HYDMC_Facade-2-1-1.png');
    background-position: 50%;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 10px;
  }

  .text-block-2-about {
    height: auto;
    color: #d6cbc1;
    text-align: left;
    letter-spacing: .125rem;
    font-size: 1.2rem;
    line-height: 150%;
  }

  .text-block-about {
    height: auto;
    color: #d6cbc1;
    text-align: left;
    letter-spacing: .125rem;
    border-left: 1px solid #d6cbc1;
    font-size: 1.2rem;
    line-height: 150%;
  }

  .luxury-meet {
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 130%;
    display: block;
  }

  .text-block-about-copy {
    height: auto;
    color: #d6cbc1;
    text-align: left;
    letter-spacing: .125rem;
    border-left: 1px solid #d6cbc1;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.125rem;
    line-height: 150%;
    display: flex;
  }

  .text-block-about-copy-copy-new {
    height: auto;
    color: #d6cbc1;
    text-align: left;
    letter-spacing: .125rem;
    border-left: 1px solid #d6cbc1;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 1.125rem;
    line-height: 150%;
    display: flex;
  }
}

#w-node-c407b552-4ecc-abcd-4d12-e7245f1dd8d4-2b0fd315, #w-node-c407b552-4ecc-abcd-4d12-e7245f1dd8d7-2b0fd315, #w-node-_7302f0e7-66f7-0b28-ccb6-7e09ba008a6f-2b0fd315 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_4208c6b1-05a0-6db6-beb9-54c9bd9703f3-2b0fd315 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4a6cfaa5-50aa-9ad6-b343-1ad61c06eb0f-2b0fd315 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_24bae36d-e54b-9987-6c9e-41fb7399f647-2b0fd315 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: auto;
}

#w-node-_2590eb1f-b140-6b0a-747d-7e0383604f78-2b0fd315 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_6ba2729f-6af9-895f-8296-9245e1682c88-2b0fd315 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-a7b5b14a-9360-a32b-a1e2-df3ee36000bf-2b0fd315 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-a1be2d40-aa7c-63ca-cc19-8c9bd59e89f0-2b0fd315 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-_4ab06c06-7041-8ecf-fbe0-60df851946e6-2b0fd315 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8f225c3f-4919-ac25-d84e-366f4553fa5c-2b0fd315 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4a3c54ff-fcd0-4f01-939d-5d12d6421037-2b0fd315 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4998a0b0-32a9-9620-49cc-bf9415a241bb-2b0fd315 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e2b0827e-ca11-f6c0-66f3-a9a776708d52-2b0fd315 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-db04b47a-3cc6-154f-048c-e281ee7872e4-aaa0ea34, #w-node-db04b47a-3cc6-154f-048c-e281ee7872e7-aaa0ea34, #w-node-db04b47a-3cc6-154f-048c-e281ee7872ea-aaa0ea34, #w-node-db04b47a-3cc6-154f-048c-e281ee7872ef-aaa0ea34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bfefbc4e-21a3-b024-2d97-7fa82a3e2111-dafde138 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-a58816a2-4b5e-27d1-96dd-93f30bc56742-dafde138 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1c2121fe-20df-7688-eb75-d5697cae6c69-dafde138 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_04bb4b23-49d6-de97-b3aa-59243404298e-dafde138 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_0065c0d5-6af5-b1a8-f23f-34b0f44932d7-dafde138 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_54adc539-64d9-bd49-4b98-eb7ee1101454-dafde138 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_807a067f-71ed-a796-6d19-406fda716391-dafde138 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e05d1c7b-c596-2401-07bb-0d119353a006-dafde138 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_423779cf-68f5-cb14-6601-a74d743531d6-dafde138, #w-node-_0142928b-f4da-8a9d-36ad-1052374c85c2-dafde138, #w-node-fbb12e65-1a33-a40f-642e-f1643bd8924a-dafde138 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05aef728-912d-351f-2fb3-c0f714cc3164-dafde138 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ee4ec95d-bc39-7f22-c62d-ea0c6b45b6ee-dafde138 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2a38440-5ef0-dcf1-6757-5940dd91b56b-dafde138 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a987783f-d52e-1cfa-1278-1b61c5322ad1-dafde138 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-df8d89fa-3bec-0ce9-c3d9-fc4b5dc3a8c4-dafde138 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_672d9832-6272-22ce-1ab3-da80914963e4-69c46e2d, #w-node-_14fbeb24-048b-83fd-e415-dcec6cda452c-69c46e2d, #w-node-_24a7f09f-5b89-083c-535c-dd0645cdfc2c-69c46e2d, #w-node-_8dc5bef9-b535-a748-5b20-7fe6af674383-69c46e2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_706edca7-22ec-b3fe-f547-851bb758deb1-c579a983, #w-node-d92a1ddd-8544-bd74-d33d-57abfda691b9-1d538757 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-c407b552-4ecc-abcd-4d12-e7245f1dd8d4-2b0fd315 {
    justify-self: start;
  }

  #w-node-bfefbc4e-21a3-b024-2d97-7fa82a3e2111-dafde138 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-a58816a2-4b5e-27d1-96dd-93f30bc56742-dafde138 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_54adc539-64d9-bd49-4b98-eb7ee1101454-dafde138 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4a3c54ff-fcd0-4f01-939d-5d12d6421037-2b0fd315 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-db04b47a-3cc6-154f-048c-e281ee7872e4-aaa0ea34 {
    justify-self: start;
  }

  #w-node-db04b47a-3cc6-154f-048c-e281ee7872e7-aaa0ea34 {
    align-self: center;
    justify-self: end;
  }

  #w-node-db04b47a-3cc6-154f-048c-e281ee7872ea-aaa0ea34 {
    justify-self: start;
  }

  #w-node-db04b47a-3cc6-154f-048c-e281ee7872ef-aaa0ea34 {
    justify-self: end;
  }

  #w-node-_672d9832-6272-22ce-1ab3-da80914963e4-69c46e2d {
    justify-self: start;
  }

  #w-node-_14fbeb24-048b-83fd-e415-dcec6cda452c-69c46e2d {
    align-self: center;
    justify-self: end;
  }

  #w-node-_24a7f09f-5b89-083c-535c-dd0645cdfc2c-69c46e2d {
    justify-self: start;
  }

  #w-node-_8dc5bef9-b535-a748-5b20-7fe6af674383-69c46e2d {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4cfedc9b-cbf9-2727-3b30-ddb89a5aa141-2b0fd315, #w-node-_24933c00-3045-d036-e956-633846552efa-aaa0ea34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-db04b47a-3cc6-154f-048c-e281ee7872e7-aaa0ea34 {
    align-self: start;
    justify-self: end;
  }

  #w-node-db04b47a-3cc6-154f-048c-e281ee7872ea-aaa0ea34 {
    align-self: start;
  }

  #w-node-db04b47a-3cc6-154f-048c-e281ee7872ef-aaa0ea34 {
    align-self: start;
    justify-self: end;
  }

  #w-node-_24933c00-3045-d036-e956-633846552efa-69c46e2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_14fbeb24-048b-83fd-e415-dcec6cda452c-69c46e2d {
    align-self: start;
    justify-self: end;
  }

  #w-node-_24a7f09f-5b89-083c-535c-dd0645cdfc2c-69c46e2d {
    align-self: start;
  }

  #w-node-_8dc5bef9-b535-a748-5b20-7fe6af674383-69c46e2d {
    align-self: start;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard Display';
  src: url('../fonts/Halyard-Display.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


.tab-link-tab-2.year-style {
    padding: 10px;
}